[INFO] fetching crate spark-signals 0.3.0... [INFO] testing spark-signals-0.3.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate spark-signals 0.3.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate spark-signals 0.3.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate spark-signals 0.3.0 [INFO] tweaked toml for crates.io crate spark-signals 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate spark-signals 0.3.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate spark-signals 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c30d95a4c1128de09df96ccbefe0db71eeedc9fb7c2a3d60319767293aa328d1 [INFO] running `Command { std: "docker" "start" "-a" "c30d95a4c1128de09df96ccbefe0db71eeedc9fb7c2a3d60319767293aa328d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c30d95a4c1128de09df96ccbefe0db71eeedc9fb7c2a3d60319767293aa328d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c30d95a4c1128de09df96ccbefe0db71eeedc9fb7c2a3d60319767293aa328d1", kill_on_drop: false }` [INFO] [stdout] c30d95a4c1128de09df96ccbefe0db71eeedc9fb7c2a3d60319767293aa328d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3204ffc2f6dacff008fac8dc19ba6272df1a21dfeb70497c6271931cd4d1e4a0 [INFO] running `Command { std: "docker" "start" "-a" "3204ffc2f6dacff008fac8dc19ba6272df1a21dfeb70497c6271931cd4d1e4a0", kill_on_drop: false }` [INFO] [stderr] Compiling spark-signals v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/notify.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | libc::syscall( [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/notify.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | libc::SYS_futex, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/notify.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | libc::FUTEX_WAKE, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/mod.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | libc::syscall( [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/mod.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | libc::SYS_futex, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/mod.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | libc::FUTEX_WAIT, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/mod.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | libc::syscall( [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/mod.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | libc::SYS_futex, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/mod.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | libc::FUTEX_WAIT, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/mod.rs:92:32 [INFO] [stdout] | [INFO] [stdout] 92 | &timeout as *const libc::timespec, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/mod.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | std::ptr::null::(), [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope [INFO] [stdout] --> src/shared/mod.rs:82:19 [INFO] [stdout] | [INFO] [stdout] 82 | let timeout = libc::timespec { [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `spark-signals` (lib) due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "3204ffc2f6dacff008fac8dc19ba6272df1a21dfeb70497c6271931cd4d1e4a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3204ffc2f6dacff008fac8dc19ba6272df1a21dfeb70497c6271931cd4d1e4a0", kill_on_drop: false }` [INFO] [stdout] 3204ffc2f6dacff008fac8dc19ba6272df1a21dfeb70497c6271931cd4d1e4a0