[INFO] fetching crate twibint 0.3.2...
[INFO] testing twibint-0.3.2 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate twibint 0.3.2 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate twibint 0.3.2
[INFO] finished tweaking crates.io crate twibint 0.3.2
[INFO] tweaked toml for crates.io crate twibint 0.3.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate twibint 0.3.2 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate twibint 0.3.2 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pyo3-build-config v0.19.2
[INFO] [stderr]   Downloaded pyo3-macros v0.19.2
[INFO] [stderr]   Downloaded unindent v0.1.11
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.19.2
[INFO] [stderr]   Downloaded pyo3-ffi v0.19.2
[INFO] [stderr]   Downloaded memoffset v0.9.0
[INFO] [stderr]   Downloaded target-lexicon v0.12.11
[INFO] [stderr]   Downloaded syn v2.0.31
[INFO] [stderr]   Downloaded pyo3 v0.19.2
[INFO] [stderr]   Downloaded typed_test_gen v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0ae89492f179f8095099a9c3f6b8824788b81fb55272a8bf24280a79a45cad54
[INFO] running `Command { std: "docker" "start" "-a" "0ae89492f179f8095099a9c3f6b8824788b81fb55272a8bf24280a79a45cad54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ae89492f179f8095099a9c3f6b8824788b81fb55272a8bf24280a79a45cad54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ae89492f179f8095099a9c3f6b8824788b81fb55272a8bf24280a79a45cad54", kill_on_drop: false }`
[INFO] [stdout] 0ae89492f179f8095099a9c3f6b8824788b81fb55272a8bf24280a79a45cad54
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56b3cbc2725cd62e0523b12c3aa91036d9de0951cbb239a142c96bbc8688eb45
[INFO] running `Command { std: "docker" "start" "-a" "56b3cbc2725cd62e0523b12c3aa91036d9de0951cbb239a142c96bbc8688eb45", kill_on_drop: false }`
[INFO] [stderr]    Compiling twibint v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated constants `MAX` and `HALF_MAX` are never used
[INFO] [stdout]    --> src/traits/digit.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub trait DoubleDigit:
[INFO] [stdout]     |           ----------- associated constants in this trait
[INFO] [stdout] ...
[INFO] [stdout] 124 |     const MAX: Self;
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 125 |     const HALF_MAX: Self;
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
[INFO] running `Command { std: "docker" "inspect" "56b3cbc2725cd62e0523b12c3aa91036d9de0951cbb239a142c96bbc8688eb45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56b3cbc2725cd62e0523b12c3aa91036d9de0951cbb239a142c96bbc8688eb45", kill_on_drop: false }`
[INFO] [stdout] 56b3cbc2725cd62e0523b12c3aa91036d9de0951cbb239a142c96bbc8688eb45
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7cc58c7575f5bc8ed39fccd1f66da8b787eda3507221575505d8c95ebe1f1830
[INFO] running `Command { std: "docker" "start" "-a" "7cc58c7575f5bc8ed39fccd1f66da8b787eda3507221575505d8c95ebe1f1830", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stdout] warning: associated constants `MAX` and `HALF_MAX` are never used
[INFO] [stdout]    --> src/traits/digit.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub trait DoubleDigit:
[INFO] [stdout]     |           ----------- associated constants in this trait
[INFO] [stdout] ...
[INFO] [stdout] 124 |     const MAX: Self;
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 125 |     const HALF_MAX: Self;
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn v2.0.31
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling typed_test_gen v0.1.2
[INFO] [stderr]    Compiling twibint v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `Quotient3By2` is never used
[INFO] [stdout]   --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:18:6
[INFO] [stdout]    |
[INFO] [stdout] 18 | enum Quotient3By2<T: Digit> {
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Quotient4By2` is never used
[INFO] [stdout]   --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:26:6
[INFO] [stdout]    |
[INFO] [stdout] 26 | enum Quotient4By2<T: Digit> {
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `dec` and `mul` are never used
[INFO] [stdout]   --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl<T: Digit> Quotient3By2<T> {
[INFO] [stdout]    | ------------------------------ methods in this implementation
[INFO] [stdout] 33 |     fn dec(&mut self) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn mul(&self, a: &[T; 2], ret: &mut [T; 4]) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `pack` is never used
[INFO] [stdout]   --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl<T: Digit> Quotient4By2<T> {
[INFO] [stdout]    | ------------------------------ associated function in this implementation
[INFO] [stdout] 52 |     fn pack(lsb: Quotient3By2<T>, msb: Quotient3By2<T>) -> Self {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `div_3s_by_2s` is never used
[INFO] [stdout]    --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:111:4
[INFO] [stdout]     |
[INFO] [stdout] 111 | fn div_3s_by_2s<T: Digit>(a: &[T; 3], b: &[T; 2], r: &mut [T; 4]) -> Quotient3By2<T> {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `div_4s_by_2s` is never used
[INFO] [stdout]    --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:141:4
[INFO] [stdout]     |
[INFO] [stdout] 141 | fn div_4s_by_2s<T: Digit>(
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `div` is never used
[INFO] [stdout]    --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:316:4
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn div<T: Digit>(n: &BigUint<T>, d: &BigUint<T>) -> DivisionResult<BigUint<T>> {
[INFO] [stdout]     |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `div` is never used
[INFO] [stdout]    --> src/biguint/ops/algorithms/div/newton_raphson.rs:160:4
[INFO] [stdout]     |
[INFO] [stdout] 160 | fn div<T: Digit>(n: &BigUint<T>, d: &BigUint<T>) -> DivisionResult<BigUint<T>> {
[INFO] [stdout]     |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `MAX`, `HALF_MAX`, and `pack` are never used
[INFO] [stdout]    --> src/traits/digit.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub trait DoubleDigit:
[INFO] [stdout]     |           ----------- associated items in this trait
[INFO] [stdout] ...
[INFO] [stdout] 124 |     const MAX: Self;
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 125 |     const HALF_MAX: Self;
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |     fn pack(d: &[Self::Single]) -> Self;
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 44.24s
[INFO] running `Command { std: "docker" "inspect" "7cc58c7575f5bc8ed39fccd1f66da8b787eda3507221575505d8c95ebe1f1830", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cc58c7575f5bc8ed39fccd1f66da8b787eda3507221575505d8c95ebe1f1830", kill_on_drop: false }`
[INFO] [stdout] 7cc58c7575f5bc8ed39fccd1f66da8b787eda3507221575505d8c95ebe1f1830
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] be8ce1a59fa510e30aaec037dc03e0b5fc94ba561c39bb5d61f266def0f1f0b6
[INFO] running `Command { std: "docker" "start" "-a" "be8ce1a59fa510e30aaec037dc03e0b5fc94ba561c39bb5d61f266def0f1f0b6", kill_on_drop: false }`
[INFO] [stderr] warning: associated constants `MAX` and `HALF_MAX` are never used
[INFO] [stderr]    --> src/traits/digit.rs:124:11
[INFO] [stderr]     |
[INFO] [stderr] 108 | pub trait DoubleDigit:
[INFO] [stderr]     |           ----------- associated constants in this trait
[INFO] [stderr] ...
[INFO] [stderr] 124 |     const MAX: Self;
[INFO] [stderr]     |           ^^^
[INFO] [stderr] 125 |     const HALF_MAX: Self;
[INFO] [stderr]     |           ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `twibint` (lib) generated 1 warning
[INFO] [stderr] warning: enum `Quotient3By2` is never used
[INFO] [stderr]   --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:18:6
[INFO] [stderr]    |
[INFO] [stderr] 18 | enum Quotient3By2<T: Digit> {
[INFO] [stderr]    |      ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Quotient4By2` is never used
[INFO] [stderr]   --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:26:6
[INFO] [stderr]    |
[INFO] [stderr] 26 | enum Quotient4By2<T: Digit> {
[INFO] [stderr]    |      ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `dec` and `mul` are never used
[INFO] [stderr]   --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:33:8
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl<T: Digit> Quotient3By2<T> {
[INFO] [stderr]    | ------------------------------ methods in this implementation
[INFO] [stderr] 33 |     fn dec(&mut self) {
[INFO] [stderr]    |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 41 |     fn mul(&self, a: &[T; 2], ret: &mut [T; 4]) {
[INFO] [stderr]    |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `pack` is never used
[INFO] [stderr]   --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:52:8
[INFO] [stderr]    |
[INFO] [stderr] 51 | impl<T: Digit> Quotient4By2<T> {
[INFO] [stderr]    | ------------------------------ associated function in this implementation
[INFO] [stderr] 52 |     fn pack(lsb: Quotient3By2<T>, msb: Quotient3By2<T>) -> Self {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `div_3s_by_2s` is never used
[INFO] [stderr]    --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:111:4
[INFO] [stderr]     |
[INFO] [stderr] 111 | fn div_3s_by_2s<T: Digit>(a: &[T; 3], b: &[T; 2], r: &mut [T; 4]) -> Quotient3By2<T> {
[INFO] [stderr]     |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `div_4s_by_2s` is never used
[INFO] [stderr]    --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:141:4
[INFO] [stderr]     |
[INFO] [stderr] 141 | fn div_4s_by_2s<T: Digit>(
[INFO] [stderr]     |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `div` is never used
[INFO] [stderr]    --> src/biguint/ops/algorithms/div/burnikel_ziegler.rs:316:4
[INFO] [stderr]     |
[INFO] [stderr] 316 | fn div<T: Digit>(n: &BigUint<T>, d: &BigUint<T>) -> DivisionResult<BigUint<T>> {
[INFO] [stderr]     |    ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `div` is never used
[INFO] [stderr]    --> src/biguint/ops/algorithms/div/newton_raphson.rs:160:4
[INFO] [stderr]     |
[INFO] [stderr] 160 | fn div<T: Digit>(n: &BigUint<T>, d: &BigUint<T>) -> DivisionResult<BigUint<T>> {
[INFO] [stderr]     |    ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `MAX`, `HALF_MAX`, and `pack` are never used
[INFO] [stderr]    --> src/traits/digit.rs:124:11
[INFO] [stderr]     |
[INFO] [stderr] 108 | pub trait DoubleDigit:
[INFO] [stderr]     |           ----------- associated items in this trait
[INFO] [stderr] ...
[INFO] [stderr] 124 |     const MAX: Self;
[INFO] [stderr]     |           ^^^
[INFO] [stderr] 125 |     const HALF_MAX: Self;
[INFO] [stderr]     |           ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 135 |     fn pack(d: &[Self::Single]) -> Self;
[INFO] [stderr]     |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `twibint` (lib test) generated 9 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/twibint-ab507f4535782914)
[INFO] [stdout] 
[INFO] [stdout] running 335 tests
[INFO] [stdout] test bigfloat::ops::tests::_specialized__add_2__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__add_3__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__add_4__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__add__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__add_4__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__digit_mul__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__digit_mul__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_2__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_2__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_3__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_3__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_6__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_4__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_4__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_5__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shift_coherence__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__add_2__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_3__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_2__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_6__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_3__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_2__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_1__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_5__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__add_3__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_2__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_4__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_2__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__mul__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_1__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_4__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_5__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_5__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_3__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_3__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_4__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_4__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__sub2__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__sub3__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__sub3__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__sub4__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_0__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__add__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_1__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_1__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__sub2__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_0__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__shift_coherence__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__sub4__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__sub__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_add_bigger_scale__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_add_bigger_scale_2__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_add_bigger_scale_2__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_add_bigger_scale__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_add_smaller_scale__u64_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_add_smaller_scale__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_sub_bigger_scale__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_big_float_from_big_uint__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_sub_bigger_scale__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_big_float_from_big_uint__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_big_float_from_int__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_big_float_from_uint__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_big_float_from_int__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_big_float_from_uint__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_binary__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_binary__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_ord_3__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_ord_4__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_ord__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_eq_bigint__u32_ ... ok
[INFO] [stdout] test bigfloat::ops::tests::_specialized__sub__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_eq_bigint__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_ord__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_round_1__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_ord_3__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_ord_4__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_round_1__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_round_2__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_round_3__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_round_3__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_round_4__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_round_4__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_trailing_zeros__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_trailing_zeros__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__add_full_test__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__add_full_test__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__and__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__and__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__div_rem_1__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__div_rem_2__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__div_rem_2__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_ord_2__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__div_rem_1__u64_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_round_2__u32_ ... ok
[INFO] [stdout] test bigfloat::tests::_specialized__test_ord_2__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__mul_full_test__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__mul_full_test_with_buffer__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__mul_full_test__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__mul_full_test_with_buffer__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__neg__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__not__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__or__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__neg__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__pow__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__not__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__or__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__pow__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__shifts__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__sub_full_test__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__sub_full_test__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__shifts__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__sum__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__sum__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__truediv__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__truediv__u64_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__xor__u32_ ... ok
[INFO] [stdout] test bigint::ops::test::_specialized__xor__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__binary__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__binary__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__creation__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__equality_with_uint__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__creation__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__f64__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__f64__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__f32__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f32__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f32__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__equality_with_uint__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f64__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__hex__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__hex__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__parse__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__parse__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__sign__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__sign__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__hash__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__hash__u64_ ... ok
[INFO] [stdout] test bigint::test::_specialized__f32__u32_ ... ok
[INFO] [stdout] test biguint::digits_vec::test::add ... ok
[INFO] [stdout] test biguint::digits_vec::test::double ... ok
[INFO] [stdout] test biguint::digits_vec::test::new ... ok
[INFO] [stdout] test biguint::ops::algorithms::div::newton_raphson::non_random_tests::infinite_recursion_1 ... ok
[INFO] [stdout] test biguint::digits_vec::test::string ... ok
[INFO] [stdout] test biguint::ops::algorithms::mul::x86_64::tests::full_carrying_mul ... ok
[INFO] [stdout] test biguint::ops::algorithms::add::tests::misaligned_add ... ok
[INFO] [stdout] test biguint::ops::algorithms::mul::x86_64::tests::overriding_mul ... ok
[INFO] [stdout] test biguint::ops::algorithms::rsub::tests::misaligned_rsub ... ok
[INFO] [stdout] test biguint::ops::shift::tests::_specialized__capacity_conservation__u64_ ... ok
[INFO] [stdout] test biguint::digits_vec::test::from_str ... ok
[INFO] [stdout] test biguint::ops::algorithms::mul::tests::misaligned_mul ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add__u64_ ... ok
[INFO] [stdout] test biguint::ops::algorithms::sub::tests::misaligned_sub ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add__u32_ ... ok
[INFO] [stdout] test biguint::ops::shift::tests::_specialized__capacity_conservation__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add_assign__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add_assign__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add_assign_alloc__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add_assign_full_test__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add_assign_alloc__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add_assign_overflow__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add_assign_overflow_big__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__bit_and__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__bit_and__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add_assign_overflow_big__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__bit_or__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__bit_or__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__bit_xor__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f64__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__div_1__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__div_1__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__div_2__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add_assign_full_test__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__add_assign_overflow__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__div_2__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fact_div__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fact_mod__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__factorial_100__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__bit_xor__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fact_mod__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fibonacci_5__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fact_div__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__factorial_100__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fibonacci_5_bis__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fibonacci__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fibonacci__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fibonacci_5_bis__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fibonacci_square__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__long_mul__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__long_mul__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__long_mul_on_buffer__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__long_mul_on_buffer__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__maxed_out_mul__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__maxed_out_mul__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fibonacci_square__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__maxed_out_mul_on_buffer__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__maxed_out_mul_on_buffer__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__mul_assign_u32__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__mul_test__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__pow__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__pow__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__fibonacci_5__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__mul_test__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__product__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__rem__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__product__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__rem__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__rsub__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__rsub__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__mul_assign_u32__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__rsub_full__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__rsub_assign_overflow_big__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__rsub_full__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__shl_assign_test__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__shl_assign_test__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__shr_assign_test__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__sub__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__sub__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__sub_assign_overflow_big__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__sub_full__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__sub_full__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__sum__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__sub_assign_overflow_big__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__rsub_assign_overflow_big__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__truediv__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::test_alignment ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__sum__u64_ ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__truediv__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::test_asm_u64_big_mul ... ok
[INFO] [stdout] test biguint::ops::test::test_asm_u64_mul ... ok
[INFO] [stdout] test biguint::ops::test::test_alignment2 ... ok
[INFO] [stdout] test biguint::ops::test::test_asm_u64_sum ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__shr_assign_test__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f32_fail3__u64_ - should panic ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f32_fail2__u32_ - should panic ... ok
[INFO] [stdout] test bigint::test::_specialized__parse_fail__u64_ - should panic ... ok
[INFO] [stdout] test biguint::test::_specialized__binary__u32_ ... ok
[INFO] [stdout] test biguint::ops::test::test_asm_u64_sub ... ok
[INFO] [stdout] test biguint::test::_specialized__bits__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__cmp__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__default__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__f32__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__default__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__f64__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__cmp__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__binary__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f32__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f32_fail2__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f32__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f32_fail2__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f32_fail3__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__f32__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__f64__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f32_fail3__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f64__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f64__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f64_fail2__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f64_fail3__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f32_fail__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f64_fail2__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f32_fail__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f64_fail__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f64_fail3__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__bits__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_str__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_str__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_u64__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_f64_fail__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__fromstr_fail__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__hash__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__fromstr_fail__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__hex__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__hash__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__hex__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__fromstr__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__new__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__new__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__set_bit__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_primitive__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_primitive_fail2__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__set_bit__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_primitive_fail3__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_primitive__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_primitive_fail2__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_primitive_fail__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_primitive_fail__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_str__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_str__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_str_overflow__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_str_overflow__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__zero__u32_ ... ok
[INFO] [stdout] test biguint::test::_specialized__from_u64__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__to_primitive_fail3__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__fromstr__u64_ ... ok
[INFO] [stdout] test biguint::test::_specialized__zero__u64_ ... ok
[INFO] [stdout] test biguint::tests::_specialized__test_ord__u32_ ... ok
[INFO] [stdout] test biguint::tests::_specialized__test_ord__u64_ ... ok
[INFO] [stdout] test export::tests::_specialized__read_sqrt_2__u32_ ... ok
[INFO] [stdout] test export::tests::_specialized__read_fact_500__u64_ ... ok
[INFO] [stdout] test export::tests::_specialized__read_fact_500__u32_ ... ok
[INFO] [stdout] test export::tests::_specialized__read_sqrt_2__u64_ ... ok
[INFO] [stdout] test export::tests::_specialized__write_ones__u64_ ... FAILED
[INFO] [stdout] test bigint::test::_specialized__parse_fail__u32_ - should panic ... ok
[INFO] [stdout] test export::tests::write_file ... FAILED
[INFO] [stdout] test traits::check_implementations::_specialized__add__u32_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__add__u64_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__bitand__u32_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__bitand__u64_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__bitor__u32_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__bitor__u64_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__bitxor__u32_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__bitxor__u64_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__div__u32_ ... ok
[INFO] [stdout] test export::tests::_specialized__write_ones_bigint_full__u64_ ... FAILED
[INFO] [stdout] test traits::check_implementations::_specialized__div__u64_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__mul__u32_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__mul__u64_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__rem__u64_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__sub__u32_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__sub__u64_ ... ok
[INFO] [stdout] test traits::check_implementations::_specialized__rem__u32_ ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f64_fail2__u32_ - should panic ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f64_fail3__u64_ - should panic ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f32_fail2__u64_ - should panic ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f32_fail3__u32_ - should panic ... ok
[INFO] [stdout] test bigint::test::_specialized__from_f64_fail2__u64_ - should panic ... ok
[INFO] [stdout] test biguint::ops::test::_specialized__div_by_zero__u32_ - should panic ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test biguint::ops::test::_specialized__div_by_zero__u64_ - should panic ... ok
[INFO] [stdout] test export::tests::_specialized__write_ones__u32_ ... FAILED
[INFO] [stdout] test export::tests::_specialized__write_ones_bigint_full__u32_ ... FAILED
[INFO] [stdout] test export::tests::_specialized__write_ones_minus_bigint_full__u32_ ... FAILED
[INFO] [stdout] test export::tests::_specialized__write_ones_full__u32_ ... FAILED
[INFO] [stdout] test export::tests::_specialized__write_ones_minus_bigint_full__u64_ ... FAILED
[INFO] [stdout] test export::tests::_specialized__write_ones_full__u64_ ... FAILED
[INFO] [stdout] test bigint::test::_specialized__from_f64_fail3__u32_ - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- export::tests::_specialized__write_ones__u64_ stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'export::tests::_specialized__write_ones__u64_' panicked at src/export/mod.rs:172:28:
[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:     0x605c277545c2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x605c277545c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x605c277545c2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x605c277545c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x605c2777aa23 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x605c2777aa23 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x605c277517a3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x605c277517a3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x605c27754412 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x605c27755b2c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x605c27755982 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x605c2771d9f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x605c2771d9f4 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x605c2775650b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x605c2775650b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x605c277562da - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x605c27754ab9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x605c27755f6d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x605c27778340 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x605c27778746 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x605c276c40c3 - core::result::Result<T,E>::unwrap::hecb20e73604468a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x605c276c40c3 - twibint::export::tests::create_file::h4c76d78f717b263b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:172:28
[INFO] [stdout]   22:     0x605c276c40c3 - twibint::export::tests::write_ones::h69d0a8b560a2a98c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:201:28
[INFO] [stdout]   23:     0x605c276c40c3 - twibint::export::tests::_specialized__write_ones__u64_::hfafc5ff679fa08ad
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:195:5
[INFO] [stdout]   24:     0x605c276ba509 - twibint::export::tests::_specialized__write_ones__u64_::{{closure}}::h62372dbe4c8d9fa6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:195:27
[INFO] [stdout]   25:     0x605c276ba509 - core::ops::function::FnOnce::call_once::hb99a715cacb8dbe0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x605c2772317b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x605c2772317b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x605c2772236e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x605c2772236e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x605c2772236e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x605c2772236e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x605c2772236e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x605c2772236e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x605c2772236e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x605c276e5ee4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x605c276e5ee4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   37:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x605c276e98ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x605c276e98ba - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x605c276e98ba - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   41:     0x605c276e98ba - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x605c276e98ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x605c27759467 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   47:     0x7427dcad5aa4 - <unknown>
[INFO] [stdout]   48:     0x7427dcb62a34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- export::tests::write_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'export::tests::write_file' panicked at src/export/mod.rs:183:69:
[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:     0x605c277545c2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x605c277545c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x605c277545c2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x605c277545c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x605c2777aa23 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x605c2777aa23 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x605c277517a3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x605c277517a3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x605c27754412 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x605c27755b2c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x605c27755982 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x605c2771d9f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x605c2771d9f4 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x605c2775650b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x605c2775650b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x605c277562da - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x605c27754ab9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x605c27755f6d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x605c27778340 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x605c27778746 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x605c276c32a8 - core::result::Result<T,E>::unwrap::hecb20e73604468a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x605c276c32a8 - twibint::export::tests::write_file::h4a7fa2c65c747437
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:183:69
[INFO] [stdout]   22:     0x605c276b99d9 - twibint::export::tests::write_file::{{closure}}::h698eefeb4e81d9f9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:181:20
[INFO] [stdout]   23:     0x605c276b99d9 - core::ops::function::FnOnce::call_once::h7c920f39dc37d900
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x605c2772317b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x605c2772317b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x605c2772236e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x605c2772236e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x605c2772236e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x605c2772236e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x605c2772236e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x605c2772236e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x605c2772236e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x605c276e5ee4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x605c276e5ee4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   35:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x605c276e98ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x605c276e98ba - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x605c276e98ba - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x605c276e98ba - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x605c276e98ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x605c27759467 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   45:     0x7427dcad5aa4 - <unknown>
[INFO] [stdout]   46:     0x7427dcb62a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- export::tests::_specialized__write_ones_bigint_full__u64_ stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'export::tests::_specialized__write_ones_bigint_full__u64_' panicked at src/export/mod.rs:245:32:
[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:     0x605c277545c2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x605c277545c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x605c277545c2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x605c277545c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x605c2777aa23 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x605c2777aa23 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x605c277517a3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x605c277517a3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x605c27754412 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x605c27755b2c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x605c27755982 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x605c2771d9f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x605c2771d9f4 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x605c2775650b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x605c2775650b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x605c277562da - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x605c27754ab9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x605c27755f6d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x605c27778340 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x605c27778746 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x605c276c5255 - core::result::Result<T,E>::unwrap::h003cb3db8578c1f4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x605c276c5255 - twibint::export::tests::write_ones_bigint_full::h228c4ebd6d1d6afd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:245:32
[INFO] [stdout]   22:     0x605c276c5255 - twibint::export::tests::_specialized__write_ones_bigint_full__u64_::hdc82224e582fdade
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:239:5
[INFO] [stdout]   23:     0x605c276b8b69 - twibint::export::tests::_specialized__write_ones_bigint_full__u64_::{{closure}}::h52f2f4cee0c25f09
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:239:27
[INFO] [stdout]   24:     0x605c276b8b69 - core::ops::function::FnOnce::call_once::h232994d27c591602
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x605c2772317b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x605c2772317b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x605c2772236e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x605c2772236e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x605c2772236e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x605c2772236e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x605c2772236e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x605c2772236e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x605c2772236e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x605c276e5ee4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x605c276e5ee4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x605c276e98ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x605c276e98ba - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x605c276e98ba - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x605c276e98ba - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x605c276e98ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x605c27759467 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x7427dcad5aa4 - <unknown>
[INFO] [stdout]   47:     0x7427dcb62a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- export::tests::_specialized__write_ones__u32_ stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'export::tests::_specialized__write_ones__u32_' panicked at src/export/mod.rs:172:28:
[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:     0x605c277545c2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x605c277545c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x605c277545c2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x605c277545c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x605c2777aa23 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x605c2777aa23 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x605c277517a3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x605c277517a3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x605c27754412 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x605c27755b2c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x605c27755982 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x605c2771d9f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x605c2771d9f4 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x605c2775650b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x605c2775650b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x605c277562da - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x605c27754ab9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x605c27755f6d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x605c27778340 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x605c27778746 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x605c276c38c3 - core::result::Result<T,E>::unwrap::hecb20e73604468a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x605c276c38c3 - twibint::export::tests::create_file::hb8342c70d69e4c70
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:172:28
[INFO] [stdout]   22:     0x605c276c38c3 - twibint::export::tests::write_ones::he9cf63564a11dc4a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:201:28
[INFO] [stdout]   23:     0x605c276c38c3 - twibint::export::tests::_specialized__write_ones__u32_::hc41aa13e554c57e0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:195:5
[INFO] [stdout]   24:     0x605c276b8669 - twibint::export::tests::_specialized__write_ones__u32_::{{closure}}::hcbe3de1f18bae9fb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:195:27
[INFO] [stdout]   25:     0x605c276b8669 - core::ops::function::FnOnce::call_once::h07f316e2bf2c6972
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x605c2772317b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x605c2772317b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x605c2772236e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x605c2772236e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x605c2772236e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x605c2772236e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x605c2772236e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x605c2772236e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x605c2772236e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x605c276e5ee4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x605c276e5ee4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   37:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x605c276e98ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x605c276e98ba - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x605c276e98ba - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   41:     0x605c276e98ba - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x605c276e98ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x605c27759467 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   47:     0x7427dcad5aa4 - <unknown>
[INFO] [stdout]   48:     0x7427dcb62a34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- export::tests::_specialized__write_ones_bigint_full__u32_ stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'export::tests::_specialized__write_ones_bigint_full__u32_' panicked at src/export/mod.rs:245:32:
[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:     0x605c277545c2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x605c277545c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x605c277545c2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x605c277545c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x605c2777aa23 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x605c2777aa23 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x605c277517a3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x605c277517a3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x605c27754412 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x605c27755b2c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x605c27755982 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x605c2771d9f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x605c2771d9f4 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x605c2775650b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x605c2775650b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x605c277562da - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x605c27754ab9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x605c27755f6d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x605c27778340 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x605c27778746 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x605c276c4e63 - core::result::Result<T,E>::unwrap::h003cb3db8578c1f4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x605c276c4e63 - twibint::export::tests::write_ones_bigint_full::hfe953fb895670ff6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:245:32
[INFO] [stdout]   22:     0x605c276c4e63 - twibint::export::tests::_specialized__write_ones_bigint_full__u32_::hf52514002ad61996
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:239:5
[INFO] [stdout]   23:     0x605c276babd9 - twibint::export::tests::_specialized__write_ones_bigint_full__u32_::{{closure}}::h44bbf203ed8b0c3c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:239:27
[INFO] [stdout]   24:     0x605c276babd9 - core::ops::function::FnOnce::call_once::hdf4e1a3bdb420d9b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x605c2772317b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x605c2772317b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x605c2772236e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x605c2772236e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x605c2772236e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x605c2772236e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x605c2772236e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x605c2772236e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x605c2772236e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x605c276e5ee4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x605c276e5ee4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x605c276e98ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x605c276e98ba - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x605c276e98ba - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x605c276e98ba - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x605c276e98ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x605c27759467 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x7427dcad5aa4 - <unknown>
[INFO] [stdout]   47:     0x7427dcb62a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- export::tests::_specialized__write_ones_minus_bigint_full__u32_ stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'export::tests::_specialized__write_ones_minus_bigint_full__u32_' panicked at src/export/mod.rs:259:32:
[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:     0x605c277545c2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x605c277545c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x605c277545c2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x605c277545c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x605c2777aa23 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x605c2777aa23 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x605c277517a3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x605c277517a3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x605c27754412 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x605c27755b2c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x605c27755982 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x605c2771d9f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x605c2771d9f4 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x605c2775650b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x605c2775650b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x605c277562da - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x605c27754ab9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x605c27755f6d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x605c27778340 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x605c27778746 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x605c276c566e - core::result::Result<T,E>::unwrap::h003cb3db8578c1f4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x605c276c566e - twibint::export::tests::write_ones_minus_bigint_full::hf7d5d496260c3b41
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:259:32
[INFO] [stdout]   22:     0x605c276c566e - twibint::export::tests::_specialized__write_ones_minus_bigint_full__u32_::h801d0102eefa7bb3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:253:5
[INFO] [stdout]   23:     0x605c276baf19 - twibint::export::tests::_specialized__write_ones_minus_bigint_full__u32_::{{closure}}::h106ef95294aec4bc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:253:27
[INFO] [stdout]   24:     0x605c276baf19 - core::ops::function::FnOnce::call_once::he88c0055b96ea3a3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x605c2772317b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x605c2772317b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x605c2772236e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x605c2772236e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x605c2772236e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x605c2772236e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x605c2772236e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x605c2772236e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x605c2772236e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x605c276e5ee4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x605c276e5ee4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x605c276e98ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x605c276e98ba - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x605c276e98ba - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x605c276e98ba - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x605c276e98ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x605c27759467 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x7427dcad5aa4 - <unknown>
[INFO] [stdout]   47:     0x7427dcb62a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- export::tests::_specialized__write_ones_full__u32_ stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'export::tests::_specialized__write_ones_full__u32_' panicked at src/export/mod.rs:231:32:
[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:     0x605c277545c2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x605c277545c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x605c277545c2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x605c277545c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x605c2777aa23 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x605c2777aa23 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x605c277517a3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x605c277517a3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x605c27754412 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x605c27755b2c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x605c27755982 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x605c2771d9f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x605c2771d9f4 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x605c2775650b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x605c2775650b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x605c277562da - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x605c27754ab9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x605c27755f6d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x605c27778340 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x605c27778746 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x605c276c46a5 - core::result::Result<T,E>::unwrap::h003cb3db8578c1f4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x605c276c46a5 - twibint::export::tests::write_ones_full::hc3a330f6d9ca0294
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:231:32
[INFO] [stdout]   22:     0x605c276c46a5 - twibint::export::tests::_specialized__write_ones_full__u32_::hf929ddded62c847c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:225:5
[INFO] [stdout]   23:     0x605c276baa39 - twibint::export::tests::_specialized__write_ones_full__u32_::{{closure}}::haf6b4fb174f1c624
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:225:27
[INFO] [stdout]   24:     0x605c276baa39 - core::ops::function::FnOnce::call_once::hd677b213a8ab8409
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x605c2772317b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x605c2772317b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x605c2772236e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x605c2772236e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x605c2772236e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x605c2772236e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x605c2772236e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x605c2772236e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x605c2772236e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x605c276e5ee4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x605c276e5ee4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x605c276e98ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x605c276e98ba - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x605c276e98ba - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x605c276e98ba - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x605c276e98ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x605c27759467 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x7427dcad5aa4 - <unknown>
[INFO] [stdout]   47:     0x7427dcb62a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- export::tests::_specialized__write_ones_minus_bigint_full__u64_ stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'export::tests::_specialized__write_ones_minus_bigint_full__u64_' panicked at src/export/mod.rs:259:32:
[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:     0x605c277545c2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x605c277545c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x605c277545c2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x605c277545c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x605c2777aa23 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x605c2777aa23 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x605c277517a3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x605c277517a3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x605c27754412 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x605c27755b2c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x605c27755982 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x605c2771d9f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x605c2771d9f4 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x605c2775650b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x605c2775650b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x605c277562da - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x605c27754ab9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x605c27755f6d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x605c27778340 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x605c27778746 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x605c276c5a70 - core::result::Result<T,E>::unwrap::h003cb3db8578c1f4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x605c276c5a70 - twibint::export::tests::write_ones_minus_bigint_full::h43b46c8f0b3f419e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:259:32
[INFO] [stdout]   22:     0x605c276c5a70 - twibint::export::tests::_specialized__write_ones_minus_bigint_full__u64_::he4d8bc29dc259180
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:253:5
[INFO] [stdout]   23:     0x605c276ba1f9 - twibint::export::tests::_specialized__write_ones_minus_bigint_full__u64_::{{closure}}::h75191db70b60abef
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:253:27
[INFO] [stdout]   24:     0x605c276ba1f9 - core::ops::function::FnOnce::call_once::ha97428ce6f6f64fc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x605c2772317b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x605c2772317b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x605c2772236e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x605c2772236e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x605c2772236e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x605c2772236e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x605c2772236e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x605c2772236e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x605c2772236e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x605c276e5ee4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x605c276e5ee4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x605c276e98ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x605c276e98ba - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x605c276e98ba - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x605c276e98ba - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x605c276e98ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x605c27759467 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x7427dcad5aa4 - <unknown>
[INFO] [stdout]   47:     0x7427dcb62a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- export::tests::_specialized__write_ones_full__u64_ stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'export::tests::_specialized__write_ones_full__u64_' panicked at src/export/mod.rs:231:32:
[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:     0x605c277545c2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x605c277545c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x605c277545c2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x605c277545c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x605c2777aa23 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x605c2777aa23 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x605c277517a3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x605c277517a3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x605c27754412 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x605c27755b2c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x605c27755982 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x605c2771d9f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x605c2771d9f4 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x605c2775650b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x605c2775650b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x605c277562da - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x605c27754ab9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x605c27755f6d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x605c27778340 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x605c27778746 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x605c276c4a66 - core::result::Result<T,E>::unwrap::h003cb3db8578c1f4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x605c276c4a66 - twibint::export::tests::write_ones_full::h418a943daac1adeb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:231:32
[INFO] [stdout]   22:     0x605c276c4a66 - twibint::export::tests::_specialized__write_ones_full__u64_::hfd2bb063ee92cb0f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:225:5
[INFO] [stdout]   23:     0x605c276b8c89 - twibint::export::tests::_specialized__write_ones_full__u64_::{{closure}}::hb55f79d2449bbadf
[INFO] [stdout]                                at /opt/rustwide/workdir/src/export/mod.rs:225:27
[INFO] [stdout]   24:     0x605c276b8c89 - core::ops::function::FnOnce::call_once::h27aeaed8f222de68
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x605c2772317b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x605c2772317b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x605c2772236e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x605c2772236e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x605c2772236e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x605c2772236e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x605c2772236e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x605c2772236e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x605c2772236e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x605c276e5ee4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x605c276e5ee4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x605c276e98ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x605c276e98ba - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x605c276e98ba - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x605c276e98ba - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x605c276e98ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x605c276e98ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x605c27759467 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x605c27759467 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x7427dcad5aa4 - <unknown>
[INFO] [stdout]   47:     0x7427dcb62a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     export::tests::_specialized__write_ones__u32_
[INFO] [stdout]     export::tests::_specialized__write_ones__u64_
[INFO] [stdout]     export::tests::_specialized__write_ones_bigint_full__u32_
[INFO] [stdout]     export::tests::_specialized__write_ones_bigint_full__u64_
[INFO] [stdout]     export::tests::_specialized__write_ones_full__u32_
[INFO] [stdout]     export::tests::_specialized__write_ones_full__u64_
[INFO] [stdout]     export::tests::_specialized__write_ones_minus_bigint_full__u32_
[INFO] [stdout]     export::tests::_specialized__write_ones_minus_bigint_full__u64_
[INFO] [stdout]     export::tests::write_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 326 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "be8ce1a59fa510e30aaec037dc03e0b5fc94ba561c39bb5d61f266def0f1f0b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be8ce1a59fa510e30aaec037dc03e0b5fc94ba561c39bb5d61f266def0f1f0b6", kill_on_drop: false }`
[INFO] [stdout] be8ce1a59fa510e30aaec037dc03e0b5fc94ba561c39bb5d61f266def0f1f0b6
