Skip to content

binary build timeout uploading artifacts #11563

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

Closed
bparees opened this issue Oct 25, 2016 · 3 comments · Fixed by #12679
Closed

binary build timeout uploading artifacts #11563

bparees opened this issue Oct 25, 2016 · 3 comments · Fixed by #12679
Assignees
Labels
component/build kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1

Comments

@bparees
Copy link
Contributor

bparees commented Oct 25, 2016

• Failure [33.505 seconds]
[builds][Conformance] s2i build with a quota
/data/src/github.com/openshift/origin/test/extended/builds/s2i_quota.go:52
  Building from a template
  /data/src/github.com/openshift/origin/test/extended/builds/s2i_quota.go:51
    should create an s2i build with a quota and run it [It]
    /data/src/github.com/openshift/origin/test/extended/builds/s2i_quota.go:50

    Expected
        <bool>: false
    to be true

    /data/src/github.com/openshift/origin/test/extended/builds/s2i_quota.go:40

Appears that the uploading of the binary artifacts timed out:

STEP: starting a test build
Oct 25 01:18:30.182: INFO: Running 'oc start-build --config=/tmp/extended-test-s2i-build-quota-2r32o-2sro5-user.kubeconfig --namespace=extended-test-s2i-build-quota-2r32o-2sro5 s2i-build-quota --from-dir /data/src/github.com/openshift/origin/test/extended/testdata/build-quota -o=name'


start-build output with args [s2i-build-quota --from-dir /data/src/github.com/openshift/origin/test/extended/testdata/build-quota -o=name]:
Error><nil>
StdOut>
build/s2i-build-quota-1
StdErr>
Uploading directory "/data/src/github.com/openshift/origin/test/extended/testdata/build-quota" as binary input for the build ...

Waiting for build/s2i-build-quota-1 to complete
Done waiting for build/s2i-build-quota-1: util.BuildResult{BuildPath:"build/s2i-build-quota-1", StartBuildStdErr:"Uploading directory \"/data/src/github.com/openshift/origin/test/extended/testdata/build-quota\" as binary input for the build ...", StartBuildStdOut:"build/s2i-build-quota-1", StartBuildErr:error(nil), BuildConfigName:"", Build:(*api.Build)(0xc821700000), BuildAttempt:true, BuildSuccess:false, BuildFailure:true, BuildTimeout:false, oc:(*util.CLI)(0xc8202b82d0)}

** Build Logs:
Oct 25 01:18:56.102: INFO: Running 'oc logs --config=/tmp/extended-test-s2i-build-quota-2r32o-2sro5-user.kubeconfig --namespace=extended-test-s2i-build-quota-2r32o-2sro5 -f build/s2i-build-quota-1'
Receiving source from STDIN as archive ...
MEMORY=209715200
error: build error: io: read/write on closed pipe

@smarterclayton
Copy link
Contributor

This has probably morphed into a different error output, but same issue we're seeing with timeout (different kind).

@bparees
Copy link
Contributor Author

bparees commented Jan 23, 2017

this is now caused by the server side timeout, instantiate binary needs to be included in the whitelisting done by LongRunningFunc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/build kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants