vendor: github.com/moby/buildkit v0.10.6#44452
Merged
AkihiroSuda merged 1 commit intomoby:masterfrom Nov 15, 2022
Merged
Conversation
ad61ccf to
8ce5d99
Compare
thaJeztah
commented
Nov 14, 2022
.github/workflows/buildkit.yml
Outdated
Comment on lines
73
to
74
| # echo "BUILDKIT_REF=$(./hack/buildkit-ref)" >> $GITHUB_ENV | ||
| echo "BUILDKIT_REF=e27c8e24bb9ee92a170567b8b597201925ae9b8a" >> $GITHUB_ENV | ||
| echo "BUILDKIT_REF=$(./hack/buildkit-ref)" >> $GITHUB_ENV | ||
| # echo "BUILDKIT_REF=e27c8e24bb9ee92a170567b8b597201925ae9b8a" >> $GITHUB_ENV |
Member
Author
There was a problem hiding this comment.
Have 3 failures in BuildKit tests; looks like those are fixed by moby/buildkit#3275, but not yet backported to v0.10;
2022-11-14T09:50:09.9335460Z === CONT TestIntegration/TestBuildInfoDepsMainNoSource/worker=dockerd/frontend=builtin
2022-11-14T09:50:11.3813682Z dockerfile_buildinfo_test.go:868:
2022-11-14T09:50:11.3814123Z Error Trace: dockerfile_buildinfo_test.go:868
2022-11-14T09:50:11.3814411Z run.go:88
2022-11-14T09:50:11.3814704Z run.go:202
2022-11-14T09:50:11.3815135Z Error: Not equal:
2022-11-14T09:50:11.3815533Z expected: "sha256:419455202b0ef97e480d7f8199b26a721a417818bc0e2d106975f74323f25e6c"
2022-11-14T09:50:11.3815975Z actual : "sha256:e5af37e16b3ed9f4d3afca28e628c4f15c9053a902f80bec2c1a6109a7a1ae6c"
2022-11-14T09:50:11.3816355Z
2022-11-14T09:50:11.3834210Z Diff:
2022-11-14T09:50:11.3834666Z --- Expected
2022-11-14T09:50:11.3834874Z +++ Actual
2022-11-14T09:50:11.3835147Z @@ -1 +1 @@
2022-11-14T09:50:11.3835559Z -sha256:419455202b0ef97e480d7f8199b26a721a417818bc0e2d106975f74323f25e6c
2022-11-14T09:50:11.3835923Z +sha256:e5af37e16b3ed9f4d3afca28e628c4f15c9053a902f80bec2c1a6109a7a1ae6c
2022-11-14T09:50:11.3836567Z Test: TestIntegration/TestBuildInfoDepsMainNoSource/worker=dockerd/frontend=builtin
2022-11-14T09:50:11.3992936Z sandbox.go:235: stdout: /usr/bin/dockerd
2022-11-14T09:50:11.3993239Z sandbox.go:235: stderr: /usr/bin/dockerd
2022-11-14T09:53:48.8533481Z --- FAIL: TestIntegration (1.67s)
2022-11-14T09:53:48.8613277Z --- FAIL: TestIntegration/TestBuildInfoDepsMainNoSource/worker=dockerd/frontend=builtin (1.47s)
2022-11-14T09:53:48.8616184Z --- FAIL: TestIntegration/TestBuildInfoDeps/worker=dockerd/frontend=builtin (1.73s)
2022-11-14T09:50:14.4528348Z === CONT TestIntegration/TestBuildInfoDeps/worker=dockerd/frontend=builtin
2022-11-14T09:50:16.1624171Z dockerfile_buildinfo_test.go:595:
2022-11-14T09:50:16.1624510Z Error Trace: dockerfile_buildinfo_test.go:595
2022-11-14T09:50:16.1624767Z run.go:88
2022-11-14T09:50:16.1624964Z run.go:202
2022-11-14T09:50:16.1625177Z Error: Not equal:
2022-11-14T09:50:16.1625501Z expected: "sha256:419455202b0ef97e480d7f8199b26a721a417818bc0e2d106975f74323f25e6c"
2022-11-14T09:50:16.1625927Z actual : "sha256:e5af37e16b3ed9f4d3afca28e628c4f15c9053a902f80bec2c1a6109a7a1ae6c"
2022-11-14T09:50:16.1626220Z
2022-11-14T09:50:16.1626413Z Diff:
2022-11-14T09:50:16.1626867Z --- Expected
2022-11-14T09:50:16.1627064Z +++ Actual
2022-11-14T09:50:16.1627328Z @@ -1 +1 @@
2022-11-14T09:50:16.1627722Z -sha256:419455202b0ef97e480d7f8199b26a721a417818bc0e2d106975f74323f25e6c
2022-11-14T09:50:16.1628087Z +sha256:e5af37e16b3ed9f4d3afca28e628c4f15c9053a902f80bec2c1a6109a7a1ae6c
2022-11-14T09:50:16.1628478Z Test: TestIntegration/TestBuildInfoDeps/worker=dockerd/frontend=builtin
2022-11-14T09:50:16.1722127Z sandbox.go:235: stdout: /usr/bin/dockerd
2022-11-14T09:50:16.1722419Z sandbox.go:235: stderr: /usr/bin/dockerd
2022-11-14T09:53:48.8625563Z --- FAIL: TestIntegration/TestBuildInfoSources/worker=dockerd/frontend=builtin (1.95s)
2022-11-14T09:50:21.0743797Z === CONT TestIntegration/TestBuildInfoSources/worker=dockerd/frontend=builtin
2022-11-14T09:50:23.0094854Z dockerfile_buildinfo_test.go:131:
2022-11-14T09:50:23.0096830Z Error Trace: dockerfile_buildinfo_test.go:131
2022-11-14T09:50:23.0097133Z run.go:88
2022-11-14T09:50:23.0097346Z run.go:202
2022-11-14T09:50:23.0097569Z Error: Not equal:
2022-11-14T09:50:23.0097892Z expected: "sha256:419455202b0ef97e480d7f8199b26a721a417818bc0e2d106975f74323f25e6c"
2022-11-14T09:50:23.0098298Z actual : "sha256:e5af37e16b3ed9f4d3afca28e628c4f15c9053a902f80bec2c1a6109a7a1ae6c"
2022-11-14T09:50:23.0098601Z
2022-11-14T09:50:23.0098799Z Diff:
2022-11-14T09:50:23.0099245Z --- Expected
2022-11-14T09:50:23.0099451Z +++ Actual
2022-11-14T09:50:23.0099710Z @@ -1 +1 @@
2022-11-14T09:50:23.0100116Z -sha256:419455202b0ef97e480d7f8199b26a721a417818bc0e2d106975f74323f25e6c
2022-11-14T09:50:23.0100485Z +sha256:e5af37e16b3ed9f4d3afca28e628c4f15c9053a902f80bec2c1a6109a7a1ae6c
2022-11-14T09:50:23.0100868Z Test: TestIntegration/TestBuildInfoSources/worker=dockerd/frontend=builtin
2022-11-14T09:50:23.0166989Z sandbox.go:235: stderr: /usr/bin/dockerd
Member
Author
|
8ce5d99 to
46997fa
Compare
46997fa to
e3dd369
Compare
full diff: moby/buildkit@v0.10.5...v0.10.6 Signed-off-by: Sebastiaan van Stijn <[email protected]>
e3dd369 to
06e4b7d
Compare
neersighted
approved these changes
Nov 14, 2022
AkihiroSuda
reviewed
Nov 15, 2022
| github.com/miekg/dns v1.1.43 | ||
| github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible | ||
| github.com/moby/buildkit v0.10.5 | ||
| github.com/moby/buildkit v0.10.6 |
Member
There was a problem hiding this comment.
Can we update x/crypto too for docker build --ssh?
Member
There was a problem hiding this comment.
Will open a PR (in docker/cli/20.10)
Member
AkihiroSuda
approved these changes
Nov 15, 2022
This was referenced Nov 15, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
full diff: moby/buildkit@v0.10.5...v0.10.6
- A picture of a cute animal (not mandatory but encouraged)