[INFO] fetching crate amplify_apfloat 0.2.0...
[INFO] checking amplify_apfloat-0.2.0 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate amplify_apfloat 0.2.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate amplify_apfloat 0.2.0 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate amplify_apfloat 0.2.0
[INFO] finished tweaking crates.io crate amplify_apfloat 0.2.0
[INFO] tweaked toml for crates.io crate amplify_apfloat 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded amplify_num v0.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0021080e0c559d456d0829bd2966123267d13c39eca7df59a07171bf22f8d329
[INFO] running `Command { std: "docker" "start" "-a" "0021080e0c559d456d0829bd2966123267d13c39eca7df59a07171bf22f8d329", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0021080e0c559d456d0829bd2966123267d13c39eca7df59a07171bf22f8d329", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0021080e0c559d456d0829bd2966123267d13c39eca7df59a07171bf22f8d329", kill_on_drop: false }`
[INFO] [stdout] 0021080e0c559d456d0829bd2966123267d13c39eca7df59a07171bf22f8d329
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c5be3d28cf113ec63b196459bcb0525441e2e996517bf648c614471e775016c
[INFO] running `Command { std: "docker" "start" "-a" "8c5be3d28cf113ec63b196459bcb0525441e2e996517bf648c614471e775016c", kill_on_drop: false }`
[INFO] [stderr]     Checking amplify_num v0.5.1
[INFO] [stderr]     Checking amplify_apfloat v0.2.0 (/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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:101:71
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:71
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:70
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:70
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:66
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:71
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:71
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:70
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:70
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:66
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:79
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:70
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:81
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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:71
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/fmt/rt.rs:108:5
[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: aborting due to 28 previous errors
[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 29 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8c5be3d28cf113ec63b196459bcb0525441e2e996517bf648c614471e775016c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c5be3d28cf113ec63b196459bcb0525441e2e996517bf648c614471e775016c", kill_on_drop: false }`
[INFO] [stdout] 8c5be3d28cf113ec63b196459bcb0525441e2e996517bf648c614471e775016c
[INFO] checking amplify_apfloat-0.2.0 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate amplify_apfloat 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate amplify_apfloat 0.2.0 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate amplify_apfloat 0.2.0
[INFO] finished tweaking crates.io crate amplify_apfloat 0.2.0
[INFO] tweaked toml for crates.io crate amplify_apfloat 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9af932fba1ef9baff2e69d43d264f627c50a0003928ef6343ef7cd049d2e6960
[INFO] running `Command { std: "docker" "start" "-a" "9af932fba1ef9baff2e69d43d264f627c50a0003928ef6343ef7cd049d2e6960", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9af932fba1ef9baff2e69d43d264f627c50a0003928ef6343ef7cd049d2e6960", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9af932fba1ef9baff2e69d43d264f627c50a0003928ef6343ef7cd049d2e6960", kill_on_drop: false }`
[INFO] [stdout] 9af932fba1ef9baff2e69d43d264f627c50a0003928ef6343ef7cd049d2e6960
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 924b626f1caf8a7a1fb55176131b5f580d82aacf486da64c4969236c8a6c6bfe
[INFO] running `Command { std: "docker" "start" "-a" "924b626f1caf8a7a1fb55176131b5f580d82aacf486da64c4969236c8a6c6bfe", kill_on_drop: false }`
[INFO] [stderr]     Checking amplify_num v0.5.1
[INFO] [stderr]     Checking amplify_apfloat v0.2.0 (/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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:101:71
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:71
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:70
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:70
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:66
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:71
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:71
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:70
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:70
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:66
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:79
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:70
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:81
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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:71
[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 a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `LowerHex`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 29 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/fmt/rt.rs:108:5
[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: aborting due to 28 previous errors
[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 29 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "924b626f1caf8a7a1fb55176131b5f580d82aacf486da64c4969236c8a6c6bfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "924b626f1caf8a7a1fb55176131b5f580d82aacf486da64c4969236c8a6c6bfe", kill_on_drop: false }`
[INFO] [stdout] 924b626f1caf8a7a1fb55176131b5f580d82aacf486da64c4969236c8a6c6bfe
