[INFO] fetching crate idmap 0.2.21... [INFO] checking idmap-0.2.21 against master#297a8018b525c28ef10ee6a91d61954839b508b9 for pr-95565 [INFO] extracting crate idmap 0.2.21 into /workspace/builds/worker-29/source [INFO] validating manifest of crates.io crate idmap 0.2.21 on toolchain 297a8018b525c28ef10ee6a91d61954839b508b9 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+297a8018b525c28ef10ee6a91d61954839b508b9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate idmap 0.2.21 [INFO] finished tweaking crates.io crate idmap 0.2.21 [INFO] tweaked toml for crates.io crate idmap 0.2.21 written to /workspace/builds/worker-29/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+297a8018b525c28ef10ee6a91d61954839b508b9" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+297a8018b525c28ef10ee6a91d61954839b508b9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded idmap-derive v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+297a8018b525c28ef10ee6a91d61954839b508b9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 29f1642b180fb7634fd0d73f0100bffdcd155733e45e0f00ad9cfb55a445dcbb [INFO] running `Command { std: "docker" "start" "-a" "29f1642b180fb7634fd0d73f0100bffdcd155733e45e0f00ad9cfb55a445dcbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "29f1642b180fb7634fd0d73f0100bffdcd155733e45e0f00ad9cfb55a445dcbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29f1642b180fb7634fd0d73f0100bffdcd155733e45e0f00ad9cfb55a445dcbb", kill_on_drop: false }` [INFO] [stdout] 29f1642b180fb7634fd0d73f0100bffdcd155733e45e0f00ad9cfb55a445dcbb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+297a8018b525c28ef10ee6a91d61954839b508b9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26d8d58b1d839b2873022364c851e27cf541cbc0529c5db692ba916d1eb014d1 [INFO] running `Command { std: "docker" "start" "-a" "26d8d58b1d839b2873022364c851e27cf541cbc0529c5db692ba916d1eb014d1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde_test v1.0.136 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking fixedbitset v0.4.1 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking idmap v0.2.21 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Compiling idmap-derive v0.1.2 [INFO] [stdout] error[E0463]: can't find crate for `serde` [INFO] [stdout] --> tests/set.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern crate serde; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serde` [INFO] [stdout] --> tests/basic.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern crate serde; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serde` [INFO] [stdout] --> tests/basic.rs:149:52 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(IntegerId, Debug, Copy, Clone, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serde` [INFO] [stdout] --> tests/basic.rs:149:63 [INFO] [stdout] | [INFO] [stdout] 149 | #[derive(IntegerId, Debug, Copy, Clone, PartialEq, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serde` [INFO] [stdout] --> tests/set.rs:115:52 [INFO] [stdout] | [INFO] [stdout] 115 | #[derive(IntegerId, Debug, Copy, Clone, PartialEq, Serialize, Deserialize, Ord, PartialOrd, Eq)] [INFO] [stdout] | ^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serde` [INFO] [stdout] --> tests/set.rs:115:63 [INFO] [stdout] | [INFO] [stdout] 115 | #[derive(IntegerId, Debug, Copy, Clone, PartialEq, Serialize, Deserialize, Ord, PartialOrd, Eq)] [INFO] [stdout] | ^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serde` [INFO] [stdout] --> tests/direct.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern crate serde; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `idmap` due to 4 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `idmap` due to 4 previous errors [INFO] [stdout] error[E0463]: can't find crate for `serde` [INFO] [stdout] --> tests/direct.rs:148:52 [INFO] [stdout] | [INFO] [stdout] 148 | #[derive(IntegerId, Debug, Copy, Clone, PartialEq, Serialize, Deserialize, Ord, PartialOrd, Eq)] [INFO] [stdout] | ^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `serde` [INFO] [stdout] --> tests/direct.rs:148:63 [INFO] [stdout] | [INFO] [stdout] 148 | #[derive(IntegerId, Debug, Copy, Clone, PartialEq, Serialize, Deserialize, Ord, PartialOrd, Eq)] [INFO] [stdout] | ^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `idmap` due to 4 previous errors [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "26d8d58b1d839b2873022364c851e27cf541cbc0529c5db692ba916d1eb014d1", kill_on_drop: false }` [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "rm" "-f" "26d8d58b1d839b2873022364c851e27cf541cbc0529c5db692ba916d1eb014d1", kill_on_drop: false }` [ERROR] error running command: no output for 300 seconds [ERROR] failed to delete container 26d8d58b1d839b2873022364c851e27cf541cbc0529c5db692ba916d1eb014d1 [ERROR] caused by: no output for 300 seconds