[INFO] fetching crate seax_util 0.1.2... [INFO] testing seax_util-0.1.2 against master#77d155973c6c22a0e1af49a4a9bac024f697851d for pr-85530-1 [INFO] extracting crate seax_util 0.1.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate seax_util 0.1.2 on toolchain 77d155973c6c22a0e1af49a4a9bac024f697851d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+77d155973c6c22a0e1af49a4a9bac024f697851d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate seax_util 0.1.2 [INFO] finished tweaking crates.io crate seax_util 0.1.2 [INFO] tweaked toml for crates.io crate seax_util 0.1.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+77d155973c6c22a0e1af49a4a9bac024f697851d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+77d155973c6c22a0e1af49a4a9bac024f697851d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+77d155973c6c22a0e1af49a4a9bac024f697851d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95137232c3fddd88ad4875327f40484e32744b8bd16b449735daa3fd3676cffe [INFO] running `Command { std: "docker" "start" "-a" "95137232c3fddd88ad4875327f40484e32744b8bd16b449735daa3fd3676cffe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95137232c3fddd88ad4875327f40484e32744b8bd16b449735daa3fd3676cffe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95137232c3fddd88ad4875327f40484e32744b8bd16b449735daa3fd3676cffe", kill_on_drop: false }` [INFO] [stdout] 95137232c3fddd88ad4875327f40484e32744b8bd16b449735daa3fd3676cffe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+77d155973c6c22a0e1af49a4a9bac024f697851d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90f60bfc4cbc938ce024b6d9a9441808ca95f6a381184a072b3eb2319fa72398 [INFO] running `Command { std: "docker" "start" "-a" "90f60bfc4cbc938ce024b6d9a9441808ca95f6a381184a072b3eb2319fa72398", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling seax_util v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bytecode/mod.rs:355:17 [INFO] [stdout] | [INFO] [stdout] 355 | try!(self.source.read(&mut buf) // try to get next byte [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler_tools/ast.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | impl fmt::Debug for ASTNode { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ASTNode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:236:45 [INFO] [stdout] | [INFO] [stdout] 236 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:260:45 [INFO] [stdout] | [INFO] [stdout] 260 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:309:53 [INFO] [stdout] | [INFO] [stdout] 309 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:316:53 [INFO] [stdout] | [INFO] [stdout] 316 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 322 | .map_err( |why | String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:334:53 [INFO] [stdout] | [INFO] [stdout] 334 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:356:58 [INFO] [stdout] | [INFO] [stdout] 356 | .map_err(|why| String::from(why.description()))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:400:46 [INFO] [stdout] | [INFO] [stdout] 400 | Err(why) => Err(String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ByteOrder` [INFO] [stdout] --> src/bytecode/mod.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | use self::byteorder::{ByteOrder, BigEndian, ReadBytesExt, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.26s [INFO] running `Command { std: "docker" "inspect" "90f60bfc4cbc938ce024b6d9a9441808ca95f6a381184a072b3eb2319fa72398", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90f60bfc4cbc938ce024b6d9a9441808ca95f6a381184a072b3eb2319fa72398", kill_on_drop: false }` [INFO] [stdout] 90f60bfc4cbc938ce024b6d9a9441808ca95f6a381184a072b3eb2319fa72398 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+77d155973c6c22a0e1af49a4a9bac024f697851d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d96790335c890e821b6183bc41154e535f3ab37a12538a4cd1de85614e63f33 [INFO] running `Command { std: "docker" "start" "-a" "0d96790335c890e821b6183bc41154e535f3ab37a12538a4cd1de85614e63f33", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bytecode/mod.rs:355:17 [INFO] [stdout] | [INFO] [stdout] 355 | try!(self.source.read(&mut buf) // try to get next byte [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler_tools/ast.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | impl fmt::Debug for ASTNode { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ASTNode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:236:45 [INFO] [stdout] | [INFO] [stdout] 236 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:260:45 [INFO] [stdout] | [INFO] [stdout] 260 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:309:53 [INFO] [stdout] | [INFO] [stdout] 309 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:316:53 [INFO] [stdout] | [INFO] [stdout] 316 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 322 | .map_err( |why | String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:334:53 [INFO] [stdout] | [INFO] [stdout] 334 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:356:58 [INFO] [stdout] | [INFO] [stdout] 356 | .map_err(|why| String::from(why.description()))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:400:46 [INFO] [stdout] | [INFO] [stdout] 400 | Err(why) => Err(String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ByteOrder` [INFO] [stdout] --> src/bytecode/mod.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | use self::byteorder::{ByteOrder, BigEndian, ReadBytesExt, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling quickcheck v1.0.3 [INFO] [stderr] Compiling seax_util v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bytecode/mod.rs:355:17 [INFO] [stdout] | [INFO] [stdout] 355 | try!(self.source.read(&mut buf) // try to get next byte [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler_tools/ast.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | impl fmt::Debug for ASTNode { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ASTNode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:236:45 [INFO] [stdout] | [INFO] [stdout] 236 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:260:45 [INFO] [stdout] | [INFO] [stdout] 260 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:309:53 [INFO] [stdout] | [INFO] [stdout] 309 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:316:53 [INFO] [stdout] | [INFO] [stdout] 316 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:322:55 [INFO] [stdout] | [INFO] [stdout] 322 | .map_err( |why | String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:334:53 [INFO] [stdout] | [INFO] [stdout] 334 | .map_err(|why| String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:356:58 [INFO] [stdout] | [INFO] [stdout] 356 | .map_err(|why| String::from(why.description()))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/bytecode/mod.rs:400:46 [INFO] [stdout] | [INFO] [stdout] 400 | Err(why) => Err(String::from(why.description())) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ByteOrder` [INFO] [stdout] --> src/bytecode/mod.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | use self::byteorder::{ByteOrder, BigEndian, ReadBytesExt, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.84s [INFO] running `Command { std: "docker" "inspect" "0d96790335c890e821b6183bc41154e535f3ab37a12538a4cd1de85614e63f33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d96790335c890e821b6183bc41154e535f3ab37a12538a4cd1de85614e63f33", kill_on_drop: false }` [INFO] [stdout] 0d96790335c890e821b6183bc41154e535f3ab37a12538a4cd1de85614e63f33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+77d155973c6c22a0e1af49a4a9bac024f697851d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fa612f87d87a7cfa0fc017d6dba9f6d21a30989cb39645db51edda1127c9f544 [INFO] running `Command { std: "docker" "start" "-a" "fa612f87d87a7cfa0fc017d6dba9f6d21a30989cb39645db51edda1127c9f544", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] running 55 tests [INFO] [stderr] --> src/bytecode/mod.rs:355:17 [INFO] [stderr] | [INFO] [stderr] 355 | try!(self.source.read(&mut buf) // try to get next byte [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compiler_tools/ast.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | impl fmt::Debug for ASTNode { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn ASTNode` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:236:45 [INFO] [stderr] | [INFO] [stderr] 236 | .map_err(|why| String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:260:45 [INFO] [stderr] | [INFO] [stderr] 260 | .map_err(|why| String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:309:53 [INFO] [stderr] | [INFO] [stderr] 309 | .map_err(|why| String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:316:53 [INFO] [stderr] | [INFO] [stderr] 316 | .map_err(|why| String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:322:55 [INFO] [stderr] | [INFO] [stderr] 322 | .map_err( |why | String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:334:53 [INFO] [stderr] | [INFO] [stderr] 334 | .map_err(|why| String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:356:58 [INFO] [stderr] | [INFO] [stderr] 356 | .map_err(|why| String::from(why.description()))); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:400:46 [INFO] [stderr] | [INFO] [stderr] 400 | Err(why) => Err(String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ByteOrder` [INFO] [stderr] --> src/bytecode/mod.rs:127:23 [INFO] [stderr] | [INFO] [stderr] 127 | use self::byteorder::{ByteOrder, BigEndian, ReadBytesExt, WriteBytesExt}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/bytecode/mod.rs:355:17 [INFO] [stderr] | [INFO] [stderr] 355 | try!(self.source.read(&mut buf) // try to get next byte [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compiler_tools/ast.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | impl fmt::Debug for ASTNode { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn ASTNode` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:236:45 [INFO] [stderr] | [INFO] [stderr] 236 | .map_err(|why| String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:260:45 [INFO] [stderr] | [INFO] [stderr] 260 | .map_err(|why| String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:309:53 [INFO] [stderr] | [INFO] [stderr] 309 | .map_err(|why| String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:316:53 [INFO] [stderr] | [INFO] [stderr] 316 | .map_err(|why| String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:322:55 [INFO] [stderr] | [INFO] [stderr] 322 | .map_err( |why | String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:334:53 [INFO] [stderr] | [INFO] [stderr] 334 | .map_err(|why| String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:356:58 [INFO] [stderr] | [INFO] [stderr] 356 | .map_err(|why| String::from(why.description()))); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/bytecode/mod.rs:400:46 [INFO] [stderr] | [INFO] [stderr] 400 | Err(why) => Err(String::from(why.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ByteOrder` [INFO] [stderr] --> src/bytecode/mod.rs:127:23 [INFO] [stderr] | [INFO] [stderr] 127 | use self::byteorder::{ByteOrder, BigEndian, ReadBytesExt, WriteBytesExt}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/seax_util-6b1f222aebc989cf) [INFO] [stdout] test bytecode::tests::prop_encode_char ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_add ... ok [INFO] [stdout] test bytecode::tests::test_decode_program_no_ident ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_ap ... ok [INFO] [stdout] test bytecode::tests::prop_encode_sint ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_apcc ... ok [INFO] [stdout] test bytecode::tests::test_decode_program ... ok [INFO] [stdout] test bytecode::tests::prop_encode_uint ... ok [INFO] [stdout] test bytecode::tests::test_decode_program_wrong_version ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_atom ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_car ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_dum ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_fdiv ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_join ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_ldf ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_mod ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_null ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_ret ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_sel ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_sub ... ok [INFO] [stdout] test bytecode::tests::test_encode_program_basic_branching_1 ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_nil ... ok [INFO] [stdout] test bytecode::tests::test_encode_program_basic_branching_2 ... ok [INFO] [stdout] test bytecode::tests::test_encode_program_list_creation ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_cdr ... ok [INFO] [stdout] test bytecode::tests::test_encode_simple_program ... ok [INFO] [stdout] test bytecode::tests::test_encode_program_nested_arith ... ok [INFO] [stdout] test list::tests::test_list_iter ... ok [INFO] [stdout] test list::tests::test_list_isize_indexing ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_rap ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_eq ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_lt ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_mul ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_div ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_gte ... ok [INFO] [stdout] test bytecode::tests::test_encode_program_car ... ok [INFO] [stdout] test cell::tests::test_atom_show ... ok [INFO] [stdout] test bytecode::tests::test_encode_program_cdr ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_gt ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_ldc ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_ld ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_cons ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_stop ... ok [INFO] [stdout] test bytecode::tests::test_encode_inst_lte ... ok [INFO] [stdout] test bytecode::tests::test_encode_program_add ... ok [INFO] [stdout] test bytecode::tests::test_encode_uint_zero ... ok [INFO] [stdout] test list::tests::test_list_length ... ok [INFO] [stdout] test list::tests::test_list_to_string ... ok [INFO] [stdout] test list::tests::test_stack_length ... ok [INFO] [stdout] test list::tests::test_list_macro ... ok [INFO] [stdout] test list::tests::test_stack_push ... ok [INFO] [stdout] test list::tests::test_stack_pop ... ok [INFO] [stdout] test list::tests::test_stack_peek ... ok [INFO] [stdout] test list::tests::test_list_usize_indexing ... ok [INFO] [stdout] test bytecode::tests::prop_encode_float ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- bytecode::tests::prop_encode_float stdout ---- [INFO] [stdout] thread 'bytecode::tests::prop_encode_float' panicked at '[quickcheck] TEST FAILED. Arguments: (NaN)', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck-1.0.3/src/tester.rs:165:28 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c585ccb680 - std::backtrace_rs::backtrace::libunwind::trace::h0f5cd2ee8b0d7274 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c585ccb680 - std::backtrace_rs::backtrace::trace_unsynchronized::h06905b5aeda069a1 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c585ccb680 - std::sys_common::backtrace::_print_fmt::h4fe4c7c875072f30 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c585ccb680 - ::fmt::hcc0746f004a9b7ef [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c585cee01c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55c585cc86f5 - std::io::Write::write_fmt::he920b3a6f319ed64 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x55c585ccd7fb - std::sys_common::backtrace::_print::h173dc702502d65d2 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c585ccd7fb - std::sys_common::backtrace::print::h61bd27c4742ba817 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c585ccd7fb - std::panicking::default_hook::{{closure}}::hcaae87f0495ae613 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55c585ccd30c - std::panicking::default_hook::h0538e728ee080db0 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55c585ccdec4 - std::panicking::rust_panic_with_hook::h3039e236b6ca482c [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55c585aad96f - std::panicking::begin_panic::{{closure}}::hbccc8a224ecdf4eb [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55c585ab3a0e - std::sys_common::backtrace::__rust_end_short_backtrace::ha18eb94107490de0 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c585aad877 - std::panicking::begin_panic::hd05878fed1aba9bc [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55c585aa5027 - quickcheck::tester::QuickCheck::quickcheck::hd01373fe95c86feb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck-1.0.3/src/tester.rs:165:28 [INFO] [stdout] 15: 0x55c585aa5dba - quickcheck::tester::quickcheck::h28b80ecd2ba40fc2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck-1.0.3/src/tester.rs:183:5 [INFO] [stdout] 16: 0x55c585a8a43d - seax_util::bytecode::tests::prop_encode_float::h4176d4951f5134a1 [INFO] [stdout] at /opt/rustwide/workdir/src/bytecode/tests.rs:46:5 [INFO] [stdout] 17: 0x55c585a8a41a - seax_util::bytecode::tests::prop_encode_float::{{closure}}::hc6f11725cc193483 [INFO] [stdout] at /opt/rustwide/workdir/src/bytecode/tests.rs:39:1 [INFO] [stdout] 18: 0x55c585ab3bce - core::ops::function::FnOnce::call_once::h04cdbb44d9b767fc [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55c585adf5e3 - core::ops::function::FnOnce::call_once::h7f91c0afb84a09f2 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55c585adf5e3 - test::__rust_begin_short_backtrace::hdae76ac745e70ccd [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/test/src/lib.rs:577:5 [INFO] [stdout] 21: 0x55c585ade028 - as core::ops::function::FnOnce>::call_once::h6f866b52ba5e2aee [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 22: 0x55c585ade028 - as core::ops::function::FnOnce<()>>::call_once::h7cf40b75f4555853 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x55c585ade028 - std::panicking::try::do_call::h0663a10ae52d9ac0 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x55c585ade028 - std::panicking::try::hda21e5692e926b81 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x55c585ade028 - std::panic::catch_unwind::h2c80734512bb8daf [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panic.rs:434:14 [INFO] [stdout] 26: 0x55c585ade028 - test::run_test_in_process::h281137e32aa5e9df [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/test/src/lib.rs:600:18 [INFO] [stdout] 27: 0x55c585ade028 - test::run_test::run_test_inner::{{closure}}::h65372dbefb83e5f7 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x55c585ab75dd - test::run_test::run_test_inner::{{closure}}::h765f7360d43f8619 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x55c585ab75dd - std::sys_common::backtrace::__rust_begin_short_backtrace::hbe862ec058c15d25 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x55c585abb298 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb22c359326a082f3 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x55c585abb298 - as core::ops::function::FnOnce<()>>::call_once::h38ebc77a1e7727ee [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x55c585abb298 - std::panicking::try::do_call::h3610c5918c63b671 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x55c585abb298 - std::panicking::try::h5e49c176d5deda69 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 34: 0x55c585abb298 - std::panic::catch_unwind::h28a6995492b87c58 [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/panic.rs:434:14 [INFO] [stdout] 35: 0x55c585abb298 - std::thread::Builder::spawn_unchecked::{{closure}}::hac35cb91ef044b3e [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 36: 0x55c585abb298 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hfec4a83569e706bb [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55c585cd2a57 - as core::ops::function::FnOnce>::call_once::hd5b860c6542b008a [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x55c585cd2a57 - as core::ops::function::FnOnce>::call_once::hc87b98c8a3a585ed [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x55c585cd2a57 - std::sys::unix::thread::Thread::new::thread_start::ha990175c8f3779cc [INFO] [stdout] at /rustc/77d155973c6c22a0e1af49a4a9bac024f697851d/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 40: 0x7fc8ed1f5609 - start_thread [INFO] [stdout] 41: 0x7fc8ed480293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] bytecode::tests::prop_encode_float [INFO] [stdout] [INFO] [stdout] test result: FAILED. 54 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "fa612f87d87a7cfa0fc017d6dba9f6d21a30989cb39645db51edda1127c9f544", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa612f87d87a7cfa0fc017d6dba9f6d21a30989cb39645db51edda1127c9f544", kill_on_drop: false }` [INFO] [stdout] fa612f87d87a7cfa0fc017d6dba9f6d21a30989cb39645db51edda1127c9f544