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

Windows Test failed because buildkitd not supported #2825

Open
zwpaper opened this issue Feb 15, 2024 · 3 comments
Open

Windows Test failed because buildkitd not supported #2825

zwpaper opened this issue Feb 15, 2024 · 3 comments
Labels
kind/unconfirmed-bug-claim Unconfirmed bug claim

Comments

@zwpaper
Copy link
Contributor

zwpaper commented Feb 15, 2024

Description

buildkitd only supports linux and openbsd, but we have a windows test and will failed: https://github.com/containerd/nerdctl/actions/runs/7913136153/job/21600170296

maybe we could move the tests to linux or UNIX only?

is so I can submit a PR for it

Steps to reproduce the issue

https://github.com/containerd/nerdctl/actions/runs/7913136153/job/21600170296

Describe the results you received and expected

result:

CI failed: https://github.com/containerd/nerdctl/actions/runs/7913136153/job/21600170296

expected:

CI passed

What version of nerdctl are you using?

master

Are you using a variant of nerdctl? (e.g., Rancher Desktop)

None

Host information

No response

@zwpaper zwpaper added the kind/unconfirmed-bug-claim Unconfirmed bug claim label Feb 15, 2024
@profnandaa
Copy link

Will take a look at this now that buildkitd.exe is now being released for Windows starting from v0.13.0-rc2.

@iankingori
Copy link

iankingori commented Feb 28, 2024

@zwpaper there's this PR #2587 as well to enable nerdctl build for windows

@TBBle
Copy link
Contributor

TBBle commented Feb 29, 2024

The CI failure in the issue body was in the TestVolumeLsFilter test, and was a flake, since that test doesn't normally fail. A rerun of the same build failed in TestRunEnv instead (a different flake), and a second rerun passed.

The lack of build support skips the build tests on Windows, and so doesn't cause CI to fail, so this ticket is unrelated to the build support on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/unconfirmed-bug-claim Unconfirmed bug claim
Projects
None yet
Development

No branches or pull requests

4 participants