[INFO] fetching crate amplify_apfloat 0.2.0...
[INFO] checking amplify_apfloat-0.2.0 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate amplify_apfloat 0.2.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate amplify_apfloat 0.2.0 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "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-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "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-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0ac624360f75c6a49eff046156d1fbcc6a5ab2f3552ef8eb56ec047f7435aad3
[INFO] running `Command { std: "docker" "start" "-a" "0ac624360f75c6a49eff046156d1fbcc6a5ab2f3552ef8eb56ec047f7435aad3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ac624360f75c6a49eff046156d1fbcc6a5ab2f3552ef8eb56ec047f7435aad3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ac624360f75c6a49eff046156d1fbcc6a5ab2f3552ef8eb56ec047f7435aad3", kill_on_drop: false }`
[INFO] [stdout] 0ac624360f75c6a49eff046156d1fbcc6a5ab2f3552ef8eb56ec047f7435aad3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 15c866d7a400407a500914350d183a66543141b10d0fec60f1e1889a7e2503c9
[INFO] running `Command { std: "docker" "start" "-a" "15c866d7a400407a500914350d183a66543141b10d0fec60f1e1889a7e2503c9", 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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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/80399064afa4a2cd153f30d02c25f7ea0383ed65/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" "15c866d7a400407a500914350d183a66543141b10d0fec60f1e1889a7e2503c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15c866d7a400407a500914350d183a66543141b10d0fec60f1e1889a7e2503c9", kill_on_drop: false }`
[INFO] [stdout] 15c866d7a400407a500914350d183a66543141b10d0fec60f1e1889a7e2503c9
[INFO] checking amplify_apfloat-0.2.0 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate amplify_apfloat 0.2.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate amplify_apfloat 0.2.0 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "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-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "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" "+09bc67b9158392361780e779d32997f14cc75c39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b9e7de4596a7f99818cc7fba656ad6250a7ba11edbb3d76512566442f9316585
[INFO] running `Command { std: "docker" "start" "-a" "b9e7de4596a7f99818cc7fba656ad6250a7ba11edbb3d76512566442f9316585", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9e7de4596a7f99818cc7fba656ad6250a7ba11edbb3d76512566442f9316585", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9e7de4596a7f99818cc7fba656ad6250a7ba11edbb3d76512566442f9316585", kill_on_drop: false }`
[INFO] [stdout] b9e7de4596a7f99818cc7fba656ad6250a7ba11edbb3d76512566442f9316585
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0015b7f2bee8738312e64e30bae57bce84b4ebc79a1df6958c59a372792413ab
[INFO] running `Command { std: "docker" "start" "-a" "0015b7f2bee8738312e64e30bae57bce84b4ebc79a1df6958c59a372792413ab", 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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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/09bc67b9158392361780e779d32997f14cc75c39/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" "0015b7f2bee8738312e64e30bae57bce84b4ebc79a1df6958c59a372792413ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0015b7f2bee8738312e64e30bae57bce84b4ebc79a1df6958c59a372792413ab", kill_on_drop: false }`
[INFO] [stdout] 0015b7f2bee8738312e64e30bae57bce84b4ebc79a1df6958c59a372792413ab
