Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI enablement and e2e test execution on release branches (e.g. 0.17, 0.16 and 0.15) lead to failure #284

Open
swatisehgal opened this issue Apr 10, 2024 · 1 comment

Comments

@swatisehgal
Copy link
Collaborator

During the process of branckporting changes like #280 to release-0.17, release-0.16 and release-0.15 and enabling CI for the corresponding branches, it was noticed that the jobs are failing perhaps due to issues that are unrelated to the backports and thus need investigation and fixing.

@ffromani
Copy link
Contributor

This is because RTE is crashing with a stacktrace like this:

 github.com/k8stopologyawareschedwg/resource-topology-exporter/pkg/resourcemonitor.(*resourceMonitor).updateNodeResources(0xc0003d1110)
	/home/runner/work/resource-topology-exporter/resource-topology-exporter/pkg/resourcemonitor/resourcemonitor.go:433 +0x285
github.com/k8stopologyawareschedwg/resource-topology-exporter/pkg/resourcemonitor.NewResourceMonitor({{0x1e79480?, 0xc000375cb0?}, {0x1e9c4d0?, 0xc000007d40?}}, {{0x0, 0x0}, {0x7ffd86fc1ccd, 0x9}, 0x0, 0x1, ...}, ...)
	/home/runner/work/resource-topology-exporter/resource-topology-exporter/pkg/resourcemonitor/resourcemonitor.go:192 +0x4be
github.com/k8stopologyawareschedwg/resource-topology-exporter/pkg/resourcetopologyexporter.NewResourceObserver({{0x1e79480?, 0xc000375cb0?}, {0x1e9c4d0?, 0xc000007d40?}}, {{0x0, 0x0}, {0x7ffd86fc1ccd, 0x9}, 0x0, 0x1, ...})
	/home/runner/work/resource-topology-exporter/resource-topology-exporter/pkg/resourcetopologyexporter/resourceobserver.go:28 +0x88
github.com/k8stopologyawareschedwg/resource-topology-exporter/pkg/resourcetopologyexporter.Execute({{{_, _}, {_, _}}, {_, _}}, {0x0, 0x0, {0xc00005800a, 0xb}, ...}, ...)
	/home/runner/work/resource-topology-exporter/resource-topology-exporter/pkg/resourcetopologyexporter/resourcetopologyexporter.go:102 +0x23b
main.main()
	/home/runner/work/resource-topology-exporter/resource-topology-exporter/cmd/resource-topology-exporter/main.go:102 +0x107e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants