-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Jenkins flake: no space left on device #6590
Labels
Comments
Merged
eparis
added
the
kind/test-flake
Categorizes issue or PR as related to test flakes.
label
Jan 8, 2016
I think this is caused by hotloops in https://github.com/liggitt/origin/blob/master/pkg/image/controller/controller.go#L143, e.g.:
|
Hmmm... unlucky. This could happen if the same imagestream was listed multiple times as the only work in the channel. The channel add should be de-duped. |
(also we're going to work on fixing the test-cmd script to not gather large log files to jenkins) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
During Jenkins run of #6532 we get:
https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/8298/console
Stderr from the command:
2016-01-07 17:40:36.334592 I | profile: cpu profiling enabled, cpu.pprof
2016-01-07 17:40:36.400521 I | profile: cpu profiling enabled, cpu.pprof
2016-01-07 17:40:50.069137 I | profile: cpu profiling enabled, cpu.pprof
2016-01-07 17:40:51.655557 I | profile: cpu profiling enabled, cpu.pprof
2016-01-07 17:40:51.715588 I | profile: cpu profiling enabled, cpu.pprof
Error from server: User "system:anonymous" cannot list pods in project "default"
Dry run enabled - no modifications will be made. Add --confirm to remove images
hack/../test/cmd/../../hack/cmd_util.sh: line 276: cannot create temp file for here-document: No space left on device
!!! Error in hack/../test/cmd/../../hack/cmd_util.sh:195
'return 1' exited with status 1
Call stack:
1: hack/../test/cmd/../../hack/cmd_util.sh:195 os::cmd::expect_success(...)
2: hack/../test/cmd/newapp.sh:166 main(...)
Exiting with status 1
!!! Error in hack/test-cmd.sh:288
'${test}' exited with status 1
Call stack:
1: hack/test-cmd.sh:288 main(...)
Exiting with status 1
make: *** [test-int-plus] Error 1
The text was updated successfully, but these errors were encountered: