[INFO] fetching crate to_bytes_derive 0.1.0... [INFO] checking to_bytes_derive-0.1.0 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate to_bytes_derive 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate to_bytes_derive 0.1.0 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.77) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44480018450d178ceac42e5f3783fc4cadf1fcf453fc27c106e49e0b2b0cfc5c [INFO] running `Command { std: "docker" "start" "-a" "44480018450d178ceac42e5f3783fc4cadf1fcf453fc27c106e49e0b2b0cfc5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44480018450d178ceac42e5f3783fc4cadf1fcf453fc27c106e49e0b2b0cfc5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44480018450d178ceac42e5f3783fc4cadf1fcf453fc27c106e49e0b2b0cfc5c", kill_on_drop: false }` [INFO] [stdout] 44480018450d178ceac42e5f3783fc4cadf1fcf453fc27c106e49e0b2b0cfc5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f0355f6a3bdbda9a1c733e31a3e15e5037415986fb9be22dfc2501a3aa7978f [INFO] running `Command { std: "docker" "start" "-a" "3f0355f6a3bdbda9a1c733e31a3e15e5037415986fb9be22dfc2501a3aa7978f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking unicode-ident v1.0.13 [INFO] [stderr] Checking quote v1.0.37 [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] help: consider importing this attribute macro [INFO] [stdout] | [INFO] [stdout] 1 + use to_bytes_derive::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] help: consider importing this attribute macro [INFO] [stdout] | [INFO] [stdout] 1 + use to_bytes_derive::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] help: consider importing this attribute macro [INFO] [stdout] | [INFO] [stdout] 1 + use to_bytes_derive::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] help: consider importing this attribute macro [INFO] [stdout] | [INFO] [stdout] 1 + use to_bytes_derive::to_bytes; [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] help: consider importing this attribute macro [INFO] [stdout] | [INFO] [stdout] 1 + use to_bytes_derive::to_bytes; [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] help: consider importing this attribute macro [INFO] [stdout] | [INFO] [stdout] 1 + use to_bytes_derive::to_bytes; [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] help: consider importing this attribute macro [INFO] [stdout] | [INFO] [stdout] 1 + use to_bytes_derive::to_bytes; [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] help: consider importing this attribute macro [INFO] [stdout] | [INFO] [stdout] 1 + use to_bytes_derive::to_bytes; [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] help: consider importing this attribute macro [INFO] [stdout] | [INFO] [stdout] 1 + use to_bytes_derive::to_bytes; [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 struct [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 struct [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 enum [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 enum [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 struct [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 struct [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 enum [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 enum [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 struct [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 struct [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 struct [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 struct [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 enum [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 enum [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 enum [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 enum [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` (test "test") due to 27 previous errors [INFO] running `Command { std: "docker" "inspect" "3f0355f6a3bdbda9a1c733e31a3e15e5037415986fb9be22dfc2501a3aa7978f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f0355f6a3bdbda9a1c733e31a3e15e5037415986fb9be22dfc2501a3aa7978f", kill_on_drop: false }` [INFO] [stdout] 3f0355f6a3bdbda9a1c733e31a3e15e5037415986fb9be22dfc2501a3aa7978f