[INFO] cloning repository https://github.com/guyadixon/6520_Rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guyadixon/6520_Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguyadixon%2F6520_Rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguyadixon%2F6520_Rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d1c5beaa19845da3e0f6dec090aea0b46ae445c7
[INFO] testing guyadixon/6520_Rust against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguyadixon%2F6520_Rust" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/guyadixon/6520_Rust
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/guyadixon/6520_Rust
[INFO] tweaked toml for git repo https://github.com/guyadixon/6520_Rust written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/guyadixon/6520_Rust on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/guyadixon/6520_Rust 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded minifb v0.27.0
[INFO] [stderr]   Downloaded proptest v1.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c1e1a786285ee9284694f91ff61abb1a01b7a8d9ed1aebf2eaa9fe7fd4c867d9
[INFO] running `Command { std: "docker" "start" "-a" "c1e1a786285ee9284694f91ff61abb1a01b7a8d9ed1aebf2eaa9fe7fd4c867d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1e1a786285ee9284694f91ff61abb1a01b7a8d9ed1aebf2eaa9fe7fd4c867d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1e1a786285ee9284694f91ff61abb1a01b7a8d9ed1aebf2eaa9fe7fd4c867d9", kill_on_drop: false }`
[INFO] [stdout] c1e1a786285ee9284694f91ff61abb1a01b7a8d9ed1aebf2eaa9fe7fd4c867d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 44a3d207da5b6fde055539d213119c13305ca50ea92e2571485ccdf48744d1d9
[INFO] running `Command { std: "docker" "start" "-a" "44a3d207da5b6fde055539d213119c13305ca50ea92e2571485ccdf48744d1d9", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling xcursor v0.3.10
[INFO] [stderr]    Compiling minifb v0.27.0
[INFO] [stderr]    Compiling raw-window-handle v0.6.2
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling wayland-commons v0.29.5
[INFO] [stderr]    Compiling wayland-cursor v0.29.5
[INFO] [stderr]    Compiling cpu_6502_emulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.08s
[INFO] running `Command { std: "docker" "inspect" "44a3d207da5b6fde055539d213119c13305ca50ea92e2571485ccdf48744d1d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44a3d207da5b6fde055539d213119c13305ca50ea92e2571485ccdf48744d1d9", kill_on_drop: false }`
[INFO] [stdout] 44a3d207da5b6fde055539d213119c13305ca50ea92e2571485ccdf48744d1d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c25abb866a29dc16d47e6b84572613ca0a7da922d63b7bea16fc0dec01119a76
[INFO] running `Command { std: "docker" "start" "-a" "c25abb866a29dc16d47e6b84572613ca0a7da922d63b7bea16fc0dec01119a76", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling minifb v0.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling cpu_6502_emulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling proptest v1.10.0
[INFO] [stdout] warning: unused import: `Instruction`
[INFO] [stdout]  --> tests/unit/load_instructions.rs:5:53
[INFO] [stdout]   |
[INFO] [stdout] 5 | use cpu_6502_emulator::instruction::{decode_opcode, Instruction};
[INFO] [stdout]   |                                                     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Cursor`
[INFO] [stdout]  --> tests/unit/halt_notification.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::io::Cursor;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/unit/load_instructions.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     let mut memory = Memory::new();
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/unit/store_instructions.rs:264:9
[INFO] [stdout]     |
[INFO] [stdout] 264 |     let mut memory = Memory::new();
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/unit/store_instructions.rs:292:9
[INFO] [stdout]     |
[INFO] [stdout] 292 |     let mut memory = Memory::new();
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> tests/unit/halt_notification.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let result = emulator.cpu.step();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> tests/unit/framebuffer.rs:241:13
[INFO] [stdout]     |
[INFO] [stdout] 241 |         let mut test_data = vec![0x00; 65536]; // 64KB of zeros
[INFO] [stdout]     |             ----^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `emulator` is assigned to, but never used
[INFO] [stdout]    --> tests/unit/post_execution_options.rs:899:9
[INFO] [stdout]     |
[INFO] [stdout] 899 |     let mut emulator = Emulator::new(&file_path, 0x0000)
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_emulator` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `emulator` is never read
[INFO] [stdout]    --> tests/unit/post_execution_options.rs:903:5
[INFO] [stdout]     |
[INFO] [stdout] 903 |     emulator.cpu.halted = true;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `emulator` is assigned to, but never used
[INFO] [stdout]     --> tests/unit/post_execution_options.rs:1134:9
[INFO] [stdout]      |
[INFO] [stdout] 1134 |     let mut emulator = Emulator::new(&file_path, 0x0000)
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: consider using `_emulator` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `emulator` is never read
[INFO] [stdout]     --> tests/unit/post_execution_options.rs:1138:5
[INFO] [stdout]      |
[INFO] [stdout] 1138 |     emulator.mode = cpu_6502_emulator::ExecutionMode::Running;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `emulator` is assigned to, but never used
[INFO] [stdout]     --> tests/unit/post_execution_options.rs:1158:9
[INFO] [stdout]      |
[INFO] [stdout] 1158 |     let mut emulator = Emulator::new(&file_path, 0x0000)
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: consider using `_emulator` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `emulator` is never read
[INFO] [stdout]     --> tests/unit/post_execution_options.rs:1162:5
[INFO] [stdout]      |
[INFO] [stdout] 1162 |     emulator.cpu.halted = true;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> tests/unit/post_execution_options.rs:1345:9
[INFO] [stdout]      |
[INFO] [stdout] 1345 |     let mut test_data = vec![0xEA; 100]; // 100 NOPs
[INFO] [stdout]      |         ----^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.20s
[INFO] running `Command { std: "docker" "inspect" "c25abb866a29dc16d47e6b84572613ca0a7da922d63b7bea16fc0dec01119a76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c25abb866a29dc16d47e6b84572613ca0a7da922d63b7bea16fc0dec01119a76", kill_on_drop: false }`
[INFO] [stdout] c25abb866a29dc16d47e6b84572613ca0a7da922d63b7bea16fc0dec01119a76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6172302c64f4ecdb0f9ec3702cf5617cff7e787c862bd420c32e776463de3736
[INFO] running `Command { std: "docker" "start" "-a" "6172302c64f4ecdb0f9ec3702cf5617cff7e787c862bd420c32e776463de3736", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Instruction`
[INFO] [stderr]  --> tests/unit/load_instructions.rs:5:53
[INFO] [stderr]   |
[INFO] [stderr] 5 | use cpu_6502_emulator::instruction::{decode_opcode, Instruction};
[INFO] [stderr]   |                                                     ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::io::Cursor`
[INFO] [stderr]  --> tests/unit/halt_notification.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use std::io::Cursor;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> tests/unit/load_instructions.rs:202:9
[INFO] [stderr]     |
[INFO] [stderr] 202 |     let mut memory = Memory::new();
[INFO] [stderr]     |         ----^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> tests/unit/store_instructions.rs:264:9
[INFO] [stderr]     |
[INFO] [stderr] 264 |     let mut memory = Memory::new();
[INFO] [stderr]     |         ----^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> tests/unit/store_instructions.rs:292:9
[INFO] [stderr]     |
[INFO] [stderr] 292 |     let mut memory = Memory::new();
[INFO] [stderr]     |         ----^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> tests/unit/halt_notification.rs:107:9
[INFO] [stderr]     |
[INFO] [stderr] 107 |     let result = emulator.cpu.step();
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> tests/unit/framebuffer.rs:241:13
[INFO] [stderr]     |
[INFO] [stderr] 241 |         let mut test_data = vec![0x00; 65536]; // 64KB of zeros
[INFO] [stderr]     |             ----^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `emulator` is assigned to, but never used
[INFO] [stderr]    --> tests/unit/post_execution_options.rs:899:9
[INFO] [stderr]     |
[INFO] [stderr] 899 |     let mut emulator = Emulator::new(&file_path, 0x0000)
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_emulator` instead
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `emulator` is never read
[INFO] [stderr]    --> tests/unit/post_execution_options.rs:903:5
[INFO] [stderr]     |
[INFO] [stderr] 903 |     emulator.cpu.halted = true;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `emulator` is assigned to, but never used
[INFO] [stderr]     --> tests/unit/post_execution_options.rs:1134:9
[INFO] [stderr]      |
[INFO] [stderr] 1134 |     let mut emulator = Emulator::new(&file_path, 0x0000)
[INFO] [stderr]      |         ^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: consider using `_emulator` instead
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `emulator` is never read
[INFO] [stderr]     --> tests/unit/post_execution_options.rs:1138:5
[INFO] [stderr]      |
[INFO] [stderr] 1138 |     emulator.mode = cpu_6502_emulator::ExecutionMode::Running;
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: variable `emulator` is assigned to, but never used
[INFO] [stderr]     --> tests/unit/post_execution_options.rs:1158:9
[INFO] [stderr]      |
[INFO] [stderr] 1158 |     let mut emulator = Emulator::new(&file_path, 0x0000)
[INFO] [stderr]      |         ^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: consider using `_emulator` instead
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `emulator` is never read
[INFO] [stderr]     --> tests/unit/post_execution_options.rs:1162:5
[INFO] [stderr]      |
[INFO] [stderr] 1162 |     emulator.cpu.halted = true;
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]     --> tests/unit/post_execution_options.rs:1345:9
[INFO] [stderr]      |
[INFO] [stderr] 1345 |     let mut test_data = vec![0xEA; 100]; // 100 NOPs
[INFO] [stderr]      |         ----^^^^^^^^^
[INFO] [stderr]      |         |
[INFO] [stderr]      |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: `cpu_6502_emulator` (test "unit") generated 14 warnings (run `cargo fix --test "unit" -p cpu_6502_emulator` to apply 8 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cpu_6502_emulator-9168d95ee4f34168)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cpu_6502_emulator-7cb9df233da5f1af)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::test_format_number_edge_cases ... ok
[INFO] [stdout] test tests::test_format_number_large ... ok
[INFO] [stdout] test tests::test_format_number_one_separator ... ok
[INFO] [stdout] test tests::test_format_number_multiple_separators ... ok
[INFO] [stdout] test tests::test_format_number_typical_instruction_counts ... ok
[INFO] [stdout] test tests::test_format_number_zero ... ok
[INFO] [stdout] test tests::test_format_number_small ... ok
[INFO] [stderr]      Running tests/integration/mod.rs (/opt/rustwide/target/debug/deps/integration-3d71384ee34f2639)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test sample_programs::arithmetic_tests::test_addition_with_carry ... ok
[INFO] [stdout] test sample_programs::arithmetic_tests::test_subtraction ... ok
[INFO] [stdout] test sample_programs::complex_program_tests::test_bit_manipulation ... ok
[INFO] [stdout] test framebuffer_integration::test_framebuffer_disabled_by_default ... ok
[INFO] [stdout] test framebuffer_integration::test_framebuffer_enabled_in_stepping_mode ... ok
[INFO] [stdout] test framebuffer_integration::test_framebuffer_enabled_in_paused_mode ... ok
[INFO] [stdout] test sample_programs::complex_program_tests::test_fibonacci_sequence ... ok
[INFO] [stdout] test sample_programs::arithmetic_tests::test_addition_without_carry ... ok
[INFO] [stdout] test sample_programs::simple_loop_tests::test_countdown_loop ... ok
[INFO] [stdout] test sample_programs::state_verification_tests::test_register_transfers ... ok
[INFO] [stdout] test sample_programs::memory_operations_tests::test_array_sum ... ok
[INFO] [stdout] test sample_programs::state_verification_tests::test_all_flags_manipulation ... ok
[INFO] [stdout] test sample_programs::subroutine_tests::test_subroutine_with_parameters_on_stack ... ok
[INFO] [stdout] test sample_programs::simple_loop_tests::test_simple_counting_loop ... ok
[INFO] [stdout] test sample_programs::memory_operations_tests::test_memory_copy ... ok
[INFO] [stdout] test sample_programs::subroutine_tests::test_simple_subroutine_call ... ok
[INFO] [stdout] test framebuffer_integration::test_framebuffer_can_be_enabled_and_disabled ... ok
[INFO] [stdout] test sample_programs::subroutine_tests::test_nested_subroutine_calls ... ok
[INFO] [stdout] test sample_programs::arithmetic_tests::test_multi_byte_addition ... ok
[INFO] [stdout] test framebuffer_integration::test_framebuffer_memory_updates_during_execution ... ok
[INFO] [stderr]      Running tests/property/mod.rs (/opt/rustwide/target/debug/deps/property-7759cdba62b534a3)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 195 tests
[INFO] [stdout] test addressing_mode_properties::prop_zero_page_y_wraps_at_0xff ... ok
[INFO] [stdout] test addressing_mode_properties::prop_indexed_indirect_wraps_pointer ... ok
[INFO] [stdout] test addressing_mode_properties::prop_immediate_addressing_returns_pc_plus_1 ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_carry_flag_set_on_unsigned_overflow_immediate ... ok
[INFO] [stdout] test addressing_mode_properties::prop_absolute_addressing_correct_address ... ok
[INFO] [stdout] test addressing_mode_properties::prop_zero_page_x_wraps_at_0xff ... ok
[INFO] [stdout] test addressing_mode_properties::prop_absolute_y_full_16bit_addition ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_carry_flag_set_on_unsigned_overflow_absolute ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_absolute_produces_correct_sum ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_carry_flag_set_on_unsigned_overflow_absolute_x ... ok
[INFO] [stdout] test addressing_mode_properties::prop_zero_page_stays_in_zero_page ... ok
[INFO] [stdout] test addressing_mode_properties::prop_indirect_indexed_no_wrap_final_address ... ok
[INFO] [stdout] test addressing_mode_properties::prop_relative_addressing_positive_offset ... ok
[INFO] [stdout] test addressing_mode_properties::prop_indirect_addressing_reads_from_pointer ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_carry_flag_set_on_unsigned_overflow_indexed_indirect ... ok
[INFO] [stdout] test addressing_mode_properties::prop_relative_addressing_negative_offset ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_carry_flag_set_on_unsigned_overflow_indirect_indexed ... ok
[INFO] [stdout] test addressing_mode_properties::prop_absolute_x_full_16bit_addition ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_overflow_flag_detects_signed_overflow_zero_page ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_carry_flag_set_on_unsigned_overflow_absolute_y ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_zero_page_produces_correct_sum ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_overflow_flag_detects_signed_overflow_immediate ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_overflow_flag_detects_signed_overflow_absolute ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_carry_flag_set_on_unsigned_overflow_zero_page ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_immediate_produces_correct_sum ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_carry_flag_set_on_unsigned_overflow_zero_page_x ... ok
[INFO] [stdout] test arithmetic_instruction_properties::arithmetic_instructions_preserve_unaffected_flags ... ok
[INFO] [stdout] test arithmetic_instruction_properties::inc_absolute_increments_memory_correctly ... ok
[INFO] [stdout] test arithmetic_instruction_properties::dec_absolute_decrements_memory_correctly ... ok
[INFO] [stdout] test arithmetic_instruction_properties::inc_dec_do_not_affect_carry_or_overflow ... ok
[INFO] [stdout] test arithmetic_instruction_properties::dec_zero_page_decrements_memory_correctly ... ok
[INFO] [stdout] test arithmetic_instruction_properties::inx_increments_x_register_correctly ... ok
[INFO] [stdout] test arithmetic_instruction_properties::dey_decrements_y_register_correctly ... ok
[INFO] [stdout] test arithmetic_instruction_properties::inc_zero_page_increments_memory_correctly ... ok
[INFO] [stdout] test arithmetic_instruction_properties::dex_decrements_x_register_correctly ... ok
[INFO] [stdout] test arithmetic_instruction_properties::iny_increments_y_register_correctly ... ok
[INFO] [stdout] test branch_instruction_properties::bcc_branches_when_carry_clear ... ok
[INFO] [stdout] test arithmetic_instruction_properties::adc_carry_flag_boundary_cases ... ok
[INFO] [stdout] test arithmetic_instruction_properties::sbc_zero_page_produces_correct_difference ... ok
[INFO] [stdout] test branch_instruction_properties::bcs_branches_when_carry_set ... ok
[INFO] [stdout] test branch_instruction_properties::bcs_does_not_branch_when_carry_clear ... ok
[INFO] [stdout] test branch_instruction_properties::beq_branches_when_zero_set ... ok
[INFO] [stdout] test branch_instruction_properties::branch_backward_wraps_correctly ... ok
[INFO] [stdout] test branch_instruction_properties::beq_does_not_branch_when_zero_clear ... ok
[INFO] [stdout] test branch_instruction_properties::branch_forward_wraps_correctly ... ok
[INFO] [stdout] test arithmetic_instruction_properties::sbc_overflow_flag_detects_signed_overflow_zero_page ... ok
[INFO] [stdout] test arithmetic_instruction_properties::sbc_overflow_flag_detects_signed_overflow_absolute ... ok
[INFO] [stdout] test arithmetic_instruction_properties::register_inc_dec_do_not_affect_carry_or_overflow ... ok
[INFO] [stdout] test arithmetic_instruction_properties::sbc_overflow_flag_detects_signed_overflow_immediate ... ok
[INFO] [stdout] test arithmetic_instruction_properties::sbc_immediate_produces_correct_difference ... ok
[INFO] [stdout] test branch_instruction_properties::bvc_branches_when_overflow_clear ... ok
[INFO] [stdout] test branch_instruction_properties::bcc_does_not_branch_when_carry_set ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_errors_are_descriptive ... ok
[INFO] [stdout] test branch_instruction_properties::bne_branches_when_zero_clear ... ok
[INFO] [stdout] test branch_instruction_properties::bpl_does_not_branch_when_negative_set ... ok
[INFO] [stdout] test branch_instruction_properties::bvs_does_not_branch_when_overflow_clear ... ok
[INFO] [stdout] test branch_instruction_properties::bpl_branches_when_negative_clear ... ok
[INFO] [stdout] test branch_instruction_properties::bmi_branches_when_negative_set ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_handles_tabs_as_whitespace ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_accepts_various_formats ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_is_case_insensitive ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_handles_boundary_values ... ok
[INFO] [stdout] test branch_instruction_properties::bvs_branches_when_overflow_set ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_accepts_all_valid_addresses ... ok
[INFO] [stdout] test branch_instruction_properties::bmi_does_not_branch_when_negative_clear ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_handles_newlines_as_whitespace ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_rejects_empty_input ... ok
[INFO] [stdout] test branch_instruction_properties::bvc_does_not_branch_when_overflow_set ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_round_trips_correctly ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_is_consistent ... ok
[INFO] [stdout] test branch_instruction_properties::bne_does_not_branch_when_zero_set ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_trims_whitespace ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_rejects_overflow_values ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_rejects_prefix_only ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_rejects_non_hex_input ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_rejects_invalid_hex_chars ... ok
[INFO] [stdout] test error_handling_properties::all_result_functions_handle_errors_gracefully ... ok
[INFO] [stdout] test error_handling_properties::cpu_step_returns_result_never_panics ... ok
[INFO] [stdout] test control_flow_properties::jsr_rts_preserves_memory_except_stack ... ok
[INFO] [stdout] test control_flow_properties::jsr_rts_round_trip_returns_to_correct_address ... ok
[INFO] [stdout] test error_handling_properties::cpu_operations_never_panic_on_boundaries ... ok
[INFO] [stdout] test error_handling_properties::branch_instructions_never_panic_on_wrap ... ok
[INFO] [stdout] test command_line_parsing_properties::parse_hex_address_rejects_special_characters ... ok
[INFO] [stdout] test error_handling_properties::opcode_decoding_returns_result_for_all_bytes ... ok
[INFO] [stdout] test error_handling_properties::stack_operations_never_panic_on_overflow ... ok
[INFO] [stdout] test error_handling_properties::memory_word_operations_never_panic ... ok
[INFO] [stdout] test error_handling_properties::no_operations_panic_on_extreme_values ... ok
[INFO] [stdout] test control_flow_properties::jsr_with_different_stack_pointer_values ... ok
[INFO] [stdout] test control_flow_properties::nested_jsr_rts_works_correctly ... ok
[INFO] [stdout] test error_handling_properties::memory_operations_never_panic ... ok
[INFO] [stdout] test arithmetic_instruction_properties::overflow_flag_specific_edge_cases ... ok
[INFO] [stdout] test error_handling_properties::halted_cpu_returns_result_on_step ... ok
[INFO] [stdout] test error_handling_properties::addressing_mode_calculations_never_panic ... ok
[INFO] [stdout] test error_handling_properties::emulator_new_returns_result_never_panics ... ok
[INFO] [stdout] test flag_properties::prop_cli_clears_only_interrupt_flag ... ok
[INFO] [stdout] test flag_properties::prop_clc_clears_only_carry_flag ... ok
[INFO] [stdout] test error_handling_properties::file_loading_invalid_path_returns_result ... ok
[INFO] [stdout] test flag_properties::prop_cld_clears_only_decimal_flag ... ok
[INFO] [stdout] test flag_properties::prop_clv_clears_only_overflow_flag ... ok
[INFO] [stdout] test flag_properties::prop_negative_flag_set_when_bit7_is_one ... ok
[INFO] [stdout] test flag_properties::prop_negative_flag_clear_when_bit7_is_zero ... ok
[INFO] [stdout] test flag_properties::prop_other_flags_unchanged_when_updating_zero_negative ... ok
[INFO] [stdout] test execution_statistics_properties::execution_speed_zero_with_zero_instructions ... FAILED
[INFO] [stdout] test flag_properties::prop_sec_sets_only_carry_flag ... ok
[INFO] [stdout] test execution_statistics_properties::instruction_count_not_incremented_on_error ... FAILED
[INFO] [stdout] test flag_properties::prop_zero_and_negative_flags_updated_correctly ... ok
[INFO] [stdout] test flag_properties::prop_sed_sets_only_decimal_flag ... ok
[INFO] [stdout] test flag_properties::prop_zero_flag_clear_when_result_is_nonzero ... ok
[INFO] [stdout] test flag_properties::prop_sei_sets_only_interrupt_flag ... ok
[INFO] [stdout] test flag_properties::prop_zero_flag_set_when_result_is_zero ... ok
[INFO] [stdout] test execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time ... FAILED
[INFO] [stdout] test execution_statistics_properties::instruction_count_handles_various_sequence_lengths ... FAILED
[INFO] [stdout] test execution_statistics_properties::execution_speed_handles_zero_elapsed_time ... FAILED
[INFO] [stdout] test framebuffer_properties::memory_updates_reflected_in_framebuffer_region ... FAILED
[INFO] [stdout] test framebuffer_properties::framebuffer_disabled_doesnt_affect_execution ... FAILED
[INFO] [stdout] test execution_statistics_properties::execution_speed_proportional_to_instruction_count ... FAILED
[INFO] [stdout] test framebuffer_properties::decoupling_preserves_instruction_correctness ... FAILED
[INFO] [stdout] test execution_statistics_properties::execution_speed_consistent_over_time ... FAILED
[INFO] [stdout] test load_instruction_properties::lda_absolute_loads_from_memory ... ok
[INFO] [stdout] test framebuffer_properties::framebuffer_updates_at_fixed_refresh_rate ... FAILED
[INFO] [stdout] test framebuffer_properties::framebuffer_update_rate_consistent_at_30fps ... FAILED
[INFO] [stdout] test framebuffer_properties::instruction_execution_not_blocked_by_framebuffer ... FAILED
[INFO] [stdout] test load_instruction_properties::lda_zero_page_x_with_wrapping ... ok
[INFO] [stdout] test load_instruction_properties::lda_absolute_y_with_page_crossing ... ok
[INFO] [stdout] test load_instruction_properties::lda_indexed_indirect_correct_addressing ... ok
[INFO] [stdout] test framebuffer_properties::many_instructions_execute_between_framebuffer_updates ... FAILED
[INFO] [stdout] test load_instruction_properties::lda_indirect_indexed_correct_addressing ... ok
[INFO] [stdout] test execution_statistics_properties::instruction_count_accurate_across_instruction_types ... FAILED
[INFO] [stdout] test execution_statistics_properties::instruction_count_independent_of_execution_mode ... FAILED
[INFO] [stdout] test execution_statistics_properties::instruction_count_increments_by_one_per_instruction ... FAILED
[INFO] [stdout] test load_instruction_properties::lda_absolute_x_with_page_crossing ... ok
[INFO] [stdout] test load_instruction_properties::lda_zero_page_loads_from_memory ... ok
[INFO] [stdout] test load_instruction_properties::ldx_absolute_y_with_page_crossing ... ok
[INFO] [stdout] test load_instruction_properties::ldy_immediate_loads_value_and_updates_flags ... ok
[INFO] [stdout] test load_instruction_properties::ldx_immediate_loads_value_and_updates_flags ... ok
[INFO] [stdout] test load_instruction_properties::ldx_absolute_loads_from_memory ... ok
[INFO] [stdout] test load_instruction_properties::lda_immediate_loads_value_and_updates_flags ... ok
[INFO] [stdout] test load_instruction_properties::ldy_zero_page_loads_from_memory ... ok
[INFO] [stdout] test logical_instruction_properties::and_immediate_performs_bitwise_and ... ok
[INFO] [stdout] test load_instruction_properties::ldy_zero_page_x_with_wrapping ... ok
[INFO] [stdout] test logical_instruction_properties::and_indexed_indirect_performs_bitwise_and ... ok
[INFO] [stdout] test logical_instruction_properties::and_absolute_performs_bitwise_and ... ok
[INFO] [stdout] test logical_instruction_properties::eor_absolute_y_performs_bitwise_xor ... ok
[INFO] [stdout] test load_instruction_properties::ldy_absolute_x_with_page_crossing ... ok
[INFO] [stdout] test memory_properties::prop_little_endian_word_access ... ok
[INFO] [stdout] test load_instruction_properties::ldx_zero_page_y_with_wrapping ... ok
[INFO] [stdout] test logical_instruction_properties::ora_absolute_x_performs_bitwise_or ... ok
[INFO] [stdout] test load_instruction_properties::ldx_zero_page_loads_from_memory ... ok
[INFO] [stdout] test opcode_properties::test_valid_opcode_count ... ok
[INFO] [stdout] test memory_properties::prop_memory_read_after_write_returns_same_value ... ok
[INFO] [stdout] test load_instruction_properties::ldy_absolute_loads_from_memory ... ok
[INFO] [stdout] test pc_advancement_properties::multi_byte_instructions_advance_pc_correctly ... ok
[INFO] [stdout] test pc_advancement_properties::nop_advances_pc_by_one ... ok
[INFO] [stdout] test logical_instruction_properties::and_zero_page_performs_bitwise_and ... ok
[INFO] [stdout] test logical_instruction_properties::ora_indirect_indexed_performs_bitwise_or ... ok
[INFO] [stdout] test logical_instruction_properties::ora_immediate_performs_bitwise_or ... ok
[INFO] [stdout] test opcode_properties::prop_valid_opcodes_are_unique ... ok
[INFO] [stdout] test opcode_properties::prop_all_valid_opcodes_decode_successfully ... ok
[INFO] [stdout] test logical_instruction_properties::eor_immediate_performs_bitwise_xor ... ok
[INFO] [stdout] test logical_instruction_properties::eor_indirect_indexed_performs_bitwise_xor ... ok
[INFO] [stdout] test logical_instruction_properties::eor_zero_page_performs_bitwise_xor ... ok
[INFO] [stdout] test pc_advancement_properties::pc_advances_by_two_for_branches_not_taken ... ok
[INFO] [stdout] test stack_properties::pha_pla_round_trip_preserves_accumulator_value ... ok
[INFO] [stdout] test opcode_properties::prop_invalid_opcodes_return_error ... ok
[INFO] [stdout] test stack_properties::multiple_pushes_and_pulls_maintain_lifo_order ... ok
[INFO] [stdout] test stack_properties::stack_operations_wrap_correctly_at_boundaries ... ok
[INFO] [stdout] test stack_properties::php_plp_round_trip_preserves_status_flags ... ok
[INFO] [stdout] test stack_properties::pla_updates_zero_and_negative_flags ... ok
[INFO] [stdout] test pc_advancement_properties::pc_advances_by_instruction_length_for_non_control_flow_instructions ... ok
[INFO] [stdout] test logical_instruction_properties::ora_zero_page_performs_bitwise_or ... ok
[INFO] [stdout] test stack_properties::tsx_transfers_stack_pointer_to_x_and_updates_flags ... ok
[INFO] [stdout] test step_execution_properties::step_executes_exactly_one_instruction ... ok
[INFO] [stdout] test stack_properties::txs_transfers_x_to_stack_pointer_without_affecting_flags ... ok
[INFO] [stdout] test store_instruction_properties::sta_absolute_x_stores_with_offset ... ok
[INFO] [stdout] test step_execution_properties::step_executes_multiple_instructions_sequentially ... ok
[INFO] [stdout] test step_execution_properties::step_leaves_cpu_in_valid_state ... ok
[INFO] [stdout] test store_instruction_properties::sta_absolute_y_stores_with_offset ... ok
[INFO] [stdout] test step_execution_properties::step_with_invalid_opcode_halts_safely ... ok
[INFO] [stdout] test store_instruction_properties::sta_absolute_stores_value ... ok
[INFO] [stdout] test store_instruction_properties::sta_indexed_indirect_stores_correctly ... ok
[INFO] [stdout] test store_instruction_properties::sta_zero_page_x_stores_with_wrapping ... ok
[INFO] [stdout] test step_execution_properties::step_executes_instruction_atomically ... ok
[INFO] [stdout] test store_instruction_properties::sty_zero_page_stores_value ... ok
[INFO] [stdout] test store_instruction_properties::store_instructions_preserve_all_flags ... ok
[INFO] [stdout] test store_instruction_properties::sta_indirect_indexed_stores_correctly ... ok
[INFO] [stdout] test store_instruction_properties::stx_zero_page_y_stores_with_wrapping ... ok
[INFO] [stdout] test store_instruction_properties::sta_zero_page_stores_value_without_flag_changes ... ok
[INFO] [stdout] test store_instruction_properties::sty_absolute_stores_value ... ok
[INFO] [stdout] test error_handling_properties::file_loading_returns_result_never_panics ... ok
[INFO] [stdout] test store_instruction_properties::stx_zero_page_stores_value ... ok
[INFO] [stdout] test pc_advancement_properties::jmp_absolute_sets_pc_to_target_address ... ok
[INFO] [stdout] test store_instruction_properties::stx_absolute_stores_value ... ok
[INFO] [stdout] test store_instruction_properties::sty_zero_page_x_stores_with_wrapping ... ok
[INFO] [stdout] test error_handling_properties::emulator_new_with_valid_file_returns_ok ... ok
[INFO] [stdout] test memory_properties::prop_file_loading_correctness ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- execution_statistics_properties::execution_speed_zero_with_zero_instructions stdout ----
[INFO] [stdout] proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714917d964 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:729:22
[INFO] [stdout]   33:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   34:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   35:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   36:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   37:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   38:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   39:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   59:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   61:     0x7eae8580aa64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:681:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d53f6 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d53f6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:681:53
[INFO] [stdout]   22:     0x5a71496e8007 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714953c354 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a7149749958 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497a643d - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149819ad1 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149819ad1 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a7149503150 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496a8cc6 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a71493b0300 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<&str, u16>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149383b4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a714917da4e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::num::u16::BinarySearch, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490a43b1 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714919df9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a71490863bc - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149281b06 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5f0a - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs
[INFO] [stdout] proptest: failed to append to /opt/rustwide/workdir/tests/property/execution_statistics_properties.proptest-regressions: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_zero_with_zero_instructions' (149) panicked at tests/property/execution_statistics_properties.rs:671:1:
[INFO] [stdout] Test failed: called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }.
[INFO] [stdout] minimal failing input: start_addr = 1536
[INFO] [stdout] 	successes: 0
[INFO] [stdout] 	local rejects: 0
[INFO] [stdout] 	global rejects: 0
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71496e60b6 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   20:     0x5a71496d2757 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   21:     0x5a71496d0546 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_zero_with_zero_instructions::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   41:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   43:     0x7eae8580aa64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- execution_statistics_properties::instruction_count_not_incremented_on_error stdout ----
[INFO] [stdout] proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149169004 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:729:22
[INFO] [stdout]   33:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   34:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   35:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   36:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   37:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   38:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   39:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   59:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   61:     0x7eae8580aa64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:443:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d444e - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d444e - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:443:53
[INFO] [stdout]   22:     0x5a71496e7fb9 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d22f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db1a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b49ed - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a71498325d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498325d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b343 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af868 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946dc3c - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935a88e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a71491690e8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490da537 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714922861a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a7149091e6c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286846 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e5a83 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs
[INFO] [stdout] proptest: failed to append to /opt/rustwide/workdir/tests/property/execution_statistics_properties.proptest-regressions: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_not_incremented_on_error' (154) panicked at tests/property/execution_statistics_properties.rs:426:1:
[INFO] [stdout] Test failed: called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }.
[INFO] [stdout] minimal failing input: valid_count = 1, start_addr = 1280
[INFO] [stdout] 	successes: 0
[INFO] [stdout] 	local rejects: 0
[INFO] [stdout] 	global rejects: 0
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71496e5c53 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   20:     0x5a71496d2727 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   21:     0x5a71496d0506 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_not_incremented_on_error::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   41:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   43:     0x7eae8580aa64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time stdout ----
[INFO] [stdout] proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a71491623a4 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:729:22
[INFO] [stdout]   33:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   34:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   35:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   36:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   37:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   38:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   39:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   59:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   61:     0x7eae8580aa64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:501:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496db865 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496db865 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:501:53
[INFO] [stdout]   22:     0x5a71496e8239 - <&property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714956302f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974e6da - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b70cd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149836c52 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149836c52 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71495325d3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496b0a08 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714948f8bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (u64, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714934d40e - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149162488 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::u64::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490f9f17 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a714927609a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909878c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a71492893c6 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<u64>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e7b9f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs
[INFO] [stdout] proptest: failed to append to /opt/rustwide/workdir/tests/property/execution_statistics_properties.proptest-regressions: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time' (146) panicked at tests/property/execution_statistics_properties.rs:485:1:
[INFO] [stdout] Test failed: called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }.
[INFO] [stdout] minimal failing input: instruction_count = 1, start_addr = 512
[INFO] [stdout] 	successes: 0
[INFO] [stdout] 	local rejects: 0
[INFO] [stdout] 	global rejects: 0
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71496e7d6f - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   20:     0x5a71496d2877 - property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   21:     0x5a71496d06c6 - <property[7dc5eeb183d29800]::execution_statistics_properties::execution_speed_equals_instruction_count_divided_by_elapsed_time::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   41:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   43:     0x7eae8580aa64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- execution_statistics_properties::instruction_count_handles_various_sequence_lengths stdout ----
[INFO] [stdout] proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a7149169ae4 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:729:22
[INFO] [stdout]   33:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   34:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   35:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   36:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   37:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   38:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   39:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   59:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   61:     0x7eae8580aa64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x5a714985bdd2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5a71499bdd3f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   60:     0x5a71499bdd3f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x7eae8577daa4 - <unknown>
[INFO] [stdout]   62:     0x7eae8580aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_statistics_properties::instruction_count_handles_various_sequence_lengths' (151) panicked at tests/property/execution_statistics_properties.rs:403:53:
[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:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a71499be42a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a71499be42a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a71499be42a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a71499d3e4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a71499d3e4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5a71499c31d2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a71499c31d2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a714999b69f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a714999b69f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a71499b60c9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a71498586fc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a71498586fc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a71499b6282 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a71499b6282 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a714999b758 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a7149990859 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a714999c46d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a71499d468c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a71499d4402 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a71496d81d1 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::fs::File, std[29689e6404d28ef9]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a71496d81d1 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/property/execution_statistics_properties.rs:403:53
[INFO] [stdout]   22:     0x5a71496e8119 - <&property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1} as core[e929cb53b82a81ca]::ops::function::Fn<(proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x5a714955d42f - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:56
[INFO] [stdout]   24:     0x5a714974db5a - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5a71497b4acd - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5a7149838f6b - __rust_try
[INFO] [stdout]   27:     0x5a7149832752 - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a7149832752 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a714952b5b3 - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:258:16
[INFO] [stdout]   30:     0x5a71496af8c8 - proptest[4f698d0a4aa4fede]::test_runner::scoped_panic_hook::internal::with_hook::<core[e929cb53b82a81ca]::result::Result<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>, alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::any::Any + core[e929cb53b82a81ca]::marker::Send>>, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#3}, proptest[4f698d0a4aa4fede]::test_runner::runner::call_test<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>::{closure#4}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/scoped_panic_hook.rs:130:9
[INFO] [stdout]   31:     0x5a714946e7bc - proptest[4f698d0a4aa4fede]::test_runner::runner::call_test::<proptest[4f698d0a4aa4fede]::sugar::NamedArguments<(&str, &str), (usize, u16)>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   32:     0x5a714935bdce - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::shrink::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:856:30
[INFO] [stdout]   33:     0x5a7149169bc8 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<proptest[4f698d0a4aa4fede]::tuple::TupleValueTree<(proptest[4f698d0a4aa4fede]::num::usize::BinarySearch, proptest[4f698d0a4aa4fede]::num::u16::BinarySearch)>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, &property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:743:22
[INFO] [stdout]   34:     0x5a71490dae37 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:671:28
[INFO] [stdout]   35:     0x5a7149229b9a - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}, alloc[9d7caffeb3b5d2c6]::vec::into_iter::IntoIter<core[e929cb53b82a81ca]::result::Result<(), proptest[4f698d0a4aa4fede]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:620:31
[INFO] [stdout]   36:     0x5a714909203c - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run_in_process::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:575:14
[INFO] [stdout]   37:     0x5a7149286906 - <proptest[4f698d0a4aa4fede]::test_runner::runner::TestRunner>::run::<proptest[4f698d0a4aa4fede]::strategy::map::Map<(core[e929cb53b82a81ca]::ops::range::RangeInclusive<usize>, core[e929cb53b82a81ca]::ops::range::RangeInclusive<u16>), property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}>, property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/test_runner/runner.rs:418:18
[INFO] [stdout]   38:     0x5a71496e6d63 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:163:17
[INFO] [stdout]   39:     0x5a71496d27e7 - property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/sugar.rs:159:28
[INFO] [stdout]   40:     0x5a71496d0606 - <property[7dc5eeb183d29800]::execution_statistics_properties::instruction_count_handles_various_sequence_lengths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5a714984b9db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a714984b9db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x5a71498591cb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x5a71498591cb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x5a71498591cb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5a71498591cb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x5a71498591cb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x5a71498528e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x5a71498528e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x5a714985bdd2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x5a714985bdd2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5a714985bdd2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5a714985bdd2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[WARN] too many lines in the log, truncating it
