[INFO] fetching crate proc-bitfield 0.5.2... [INFO] checking proc-bitfield-0.5.2 against try#306c6aded24f02440063be828ebe601fe5eb8323 for pr-133502-3 [INFO] extracting crate proc-bitfield 0.5.2 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate proc-bitfield 0.5.2 on toolchain 306c6aded24f02440063be828ebe601fe5eb8323 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "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-4-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" "+306c6aded24f02440063be828ebe601fe5eb8323" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+306c6aded24f02440063be828ebe601fe5eb8323" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d47be05a64c498dc90ce360359922b15f77b38b0f5c00229a674016a225d459 [INFO] running `Command { std: "docker" "start" "-a" "3d47be05a64c498dc90ce360359922b15f77b38b0f5c00229a674016a225d459", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d47be05a64c498dc90ce360359922b15f77b38b0f5c00229a674016a225d459", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d47be05a64c498dc90ce360359922b15f77b38b0f5c00229a674016a225d459", kill_on_drop: false }` [INFO] [stdout] 3d47be05a64c498dc90ce360359922b15f77b38b0f5c00229a674016a225d459 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+306c6aded24f02440063be828ebe601fe5eb8323" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2ca3bd88298bcdb3ee66d6a6b4c4e8e2cdf4ea3b73860d5210f975b6e46aba9 [INFO] running `Command { std: "docker" "start" "-a" "a2ca3bd88298bcdb3ee66d6a6b4c4e8e2cdf4ea3b73860d5210f975b6e46aba9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Checking static_assertions v1.1.0 [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" "a2ca3bd88298bcdb3ee66d6a6b4c4e8e2cdf4ea3b73860d5210f975b6e46aba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2ca3bd88298bcdb3ee66d6a6b4c4e8e2cdf4ea3b73860d5210f975b6e46aba9", kill_on_drop: false }` [INFO] [stdout] a2ca3bd88298bcdb3ee66d6a6b4c4e8e2cdf4ea3b73860d5210f975b6e46aba9