[INFO] fetching crate bitwrap_extra 2.0.6... [INFO] checking bitwrap_extra-2.0.6 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate bitwrap_extra 2.0.6 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate bitwrap_extra 2.0.6 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bitwrap_extra 2.0.6 [INFO] finished tweaking crates.io crate bitwrap_extra 2.0.6 [INFO] tweaked toml for crates.io crate bitwrap_extra 2.0.6 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate crates.io crate bitwrap_extra 2.0.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bitwrap_derive_extra v2.0.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f099fb6a215cd7fbafa2120141954c2f194b2142462f7d854cac95cc47ce02c6 [INFO] running `Command { std: "docker" "start" "-a" "f099fb6a215cd7fbafa2120141954c2f194b2142462f7d854cac95cc47ce02c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f099fb6a215cd7fbafa2120141954c2f194b2142462f7d854cac95cc47ce02c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f099fb6a215cd7fbafa2120141954c2f194b2142462f7d854cac95cc47ce02c6", kill_on_drop: false }` [INFO] [stdout] f099fb6a215cd7fbafa2120141954c2f194b2142462f7d854cac95cc47ce02c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c73f5022690eacc516f4e57f0e3aead6b8a51af9e920c242481aaed76a7f00ed [INFO] running `Command { std: "docker" "start" "-a" "c73f5022690eacc516f4e57f0e3aead6b8a51af9e920c242481aaed76a7f00ed", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling bitwrap_derive_extra v2.0.6 [INFO] [stderr] Checking bitwrap_extra v2.0.6 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot find macro `vec` in this scope [INFO] [stdout] --> tests/no_std.rs:13:23 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Default, BitWrap)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `BitWrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope [INFO] [stdout] --> tests/no_std.rs:13:23 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Default, BitWrap)] [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `BitWrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> tests/readme.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | #[derive(BitWrap)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: assertion `left == right` failed: bitwrap not aligned [INFO] [stdout] left: 7 [INFO] [stdout] right: 8 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied [INFO] [stdout] --> tests/no_std.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 32 | let result = packet.pack(&mut buffer).unwrap(); [INFO] [stdout] | ^^^^ ----------- [INFO] [stdout] | | [INFO] [stdout] | unexpected argument of type `&mut [u8; 2]` [INFO] [stdout] | help: remove the extra argument [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | fn pack(&self) -> Result, BitWrapError>; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `alloc::vec::Vec` with `usize` [INFO] [stdout] --> tests/no_std.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | assert_eq!(result, DATA.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `alloc::vec::Vec == usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq` is not implemented for `alloc::vec::Vec` [INFO] [stdout] = help: the following other types implement trait `PartialEq`: [INFO] [stdout] as PartialEq>> [INFO] [stdout] as PartialEq<&[U; N]>> [INFO] [stdout] as PartialEq<&[U]>> [INFO] [stdout] as PartialEq<&mut [U]>> [INFO] [stdout] as PartialEq<[U; N]>> [INFO] [stdout] as PartialEq<[U]>> [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied [INFO] [stdout] --> tests/skip.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | let result = packet.pack(&mut buffer).unwrap(); [INFO] [stdout] | ^^^^ ----------- [INFO] [stdout] | | [INFO] [stdout] | unexpected argument of type `&mut [u8; 2]` [INFO] [stdout] | help: remove the extra argument [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | fn pack(&self) -> Result, BitWrapError>; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `Vec` with `usize` [INFO] [stdout] --> tests/skip.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | assert_eq!(result, DATA.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `Vec == usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq` is not implemented for `Vec` [INFO] [stdout] = help: the following other types implement trait `PartialEq`: [INFO] [stdout] as PartialEq>> [INFO] [stdout] as PartialEq<&[U; N]>> [INFO] [stdout] as PartialEq<&[U]>> [INFO] [stdout] as PartialEq<&mut [U]>> [INFO] [stdout] as PartialEq<[U; N]>> [INFO] [stdout] as PartialEq<[U]>> [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the type `[u8]` cannot be indexed by `RangeTo>` [INFO] [stdout] --> tests/skip.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | assert_eq!(&buffer[.. result], DATA); [INFO] [stdout] | ^^^^^^^^^ slice indices are of type `usize` or ranges of `usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `SliceIndex<[u8]>` is not implemented for `RangeTo>`, which is required by `[u8; 2]: Index<_>` [INFO] [stdout] = help: the following other types implement trait `SliceIndex`: [INFO] [stdout] as SliceIndex<[T]>> [INFO] [stdout] as SliceIndex> [INFO] [stdout] = note: required for `[u8]` to implement `Index>>` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `[u8; 2]` to implement `Index>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unpack` found for struct `Packet` in the current scope [INFO] [stdout] --> tests/readme.rs:96:25 [INFO] [stdout] | [INFO] [stdout] 49 | struct Packet { [INFO] [stdout] | ------------- method `unpack` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 96 | let result = packet.unpack(DATA).unwrap(); [INFO] [stdout] | ^^^^^^ method not found in `Packet` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `unpack`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `BitWrapExt` [INFO] [stdout] help: one of the expressions' fields has a method of the same name [INFO] [stdout] | [INFO] [stdout] 96 | let result = packet.data.unpack(DATA).unwrap(); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277. [INFO] [stdout] [INFO] [stderr] error: could not compile `bitwrap_extra` (test "no_std") due to 5 previous errors [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `pack` found for struct `Packet` in the current scope [INFO] [stdout] --> tests/readme.rs:107:25 [INFO] [stdout] | [INFO] [stdout] 49 | struct Packet { [INFO] [stdout] | ------------- method `pack` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 107 | let result = packet.pack(&mut buffer).unwrap(); [INFO] [stdout] | ^^^^ method not found in `Packet` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `pack`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `BitWrapExt` [INFO] [stdout] help: one of the expressions' fields has a method of the same name [INFO] [stdout] | [INFO] [stdout] 107 | let result = packet.data.pack(&mut buffer).unwrap(); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0425]: cannot find value `data_len` in this scope [INFO] [stdout] --> tests/vec.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 9 | #[bitfield(data_len)] [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bitwrap_extra` (test "skip") due to 4 previous errors [INFO] [stdout] error[E0425]: cannot find value `data_len` in this scope [INFO] [stdout] --> tests/vec.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 34 | #[bitfield(data_len)] [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bitwrap_extra` (test "readme") due to 4 previous errors [INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied [INFO] [stdout] --> tests/vec.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | let result = packet.pack(&mut buffer).unwrap(); [INFO] [stdout] | ^^^^ ----------- [INFO] [stdout] | | [INFO] [stdout] | unexpected argument of type `&mut [u8; 5]` [INFO] [stdout] | help: remove the extra argument [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | fn pack(&self) -> Result, BitWrapError>; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied [INFO] [stdout] --> tests/bits.rs:35:25 [INFO] [stdout] | [INFO] [stdout] 35 | let result = packet.pack(&mut buffer).unwrap(); [INFO] [stdout] | ^^^^ ----------- [INFO] [stdout] | | [INFO] [stdout] | unexpected argument of type `&mut Vec` [INFO] [stdout] | help: remove the extra argument [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | fn pack(&self) -> Result, BitWrapError>; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `Vec` with `usize` [INFO] [stdout] --> tests/bits.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | assert_eq!(result, DATA.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `Vec == usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq` is not implemented for `Vec` [INFO] [stdout] = help: the following other types implement trait `PartialEq`: [INFO] [stdout] as PartialEq>> [INFO] [stdout] as PartialEq<&[U; N]>> [INFO] [stdout] as PartialEq<&[U]>> [INFO] [stdout] as PartialEq<&mut [U]>> [INFO] [stdout] as PartialEq<[U; N]>> [INFO] [stdout] as PartialEq<[U]>> [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the type `[u8]` cannot be indexed by `RangeTo>` [INFO] [stdout] --> tests/bits.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | assert_eq!(&buffer[.. result], DATA); [INFO] [stdout] | ^^^^^^^^^ slice indices are of type `usize` or ranges of `usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `SliceIndex<[u8]>` is not implemented for `RangeTo>`, which is required by `Vec: Index<_>` [INFO] [stdout] = help: the following other types implement trait `SliceIndex`: [INFO] [stdout] as SliceIndex<[T]>> [INFO] [stdout] as SliceIndex> [INFO] [stdout] = note: required for `Vec` to implement `Index>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `Vec` with `usize` [INFO] [stdout] --> tests/vec.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | assert_eq!(result, DATA.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `Vec == usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq` is not implemented for `Vec` [INFO] [stdout] = help: the following other types implement trait `PartialEq`: [INFO] [stdout] as PartialEq>> [INFO] [stdout] as PartialEq<&[U; N]>> [INFO] [stdout] as PartialEq<&[U]>> [INFO] [stdout] as PartialEq<&mut [U]>> [INFO] [stdout] as PartialEq<[U; N]>> [INFO] [stdout] as PartialEq<[U]>> [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the type `[u8]` cannot be indexed by `RangeTo>` [INFO] [stdout] --> tests/vec.rs:25:24 [INFO] [stdout] | [INFO] [stdout] 25 | assert_eq!(&buffer[.. result], DATA); [INFO] [stdout] | ^^^^^^^^^ slice indices are of type `usize` or ranges of `usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `SliceIndex<[u8]>` is not implemented for `RangeTo>`, which is required by `[u8; 5]: Index<_>` [INFO] [stdout] = help: the following other types implement trait `SliceIndex`: [INFO] [stdout] as SliceIndex<[T]>> [INFO] [stdout] as SliceIndex> [INFO] [stdout] = note: required for `[u8]` to implement `Index>>` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `[u8; 5]` to implement `Index>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied [INFO] [stdout] --> tests/nested.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | let result = packet.pack(&mut buffer).unwrap(); [INFO] [stdout] | ^^^^ ----------- [INFO] [stdout] | | [INFO] [stdout] | unexpected argument of type `&mut Vec` [INFO] [stdout] | help: remove the extra argument [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | fn pack(&self) -> Result, BitWrapError>; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the type `[u8]` cannot be indexed by `RangeTo>` [INFO] [stdout] --> tests/nested.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(&buffer[.. result], DATA); [INFO] [stdout] | ^^^^^^^^^ slice indices are of type `usize` or ranges of `usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `SliceIndex<[u8]>` is not implemented for `RangeTo>`, which is required by `Vec: Index<_>` [INFO] [stdout] = help: the following other types implement trait `SliceIndex`: [INFO] [stdout] as SliceIndex<[T]>> [INFO] [stdout] as SliceIndex> [INFO] [stdout] = note: required for `Vec` to implement `Index>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied [INFO] [stdout] --> tests/vec.rs:46:23 [INFO] [stdout] | [INFO] [stdout] 46 | assert_eq!(packet.pack(&mut buffer), Err(BitWrapError)); [INFO] [stdout] | ^^^^ ----------- [INFO] [stdout] | | [INFO] [stdout] | unexpected argument of type `&mut [u8; 4]` [INFO] [stdout] | help: remove the extra argument [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | fn pack(&self) -> Result, BitWrapError>; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `pack` found for struct `Ipv4Addr` in the current scope [INFO] [stdout] --> tests/nested.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(BitWrap)] [INFO] [stdout] | ^^^^^^^ method not found in `Ipv4Addr` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `BitWrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bitwrap_extra` (test "bits") due to 4 previous errors [INFO] [stderr] error: could not compile `bitwrap_extra` (test "vec") due to 7 previous errors [INFO] [stdout] error[E0599]: no method named `unpack` found for struct `Ipv4Addr` in the current scope [INFO] [stdout] --> tests/nested.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(BitWrap)] [INFO] [stdout] | ^^^^^^^ method not found in `Ipv4Addr` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `BitWrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bitwrap_extra` (test "nested") due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "c73f5022690eacc516f4e57f0e3aead6b8a51af9e920c242481aaed76a7f00ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c73f5022690eacc516f4e57f0e3aead6b8a51af9e920c242481aaed76a7f00ed", kill_on_drop: false }` [INFO] [stdout] c73f5022690eacc516f4e57f0e3aead6b8a51af9e920c242481aaed76a7f00ed [INFO] checking bitwrap_extra-2.0.6 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate bitwrap_extra 2.0.6 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate bitwrap_extra 2.0.6 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bitwrap_extra 2.0.6 [INFO] finished tweaking crates.io crate bitwrap_extra 2.0.6 [INFO] tweaked toml for crates.io crate bitwrap_extra 2.0.6 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate crates.io crate bitwrap_extra 2.0.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef083fc935acef745c072894693ffa3b0d07b7ddf33bf1f63cf30828d3672633 [INFO] running `Command { std: "docker" "start" "-a" "ef083fc935acef745c072894693ffa3b0d07b7ddf33bf1f63cf30828d3672633", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef083fc935acef745c072894693ffa3b0d07b7ddf33bf1f63cf30828d3672633", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef083fc935acef745c072894693ffa3b0d07b7ddf33bf1f63cf30828d3672633", kill_on_drop: false }` [INFO] [stdout] ef083fc935acef745c072894693ffa3b0d07b7ddf33bf1f63cf30828d3672633 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d116d23992834e64e6937511843b9556a9e76c7335cd83bd9729d304741b30d [INFO] running `Command { std: "docker" "start" "-a" "9d116d23992834e64e6937511843b9556a9e76c7335cd83bd9729d304741b30d", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "9d116d23992834e64e6937511843b9556a9e76c7335cd83bd9729d304741b30d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d116d23992834e64e6937511843b9556a9e76c7335cd83bd9729d304741b30d", kill_on_drop: false }` [INFO] [stdout] 9d116d23992834e64e6937511843b9556a9e76c7335cd83bd9729d304741b30d