[INFO] cloning repository https://github.com/highcloud100/rustlings
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/highcloud100/rustlings" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhighcloud100%2Frustlings", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhighcloud100%2Frustlings'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6d794e190d2235323f935e60f789b898a17f4da3
[INFO] testing highcloud100/rustlings against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhighcloud100%2Frustlings" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/highcloud100/rustlings
[INFO] finished tweaking git repo https://github.com/highcloud100/rustlings
[INFO] tweaked toml for git repo https://github.com/highcloud100/rustlings written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/highcloud100/rustlings on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/highcloud100/rustlings already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1
[INFO] running `Command { std: "docker" "start" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.53
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling serde_derive v1.0.158
[INFO] [stderr]    Compiling serde v1.0.158
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.3
[INFO] [stderr]    Compiling portable-atomic v1.4.3
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling winnow v0.5.15
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling home v0.5.4
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling anstream v0.5.0
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling clap_builder v4.4.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling syn v2.0.8
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling filetime v0.2.22
[INFO] [stderr]    Compiling mio v0.8.9
[INFO] [stderr]    Compiling console v0.15.5
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling indicatif v0.17.6
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling regex v1.7.2
[INFO] [stderr]    Compiling notify-debouncer-mini v0.4.1
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]    Compiling clap v4.4.3
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.3
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling rustlings v5.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exercise.rs:111:20
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn compile(&self) -> Result<CompiledExercise, ExerciseOutput> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn compile(&self) -> Result<CompiledExercise<'_>, ExerciseOutput> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 47.16s
[INFO] running `Command { std: "docker" "inspect" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exercise.rs:111:20
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn compile(&self) -> Result<CompiledExercise, ExerciseOutput> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn compile(&self) -> Result<CompiledExercise<'_>, ExerciseOutput> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling bstr v1.6.2
[INFO] [stderr]    Compiling predicates v3.0.3
[INFO] [stderr]    Compiling assert_cmd v2.0.12
[INFO] [stderr]    Compiling rustlings v5.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/exercise.rs:111:20
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn compile(&self) -> Result<CompiledExercise, ExerciseOutput> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn compile(&self) -> Result<CompiledExercise<'_>, ExerciseOutput> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 8.48s
[INFO] running `Command { std: "docker" "inspect" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/exercise.rs:111:20
[INFO] [stderr]     |
[INFO] [stderr] 111 |     pub fn compile(&self) -> Result<CompiledExercise, ExerciseOutput> {
[INFO] [stderr]     |                    ^^^^^            ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 111 |     pub fn compile(&self) -> Result<CompiledExercise<'_>, ExerciseOutput> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `rustlings` (bin "rustlings") generated 1 warning (run `cargo fix --bin "rustlings" -p rustlings` to apply 1 suggestion)
[INFO] [stderr] warning: `rustlings` (bin "rustlings" test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/rustlings-99e120358750a227)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test exercise::test::test_pending_state ... ok
[INFO] [stdout] test exercise::test::test_finished_exercise ... ok
[INFO] [stdout] test exercise::test::test_clean ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--bin rustlings`
[INFO] [stdout] test exercise::test::test_exercise_with_output ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- exercise::test::test_clean stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'exercise::test::test_clean' (1341) panicked at src/exercise.rs:284:35:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56451e64db11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56451e662f7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x56451e65209c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x56451e629ce6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56451e645f19 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x56451e570610 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56451e6460d2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56451e629d92 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56451e622659 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56451e62a98d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x56451e6636dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56451e6634b2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x56451e560113 - rustlings[471b0486f7e49112]::exercise::test::test_clean
[INFO] [stdout]   13:     0x56451e55fa49 - <rustlings[471b0486f7e49112]::exercise::test::test_clean::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x56451e5638fb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x56451e570f65 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x56451e56a324 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x56451e5740c2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x56451e64d1f9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7ddd6cf3007a - <unknown>
[INFO] [stdout]   20:     0x7ddd6cfc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- exercise::test::test_exercise_with_output stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'exercise::test::test_exercise_with_output' (1342) panicked at src/exercise.rs:375:38:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ExerciseOutput { stdout: "", stderr: "\u{1b}[1m\u{1b}[91merror\u{1b}[0m\u{1b}[1m: couldn't create a temp dir: Read-only file system (os error 30) at path \"/opt/rustwide/workdir/./rmetaqanWX9\"\u{1b}[0m\n\n\u{1b}[1m\u{1b}[91merror\u{1b}[0m\u{1b}[1m: aborting due to 1 previous error\u{1b}[0m\n\n" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56451e64db11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56451e662f7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x56451e65209c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x56451e629ce6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56451e645f19 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x56451e570610 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56451e6460d2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56451e629d92 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56451e622659 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56451e62a98d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x56451e6636dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56451e6634b2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x56451e5610ca - rustlings[471b0486f7e49112]::exercise::test::test_exercise_with_output
[INFO] [stdout]   13:     0x56451e55faa9 - <rustlings[471b0486f7e49112]::exercise::test::test_exercise_with_output::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x56451e5638fb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x56451e570f65 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x56451e56a324 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x56451e5740c2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x56451e64d1f9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7ddd6cf3007a - <unknown>
[INFO] [stdout]   20:     0x7ddd6cfc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     exercise::test::test_clean
[INFO] [stdout]     exercise::test::test_exercise_with_output
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1", kill_on_drop: false }`
[INFO] [stdout] 8f30440ae31845b4bbe5da0c5ba8ae1db369bea1a5d4d0ba0946a6b4e8e3f0a1
