[INFO] fetching crate to_bytes_derive 0.1.0... [INFO] checking to_bytes_derive-0.1.0 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] extracting crate to_bytes_derive 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate to_bytes_derive 0.1.0 on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate to_bytes_derive 0.1.0 [INFO] finished tweaking crates.io crate to_bytes_derive 0.1.0 [INFO] tweaked toml for crates.io crate to_bytes_derive 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 576ed9a18ab41c44bc41be03e8d5a8b562f6856963b76ca93d0b2017809d2dee [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" "576ed9a18ab41c44bc41be03e8d5a8b562f6856963b76ca93d0b2017809d2dee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "576ed9a18ab41c44bc41be03e8d5a8b562f6856963b76ca93d0b2017809d2dee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "576ed9a18ab41c44bc41be03e8d5a8b562f6856963b76ca93d0b2017809d2dee", kill_on_drop: false }` [INFO] [stdout] 576ed9a18ab41c44bc41be03e8d5a8b562f6856963b76ca93d0b2017809d2dee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d6594cceedb577be8c0580b7ffd2187a269564206aff1b1238980e433992c84b [INFO] running `Command { std: "docker" "start" "-a" "d6594cceedb577be8c0580b7ffd2187a269564206aff1b1238980e433992c84b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking syn v1.0.64 [INFO] [stderr] Checking to_bytes_derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `to_bytes` [INFO] [stdout] --> tests/test.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use to_bytes::*; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `to_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `to_bytes` in this scope [INFO] [stdout] --> tests/test.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[to_bytes] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `to_bytes` in this scope [INFO] [stdout] --> tests/test.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[to_bytes] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `to_bytes` in this scope [INFO] [stdout] --> tests/test.rs:31:3 [INFO] [stdout] | [INFO] [stdout] 31 | #[to_bytes] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `to_bytes` in this scope [INFO] [stdout] --> tests/test.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 54 | #[to_bytes(asis)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `to_bytes` in this scope [INFO] [stdout] --> tests/test.rs:75:3 [INFO] [stdout] | [INFO] [stdout] 75 | #[to_bytes(asis)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `to_bytes` in this scope [INFO] [stdout] --> tests/test.rs:92:3 [INFO] [stdout] | [INFO] [stdout] 92 | #[to_bytes(asis)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `to_bytes` in this scope [INFO] [stdout] --> tests/test.rs:128:3 [INFO] [stdout] | [INFO] [stdout] 128 | #[to_bytes(asis copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `to_bytes` in this scope [INFO] [stdout] --> tests/test.rs:152:3 [INFO] [stdout] | [INFO] [stdout] 152 | #[to_bytes(asis copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `to_bytes` in this scope [INFO] [stdout] --> tests/test.rs:172:3 [INFO] [stdout] | [INFO] [stdout] 172 | #[to_bytes(asis copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for struct `A` in the current scope [INFO] [stdout] --> tests/test.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 5 | struct A { [INFO] [stdout] | -------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 14 | let ua = dbg!(a.to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for struct `A2` in the current scope [INFO] [stdout] --> tests/test.rs:26:21 [INFO] [stdout] | [INFO] [stdout] 21 | struct A2(u8, u16, u32); [INFO] [stdout] | ------------------------ method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 26 | let ua = dbg!(a.to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `A2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for enum `AE` in the current scope [INFO] [stdout] --> tests/test.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 33 | enum AE { [INFO] [stdout] | ------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 41 | let ua = dbg!(a.to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `AE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for enum `AE` in the current scope [INFO] [stdout] --> tests/test.rs:49:21 [INFO] [stdout] | [INFO] [stdout] 33 | enum AE { [INFO] [stdout] | ------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 49 | let ua = dbg!(a.to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `AE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for struct `B` in the current scope [INFO] [stdout] --> tests/test.rs:70:29 [INFO] [stdout] | [INFO] [stdout] 56 | struct B { [INFO] [stdout] | -------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 70 | let ua = dbg!(a.clone().to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `B` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for struct `B2` in the current scope [INFO] [stdout] --> tests/test.rs:87:29 [INFO] [stdout] | [INFO] [stdout] 77 | struct B2(u8, u16, u32); [INFO] [stdout] | ------------------------ method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 87 | let ua = dbg!(a.clone().to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `B2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for enum `BE` in the current scope [INFO] [stdout] --> tests/test.rs:115:29 [INFO] [stdout] | [INFO] [stdout] 94 | enum BE { [INFO] [stdout] | ------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 115 | let ua = dbg!(a.clone().to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `BE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for enum `BE` in the current scope [INFO] [stdout] --> tests/test.rs:123:29 [INFO] [stdout] | [INFO] [stdout] 94 | enum BE { [INFO] [stdout] | ------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 123 | let ua = dbg!(a.clone().to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `BE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for struct `C` in the current scope [INFO] [stdout] --> tests/test.rs:139:29 [INFO] [stdout] | [INFO] [stdout] 130 | struct C { [INFO] [stdout] | -------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 139 | let ua = dbg!(a.clone().to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `C` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for struct `C` in the current scope [INFO] [stdout] --> tests/test.rs:147:29 [INFO] [stdout] | [INFO] [stdout] 130 | struct C { [INFO] [stdout] | -------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 147 | let ua = dbg!(a.clone().to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `C` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for struct `C2` in the current scope [INFO] [stdout] --> tests/test.rs:159:29 [INFO] [stdout] | [INFO] [stdout] 154 | struct C2(u8, u16, u32); [INFO] [stdout] | ------------------------ method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 159 | let ua = dbg!(a.clone().to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `C2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for struct `C2` in the current scope [INFO] [stdout] --> tests/test.rs:167:29 [INFO] [stdout] | [INFO] [stdout] 154 | struct C2(u8, u16, u32); [INFO] [stdout] | ------------------------ method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 167 | let ua = dbg!(a.clone().to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `C2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for enum `CE` in the current scope [INFO] [stdout] --> tests/test.rs:187:21 [INFO] [stdout] | [INFO] [stdout] 174 | enum CE { [INFO] [stdout] | ------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 187 | let ua = dbg!(a.to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `CE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for enum `CE` in the current scope [INFO] [stdout] --> tests/test.rs:195:21 [INFO] [stdout] | [INFO] [stdout] 174 | enum CE { [INFO] [stdout] | ------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 195 | let ua = dbg!(a.to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `CE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for enum `CE` in the current scope [INFO] [stdout] --> tests/test.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 174 | enum CE { [INFO] [stdout] | ------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 203 | let ua = dbg!(a.to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `CE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_bytes` found for enum `CE` in the current scope [INFO] [stdout] --> tests/test.rs:211:21 [INFO] [stdout] | [INFO] [stdout] 174 | enum CE { [INFO] [stdout] | ------- method `to_bytes` not found for this [INFO] [stdout] ... [INFO] [stdout] 211 | let ua = dbg!(a.to_bytes()); [INFO] [stdout] | ^^^^^^^^ method not found in `CE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 26 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `to_bytes_derive` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "d6594cceedb577be8c0580b7ffd2187a269564206aff1b1238980e433992c84b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6594cceedb577be8c0580b7ffd2187a269564206aff1b1238980e433992c84b", kill_on_drop: false }` [INFO] [stdout] d6594cceedb577be8c0580b7ffd2187a269564206aff1b1238980e433992c84b