[INFO] cloning repository https://github.com/qwqqaqqwq00/my-raytracing-learning
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qwqqaqqwq00/my-raytracing-learning" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwqqaqqwq00%2Fmy-raytracing-learning", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwqqaqqwq00%2Fmy-raytracing-learning'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 644ce2d1a2a8d3144b7b88027678108ab811c4b3
[INFO] testing qwqqaqqwq00/my-raytracing-learning against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwqqaqqwq00%2Fmy-raytracing-learning" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/qwqqaqqwq00/my-raytracing-learning
[INFO] finished tweaking git repo https://github.com/qwqqaqqwq00/my-raytracing-learning
[INFO] tweaked toml for git repo https://github.com/qwqqaqqwq00/my-raytracing-learning written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/qwqqaqqwq00/my-raytracing-learning on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/qwqqaqqwq00/my-raytracing-learning 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19a98d8b93c28044e8497b019caa66f4a3dafb687bf43263d88556746678dbab
[INFO] running `Command { std: "docker" "start" "-a" "19a98d8b93c28044e8497b019caa66f4a3dafb687bf43263d88556746678dbab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19a98d8b93c28044e8497b019caa66f4a3dafb687bf43263d88556746678dbab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19a98d8b93c28044e8497b019caa66f4a3dafb687bf43263d88556746678dbab", kill_on_drop: false }`
[INFO] [stdout] 19a98d8b93c28044e8497b019caa66f4a3dafb687bf43263d88556746678dbab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0df9bc17a3a74a227e10e79cc5a94ff89104799cd2cbb404dd5150fb7af519a7
[INFO] running `Command { std: "docker" "start" "-a" "0df9bc17a3a74a227e10e79cc5a94ff89104799cd2cbb404dd5150fb7af519a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling chlorine v1.0.10
[INFO] [stderr]    Compiling ash v0.37.0+1.3.209
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling glam v0.21.2
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling imgui-sys v0.8.2
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling imgui v0.8.2
[INFO] [stderr]    Compiling rs-render v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s
[INFO] running `Command { std: "docker" "inspect" "0df9bc17a3a74a227e10e79cc5a94ff89104799cd2cbb404dd5150fb7af519a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0df9bc17a3a74a227e10e79cc5a94ff89104799cd2cbb404dd5150fb7af519a7", kill_on_drop: false }`
[INFO] [stdout] 0df9bc17a3a74a227e10e79cc5a94ff89104799cd2cbb404dd5150fb7af519a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e535c6d31eb33c18725f591483812f8ae0e7f52e8b93bacd525a87bbafc756c2
[INFO] running `Command { std: "docker" "start" "-a" "e535c6d31eb33c18725f591483812f8ae0e7f52e8b93bacd525a87bbafc756c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling rs-render v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod lib;
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: lib.rs is the root of this crate's library target
[INFO] [stdout]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "e535c6d31eb33c18725f591483812f8ae0e7f52e8b93bacd525a87bbafc756c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e535c6d31eb33c18725f591483812f8ae0e7f52e8b93bacd525a87bbafc756c2", kill_on_drop: false }`
[INFO] [stdout] e535c6d31eb33c18725f591483812f8ae0e7f52e8b93bacd525a87bbafc756c2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f84611ca23ec4640446c2478ee31487fa45e9af17fb2748cbb7030374380ff3b
[INFO] running `Command { std: "docker" "start" "-a" "f84611ca23ec4640446c2478ee31487fa45e9af17fb2748cbb7030374380ff3b", kill_on_drop: false }`
[INFO] [stderr] warning: found module declaration for lib.rs
[INFO] [stderr]  --> src/main.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | mod lib;
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: lib.rs is the root of this crate's library target
[INFO] [stderr]   = help: to refer to it from other targets, use the library's name as the path
[INFO] [stderr]   = note: `#[warn(special_module_name)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rs-render` (bin "rs-render" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rs_render-445a594a6feb64af)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test lib::light::tests::test_intersection ... ok
[INFO] [stdout] test lib::render::tests::test_trace ... ok
[INFO] [stdout] test lib::scene::tests::test_get_attr ... ok
[INFO] [stdout] test lib::scene::tests::test_append_obj ... ok
[INFO] [stdout] test lib::sphere::tests::test_get_surface_properties ... ok
[INFO] [stdout] test lib::sphere::tests::test_intersection ... ok
[INFO] [stdout] test lib::sphere::tests::test_travel ... ok
[INFO] [stdout] test lib::render::tests::test_write ... FAILED
[INFO] [stdout] test lib::sphere::tests::test_eval_diffuse_color ... FAILED
[INFO] [stdout] test lib::render::tests::test_render ... FAILED
[INFO] [stdout] test tests::test_main ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- lib::render::tests::test_write stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lib::render::tests::test_write' (28) panicked at src/lib/render.rs:233:47:
[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:     0x5f6fa1332092 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6fa1332092 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6fa1332092 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f6fa1332092 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f6fa13426df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f6fa13426df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f6fa12ff601 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6fa12ff601 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f6fa130b662 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f6fa13101af - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f6fa1310041 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f6fa12ce68e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f6fa12ce68e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f6fa131086f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f6fa131086f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f6fa13106ca - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f6fa130b799 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f6fa12f3add - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f6fa134a0b0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f6fa1349786 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5f6fa12a392b - core::result::Result<T,E>::unwrap::haacb65556c616cf1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x5f6fa12a392b - rs_render::lib::render::tests::test_write::hc2de1e8f90767b47
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib/render.rs:233:47
[INFO] [stdout]   22:     0x5f6fa12a3ac7 - rs_render::lib::render::tests::test_write::{{closure}}::hfacb74ddbd9c4ef4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib/render.rs:232:20
[INFO] [stdout]   23:     0x5f6fa12a7436 - core::ops::function::FnOnce::call_once::h55ad177158c365c3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5f6fa12ce44b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5f6fa12ce44b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5f6fa12e40b5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5f6fa12e40b5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5f6fa12e40b5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5f6fa12e40b5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5f6fa12e40b5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5f6fa12e40b5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5f6fa12e40b5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5f6fa12ba8a4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5f6fa12ba8a4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5f6fa12be16a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5f6fa12be16a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5f6fa12be16a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5f6fa12be16a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5f6fa12be16a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5f6fa12be16a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5f6fa12be16a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5f6fa13068ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5f6fa13068ff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7c3f79160aa4 - <unknown>
[INFO] [stdout]   45:     0x7c3f791eda34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lib::sphere::tests::test_eval_diffuse_color stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lib::sphere::tests::test_eval_diffuse_color' (31) panicked at src/lib/sphere.rs:117:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: DVec3(0.815, 0.235, 0.031)
[INFO] [stdout]  right: DVec3(0.2, 0.2, 0.2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f6fa1332092 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6fa1332092 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6fa1332092 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f6fa1332092 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f6fa13426df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f6fa13426df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f6fa12ff601 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6fa12ff601 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f6fa130b662 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f6fa13101af - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f6fa1310041 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f6fa12ce68e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f6fa12ce68e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f6fa131086f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f6fa131086f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f6fa13106ca - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f6fa130b799 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f6fa12f3add - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f6fa134a0b0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f6fa1349eb3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5f6fa12a889d - core::panicking::assert_failed::hc7b2f793bf6cced8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5f6fa12abef9 - rs_render::lib::sphere::tests::test_eval_diffuse_color::h8ae82d87e0cda5d3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib/sphere.rs:117:9
[INFO] [stdout]   22:     0x5f6fa12abf27 - rs_render::lib::sphere::tests::test_eval_diffuse_color::{{closure}}::h1089a69f26d56f41
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib/sphere.rs:112:33
[INFO] [stdout]   23:     0x5f6fa12a73f6 - core::ops::function::FnOnce::call_once::h3d79cf99d0bc6467
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5f6fa12ce44b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5f6fa12ce44b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5f6fa12e40b5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5f6fa12e40b5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5f6fa12e40b5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5f6fa12e40b5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5f6fa12e40b5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5f6fa12e40b5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5f6fa12e40b5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5f6fa12ba8a4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5f6fa12ba8a4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5f6fa12be16a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5f6fa12be16a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5f6fa12be16a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5f6fa12be16a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5f6fa12be16a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5f6fa12be16a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5f6fa12be16a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5f6fa13068ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5f6fa13068ff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7c3f79160aa4 - <unknown>
[INFO] [stdout]   45:     0x7c3f791eda34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lib::render::tests::test_render stdout ----
[INFO] [stdout] [=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[INFO] [stdout] 
[INFO] [stdout] thread 'lib::render::tests::test_render' (26) panicked at src/lib/render.rs:177:19:
[INFO] [stdout] Failed to create file: Read-only file system (os error 30)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f6fa1332092 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6fa1332092 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6fa1332092 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f6fa1332092 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f6fa13426df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f6fa13426df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f6fa12ff601 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6fa12ff601 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f6fa130b662 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f6fa13101af - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f6fa1310041 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f6fa12ce68e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f6fa12ce68e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f6fa131086f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f6fa131086f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f6fa13106ca - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f6fa130b799 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f6fa12f3add - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f6fa134a0b0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f6fa12a49b0 - rs_render::lib::render::render::h0f8f1e8eb4e7419e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib/render.rs:177:19
[INFO] [stdout]   20:     0x5f6fa12a40c3 - rs_render::lib::render::tests::test_render::hc61443c467c8fdba
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib/render.rs:229:9
[INFO] [stdout]   21:     0x5f6fa12a4107 - rs_render::lib::render::tests::test_render::{{closure}}::h75921c633c47a408
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib/render.rs:217:21
[INFO] [stdout]   22:     0x5f6fa12a7476 - core::ops::function::FnOnce::call_once::h71815ceb60c15ff9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5f6fa12ce44b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5f6fa12ce44b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5f6fa12e40b5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5f6fa12e40b5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5f6fa12e40b5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5f6fa12e40b5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5f6fa12e40b5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5f6fa12e40b5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5f6fa12e40b5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5f6fa12ba8a4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5f6fa12ba8a4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5f6fa12be16a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x5f6fa12be16a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5f6fa12be16a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5f6fa12be16a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5f6fa12be16a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5f6fa12be16a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x5f6fa12be16a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5f6fa13068ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   42:     0x5f6fa13068ff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   43:     0x7c3f79160aa4 - <unknown>
[INFO] [stdout]   44:     0x7c3f791eda34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_main stdout ----
[INFO] [stdout] [=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]1%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[=>                                                ]2%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]3%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[==>                                               ]4%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]5%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[===>                                              ]6%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]7%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[====>                                             ]8%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]9%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[=====>                                            ]10%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]11%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[======>                                           ]12%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]13%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[=======>                                          ]14%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]15%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[========>                                         ]16%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]17%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[=========>                                        ]18%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]19%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[==========>                                       ]20%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]21%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[===========>                                      ]22%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]23%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[============>                                     ]24%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]25%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[=============>                                    ]26%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]27%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[==============>                                   ]28%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]29%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[===============>                                  ]30%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]31%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[================>                                 ]32%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]33%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[=================>                                ]34%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]35%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[==================>                               ]36%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]37%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[===================>                              ]38%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]39%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[====================>                             ]40%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]41%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[=====================>                            ]42%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]43%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[======================>                           ]44%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]45%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[=======================>                          ]46%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]47%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[========================>                         ]48%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]49%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[=========================>                        ]50%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]51%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[==========================>                       ]52%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]53%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[===========================>                      ]54%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]55%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[============================>                     ]56%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]57%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[=============================>                    ]58%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]59%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[==============================>                   ]60%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]61%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[===============================>                  ]62%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]63%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[================================>                 ]64%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]65%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[=================================>                ]66%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]67%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[==================================>               ]68%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]69%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[===================================>              ]70%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]71%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[====================================>             ]72%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]73%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[=====================================>            ]74%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]75%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[======================================>           ]76%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]77%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[=======================================>          ]78%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]79%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[========================================>         ]80%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]81%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[=========================================>        ]82%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]83%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[==========================================>       ]84%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]85%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[===========================================>      ]86%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]87%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[============================================>     ]88%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]89%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[=============================================>    ]90%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]91%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[==============================================>   ]92%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]93%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[===============================================>  ]94%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]95%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[================================================> ]96%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]97%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[=================================================>]98%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]99%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[==================================================]100%
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_main' (35) panicked at src/lib/render.rs:177:19:
[INFO] [stdout] Failed to create file: Read-only file system (os error 30)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f6fa1332092 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6fa1332092 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6fa1332092 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f6fa1332092 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f6fa13426df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f6fa13426df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f6fa12ff601 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6fa12ff601 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f6fa130b662 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f6fa13101af - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f6fa1310041 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f6fa12ce68e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f6fa12ce68e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f6fa131086f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f6fa131086f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f6fa13106ca - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f6fa130b799 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr] error: test failed, to rerun pass `--bin rs-render`
[INFO] [stdout]   17:     0x5f6fa12f3add - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f6fa134a0b0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f6fa12a49b0 - rs_render::lib::render::render::h0f8f1e8eb4e7419e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib/render.rs:177:19
[INFO] [stdout]   20:     0x5f6fa12ad730 - rs_render::main::h8c4d86e86120f7a0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:38:5
[INFO] [stdout]   21:     0x5f6fa12ad7a6 - rs_render::tests::test_main::h6665bd5ab90aea9d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:46:9
[INFO] [stdout]   22:     0x5f6fa12ad7c7 - rs_render::tests::test_main::{{closure}}::h9c78d3f794a7c358
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:45:19
[INFO] [stdout]   23:     0x5f6fa12a7536 - core::ops::function::FnOnce::call_once::h7d3765a5fde4a8fe
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5f6fa12ce44b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5f6fa12ce44b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5f6fa12e40b5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5f6fa12e40b5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5f6fa12e40b5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5f6fa12e40b5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5f6fa12e40b5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5f6fa12e40b5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5f6fa12e40b5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5f6fa12ba8a4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5f6fa12ba8a4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5f6fa12be16a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5f6fa12be16a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5f6fa12be16a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5f6fa12be16a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5f6fa12be16a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5f6fa12be16a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5f6fa12be16a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5f6fa13068ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5f6fa13068ff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7c3f79160aa4 - <unknown>
[INFO] [stdout]   45:     0x7c3f791eda34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     lib::render::tests::test_render
[INFO] [stdout]     lib::render::tests::test_write
[INFO] [stdout]     lib::sphere::tests::test_eval_diffuse_color
[INFO] [stdout]     tests::test_main
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.19s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f84611ca23ec4640446c2478ee31487fa45e9af17fb2748cbb7030374380ff3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f84611ca23ec4640446c2478ee31487fa45e9af17fb2748cbb7030374380ff3b", kill_on_drop: false }`
[INFO] [stdout] f84611ca23ec4640446c2478ee31487fa45e9af17fb2748cbb7030374380ff3b
