[INFO] fetching crate cs_serde_bytes 0.12.0... [INFO] checking cs_serde_bytes-0.12.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate cs_serde_bytes 0.12.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate cs_serde_bytes 0.12.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_test v1.0.124 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9873a5e4078c703b07385a94d9b468ea276a366bfcc0b81ca45f20ff25d136dc [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" "9873a5e4078c703b07385a94d9b468ea276a366bfcc0b81ca45f20ff25d136dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9873a5e4078c703b07385a94d9b468ea276a366bfcc0b81ca45f20ff25d136dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9873a5e4078c703b07385a94d9b468ea276a366bfcc0b81ca45f20ff25d136dc", kill_on_drop: false }` [INFO] [stdout] 9873a5e4078c703b07385a94d9b468ea276a366bfcc0b81ca45f20ff25d136dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43b2227e22ab9fc8a561580cc8d6b20dccdb17e63968be040c856a2068961b57 [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" "43b2227e22ab9fc8a561580cc8d6b20dccdb17e63968be040c856a2068961b57", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Checking serde_test v1.0.124 [INFO] [stderr] Checking bincode v1.3.2 [INFO] [stderr] Checking cs_serde_bytes v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_derive v1.0.124 [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" "43b2227e22ab9fc8a561580cc8d6b20dccdb17e63968be040c856a2068961b57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43b2227e22ab9fc8a561580cc8d6b20dccdb17e63968be040c856a2068961b57", kill_on_drop: false }` [INFO] [stdout] 43b2227e22ab9fc8a561580cc8d6b20dccdb17e63968be040c856a2068961b57