[INFO] fetching crate cs_serde_bytes 0.12.0... [INFO] checking cs_serde_bytes-0.12.0 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate cs_serde_bytes 0.12.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate cs_serde_bytes 0.12.0 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e90731a7c9b0b406e69991f2b010de985409e3c654c33430495f9d207f2f9c4 [INFO] running `Command { std: "docker" "start" "-a" "3e90731a7c9b0b406e69991f2b010de985409e3c654c33430495f9d207f2f9c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e90731a7c9b0b406e69991f2b010de985409e3c654c33430495f9d207f2f9c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e90731a7c9b0b406e69991f2b010de985409e3c654c33430495f9d207f2f9c4", kill_on_drop: false }` [INFO] [stdout] 3e90731a7c9b0b406e69991f2b010de985409e3c654c33430495f9d207f2f9c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d9f60086fa553fe88fe9fb57b3b0a6698f94a0200c7c0ad381c9fcdec530ebd [INFO] running `Command { std: "docker" "start" "-a" "3d9f60086fa553fe88fe9fb57b3b0a6698f94a0200c7c0ad381c9fcdec530ebd", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking serde_test v1.0.126 [INFO] [stderr] Checking cs_serde_bytes v0.12.0 (/opt/rustwide/workdir) [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] [stderr] error: could not compile `cs_serde_bytes` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] [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" "3d9f60086fa553fe88fe9fb57b3b0a6698f94a0200c7c0ad381c9fcdec530ebd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d9f60086fa553fe88fe9fb57b3b0a6698f94a0200c7c0ad381c9fcdec530ebd", kill_on_drop: false }` [INFO] [stdout] 3d9f60086fa553fe88fe9fb57b3b0a6698f94a0200c7c0ad381c9fcdec530ebd