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

vendor: github.com/docker/docker 6c3797923dcb (master, v28.0-dev) #5754

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Jan 15, 2025

vendor: github.com/docker/docker 6c3797923dcb (master, v28.0-dev)

full diff: moby/moby@6968719...6c37979

- A picture of a cute animal (not mandatory but encouraged)

@thaJeztah
Copy link
Member Author

nothing too interesting, mostly updated to verify everything looks well after the containerd + buildkit update in moby

@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2025

Codecov Report

Attention: Patch coverage is 30.76923% with 9 lines in your changes missing coverage. Please review.

Project coverage is 59.26%. Comparing base (11999b1) to head (01da8a5).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5754      +/-   ##
==========================================
- Coverage   59.28%   59.26%   -0.02%     
==========================================
  Files         353      353              
  Lines       29532    29540       +8     
==========================================
+ Hits        17507    17508       +1     
- Misses      11046    11052       +6     
- Partials      979      980       +1     

@thaJeztah thaJeztah changed the title vendor: github.com/docker/docker 19147b005c20 (master, v28.0-dev) vendor: github.com/docker/docker 47dc8d5dd8c9 (master, v28.0-dev) Jan 28, 2025
@thaJeztah thaJeztah changed the title vendor: github.com/docker/docker 47dc8d5dd8c9 (master, v28.0-dev) vendor: github.com/docker/docker 04f9d3e5fe6e (master, v28.0-dev) Jan 29, 2025
@thaJeztah thaJeztah changed the title vendor: github.com/docker/docker 04f9d3e5fe6e (master, v28.0-dev) vendor: github.com/docker/docker f353b56f4939 (master, v28.0-dev) Feb 6, 2025
@thaJeztah thaJeztah force-pushed the bump_engine branch 2 times, most recently from e416f9f to 72f8d32 Compare February 6, 2025 17:40
@vvoland
Copy link
Collaborator

vvoland commented Feb 6, 2025

#18 63.14 === FAIL: cli/command/trust TestSignCommandChangeListIsCleanedOnError (0.00s)
#18 63.14 panic: runtime error: invalid memory address or nil pointer dereference [recovered]
#18 63.14 	panic: runtime error: invalid memory address or nil pointer dereference
#18 63.14 [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7d3f8e]
#18 63.14 
#18 63.14 goroutine 143 [running]:
#18 63.14 testing.tRunner.func1.2({0xdb09e0, 0x1725d30})
#18 63.14 	/usr/local/go/src/testing/testing.go:1632 +0x230
#18 63.14 testing.tRunner.func1()
#18 63.14 	/usr/local/go/src/testing/testing.go:1635 +0x35e
#18 63.14 panic({0xdb09e0?, 0x1725d30?})
#18 63.14 	/usr/local/go/src/runtime/panic.go:785 +0x132
#18 63.14 net/http.(*Client).do(0x0, 0xc000342140)
#18 63.14 	/usr/local/go/src/net/http/client.go:606 +0x1ee
#18 63.14 net/http.(*Client).Do(...)
#18 63.14 	/usr/local/go/src/net/http/client.go:590
#18 63.14 github.com/docker/cli/vendor/github.com/docker/docker/client.(*Client).doRequest(0xc0001328c0, 0xc0001328c0?)
#18 63.14 	/go/src/github.com/docker/cli/vendor/github.com/docker/docker/client/request.go:141 +0x6d
#18 63.14 github.com/docker/cli/vendor/github.com/docker/docker/client.(*Client).sendRequest(0xc0001328c0, {0x1062ad0, 0x17782c0}, {0xeed551, 0x3}, {0xc00001b0f8?, 0xcb00000000d1e220?}, 0x1?, {0x0, 0x0}, ...)
#18 63.14 	/go/src/github.com/docker/cli/vendor/github.com/docker/docker/client/request.go:125 +0xde
#18 63.14 github.com/docker/cli/vendor/github.com/docker/docker/client.(*Client).get(...)
#18 63.14 	/go/src/github.com/docker/cli/vendor/github.com/docker/docker/client/request.go:37
#18 63.14 github.com/docker/cli/vendor/github.com/docker/docker/client.(*Client).ImageInspect(_, {_, _}, {_, _}, {_, _, _})
#18 63.14 	/go/src/github.com/docker/cli/vendor/github.com/docker/docker/client/image_inspect.go:78 +0x405
#18 63.14 github.com/docker/cli/cli/command/trust.checkLocalImageExistence(...)
#18 63.14 	/go/src/github.com/docker/cli/cli/command/trust/sign.go:143

Ah, looks like the fakeClient needs updating with the new ImageInspect function

@thaJeztah
Copy link
Member Author

Yup, I missed one; I think I have them all now 👍

@thaJeztah
Copy link
Member Author

derp; still more 😢

@thaJeztah
Copy link
Member Author

Weird; that one runs fine locally;

#18 63.13 === FAIL: cli/command/image TestNewInspectCommandSuccess (0.00s)
#18 63.13 panic: runtime error: invalid memory address or nil pointer dereference [recovered]
#18 63.13 	panic: runtime error: invalid memory address or nil pointer dereference
#18 63.13 [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7e90ce]
#18 63.13 
#18 63.13 goroutine 60 [running]:
#18 63.13 testing.tRunner.func1.2({0xdd4aa0, 0x1773f70})
#18 63.13 	/usr/local/go/src/testing/testing.go:1632 +0x230
#18 63.13 testing.tRunner.func1()
#18 63.13 	/usr/local/go/src/testing/testing.go:1635 +0x35e
#18 63.13 panic({0xdd4aa0?, 0x1773f70?})

@vvoland
Copy link
Collaborator

vvoland commented Feb 6, 2025

Also, seems related to the latest v stripping changes on moby:

--- FAIL: TestNewAPIClientFromFlagsWithAPIVersionFromEnv (0.00s)
    cli_test.go:134: assertion failed: 3.3.3 (string) != v3.3.3 (customVersion string)

@thaJeztah thaJeztah force-pushed the bump_engine branch 2 times, most recently from a121bb5 to 8df6253 Compare February 6, 2025 18:09
@thaJeztah
Copy link
Member Author

Yup; fixed that one as well; value should only be used for checking actual API versions, so I think we should be good with that output changing.

@vvoland
Copy link
Collaborator

vvoland commented Feb 6, 2025

While you're at it... You may update this one to moby/moby@6c37979 already 😅

@thaJeztah thaJeztah changed the title vendor: github.com/docker/docker f353b56f4939 (master, v28.0-dev) vendor: github.com/docker/docker 6c3797923dcb (master, v28.0-dev) Feb 6, 2025
@thaJeztah
Copy link
Member Author

Ah, was vendoring already 😄

@vvoland
Copy link
Collaborator

vvoland commented Feb 6, 2025

 --- FAIL: TestPrunePromptTermination (0.01s)
    prune_test.go:128: assertion failed: error is "image prune has been cancelled" (errdefs.errCancelled), not "prompt terminated" (command.ErrPromptTerminated errdefs.errCancelled)
FAIL
coverage: 52.0% of statements
FAIL	github.com/docker/cli/cli/comma

flaky?

EDIT: yep, opened: #5802

Copy link
Collaborator

@vvoland vvoland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@vvoland vvoland merged commit c962084 into docker:master Feb 6, 2025
95 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants