[INFO] fetching crate proc-bitfield 0.5.2... [INFO] checking proc-bitfield-0.5.2 against try#1d0e7c032bf9b905a3165592072b5cc63c491d50 for pr-133502-5 [INFO] extracting crate proc-bitfield 0.5.2 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate proc-bitfield 0.5.2 on toolchain 1d0e7c032bf9b905a3165592072b5cc63c491d50 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate proc-bitfield 0.5.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate proc-bitfield 0.5.2 [INFO] tweaked toml for crates.io crate proc-bitfield 0.5.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate crates.io crate proc-bitfield 0.5.2 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" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c67529f255fb44a8e757617946ede7a724bd740c3a3150e8b4568a81fed456ac [INFO] running `Command { std: "docker" "start" "-a" "c67529f255fb44a8e757617946ede7a724bd740c3a3150e8b4568a81fed456ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c67529f255fb44a8e757617946ede7a724bd740c3a3150e8b4568a81fed456ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c67529f255fb44a8e757617946ede7a724bd740c3a3150e8b4568a81fed456ac", kill_on_drop: false }` [INFO] [stdout] c67529f255fb44a8e757617946ede7a724bd740c3a3150e8b4568a81fed456ac [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=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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1d0e7c032bf9b905a3165592072b5cc63c491d50" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e2a82e741773b1d7120f76399ce0aa7be942e53b07cd8dbb05e34e48b8e67d8 [INFO] running `Command { std: "docker" "start" "-a" "5e2a82e741773b1d7120f76399ce0aa7be942e53b07cd8dbb05e34e48b8e67d8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling syn v2.0.27 [INFO] [stderr] Compiling proc-bitfield-macros v0.5.2 [INFO] [stderr] Checking proc-bitfield v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> tests/ints_rw_int_arrays.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | assert_eq!(bits!(0xA9A7_6543_i32, [u8; 2] @ 8; 15), [0x65, 0x27]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xA9A7_6543_i32` (decimal `2846319939`) does not fit into the type `i32` and will become `-1448647357i32` [INFO] [stdout] = note: `#[deny(overflowing_literals)]` on by default [INFO] [stdout] help: consider using the type `u32` instead [INFO] [stdout] | [INFO] [stdout] 27 - assert_eq!(bits!(0xA9A7_6543_i32, [u8; 2] @ 8; 15), [0x65, 0x27]); [INFO] [stdout] 27 + assert_eq!(bits!(0xA9A7_6543_u32, [u8; 2] @ 8; 15), [0x65, 0x27]); [INFO] [stdout] | [INFO] [stdout] help: to use as a negative number (decimal `-1448647357`), consider using the type `u32` for the literal and cast it to `i32` [INFO] [stdout] | [INFO] [stdout] 27 | assert_eq!(bits!(0xA9A7_6543_u32 as i32, [u8; 2] @ 8; 15), [0x65, 0x27]); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> tests/ints_rw_int_arrays.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | bits!(0xA9A7_6543_i32, [i8; 2] @ 8; 15), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xA9A7_6543_i32` (decimal `2846319939`) does not fit into the type `i32` and will become `-1448647357i32` [INFO] [stdout] help: consider using the type `u32` instead [INFO] [stdout] | [INFO] [stdout] 33 - bits!(0xA9A7_6543_i32, [i8; 2] @ 8; 15), [INFO] [stdout] 33 + bits!(0xA9A7_6543_u32, [i8; 2] @ 8; 15), [INFO] [stdout] | [INFO] [stdout] help: to use as a negative number (decimal `-1448647357`), consider using the type `u32` for the literal and cast it to `i32` [INFO] [stdout] | [INFO] [stdout] 33 | bits!(0xA9A7_6543_u32 as i32, [i8; 2] @ 8; 15), [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> tests/ints_rw_int_arrays.rs:38:22 [INFO] [stdout] | [INFO] [stdout] 38 | assert_eq!(bits!(0xA9A7_6543_i32, [u8; 2] @ 8; 14), [0x65, 0x27]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xA9A7_6543_i32` (decimal `2846319939`) does not fit into the type `i32` and will become `-1448647357i32` [INFO] [stdout] help: consider using the type `u32` instead [INFO] [stdout] | [INFO] [stdout] 38 - assert_eq!(bits!(0xA9A7_6543_i32, [u8; 2] @ 8; 14), [0x65, 0x27]); [INFO] [stdout] 38 + assert_eq!(bits!(0xA9A7_6543_u32, [u8; 2] @ 8; 14), [0x65, 0x27]); [INFO] [stdout] | [INFO] [stdout] help: to use as a negative number (decimal `-1448647357`), consider using the type `u32` for the literal and cast it to `i32` [INFO] [stdout] | [INFO] [stdout] 38 | assert_eq!(bits!(0xA9A7_6543_u32 as i32, [u8; 2] @ 8; 14), [0x65, 0x27]); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> tests/ints_rw_int_arrays.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | bits!(0xA9A7_6543_i32, [i8; 2] @ 8; 14), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xA9A7_6543_i32` (decimal `2846319939`) does not fit into the type `i32` and will become `-1448647357i32` [INFO] [stdout] help: consider using the type `u32` instead [INFO] [stdout] | [INFO] [stdout] 44 - bits!(0xA9A7_6543_i32, [i8; 2] @ 8; 14), [INFO] [stdout] 44 + bits!(0xA9A7_6543_u32, [i8; 2] @ 8; 14), [INFO] [stdout] | [INFO] [stdout] help: to use as a negative number (decimal `-1448647357`), consider using the type `u32` for the literal and cast it to `i32` [INFO] [stdout] | [INFO] [stdout] 44 | bits!(0xA9A7_6543_u32 as i32, [i8; 2] @ 8; 14), [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> tests/ints_rw_int_arrays.rs:49:22 [INFO] [stdout] | [INFO] [stdout] 49 | assert_eq!(bits!(0xA9A7_6543_i32, [u8; 2] @ 9; 15), [0xB2, 0x53]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xA9A7_6543_i32` (decimal `2846319939`) does not fit into the type `i32` and will become `-1448647357i32` [INFO] [stdout] help: consider using the type `u32` instead [INFO] [stdout] | [INFO] [stdout] 49 - assert_eq!(bits!(0xA9A7_6543_i32, [u8; 2] @ 9; 15), [0xB2, 0x53]); [INFO] [stdout] 49 + assert_eq!(bits!(0xA9A7_6543_u32, [u8; 2] @ 9; 15), [0xB2, 0x53]); [INFO] [stdout] | [INFO] [stdout] help: to use as a negative number (decimal `-1448647357`), consider using the type `u32` for the literal and cast it to `i32` [INFO] [stdout] | [INFO] [stdout] 49 | assert_eq!(bits!(0xA9A7_6543_u32 as i32, [u8; 2] @ 9; 15), [0xB2, 0x53]); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> tests/ints_rw_int_arrays.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | bits!(0xA9A7_6543_i32, [i8; 2] @ 9; 15), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xA9A7_6543_i32` (decimal `2846319939`) does not fit into the type `i32` and will become `-1448647357i32` [INFO] [stdout] help: consider using the type `u32` instead [INFO] [stdout] | [INFO] [stdout] 55 - bits!(0xA9A7_6543_i32, [i8; 2] @ 9; 15), [INFO] [stdout] 55 + bits!(0xA9A7_6543_u32, [i8; 2] @ 9; 15), [INFO] [stdout] | [INFO] [stdout] help: to use as a negative number (decimal `-1448647357`), consider using the type `u32` for the literal and cast it to `i32` [INFO] [stdout] | [INFO] [stdout] 55 | bits!(0xA9A7_6543_u32 as i32, [i8; 2] @ 9; 15), [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-bitfield` (test "ints_rw_int_arrays") due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "5e2a82e741773b1d7120f76399ce0aa7be942e53b07cd8dbb05e34e48b8e67d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e2a82e741773b1d7120f76399ce0aa7be942e53b07cd8dbb05e34e48b8e67d8", kill_on_drop: false }` [INFO] [stdout] 5e2a82e741773b1d7120f76399ce0aa7be942e53b07cd8dbb05e34e48b8e67d8