[INFO] fetching crate cs_serde_bytes 0.12.0... [INFO] checking cs_serde_bytes-0.12.0 against try#bb9dbf1d07454a99066eabaabd5819851281494b for pr-80920 [INFO] extracting crate cs_serde_bytes 0.12.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate cs_serde_bytes 0.12.0 on toolchain bb9dbf1d07454a99066eabaabd5819851281494b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cs_serde_bytes 0.12.0 [INFO] finished tweaking crates.io crate cs_serde_bytes 0.12.0 [INFO] tweaked toml for crates.io crate cs_serde_bytes 0.12.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f66f96a8c564fafd0443ea30206ec147dbfa1be7628cc1fe6023fc854f5d6ac [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9f66f96a8c564fafd0443ea30206ec147dbfa1be7628cc1fe6023fc854f5d6ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f66f96a8c564fafd0443ea30206ec147dbfa1be7628cc1fe6023fc854f5d6ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f66f96a8c564fafd0443ea30206ec147dbfa1be7628cc1fe6023fc854f5d6ac", kill_on_drop: false }` [INFO] [stdout] 9f66f96a8c564fafd0443ea30206ec147dbfa1be7628cc1fe6023fc854f5d6ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1a1f1b4d583eb7756ed4cb7fa33e1ccadfd21a1c4723faecc746064eb2dc499 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b1a1f1b4d583eb7756ed4cb7fa33e1ccadfd21a1c4723faecc746064eb2dc499", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.119 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking serde_test v1.0.119 [INFO] [stderr] Checking cs_serde_bytes v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `serde_bytes` [INFO] [stdout] --> tests/test_serde.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use serde_bytes::{ByteBuf, Bytes}; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cs_serde_bytes` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `serde_bytes` [INFO] [stdout] --> tests/test_partialeq.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use serde_bytes::{ByteBuf, Bytes}; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use serde_bytes::{ByteBuf, Bytes}; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:8:20 [INFO] [stdout] | [INFO] [stdout] 8 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 23 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:29:20 [INFO] [stdout] | [INFO] [stdout] 29 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:38:20 [INFO] [stdout] | [INFO] [stdout] 38 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_bytes` [INFO] [stdout] --> tests/test_derive.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | #[serde(with = "serde_bytes")] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `serde_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b1a1f1b4d583eb7756ed4cb7fa33e1ccadfd21a1c4723faecc746064eb2dc499", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1a1f1b4d583eb7756ed4cb7fa33e1ccadfd21a1c4723faecc746064eb2dc499", kill_on_drop: false }` [INFO] [stdout] b1a1f1b4d583eb7756ed4cb7fa33e1ccadfd21a1c4723faecc746064eb2dc499