[INFO] fetching crate gbench 1.0.1...
[INFO] testing gbench-1.0.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate gbench 1.0.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate gbench 1.0.1
[INFO] finished tweaking crates.io crate gbench 1.0.1
[INFO] tweaked toml for crates.io crate gbench 1.0.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gbench 1.0.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 314e1856cf2ea575293fedf1451d879f109d4d7704f717929a63d15c4aab2b87
[INFO] running `Command { std: "docker" "start" "-a" "314e1856cf2ea575293fedf1451d879f109d4d7704f717929a63d15c4aab2b87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "314e1856cf2ea575293fedf1451d879f109d4d7704f717929a63d15c4aab2b87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "314e1856cf2ea575293fedf1451d879f109d4d7704f717929a63d15c4aab2b87", kill_on_drop: false }`
[INFO] [stdout] 314e1856cf2ea575293fedf1451d879f109d4d7704f717929a63d15c4aab2b87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] e4e623dc86dc76c893c86acdb48f28bd8668b023b89ca09f3f17beb090d87664
[INFO] running `Command { std: "docker" "start" "-a" "e4e623dc86dc76c893c86acdb48f28bd8668b023b89ca09f3f17beb090d87664", kill_on_drop: false }`
[INFO] [stderr]    Compiling gbench v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     unsafe { (&*GLOBAL_DATA.as_ptr()).program_begin }
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 |     unsafe { (&*GLOBAL_DATA.as_ptr()).queue_mutex.lock().unwrap() }
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global.rs:93:32
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let _gd = mem::replace(&mut GLOBAL_DATA, MaybeUninit::uninit()).assume_init();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let _gd = mem::replace(&raw mut GLOBAL_DATA, MaybeUninit::uninit()).assume_init();
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global.rs:98:44
[INFO] [stdout]    |
[INFO] [stdout] 98 |     static TID: IdBorrow = unsafe { (&mut *GLOBAL_DATA.as_mut_ptr()).id_storage.gen() };
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] running `Command { std: "docker" "inspect" "e4e623dc86dc76c893c86acdb48f28bd8668b023b89ca09f3f17beb090d87664", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4e623dc86dc76c893c86acdb48f28bd8668b023b89ca09f3f17beb090d87664", kill_on_drop: false }`
[INFO] [stdout] e4e623dc86dc76c893c86acdb48f28bd8668b023b89ca09f3f17beb090d87664
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 7ab0dfc27c209f61627b04bd0d8664db511585403033e9f11c095edde7758191
[INFO] running `Command { std: "docker" "start" "-a" "7ab0dfc27c209f61627b04bd0d8664db511585403033e9f11c095edde7758191", kill_on_drop: false }`
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     unsafe { (&*GLOBAL_DATA.as_ptr()).program_begin }
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 |     unsafe { (&*GLOBAL_DATA.as_ptr()).queue_mutex.lock().unwrap() }
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global.rs:93:32
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let _gd = mem::replace(&mut GLOBAL_DATA, MaybeUninit::uninit()).assume_init();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let _gd = mem::replace(&raw mut GLOBAL_DATA, MaybeUninit::uninit()).assume_init();
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global.rs:98:44
[INFO] [stdout]    |
[INFO] [stdout] 98 |     static TID: IdBorrow = unsafe { (&mut *GLOBAL_DATA.as_mut_ptr()).id_storage.gen() };
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gbench v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     unsafe { (&*GLOBAL_DATA.as_ptr()).program_begin }
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 |     unsafe { (&*GLOBAL_DATA.as_ptr()).queue_mutex.lock().unwrap() }
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global.rs:93:32
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let _gd = mem::replace(&mut GLOBAL_DATA, MaybeUninit::uninit()).assume_init();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let _gd = mem::replace(&raw mut GLOBAL_DATA, MaybeUninit::uninit()).assume_init();
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global.rs:98:44
[INFO] [stdout]    |
[INFO] [stdout] 98 |     static TID: IdBorrow = unsafe { (&mut *GLOBAL_DATA.as_mut_ptr()).id_storage.gen() };
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "7ab0dfc27c209f61627b04bd0d8664db511585403033e9f11c095edde7758191", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ab0dfc27c209f61627b04bd0d8664db511585403033e9f11c095edde7758191", kill_on_drop: false }`
[INFO] [stdout] 7ab0dfc27c209f61627b04bd0d8664db511585403033e9f11c095edde7758191
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] b8dc6d5204d62993807b881216a4c61c6144d4bd1879d546a1f6af8cb11db08c
[INFO] running `Command { std: "docker" "start" "-a" "b8dc6d5204d62993807b881216a4c61c6144d4bd1879d546a1f6af8cb11db08c", kill_on_drop: false }`
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/global.rs:70:17
[INFO] [stderr]    |
[INFO] [stderr] 70 |     unsafe { (&*GLOBAL_DATA.as_ptr()).program_begin }
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/global.rs:75:17
[INFO] [stderr]    |
[INFO] [stderr] 75 |     unsafe { (&*GLOBAL_DATA.as_ptr()).queue_mutex.lock().unwrap() }
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/global.rs:93:32
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let _gd = mem::replace(&mut GLOBAL_DATA, MaybeUninit::uninit()).assume_init();
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 93 |         let _gd = mem::replace(&raw mut GLOBAL_DATA, MaybeUninit::uninit()).assume_init();
[INFO] [stderr]    |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/global.rs:98:44
[INFO] [stderr]    |
[INFO] [stderr] 98 |     static TID: IdBorrow = unsafe { (&mut *GLOBAL_DATA.as_mut_ptr()).id_storage.gen() };
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: `gbench` (lib) generated 4 warnings
[INFO] [stderr] warning: `gbench` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gbench-4e9bb339de520f3a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    Doc-tests gbench
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test src/lib.rs - scope (line 166) ... FAILED
[INFO] [stdout] test src/lib.rs - count (line 359) ... FAILED
[INFO] [stdout] test src/lib.rs - count (line 344) ... FAILED
[INFO] [stdout] test src/lib.rs - scope (line 160) ... FAILED
[INFO] [stdout] test src/lib.rs - log (line 315) ... FAILED
[INFO] [stdout] test src/lib.rs - scope (line 176) ... FAILED
[INFO] [stdout] test src/lib.rs - instantiate (line 240) ... FAILED
[INFO] [stdout] test src/lib.rs - instantiate (line 230) ... FAILED
[INFO] [stdout] test src/lib.rs - log (line 310) ... FAILED
[INFO] [stdout] test src/writer.rs - writer::Writer (line 14) ... FAILED
[INFO] [stdout] test src/lib.rs - instantiate (line 250) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 15) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 37) ... FAILED
[INFO] [stdout] test src/lib.rs - instantiate (line 265) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 55) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 82) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - scope (line 166) stdout ----
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]  --> src/lib.rs:167:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | scope!(main | "A {}", 0)
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: change the delimiters to curly braces
[INFO] [stdout]   |
[INFO] [stdout] 1 - scope!(main | "A {}", 0)
[INFO] [stdout] 1 + scope!{main | "A {}", 0}
[INFO] [stdout]   |
[INFO] [stdout] help: add a semicolon
[INFO] [stdout]   |
[INFO] [stdout] 1 | scope!(main | "A {}", 0);
[INFO] [stdout]   |                         +
[INFO] [stdout] 
[INFO] [stdout] error: expected item, found keyword `let`
[INFO] [stdout]  --> src/lib.rs:169:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | let main = TimeScope::new(format!("A {}", 0));
[INFO] [stdout]   | ^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `let` cannot be used for global variables
[INFO] [stdout]   | help: consider using `static` or `const` instead of `let`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - count (line 359) stdout ----
[INFO] [stdout] error: missing `struct` for struct definition
[INFO] [stdout]  --> src/lib.rs:360:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | Count {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: add `struct` here to parse `Count` as a struct
[INFO] [stdout]   |
[INFO] [stdout] 1 | struct Count {
[INFO] [stdout]   | ++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - count (line 344) stdout ----
[INFO] [stdout] error: cannot find macro `count` in this scope
[INFO] [stdout]  --> src/lib.rs:346:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | count!(
[INFO] [stdout]   | ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::count;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - scope (line 160) stdout ----
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]  --> src/lib.rs:161:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | scope!(main)
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: change the delimiters to curly braces
[INFO] [stdout]   |
[INFO] [stdout] 1 - scope!(main)
[INFO] [stdout] 1 + scope!{main}
[INFO] [stdout]   |
[INFO] [stdout] help: add a semicolon
[INFO] [stdout]   |
[INFO] [stdout] 1 | scope!(main);
[INFO] [stdout]   |             +
[INFO] [stdout] 
[INFO] [stdout] error: expected item, found keyword `let`
[INFO] [stdout]  --> src/lib.rs:163:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | let main = TimeScope::new(format!("main"));
[INFO] [stdout]   | ^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `let` cannot be used for global variables
[INFO] [stdout]   | help: consider using `static` or `const` instead of `let`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - log (line 315) stdout ----
[INFO] [stdout] error: expected expression, found `,`
[INFO] [stdout]  --> src/lib.rs:318:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | Log {
[INFO] [stdout]   | --- while parsing this struct
[INFO] [stdout] 4 |     log: "A: 0",
[INFO] [stdout] 5 |     ts: /* event's timestamp */,
[INFO] [stdout]   |                                ^ expected expression
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found `,`
[INFO] [stdout]  --> src/lib.rs:319:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | Log {
[INFO] [stdout]   | --- while parsing this struct
[INFO] [stdout] ...
[INFO] [stdout] 6 |     tid: /* event's thread of execution */,
[INFO] [stdout]   |                                           ^ expected expression
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Log` in this scope
[INFO] [stdout]  --> src/lib.rs:316:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | Log {
[INFO] [stdout]   | ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::BenchData::Log;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - scope (line 176) stdout ----
[INFO] [stdout] error: cannot find macro `scope` in this scope
[INFO] [stdout]   --> src/lib.rs:187:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     scope!(i2 | "Less important subtask");
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use gbench::scope;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `scope` in this scope
[INFO] [stdout]  --> src/lib.rs:182:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     scope!(i1 | "Important subtask");
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::scope;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `scope` in this scope
[INFO] [stdout]  --> src/lib.rs:179:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | scope!(imp | "An important task");
[INFO] [stdout]   | ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::scope;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `imp` in this scope
[INFO] [stdout]   --> src/lib.rs:194:6
[INFO] [stdout]    |
[INFO] [stdout] 20 | drop(imp);
[INFO] [stdout]    |      ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `do_work` in this scope
[INFO] [stdout]  --> src/lib.rs:183:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     do_work();
[INFO] [stdout]   |     ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `do_other_work` in this scope
[INFO] [stdout]   --> src/lib.rs:188:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     do_other_work();
[INFO] [stdout]    |     ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - instantiate (line 240) stdout ----
[INFO] [stdout] error: cannot find macro `instantiate` in this scope
[INFO] [stdout]  --> src/lib.rs:241:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | instantiate!(ginst | ChromeTracing("target/bench"));
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::instantiate;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Instantiator`
[INFO] [stdout]  --> src/lib.rs:243:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | let ginst = Instantiator::new(vec![Box::new(ChromeTracing("target/bench"))]);
[INFO] [stdout]   |             ^^^^^^^^^^^^ use of undeclared type `Instantiator`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::Instantiator;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ChromeTracing` in this scope
[INFO] [stdout]  --> src/lib.rs:243:45
[INFO] [stdout]   |
[INFO] [stdout] 5 | let ginst = Instantiator::new(vec![Box::new(ChromeTracing("target/bench"))]);
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::ChromeTracing;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - instantiate (line 230) stdout ----
[INFO] [stdout] error: cannot find macro `instantiate` in this scope
[INFO] [stdout]  --> src/lib.rs:232:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | instantiate!(ChromeTracing("target/bench"));
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::instantiate;
[INFO] [stdout]   |
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Instantiator`
[INFO] [stdout]  --> src/lib.rs:234:31
[INFO] [stdout]   |
[INFO] [stdout] 7 | let __gbench_instantiator__ = Instantiator::new(vec![Box::new(ChromeTracing("target/bench"))]);
[INFO] [stdout]   |                               ^^^^^^^^^^^^ use of undeclared type `Instantiator`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::Instantiator;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ChromeTracing` in this scope
[INFO] [stdout]  --> src/lib.rs:234:63
[INFO] [stdout]   |
[INFO] [stdout] 7 | let __gbench_instantiator__ = Instantiator::new(vec![Box::new(ChromeTracing("target/bench"))]);
[INFO] [stdout]   |                                                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::ChromeTracing;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - log (line 310) stdout ----
[INFO] [stdout] error: cannot find macro `log` in this scope
[INFO] [stdout]  --> src/lib.rs:312:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | log!("A: {}", a);
[INFO] [stdout]   | ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::log;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/writer.rs - writer::Writer (line 14) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `Writer` in this scope
[INFO] [stdout]  --> src/writer.rs:17:6
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl Writer for QueueLogger {
[INFO] [stdout]   |      ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::Writer;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BenchData` in this scope
[INFO] [stdout]  --> src/writer.rs:18:30
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn end(&self, data: &Vec<BenchData>) {
[INFO] [stdout]   |                              ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use gbench::BenchData;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - instantiate (line 250) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (224) panicked at src/writer.rs:95:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e482a0a442 - 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:     0x59e482a0a442 - 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:     0x59e482a0a442 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59e482a0a442 - <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:     0x59e482a1a35f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59e482a1a35f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59e4829e85f1 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59e4829e85f1 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59e4829edb32 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59e4829ef48c - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59e4829ef2e6 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x59e4829efb15 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x59e4829ef9aa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x59e4829edc69 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x59e4829dd04d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x59e482a219b0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x59e482a21146 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   17:     0x59e4829d4e47 - core::result::Result<T,E>::unwrap::h22c0f29a76e78e7a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   18:     0x59e4829d4e47 - <gbench::writer::ChromeTracing as gbench::writer::Writer>::end::he62dab05ac457579
[INFO] [stdout]                                at /opt/rustwide/workdir/src/writer.rs:95:10
[INFO] [stdout]   19:     0x59e4829d92f8 - gbench::global::end::h0f09b44ab050950f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/global.rs:88:16
[INFO] [stdout]   20:     0x59e4829d89bc - gbench::bench::Instantiator::end::h7ffe7a774746700a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:106:13
[INFO] [stdout]   21:     0x59e4829d85fb - <gbench::bench::Instantiator as core::ops::drop::Drop>::drop::he3ca31eaf2aa89a7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:113:14
[INFO] [stdout]   22:     0x59e4829d2b81 - core::ptr::drop_in_place<gbench::bench::Instantiator>::h2d29cfe2a41a00f7
[INFO] [stdout]   23:     0x59e4829d346b - rust_out::main::h909c389308a13d94
[INFO] [stdout]   24:     0x59e4829d2b03 - core::ops::function::FnOnce::call_once::he80aaf16098e337a
[INFO] [stdout]   25:     0x59e4829d2a46 - std::sys::backtrace::__rust_begin_short_backtrace::hd4f5856814720a68
[INFO] [stdout]   26:     0x59e4829d2a29 - std::rt::lang_start::{{closure}}::hdd522a24cafb4b4b
[INFO] [stdout]   27:     0x59e4829e99f0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x59e4829e99f0 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x59e4829e99f0 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x59e4829e99f0 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x59e4829e99f0 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x59e4829e99f0 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   33:     0x59e4829e99f0 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   34:     0x59e4829e99f0 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x59e4829e99f0 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x59e4829d2a11 - std::rt::lang_start::h5d51bffdfd88737a
[INFO] [stdout]   37:     0x59e4829d34c5 - main
[INFO] [stdout]   38:     0x73b30ff211ca - <unknown>
[INFO] [stdout]   39:     0x73b30ff2128b - __libc_start_main
[INFO] [stdout]   40:     0x59e4829d2925 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 15) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (225) panicked at src/writer.rs:95:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x606664880442 - 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:     0x606664880442 - 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:     0x606664880442 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x606664880442 - <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:     0x60666489035f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x60666489035f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x60666485e5f1 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60666485e5f1 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x606664863b32 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x60666486548c - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x6066648652e6 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x606664865b15 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x6066648659aa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x606664863c69 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x60666485304d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x6066648979b0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x606664897146 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   17:     0x60666484ae47 - core::result::Result<T,E>::unwrap::h22c0f29a76e78e7a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   18:     0x60666484ae47 - <gbench::writer::ChromeTracing as gbench::writer::Writer>::end::he62dab05ac457579
[INFO] [stdout]                                at /opt/rustwide/workdir/src/writer.rs:95:10
[INFO] [stdout]   19:     0x60666484f2f8 - gbench::global::end::h0f09b44ab050950f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/global.rs:88:16
[INFO] [stdout]   20:     0x60666484e9bc - gbench::bench::Instantiator::end::h7ffe7a774746700a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:106:13
[INFO] [stdout]   21:     0x60666484e5fb - <gbench::bench::Instantiator as core::ops::drop::Drop>::drop::he3ca31eaf2aa89a7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:113:14
[INFO] [stdout]   22:     0x606664848b81 - core::ptr::drop_in_place<gbench::bench::Instantiator>::h2d29cfe2a41a00f7
[INFO] [stdout]   23:     0x60666484946b - rust_out::main::h909c389308a13d94
[INFO] [stdout]   24:     0x606664848b03 - core::ops::function::FnOnce::call_once::he80aaf16098e337a
[INFO] [stdout]   25:     0x606664848a46 - std::sys::backtrace::__rust_begin_short_backtrace::hd4f5856814720a68
[INFO] [stdout]   26:     0x606664848a29 - std::rt::lang_start::{{closure}}::hdd522a24cafb4b4b
[INFO] [stdout]   27:     0x60666485f9f0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x60666485f9f0 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x60666485f9f0 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x60666485f9f0 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x60666485f9f0 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x60666485f9f0 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   33:     0x60666485f9f0 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   34:     0x60666485f9f0 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x60666485f9f0 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x606664848a11 - std::rt::lang_start::h5d51bffdfd88737a
[INFO] [stdout]   37:     0x6066648494c5 - main
[INFO] [stdout]   38:     0x78f3ae1e71ca - <unknown>
[INFO] [stdout]   39:     0x78f3ae1e728b - __libc_start_main
[INFO] [stdout]   40:     0x606664848925 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 37) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (226) panicked at src/writer.rs:95:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5564a819a752 - 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:     0x5564a819a752 - 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:     0x5564a819a752 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5564a819a752 - <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:     0x5564a81aa66f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5564a81aa66f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5564a8178901 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5564a8178901 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5564a817de42 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5564a817f79c - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5564a817f5f6 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5564a817fe25 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5564a817fcba - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x5564a817df79 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5564a816d35d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x5564a81b1cc0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5564a81b1456 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   17:     0x5564a8164fe7 - core::result::Result<T,E>::unwrap::h22c0f29a76e78e7a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   18:     0x5564a8164fe7 - <gbench::writer::ChromeTracing as gbench::writer::Writer>::end::he62dab05ac457579
[INFO] [stdout]                                at /opt/rustwide/workdir/src/writer.rs:95:10
[INFO] [stdout]   19:     0x5564a81695c8 - gbench::global::end::h0f09b44ab050950f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/global.rs:88:16
[INFO] [stdout]   20:     0x5564a8168b5c - gbench::bench::Instantiator::end::h7ffe7a774746700a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:106:13
[INFO] [stdout]   21:     0x5564a816879b - <gbench::bench::Instantiator as core::ops::drop::Drop>::drop::he3ca31eaf2aa89a7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:113:14
[INFO] [stdout]   22:     0x5564a8162c61 - core::ptr::drop_in_place<gbench::bench::Instantiator>::h2d29cfe2a41a00f7
[INFO] [stdout]   23:     0x5564a8163557 - rust_out::main::h909c389308a13d94
[INFO] [stdout]   24:     0x5564a8162be3 - core::ops::function::FnOnce::call_once::he80aaf16098e337a
[INFO] [stdout]   25:     0x5564a8162af6 - std::sys::backtrace::__rust_begin_short_backtrace::hd4f5856814720a68
[INFO] [stdout]   26:     0x5564a8162ad9 - std::rt::lang_start::{{closure}}::hdd522a24cafb4b4b
[INFO] [stdout]   27:     0x5564a8179d00 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x5564a8179d00 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5564a8179d00 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5564a8179d00 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5564a8179d00 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x5564a8179d00 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   33:     0x5564a8179d00 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   34:     0x5564a8179d00 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5564a8179d00 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x5564a8162ac1 - std::rt::lang_start::h5d51bffdfd88737a
[INFO] [stdout]   37:     0x5564a8163665 - main
[INFO] [stdout]   38:     0x7635368681ca - <unknown>
[INFO] [stdout]   39:     0x76353686828b - __libc_start_main
[INFO] [stdout]   40:     0x5564a81629d5 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - instantiate (line 265) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (227) panicked at src/writer.rs:95:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e722e8d1452 - 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:     0x5e722e8d1452 - 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:     0x5e722e8d1452 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e722e8d1452 - <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:     0x5e722e8e136f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e722e8e136f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e722e8af601 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e722e8af601 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e722e8b4b42 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e722e8b649c - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e722e8b62f6 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5e722e8b6b25 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5e722e8b69ba - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x5e722e8b4c79 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5e722e8a405d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x5e722e8e89c0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5e722e8e8156 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   17:     0x5e722e89be57 - core::result::Result<T,E>::unwrap::h22c0f29a76e78e7a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   18:     0x5e722e89be57 - <gbench::writer::ChromeTracing as gbench::writer::Writer>::end::he62dab05ac457579
[INFO] [stdout]                                at /opt/rustwide/workdir/src/writer.rs:95:10
[INFO] [stdout]   19:     0x5e722e8a0308 - gbench::global::end::h0f09b44ab050950f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/global.rs:88:16
[INFO] [stdout]   20:     0x5e722e89f9cc - gbench::bench::Instantiator::end::h7ffe7a774746700a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:106:13
[INFO] [stdout]   21:     0x5e722e89a46f - rust_out::main::h909c389308a13d94
[INFO] [stdout]   22:     0x5e722e899b03 - core::ops::function::FnOnce::call_once::he80aaf16098e337a
[INFO] [stdout]   23:     0x5e722e899a46 - std::sys::backtrace::__rust_begin_short_backtrace::hd4f5856814720a68
[INFO] [stdout]   24:     0x5e722e899a29 - std::rt::lang_start::{{closure}}::hdd522a24cafb4b4b
[INFO] [stdout]   25:     0x5e722e8b0a00 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x5e722e8b0a00 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x5e722e8b0a00 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x5e722e8b0a00 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5e722e8b0a00 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x5e722e8b0a00 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5e722e8b0a00 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5e722e8b0a00 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e722e8b0a00 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x5e722e899a11 - std::rt::lang_start::h5d51bffdfd88737a
[INFO] [stdout]   35:     0x5e722e89a4d5 - main
[INFO] [stdout]   36:     0x78f3904951ca - <unknown>
[INFO] [stdout]   37:     0x78f39049528b - __libc_start_main
[INFO] [stdout]   38:     0x5e722e899925 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 55) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (247) panicked at src/writer.rs:95:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x597704510582 - 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:     0x597704510582 - 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:     0x597704510582 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x597704510582 - <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:     0x5977045207ff - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5977045207ff - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5977044ede41 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5977044ede41 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5977044f3992 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5977044f546c - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5977044f52c6 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5977044f5af5 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5977044f598a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x5977044f3ac9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5977044e289d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x597704527ed0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x597704527626 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   17:     0x5977044c7527 - core::result::Result<T,E>::unwrap::h22c0f29a76e78e7a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   18:     0x5977044c7527 - <gbench::writer::ChromeTracing as gbench::writer::Writer>::end::he62dab05ac457579
[INFO] [stdout]                                at /opt/rustwide/workdir/src/writer.rs:95:10
[INFO] [stdout]   19:     0x5977044dba18 - gbench::global::end::h0f09b44ab050950f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/global.rs:88:16
[INFO] [stdout]   20:     0x5977044daf4c - gbench::bench::Instantiator::end::h7ffe7a774746700a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:106:13
[INFO] [stdout]   21:     0x5977044dab8b - <gbench::bench::Instantiator as core::ops::drop::Drop>::drop::he3ca31eaf2aa89a7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:113:14
[INFO] [stdout]   22:     0x5977044c1a11 - core::ptr::drop_in_place<gbench::bench::Instantiator>::h2d29cfe2a41a00f7
[INFO] [stdout]   23:     0x5977044c25b0 - rust_out::main::h909c389308a13d94
[INFO] [stdout]   24:     0x5977044c1993 - core::ops::function::FnOnce::call_once::he80aaf16098e337a
[INFO] [stdout]   25:     0x5977044c18d6 - std::sys::backtrace::__rust_begin_short_backtrace::hd4f5856814720a68
[INFO] [stdout]   26:     0x5977044c18b9 - std::rt::lang_start::{{closure}}::hdd522a24cafb4b4b
[INFO] [stdout]   27:     0x5977044ef240 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x5977044ef240 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5977044ef240 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5977044ef240 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5977044ef240 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x5977044ef240 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   33:     0x5977044ef240 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   34:     0x5977044ef240 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5977044ef240 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x5977044c18a1 - std::rt::lang_start::h5d51bffdfd88737a
[INFO] [stdout]   37:     0x5977044c2945 - main
[INFO] [stdout]   38:     0x71929e0b51ca - <unknown>
[INFO] [stdout]   39:     0x71929e0b528b - __libc_start_main
[INFO] [stdout]   40:     0x5977044c17b5 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 82) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (244) panicked at src/writer.rs:95:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bdcdcc2cd82 - 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:     0x5bdcdcc2cd82 - 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:     0x5bdcdcc2cd82 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5bdcdcc2cd82 - <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:     0x5bdcdcc3cdef - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5bdcdcc3cdef - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5bdcdcc09b31 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5bdcdcc09b31 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5bdcdcc0f592 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5bdcdcc1170f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5bdcdcc11569 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5bdcdcc11d95 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5bdcdcc11c2a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x5bdcdcc0f6c9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5bdcdcbfe43d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x5bdcdcc44650 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5bdcdcc43de6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   17:     0x5bdcdcbf6237 - core::result::Result<T,E>::unwrap::h22c0f29a76e78e7a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   18:     0x5bdcdcbf6237 - <gbench::writer::ChromeTracing as gbench::writer::Writer>::end::he62dab05ac457579
[INFO] [stdout]                                at /opt/rustwide/workdir/src/writer.rs:95:10
[INFO] [stdout]   19:     0x5bdcdcbfa6e8 - gbench::global::end::h0f09b44ab050950f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/global.rs:88:16
[INFO] [stdout]   20:     0x5bdcdcbf9dac - gbench::bench::Instantiator::end::h7ffe7a774746700a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:106:13
[INFO] [stdout]   21:     0x5bdcdcbf99eb - <gbench::bench::Instantiator as core::ops::drop::Drop>::drop::he3ca31eaf2aa89a7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bench.rs:113:14
[INFO] [stdout]   22:     0x5bdcdcbf21d1 - core::ptr::drop_in_place<gbench::bench::Instantiator>::h2d29cfe2a41a00f7
[INFO] [stdout]   23:     0x5bdcdcbf41ab - rust_out::main::h909c389308a13d94
[INFO] [stdout]   24:     0x5bdcdcbf1df3 - core::ops::function::FnOnce::call_once::he80aaf16098e337a
[INFO] [stdout]   25:     0x5bdcdcbf02b6 - std::sys::backtrace::__rust_begin_short_backtrace::hd4f5856814720a68
[INFO] [stdout]   26:     0x5bdcdcbf0209 - std::rt::lang_start::{{closure}}::hdd522a24cafb4b4b
[INFO] [stdout]   27:     0x5bdcdcc0af30 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x5bdcdcc0af30 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5bdcdcc0af30 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5bdcdcc0af30 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5bdcdcc0af30 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x5bdcdcc0af30 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   33:     0x5bdcdcc0af30 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   34:     0x5bdcdcc0af30 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5bdcdcc0af30 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x5bdcdcbf01f1 - std::rt::lang_start::h5d51bffdfd88737a
[INFO] [stdout]   37:     0x5bdcdcbf48b5 - main
[INFO] [stdout]   38:     0x765950ac41ca - <unknown>
[INFO] [stdout]   39:     0x765950ac428b - __libc_start_main
[INFO] [stdout]   40:     0x5bdcdcbf00a5 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 15)
[INFO] [stdout]     src/lib.rs - (line 37)
[INFO] [stdout]     src/lib.rs - (line 55)
[INFO] [stdout]     src/lib.rs - (line 82)
[INFO] [stdout]     src/lib.rs - count (line 344)
[INFO] [stdout]     src/lib.rs - count (line 359)
[INFO] [stdout]     src/lib.rs - instantiate (line 230)
[INFO] [stdout]     src/lib.rs - instantiate (line 240)
[INFO] [stdout]     src/lib.rs - instantiate (line 250)
[INFO] [stdout]     src/lib.rs - instantiate (line 265)
[INFO] [stdout]     src/lib.rs - log (line 310)
[INFO] [stdout]     src/lib.rs - log (line 315)
[INFO] [stdout]     src/lib.rs - scope (line 160)
[INFO] [stdout]     src/lib.rs - scope (line 166)
[INFO] [stdout]     src/lib.rs - scope (line 176)
[INFO] [stdout]     src/writer.rs - writer::Writer (line 14)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 16 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b8dc6d5204d62993807b881216a4c61c6144d4bd1879d546a1f6af8cb11db08c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8dc6d5204d62993807b881216a4c61c6144d4bd1879d546a1f6af8cb11db08c", kill_on_drop: false }`
[INFO] [stdout] b8dc6d5204d62993807b881216a4c61c6144d4bd1879d546a1f6af8cb11db08c
