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

FTBFS: cbindgen #23862

Open
imjasonh opened this issue Jul 12, 2024 · 1 comment
Open

FTBFS: cbindgen #23862

imjasonh opened this issue Jul 12, 2024 · 1 comment
Assignees
Labels
foundations ftbfs Failed to Build From Source

Comments

@imjasonh
Copy link
Contributor

ERROR: Couldn't execute `cargo metadata` with manifest "/home/build/Cargo.toml": Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })

There's also this line, which indicates we're building using a floating latest nightly rustc, when we should probably be building with a non-moving rustc, that we boostrap and build ourselves.

nightly-x86_64-unknown-linux-gnu installed - rustc 1.81.0-nightly (0c81f94b9 2024-07-10)

https://cloudlogging.app.goo.gl/Mxqx98ropc2sK78T7

@imjasonh imjasonh added foundations ftbfs Failed to Build From Source labels Jul 12, 2024
@justinvreeland
Copy link
Contributor

Seems like the build issue is transient failure, or at least I cannot reproduce it. I'm able to build cbingen just fine. As for the nightly that seems to be part of the test stage and looks intentional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
foundations ftbfs Failed to Build From Source
Projects
None yet
Development

No branches or pull requests

2 participants