[INFO] fetching crate tokio-command-fds 0.2.1... [INFO] checking tokio-command-fds-0.2.1 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate tokio-command-fds 0.2.1 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate tokio-command-fds 0.2.1 [INFO] finished tweaking crates.io crate tokio-command-fds 0.2.1 [INFO] tweaked toml for crates.io crate tokio-command-fds 0.2.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tokio-command-fds 0.2.1 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 39 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.16) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2dccd878082167c056ae7bd05a3b26c9cba19c00e87978368bcd0d2c28c7a454 [INFO] running `Command { std: "docker" "start" "-a" "2dccd878082167c056ae7bd05a3b26c9cba19c00e87978368bcd0d2c28c7a454", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dccd878082167c056ae7bd05a3b26c9cba19c00e87978368bcd0d2c28c7a454", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dccd878082167c056ae7bd05a3b26c9cba19c00e87978368bcd0d2c28c7a454", kill_on_drop: false }` [INFO] [stdout] 2dccd878082167c056ae7bd05a3b26c9cba19c00e87978368bcd0d2c28c7a454 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1cc4c50612176c04d4e5cc3fb8b859db9cf6b1ff016019cf958e7c5b001e0929 [INFO] running `Command { std: "docker" "start" "-a" "1cc4c50612176c04d4e5cc3fb8b859db9cf6b1ff016019cf958e7c5b001e0929", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v2.9.4 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking tokio-command-fds v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `nix::fcntl::fcntl`, `nix::fcntl::FcntlArg`, `nix::fcntl::FdFlag` [INFO] [stdout] --> src/lib.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | use nix::fcntl::{fcntl, FcntlArg, FdFlag}; [INFO] [stdout] | ^^^^^ ^^^^^^^^ ^^^^^^ no `FdFlag` in `fcntl` [INFO] [stdout] | | | [INFO] [stdout] | | no `FcntlArg` in `fcntl` [INFO] [stdout] | no `fcntl` in `fcntl` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this module instead: [INFO] [stdout] nix::fcntl [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/fcntl.rs:862:8 [INFO] [stdout] | [INFO] [stdout] 727 | #![feature = "fs"] [INFO] [stdout] | -------------- the item is gated behind the `fs` feature [INFO] [stdout] ... [INFO] [stdout] 862 | pub fn fcntl(fd: Fd, arg: FcntlArg) -> Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/fcntl.rs:733:10 [INFO] [stdout] | [INFO] [stdout] 727 | #![feature = "fs"] [INFO] [stdout] | -------------- the item is gated behind the `fs` feature [INFO] [stdout] ... [INFO] [stdout] 733 | pub enum FcntlArg<'a> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/fcntl.rs:841:10 [INFO] [stdout] | [INFO] [stdout] 727 | #![feature = "fs"] [INFO] [stdout] | -------------- the item is gated behind the `fs` feature [INFO] [stdout] ... [INFO] [stdout] 841 | pub enum FcntlArg { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `nix::unistd::dup2` [INFO] [stdout] --> src/lib.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | use nix::unistd::dup2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `dup2` in `unistd` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/unistd.rs:535:8 [INFO] [stdout] | [INFO] [stdout] 409 | #![feature = "fs"] [INFO] [stdout] | -------------- the item is gated behind the `fs` feature [INFO] [stdout] ... [INFO] [stdout] 535 | pub fn dup2(oldfd: Fd, newfd: &mut std::os::fd::OwnedFd) -> Result<()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `nix::fcntl::fcntl`, `nix::fcntl::FcntlArg`, `nix::fcntl::FdFlag` [INFO] [stdout] --> src/lib.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | use nix::fcntl::{fcntl, FcntlArg, FdFlag}; [INFO] [stdout] | ^^^^^ ^^^^^^^^ ^^^^^^ no `FdFlag` in `fcntl` [INFO] [stdout] | | | [INFO] [stdout] | | no `FcntlArg` in `fcntl` [INFO] [stdout] | no `fcntl` in `fcntl` [INFO] [stdout] | [INFO] [stdout] = help: consider importing this module instead: [INFO] [stdout] nix::fcntl [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/fcntl.rs:862:8 [INFO] [stdout] | [INFO] [stdout] 727 | #![feature = "fs"] [INFO] [stdout] | -------------- the item is gated behind the `fs` feature [INFO] [stdout] ... [INFO] [stdout] 862 | pub fn fcntl(fd: Fd, arg: FcntlArg) -> Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/fcntl.rs:733:10 [INFO] [stdout] | [INFO] [stdout] 727 | #![feature = "fs"] [INFO] [stdout] | -------------- the item is gated behind the `fs` feature [INFO] [stdout] ... [INFO] [stdout] 733 | pub enum FcntlArg<'a> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/fcntl.rs:841:10 [INFO] [stdout] | [INFO] [stdout] 727 | #![feature = "fs"] [INFO] [stdout] | -------------- the item is gated behind the `fs` feature [INFO] [stdout] ... [INFO] [stdout] 841 | pub enum FcntlArg { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `nix::unistd::dup2` [INFO] [stdout] --> src/lib.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | use nix::unistd::dup2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `dup2` in `unistd` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/unistd.rs:535:8 [INFO] [stdout] | [INFO] [stdout] 409 | #![feature = "fs"] [INFO] [stdout] | -------------- the item is gated behind the `fs` feature [INFO] [stdout] ... [INFO] [stdout] 535 | pub fn dup2(oldfd: Fd, newfd: &mut std::os::fd::OwnedFd) -> Result<()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-command-fds` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-command-fds` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "1cc4c50612176c04d4e5cc3fb8b859db9cf6b1ff016019cf958e7c5b001e0929", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cc4c50612176c04d4e5cc3fb8b859db9cf6b1ff016019cf958e7c5b001e0929", kill_on_drop: false }` [INFO] [stdout] 1cc4c50612176c04d4e5cc3fb8b859db9cf6b1ff016019cf958e7c5b001e0929