[INFO] fetching crate amplify_apfloat 0.3.1... [INFO] checking amplify_apfloat-0.3.1 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate amplify_apfloat 0.3.1 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate amplify_apfloat 0.3.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate amplify_apfloat 0.3.1 [INFO] tweaked toml for crates.io crate amplify_apfloat 0.3.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate amplify_apfloat 0.3.1 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 48 packages to latest compatible versions [INFO] [stderr] Adding getrandom v0.2.16 (available: v0.3.3) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff4fe0125b80cabbbb28411bacd8894fb8948a0eec732685e030df470715a65d [INFO] running `Command { std: "docker" "start" "-a" "ff4fe0125b80cabbbb28411bacd8894fb8948a0eec732685e030df470715a65d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff4fe0125b80cabbbb28411bacd8894fb8948a0eec732685e030df470715a65d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff4fe0125b80cabbbb28411bacd8894fb8948a0eec732685e030df470715a65d", kill_on_drop: false }` [INFO] [stdout] ff4fe0125b80cabbbb28411bacd8894fb8948a0eec732685e030df470715a65d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11506449c64e1889e43738a8a5632337ff7392a57d21e87e71a1a3165c70c7fa [INFO] running `Command { std: "docker" "start" "-a" "11506449c64e1889e43738a8a5632337ff7392a57d21e87e71a1a3165c70c7fa", kill_on_drop: false }` [INFO] [stderr] Checking amplify_num v0.5.3 [INFO] [stderr] Checking amplify_apfloat v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:101:66 [INFO] [stdout] | [INFO] [stdout] 101 | assert_eq!(expected, a1.category(), "{:#x} + {:#x}", op1, op2); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:108:66 [INFO] [stdout] | [INFO] [stdout] 108 | assert_eq!(expected, a2.category(), "{:#x} + {:#x}", op2, op1); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:172:65 [INFO] [stdout] | [INFO] [stdout] 172 | assert_eq!(expected, a1.to_bits(), "{:#x} + {:#x}", op1, op2); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:179:65 [INFO] [stdout] | [INFO] [stdout] 179 | assert_eq!(expected, a2.to_bits(), "{:#x} + {:#x}", op2, op1); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:208:61 [INFO] [stdout] | [INFO] [stdout] 208 | assert_eq!(expected, a1.to_bits(), "{:#x} - {:#x}", op1, op2); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:266:66 [INFO] [stdout] | [INFO] [stdout] 266 | assert_eq!(expected, a1.category(), "{:#x} * {:#x}", op1, op2); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:273:66 [INFO] [stdout] | [INFO] [stdout] 273 | assert_eq!(expected, a2.category(), "{:#x} * {:#x}", op2, op1); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:352:65 [INFO] [stdout] | [INFO] [stdout] 352 | assert_eq!(expected, a1.to_bits(), "{:#x} * {:#x}", op1, op2); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:359:65 [INFO] [stdout] | [INFO] [stdout] 359 | assert_eq!(expected, a2.to_bits(), "{:#x} * {:#x}", op2, op1); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:383:61 [INFO] [stdout] | [INFO] [stdout] 383 | assert_eq!(expected, a1.to_bits(), "{:#x} / {:#x}", op1, op2); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:409:74 [INFO] [stdout] | [INFO] [stdout] 409 | assert_eq!(expected, result.to_bits(), "ieee_rem({:#x}, {:#x})", op1, op2); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:437:65 [INFO] [stdout] | [INFO] [stdout] 437 | assert_eq!(expected, r.to_bits(), "fmod({:#x}, {:#x})", op1, op2); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:507:76 [INFO] [stdout] | [INFO] [stdout] 507 | assert_eq!(expected, a1.partial_cmp(&a2), "compare({:#x}, {:#x})", op1, op2,); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u256: LowerHex` is not satisfied [INFO] [stdout] --> tests/ppc.rs:533:66 [INFO] [stdout] | [INFO] [stdout] 533 | assert_eq!(expected, a1.bitwise_eq(a2), "{:#x} = {:#x}", op1, op2); [INFO] [stdout] | ----- ^^^ the trait `LowerHex` is not implemented for `u256` [INFO] [stdout] | | [INFO] [stdout] | required by this formatting parameter [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `LowerHex`: [INFO] [stdout] &T [INFO] [stdout] &mut T [INFO] [stdout] NonZero [INFO] [stdout] Saturating [INFO] [stdout] Status [INFO] [stdout] Wrapping [INFO] [stdout] amplify_apfloat::status::_::InternalBitFlags [INFO] [stdout] i128 [INFO] [stdout] and 22 others [INFO] [stdout] = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `amplify_apfloat` (test "ppc") due to 14 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "11506449c64e1889e43738a8a5632337ff7392a57d21e87e71a1a3165c70c7fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11506449c64e1889e43738a8a5632337ff7392a57d21e87e71a1a3165c70c7fa", kill_on_drop: false }` [INFO] [stdout] 11506449c64e1889e43738a8a5632337ff7392a57d21e87e71a1a3165c70c7fa