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

Hurd CI is broken #2549

Closed
SteveLauC opened this issue Nov 27, 2024 · 0 comments · Fixed by #2577
Closed

Hurd CI is broken #2549

SteveLauC opened this issue Nov 27, 2024 · 0 comments · Fixed by #2577

Comments

@SteveLauC
Copy link
Member

CI log: https://github.com/nix-rust/nix/actions/runs/12047200511/job/33589252454?pr=2548

Error:

error[E0609]: no field `st_fsid` on type `&stat64`
   --> /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/hurd/fs.rs:301:36
    |
301 |         self.as_inner().as_inner().st_fsid as u64
    |                                    ^^^^^^^ unknown field
    |
help: a field with a similar name exists
    |
301 |         self.as_inner().as_inner().st_uid as u64
    |                                    ~~~~~~

Std PR that will fix the issue: rust-lang/rust#133515

@SteveLauC SteveLauC mentioned this issue Nov 27, 2024
3 tasks
@SteveLauC SteveLauC mentioned this issue Jan 3, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant