[INFO] fetching crate amplify_apfloat 0.2.0...
[INFO] checking amplify_apfloat-0.2.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate amplify_apfloat 0.2.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate amplify_apfloat 0.2.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded amplify_num v0.5.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84e29882ea70f36070ef9734465c1f4fcb88181567941604dff27f1aabd4a0af
[INFO] running `Command { std: "docker" "start" "-a" "84e29882ea70f36070ef9734465c1f4fcb88181567941604dff27f1aabd4a0af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84e29882ea70f36070ef9734465c1f4fcb88181567941604dff27f1aabd4a0af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84e29882ea70f36070ef9734465c1f4fcb88181567941604dff27f1aabd4a0af", kill_on_drop: false }`
[INFO] [stdout] 84e29882ea70f36070ef9734465c1f4fcb88181567941604dff27f1aabd4a0af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae523c11cc1bdda2686ffd92952a37f16cd6a4029b0fe4bab84153bf0c62eaf7
[INFO] running `Command { std: "docker" "start" "-a" "ae523c11cc1bdda2686ffd92952a37f16cd6a4029b0fe4bab84153bf0c62eaf7", kill_on_drop: false }`
[INFO] [stderr]     Checking amplify_num v0.5.2
[INFO] [stderr]     Checking amplify_apfloat v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/ieee.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::vec::Vec;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/ieee.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::vec::Vec;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/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" "ae523c11cc1bdda2686ffd92952a37f16cd6a4029b0fe4bab84153bf0c62eaf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae523c11cc1bdda2686ffd92952a37f16cd6a4029b0fe4bab84153bf0c62eaf7", kill_on_drop: false }`
[INFO] [stdout] ae523c11cc1bdda2686ffd92952a37f16cd6a4029b0fe4bab84153bf0c62eaf7
[INFO] checking amplify_apfloat-0.2.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate amplify_apfloat 0.2.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate amplify_apfloat 0.2.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b1e34af1a266a21a744ebb3d673949fbf08fc535de6b02c7c895c10e73156873
[INFO] running `Command { std: "docker" "start" "-a" "b1e34af1a266a21a744ebb3d673949fbf08fc535de6b02c7c895c10e73156873", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1e34af1a266a21a744ebb3d673949fbf08fc535de6b02c7c895c10e73156873", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1e34af1a266a21a744ebb3d673949fbf08fc535de6b02c7c895c10e73156873", kill_on_drop: false }`
[INFO] [stdout] b1e34af1a266a21a744ebb3d673949fbf08fc535de6b02c7c895c10e73156873
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0263b8c74f77b6deba700afe617435ada2932492f04d821ec3ff14ebeee6e505
[INFO] running `Command { std: "docker" "start" "-a" "0263b8c74f77b6deba700afe617435ada2932492f04d821ec3ff14ebeee6e505", kill_on_drop: false }`
[INFO] [stderr]     Checking amplify_num v0.5.2
[INFO] [stderr]     Checking amplify_apfloat v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/ieee.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::vec::Vec;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/ieee.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::vec::Vec;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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 21 others
[INFO] [stdout] note: required by a bound in `core::fmt::rt::Argument::<'a>::new_lower_hex`
[INFO] [stdout]    --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/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" "0263b8c74f77b6deba700afe617435ada2932492f04d821ec3ff14ebeee6e505", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0263b8c74f77b6deba700afe617435ada2932492f04d821ec3ff14ebeee6e505", kill_on_drop: false }`
[INFO] [stdout] 0263b8c74f77b6deba700afe617435ada2932492f04d821ec3ff14ebeee6e505
