-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
windows/amd64 cross-build is broken: vendor/github.com/docker/docker/pkg/term/windows #48887
Comments
@ixdy: GitHub didn't allow me to assign the following users: brendanburns. Note that only kubernetes members can be assigned. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
hm, I guess sig-windows is probably not the right group here. sorry for the spam! |
I'll get a fix for this sometime today... apologies! |
Multiple PRs failing cross builds at the moment |
Automatic merge from submit-queue (batch tested with PRs 47066, 48892, 48933, 48854, 48894) Fix windows build by altering go-ansiterm version **What this PR does / why we need it**: An attempt to fix windows build break in #48887, moves `github.com/Azure/go-ansiterm` to Azure/go-ansiterm@70b2c90. We can upgrade to new version when we pick docker 1.12 See also: moby/moby@fab67ab#diff-c36e523b64f1ca41293e912113063a92L9 **Which issue this PR fixes** Fixes #48887 **Special notes for your reviewer**: **Release note**:
And now we're broken again:
It seems that #48308 updated the docker dependency, which made the |
It isn't by default.. I believe this is because it's long running and resource intensive. @ixdy: is it potentially worth adding Godeps to the cross-build run_if_changed list? I don't know if this could prevent this in the future, or if it would just consume a lot of resources for very little gain (if this is a corner case). |
Automatic merge from submit-queue (batch tested with PRs 48997, 48595, 48898, 48711, 48972) Revert "Use go-ansiterm version matching docker/pkg/term/windows v1.11" This reverts commit 72044a1. **What this PR does / why we need it**: earlier this week, #47140 updated the vendored azure dependencies, which broke the windows build because the docker dependencies were too old. #48933 was merged, which reverted part of #47140 and fixed the build, but then #48308, which updated the vendored docker dependencies, broke the windows build again. By reverting #48933, we should get back to a working build, I hope. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #48887 **Release note**: ```release-note NONE ``` /release-note-none /test pull-kubernetes-cross /assign @brendandburns cc @karataliu @yguo0905 @yujuhong @dchen1107
The windows/amd64 cross-build has been failing since yesterday morning.
From https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-cross-build/2320:
It looks like #47140 is the culprit. The Azure dependencies were updated, but docker wasn't updated to support the changes until 1.12, and we vendor 1.11.
/assign @brendandburns
/cc @krousey @kubernetes/sig-windows-bugs
The text was updated successfully, but these errors were encountered: