Skip to content

e2e: test build records export - #3344

Closed
crazy-max wants to merge 1 commit into
docker:masterfrom
crazy-max:e2e-test-export
Closed

e2e: test build records export#3344
crazy-max wants to merge 1 commit into
docker:masterfrom
crazy-max:e2e-test-export

Conversation

@crazy-max

Copy link
Copy Markdown
Member

@crazy-max
crazy-maxforce-pushed the e2e-test-export branch 2 times, most recently from 8507478 to 65a5950CompareJuly 30, 2025 08:57
@crazy-max

Copy link
Copy Markdown
MemberAuthor

Ok it seems we have an issue when exporting build records with kubernetes driver: https://github.com/docker/buildx/actions/runs/16618088830/job/47015660807?pr=3344#step:9:321

+ docker buildx --builder=buildx-test-81a84e3206624d8ccfa87d0671c83caf history ls
}BUILD ID NAME STATUS CREATED AT DURATION b3lghrsw4kokqcu6o9noohf5r buildx-output.gOYQhHjKHB Completed Less than a second ago 0.2s y3i6edhnuqzvg49hhh258rh4h buildx-output.gOYQhHjKHB Completed 1 second ago 0.9s y3i6edhnuqzvg49hhh258rh4h buildx-output.gOYQhHjKHB Completed 1 second ago 0.8s + docker buildx --builder=buildx-test-81a84e3206624d8ccfa87d0671c83caf history export --finalize --all --output /tmp/buildx-output.gOYQhHjKHB/records.dockerbuild
ERROR: failed to export: failed to export record: failed to load trace descriptor: failed to get info: NotFound: rpc error: code = NotFound desc = content digest sha256:ff40cfe817248c69ba040c07b373d9cb444b89d5b65f8f4125ba796652c2e93f: not found

Seems to be an issue with trace descriptor even when finalizing.

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Sign up for freeto 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.

1 participant

@crazy-max