[INFO] fetching crate twibint 0.3.2... [INFO] testing twibint-0.3.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate twibint 0.3.2 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate twibint 0.3.2 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded typed_test_gen v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e4e2697283deefde66fed998faabd5d14f87be16d00bf02df32bfd33a16f4443 [INFO] running `Command { std: "docker" "start" "-a" "e4e2697283deefde66fed998faabd5d14f87be16d00bf02df32bfd33a16f4443", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e4e2697283deefde66fed998faabd5d14f87be16d00bf02df32bfd33a16f4443", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4e2697283deefde66fed998faabd5d14f87be16d00bf02df32bfd33a16f4443", kill_on_drop: false }` [INFO] [stdout] e4e2697283deefde66fed998faabd5d14f87be16d00bf02df32bfd33a16f4443 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b76b97bcbcccc3a55c5797d15c214a8b780e037cd858eefec42b0b4a18e6ff7 [INFO] running `Command { std: "docker" "start" "-a" "2b76b97bcbcccc3a55c5797d15c214a8b780e037cd858eefec42b0b4a18e6ff7", 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)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `Command { std: "docker" "inspect" "2b76b97bcbcccc3a55c5797d15c214a8b780e037cd858eefec42b0b4a18e6ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b76b97bcbcccc3a55c5797d15c214a8b780e037cd858eefec42b0b4a18e6ff7", kill_on_drop: false }` [INFO] [stdout] 2b76b97bcbcccc3a55c5797d15c214a8b780e037cd858eefec42b0b4a18e6ff7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc90035b310b2622d26c163fe5472081ca8e9aefcc8090dda9526428c113414b [INFO] running `Command { std: "docker" "start" "-a" "dc90035b310b2622d26c163fe5472081ca8e9aefcc8090dda9526428c113414b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling num-traits v0.2.19 [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)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling quote v1.0.33 [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 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) 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 { [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 Quotient3By2 { [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 Quotient4By2 { [INFO] [stdout] | ------------------------------ associated function in this implementation [INFO] [stdout] 52 | fn pack(lsb: Quotient3By2, msb: Quotient3By2) -> 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(a: &[T; 3], b: &[T; 2], r: &mut [T; 4]) -> Quotient3By2 { [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( [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(n: &BigUint, d: &BigUint) -> DivisionResult> { [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(n: &BigUint, d: &BigUint) -> DivisionResult> { [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 10.03s [INFO] running `Command { std: "docker" "inspect" "dc90035b310b2622d26c163fe5472081ca8e9aefcc8090dda9526428c113414b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc90035b310b2622d26c163fe5472081ca8e9aefcc8090dda9526428c113414b", kill_on_drop: false }` [INFO] [stdout] dc90035b310b2622d26c163fe5472081ca8e9aefcc8090dda9526428c113414b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6361fc1e1aaf64cacdcd4d3062a87e6683e7da0795b137e91f15cfb785f87352 [INFO] running `Command { std: "docker" "start" "-a" "6361fc1e1aaf64cacdcd4d3062a87e6683e7da0795b137e91f15cfb785f87352", 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)]` (part of `#[warn(unused)]`) 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 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) 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 { [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 Quotient3By2 { [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 Quotient4By2 { [INFO] [stderr] | ------------------------------ associated function in this implementation [INFO] [stderr] 52 | fn pack(lsb: Quotient3By2, msb: Quotient3By2) -> 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(a: &[T; 3], b: &[T; 2], r: &mut [T; 4]) -> Quotient3By2 { [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( [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(n: &BigUint, d: &BigUint) -> DivisionResult> { [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(n: &BigUint, d: &BigUint) -> DivisionResult> { [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-862670b69ae7a3a2) [INFO] [stdout] [INFO] [stdout] running 335 tests [INFO] [stdout] test bigfloat::ops::tests::_specialized__add_2__u32_ ... ok [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_4__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__add__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__digit_mul__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__add_3__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__add__u64_ ... 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_4__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_4__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_5__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_5__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_6__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__mul_6__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__mul__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shift_coherence__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shift_coherence__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_1__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_2__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__mul__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_1__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_2__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_4__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_0__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_0__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_1__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_1__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_2__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_2__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__shl_3__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__sub2__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__sub2__u64_ ... 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__sub__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__sub__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_add_bigger_scale_2__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__sub4__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__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__sub3__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_add_smaller_scale__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_sub_bigger_scale__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shl_3__u64_ ... 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::tests::_specialized__test_big_float_from_uint__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_add_smaller_scale__u32_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_binary__u32_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_eq_bigint__u32_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_eq_bigint__u64_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_ord_2__u32_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__shr_4__u64_ ... ok [INFO] [stdout] test bigfloat::ops::tests::_specialized__unsigned_add_bigger_scale_2__u32_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_big_float_from_big_uint__u64_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_ord_4__u32_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_ord__u32_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_binary__u64_ ... 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__u32_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_big_float_from_int__u64_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_ord_2__u64_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_ord_4__u64_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_ord_3__u64_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_ord_3__u32_ ... 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_round_2__u32_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_round_1__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_trailing_zeros__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__and__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__and__u64_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_round_4__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__add_full_test__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__div_rem_2__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__neg__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__not__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__not__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__or__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__mul_full_test_with_buffer__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__or__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__div_rem_2__u64_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_round_4__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__div_rem_1__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__div_rem_1__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__mul_full_test_with_buffer__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__pow__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__mul_full_test__u32_ ... ok [INFO] [stdout] test bigfloat::tests::_specialized__test_round_2__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__pow__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__neg__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__shifts__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__shifts__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__sub_full_test__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__sub_full_test__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__sum__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__xor__u32_ ... 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::test::_specialized__binary__u64_ ... ok [INFO] [stdout] test bigint::test::_specialized__creation__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__sum__u32_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__mul_full_test__u64_ ... ok [INFO] [stdout] test bigint::ops::test::_specialized__xor__u64_ ... ok [INFO] [stdout] test bigint::test::_specialized__f32__u64_ ... ok [INFO] [stdout] test bigint::test::_specialized__binary__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__equality_with_uint__u32_ ... ok [INFO] [stdout] test bigint::test::_specialized__from_f32__u32_ ... ok [INFO] [stdout] test bigint::test::_specialized__f32__u32_ ... ok [INFO] [stdout] test bigint::test::_specialized__creation__u64_ ... ok [INFO] [stdout] test bigint::test::_specialized__equality_with_uint__u64_ ... ok [INFO] [stdout] test bigint::test::_specialized__from_f64__u64_ ... ok [INFO] [stdout] test bigint::test::_specialized__from_f32__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__hash__u64_ ... ok [INFO] [stdout] test bigint::test::_specialized__hex__u64_ ... ok [INFO] [stdout] test bigint::test::_specialized__hash__u32_ ... ok [INFO] [stdout] test bigint::test::_specialized__sign__u64_ ... ok [INFO] [stdout] test biguint::digits_vec::test::from_str ... ok [INFO] [stdout] test bigint::test::_specialized__parse__u32_ ... ok [INFO] [stdout] test biguint::digits_vec::test::new ... ok [INFO] [stdout] test biguint::digits_vec::test::string ... ok [INFO] [stdout] test biguint::ops::algorithms::add::tests::misaligned_add ... ok [INFO] [stdout] test biguint::ops::algorithms::div::newton_raphson::non_random_tests::infinite_recursion_1 ... ok [INFO] [stdout] test biguint::ops::algorithms::mul::tests::misaligned_mul ... ok [INFO] [stdout] test bigint::test::_specialized__sign__u32_ ... ok [INFO] [stdout] test biguint::digits_vec::test::double ... 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::algorithms::sub::tests::misaligned_sub ... ok [INFO] [stdout] test biguint::ops::algorithms::mul::x86_64::tests::full_carrying_mul ... ok [INFO] [stdout] test bigint::test::_specialized__parse__u64_ ... ok [INFO] [stdout] test biguint::digits_vec::test::add ... ok [INFO] [stdout] test biguint::ops::shift::tests::_specialized__capacity_conservation__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__add__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__add_assign__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__add_assign_alloc__u64_ ... ok [INFO] [stdout] test biguint::ops::shift::tests::_specialized__capacity_conservation__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__add_assign_full_test__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__add__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__add_assign_full_test__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__add_assign_alloc__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__add_assign_overflow__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__add_assign__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__add_assign_overflow_big__u64_ ... 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__bit_or__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__bit_xor__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__bit_or__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__bit_xor__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__div_1__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__div_1__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__div_2__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__fact_div__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__fact_div__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__fact_mod__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__fact_mod__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__div_2__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__fibonacci_5__u32_ ... ok [INFO] [stdout] test bigint::test::_specialized__from_f32_fail2__u32_ - should panic ... ok [INFO] [stdout] test bigint::test::_specialized__from_f32_fail3__u32_ - should panic ... ok [INFO] [stdout] test bigint::test::_specialized__from_f64_fail3__u64_ - should panic ... ok [INFO] [stdout] test biguint::ops::test::_specialized__factorial_100__u32_ ... ok [INFO] [stdout] test bigint::test::_specialized__from_f32_fail3__u64_ - should panic ... ok [INFO] [stdout] test bigint::test::_specialized__from_f32_fail2__u64_ - should panic ... ok [INFO] [stdout] test biguint::ops::test::_specialized__factorial_100__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__long_mul__u32_ ... ok [INFO] [stdout] test bigint::test::_specialized__parse_fail__u32_ - should panic ... ok [INFO] [stdout] test bigint::test::_specialized__from_f64_fail2__u64_ - should panic ... ok [INFO] [stdout] test biguint::ops::test::_specialized__fibonacci_5__u64_ ... 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__fibonacci__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__long_mul_on_buffer__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__mul_assign_u32__u64_ ... ok [INFO] [stdout] test bigint::test::_specialized__from_f64_fail2__u32_ - should panic ... ok [INFO] [stdout] test biguint::ops::test::_specialized__maxed_out_mul_on_buffer__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__mul_assign_u32__u32_ ... ok [INFO] [stdout] test bigint::test::_specialized__parse_fail__u64_ - should panic ... ok [INFO] [stdout] test bigint::test::_specialized__from_f64_fail3__u32_ - should panic ... ok [INFO] [stdout] test biguint::ops::test::_specialized__maxed_out_mul__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__maxed_out_mul__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__maxed_out_mul_on_buffer__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__mul_test__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__mul_test__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__pow__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__fibonacci_5_bis__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__fibonacci_5_bis__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__product__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__product__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__div_by_zero__u64_ - should panic ... ok [INFO] [stdout] test biguint::ops::test::_specialized__div_by_zero__u32_ - should panic ... ok [INFO] [stdout] test biguint::ops::test::_specialized__rsub__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__rsub__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__rem__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__rsub_assign_overflow_big__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__rsub_assign_overflow_big__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__pow__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__rsub_full__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__rem__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__fibonacci__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__shl_assign_test__u32_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__rsub_full__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__shl_assign_test__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__shr_assign_test__u32_ ... 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_assign_overflow_big__u64_ ... 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__sum__u64_ ... ok [INFO] [stdout] test biguint::ops::test::_specialized__truediv__u32_ ... ok [INFO] [stdout] test biguint::ops::test::test_alignment ... ok [INFO] [stdout] test biguint::ops::test::_specialized__truediv__u64_ ... ok [INFO] [stdout] test biguint::ops::test::test_alignment2 ... 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_asm_u64_sub ... ok [INFO] [stdout] test biguint::ops::test::test_asm_u64_sum ... ok [INFO] [stdout] test biguint::test::_specialized__binary__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__binary__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__bits__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__bits__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__cmp__u32_ ... 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__default__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__f32__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__f32__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__f64__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__f64__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__from_f32__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__from_f32__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__from_f32_fail2__u32_ ... 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__from_f32_fail3__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__from_f32_fail__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__from_f32_fail__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__u32_ ... 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_f64_fail3__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__from_f64_fail__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__from_f64_fail__u64_ ... 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_u64__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__fromstr__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__fromstr__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__fromstr_fail__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__fromstr_fail__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__hash__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__hash__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__hex__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__hex__u64_ ... 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__u32_ ... 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__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__to_primitive_fail2__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__to_primitive_fail2__u64_ ... ok [INFO] [stdout] test biguint::test::_specialized__to_primitive_fail3__u32_ ... ok [INFO] [stdout] test biguint::test::_specialized__to_primitive_fail3__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::ops::test::_specialized__fibonacci_square__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::ops::test::_specialized__fibonacci_square__u32_ ... 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__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_sqrt_2__u64_ ... ok [INFO] [stdout] test export::tests::_specialized__read_fact_500__u32_ ... ok [INFO] [stdout] test export::tests::_specialized__read_fact_500__u64_ ... 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_full__u64_ ... FAILED [INFO] [stdout] test traits::check_implementations::_specialized__add__u32_ ... ok [INFO] [stdout] test export::tests::_specialized__write_ones__u64_ ... FAILED [INFO] [stdout] test export::tests::_specialized__write_ones_bigint_full__u64_ ... FAILED [INFO] [stdout] test traits::check_implementations::_specialized__add__u64_ ... ok [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_minus_bigint_full__u32_ ... FAILED [INFO] [stdout] test export::tests::write_file ... FAILED [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 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__u32_ ... ok [INFO] [stdout] test traits::check_implementations::_specialized__sub__u32_ ... ok [INFO] [stdout] test traits::check_implementations::_specialized__rem__u64_ ... ok [INFO] [stdout] test traits::check_implementations::_specialized__sub__u64_ ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- export::tests::_specialized__write_ones__u32_ stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'export::tests::_specialized__write_ones__u32_' (335) 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: 0x578fd2339432 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x578fd2339432 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x578fd2339432 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x578fd2339432 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x578fd234afff - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x578fd234afff - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x578fd2306d83 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x578fd2306d83 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x578fd2312b42 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x578fd231753f - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x578fd23173d1 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x578fd22d745e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x578fd22d745e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x578fd2317bde - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x578fd2317bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x578fd23179aa - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x578fd2312c79 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x578fd22fafed - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x578fd2352c60 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x578fd2352216 - core::result::unwrap_failed::h3ce108722ad88f1e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1852:5 [INFO] [stdout] 20: 0x578fd2242e57 - core::result::Result::unwrap::h5bb98209e3bf4e13 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1223:23 [INFO] [stdout] 21: 0x578fd2242e57 - twibint::export::tests::create_file::h8d9f04fcb48f1fe5 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:172:28 [INFO] [stdout] 22: 0x578fd2241e1a - twibint::export::tests::write_ones::h57ffcd2ed9e56c0f [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:201:28 [INFO] [stdout] 23: 0x578fd22465e6 - twibint::export::tests::_specialized__write_ones__u32_::h8fcf0ea43e4d6410 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:195:5 [INFO] [stdout] 24: 0x578fd2246607 - twibint::export::tests::_specialized__write_ones__u32_::{{closure}}::ha123f3d5535ad5a4 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:195:27 [INFO] [stdout] 25: 0x578fd22948f6 - core::ops::function::FnOnce::call_once::h6a7c5d79e0918817 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x578fd22d725b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 27: 0x578fd22d725b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 28: 0x578fd22ecd05 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 29: 0x578fd22ecd05 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 30: 0x578fd22ecd05 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 31: 0x578fd22ecd05 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 32: 0x578fd22ecd05 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 33: 0x578fd22ecd05 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 34: 0x578fd22ecd05 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 35: 0x578fd22c3724 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 36: 0x578fd22c3724 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 37: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 38: 0x578fd22c700a - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 39: 0x578fd22c700a - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 40: 0x578fd22c700a - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 41: 0x578fd22c700a - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 42: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 43: 0x578fd22c700a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 44: 0x578fd230ceff - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 45: 0x578fd230ceff - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 46: 0x75a6e1b45aa4 - [INFO] [stdout] 47: 0x75a6e1bd2a34 - clone [INFO] [stdout] 48: 0x0 - [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_' (337) 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: 0x578fd2339432 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x578fd2339432 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x578fd2339432 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x578fd2339432 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x578fd234afff - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x578fd234afff - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x578fd2306d83 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x578fd2306d83 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x578fd2312b42 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x578fd231753f - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x578fd23173d1 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x578fd22d745e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x578fd22d745e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x578fd2317bde - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x578fd2317bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x578fd23179aa - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x578fd2312c79 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x578fd22fafed - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x578fd2352c60 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x578fd2352216 - core::result::unwrap_failed::h3ce108722ad88f1e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1852:5 [INFO] [stdout] 20: 0x578fd2245236 - core::result::Result::unwrap::h8eddb03bbed930a9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1223:23 [INFO] [stdout] 21: 0x578fd2245236 - twibint::export::tests::write_ones_bigint_full::h813112ebf048b05f [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:245:32 [INFO] [stdout] 22: 0x578fd22467e6 - twibint::export::tests::_specialized__write_ones_bigint_full__u32_::h56963d82ca99202a [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:239:5 [INFO] [stdout] 23: 0x578fd2246807 - twibint::export::tests::_specialized__write_ones_bigint_full__u32_::{{closure}}::h3209ebb1cee4ad87 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:239:27 [INFO] [stdout] 24: 0x578fd22970f6 - core::ops::function::FnOnce::call_once::hd4c9d6472322102a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x578fd22d725b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x578fd22d725b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x578fd22ecd05 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x578fd22ecd05 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x578fd22ecd05 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x578fd22ecd05 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x578fd22ecd05 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x578fd22ecd05 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x578fd22ecd05 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x578fd22c3724 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x578fd22c3724 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x578fd22c700a - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x578fd22c700a - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x578fd22c700a - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x578fd22c700a - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x578fd22c700a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x578fd230ceff - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 44: 0x578fd230ceff - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 45: 0x75a6e1b45aa4 - [INFO] [stdout] 46: 0x75a6e1bd2a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- export::tests::_specialized__write_ones_full__u64_ stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'export::tests::_specialized__write_ones_full__u64_' (340) 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: 0x578fd2339432 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x578fd2339432 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x578fd2339432 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x578fd2339432 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x578fd234afff - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x578fd234afff - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x578fd2306d83 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x578fd2306d83 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x578fd2312b42 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x578fd231753f - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x578fd23173d1 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x578fd22d745e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x578fd22d745e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x578fd2317bde - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x578fd2317bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x578fd23179aa - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x578fd2312c79 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x578fd22fafed - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x578fd2352c60 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x578fd2352216 - core::result::unwrap_failed::h3ce108722ad88f1e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1852:5 [INFO] [stdout] 20: 0x578fd2244796 - core::result::Result::unwrap::h8eddb03bbed930a9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1223:23 [INFO] [stdout] 21: 0x578fd2244796 - twibint::export::tests::write_ones_full::h60a1da71ceb84c10 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:231:32 [INFO] [stdout] 22: 0x578fd22467a6 - twibint::export::tests::_specialized__write_ones_full__u64_::h1b6239df89bf6a9d [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:225:5 [INFO] [stdout] 23: 0x578fd22467c7 - twibint::export::tests::_specialized__write_ones_full__u64_::{{closure}}::h0e596ed8d92365e9 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:225:27 [INFO] [stdout] 24: 0x578fd2295a26 - core::ops::function::FnOnce::call_once::ha41bd13cea9e05a0 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x578fd22d725b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x578fd22d725b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x578fd22ecd05 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x578fd22ecd05 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x578fd22ecd05 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x578fd22ecd05 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x578fd22ecd05 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x578fd22ecd05 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x578fd22ecd05 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x578fd22c3724 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x578fd22c3724 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x578fd22c700a - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x578fd22c700a - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x578fd22c700a - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x578fd22c700a - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x578fd22c700a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x578fd230ceff - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 44: 0x578fd230ceff - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 45: 0x75a6e1b45aa4 - [INFO] [stdout] 46: 0x75a6e1bd2a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- export::tests::_specialized__write_ones__u64_ stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'export::tests::_specialized__write_ones__u64_' (336) 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: 0x578fd2339432 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x578fd2339432 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x578fd2339432 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x578fd2339432 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x578fd234afff - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x578fd234afff - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x578fd2306d83 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x578fd2306d83 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x578fd2312b42 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x578fd231753f - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x578fd23173d1 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x578fd22d745e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x578fd22d745e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x578fd2317bde - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x578fd2317bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x578fd23179aa - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x578fd2312c79 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x578fd22fafed - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x578fd2352c60 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x578fd2352216 - core::result::unwrap_failed::h3ce108722ad88f1e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1852:5 [INFO] [stdout] 20: 0x578fd2242da7 - core::result::Result::unwrap::h5bb98209e3bf4e13 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1223:23 [INFO] [stdout] 21: 0x578fd2242da7 - twibint::export::tests::create_file::h0a8d77479a94816b [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:172:28 [INFO] [stdout] 22: 0x578fd224261a - twibint::export::tests::write_ones::he5b5e7f6244a558b [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:201:28 [INFO] [stdout] 23: 0x578fd2246626 - twibint::export::tests::_specialized__write_ones__u64_::h27bce84c72f048fe [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:195:5 [INFO] [stdout] 24: 0x578fd2246647 - twibint::export::tests::_specialized__write_ones__u64_::{{closure}}::h462db1f085d1878e [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:195:27 [INFO] [stdout] 25: 0x578fd2293826 - core::ops::function::FnOnce::call_once::h3c5f549d7975d07e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x578fd22d725b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 27: 0x578fd22d725b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 28: 0x578fd22ecd05 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 29: 0x578fd22ecd05 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 30: 0x578fd22ecd05 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 31: 0x578fd22ecd05 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 32: 0x578fd22ecd05 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 33: 0x578fd22ecd05 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 34: 0x578fd22ecd05 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 35: 0x578fd22c3724 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 36: 0x578fd22c3724 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 37: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 38: 0x578fd22c700a - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 39: 0x578fd22c700a - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 40: 0x578fd22c700a - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 41: 0x578fd22c700a - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 42: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 43: 0x578fd22c700a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 44: 0x578fd230ceff - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 45: 0x578fd230ceff - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 46: 0x75a6e1b45aa4 - [INFO] [stdout] 47: 0x75a6e1bd2a34 - clone [INFO] [stdout] 48: 0x0 - [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_' (338) 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: 0x578fd2339432 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x578fd2339432 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x578fd2339432 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x578fd2339432 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x578fd234afff - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x578fd234afff - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x578fd2306d83 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x578fd2306d83 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x578fd2312b42 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x578fd231753f - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x578fd23173d1 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x578fd22d745e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x578fd22d745e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x578fd2317bde - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x578fd2317bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x578fd23179aa - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x578fd2312c79 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x578fd22fafed - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x578fd2352c60 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x578fd2352216 - core::result::unwrap_failed::h3ce108722ad88f1e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1852:5 [INFO] [stdout] 20: 0x578fd2245786 - core::result::Result::unwrap::h8eddb03bbed930a9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1223:23 [INFO] [stdout] 21: 0x578fd2245786 - twibint::export::tests::write_ones_bigint_full::ha1083befd951a478 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:245:32 [INFO] [stdout] 22: 0x578fd2246826 - twibint::export::tests::_specialized__write_ones_bigint_full__u64_::hb9a224775622d3bc [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:239:5 [INFO] [stdout] 23: 0x578fd2246847 - twibint::export::tests::_specialized__write_ones_bigint_full__u64_::{{closure}}::hf06afeb55a1ce735 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:239:27 [INFO] [stdout] 24: 0x578fd2294f06 - core::ops::function::FnOnce::call_once::h8156d5b0bbff129b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x578fd22d725b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x578fd22d725b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x578fd22ecd05 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x578fd22ecd05 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x578fd22ecd05 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x578fd22ecd05 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x578fd22ecd05 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x578fd22ecd05 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x578fd22ecd05 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x578fd22c3724 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x578fd22c3724 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x578fd22c700a - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x578fd22c700a - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x578fd22c700a - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x578fd22c700a - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x578fd22c700a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x578fd230ceff - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 44: 0x578fd230ceff - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 45: 0x75a6e1b45aa4 - [INFO] [stdout] 46: 0x75a6e1bd2a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- export::tests::_specialized__write_ones_full__u32_ stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'export::tests::_specialized__write_ones_full__u32_' (339) 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: 0x578fd2339432 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x578fd2339432 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x578fd2339432 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x578fd2339432 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x578fd234afff - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x578fd234afff - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x578fd2306d83 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x578fd2306d83 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x578fd2312b42 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x578fd231753f - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x578fd23173d1 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x578fd22d745e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x578fd22d745e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x578fd2317bde - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x578fd2317bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x578fd23179aa - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x578fd2312c79 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x578fd22fafed - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x578fd2352c60 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x578fd2352216 - core::result::unwrap_failed::h3ce108722ad88f1e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1852:5 [INFO] [stdout] 20: 0x578fd2244ce6 - core::result::Result::unwrap::h8eddb03bbed930a9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1223:23 [INFO] [stdout] 21: 0x578fd2244ce6 - twibint::export::tests::write_ones_full::hafa49f3629932942 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:231:32 [INFO] [stdout] 22: 0x578fd2246766 - twibint::export::tests::_specialized__write_ones_full__u32_::h398be5f06b278c48 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:225:5 [INFO] [stdout] 23: 0x578fd2246787 - twibint::export::tests::_specialized__write_ones_full__u32_::{{closure}}::h9db7f26da6180422 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:225:27 [INFO] [stdout] 24: 0x578fd2296e76 - core::ops::function::FnOnce::call_once::hd09d5af45862fb06 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x578fd22d725b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x578fd22d725b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x578fd22ecd05 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x578fd22ecd05 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x578fd22ecd05 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x578fd22ecd05 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x578fd22ecd05 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x578fd22ecd05 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x578fd22ecd05 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x578fd22c3724 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x578fd22c3724 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x578fd22c700a - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x578fd22c700a - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x578fd22c700a - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x578fd22c700a - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x578fd22c700a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x578fd230ceff - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 44: 0x578fd230ceff - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 45: 0x75a6e1b45aa4 - [INFO] [stdout] 46: 0x75a6e1bd2a34 - clone [INFO] [stdout] 47: 0x0 - [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_' (342) 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: 0x578fd2339432 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x578fd2339432 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x578fd2339432 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x578fd2339432 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x578fd234afff - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x578fd234afff - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x578fd2306d83 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x578fd2306d83 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x578fd2312b42 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x578fd231753f - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x578fd23173d1 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x578fd22d745e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x578fd22d745e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x578fd2317bde - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x578fd2317bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x578fd23179aa - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x578fd2312c79 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x578fd22fafed - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x578fd2352c60 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x578fd2352216 - core::result::unwrap_failed::h3ce108722ad88f1e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1852:5 [INFO] [stdout] 20: 0x578fd2245cf6 - core::result::Result::unwrap::h8eddb03bbed930a9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1223:23 [INFO] [stdout] 21: 0x578fd2245cf6 - twibint::export::tests::write_ones_minus_bigint_full::h76779d0bfe7363e3 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:259:32 [INFO] [stdout] 22: 0x578fd22468a6 - twibint::export::tests::_specialized__write_ones_minus_bigint_full__u64_::hb7eec076d5b2ba26 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:253:5 [INFO] [stdout] 23: 0x578fd22468c7 - twibint::export::tests::_specialized__write_ones_minus_bigint_full__u64_::{{closure}}::ha6153768e6216e17 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:253:27 [INFO] [stdout] 24: 0x578fd2292976 - core::ops::function::FnOnce::call_once::h1511d1508cbd4c59 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x578fd22d725b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x578fd22d725b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x578fd22ecd05 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x578fd22ecd05 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x578fd22ecd05 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x578fd22ecd05 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x578fd22ecd05 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x578fd22ecd05 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x578fd22ecd05 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x578fd22c3724 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x578fd22c3724 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x578fd22c700a - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x578fd22c700a - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x578fd22c700a - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x578fd22c700a - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x578fd22c700a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x578fd230ceff - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 44: 0x578fd230ceff - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 45: 0x75a6e1b45aa4 - [INFO] [stdout] 46: 0x75a6e1bd2a34 - clone [INFO] [stdout] 47: 0x0 - [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_' (341) 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: 0x578fd2339432 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x578fd2339432 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x578fd2339432 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x578fd2339432 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x578fd234afff - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x578fd234afff - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x578fd2306d83 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x578fd2306d83 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x578fd2312b42 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x578fd231753f - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x578fd23173d1 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x578fd22d745e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x578fd22d745e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x578fd2317bde - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x578fd2317bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x578fd23179aa - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x578fd2312c79 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x578fd22fafed - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x578fd2352c60 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x578fd2352216 - core::result::unwrap_failed::h3ce108722ad88f1e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1852:5 [INFO] [stdout] 20: 0x578fd2246266 - core::result::Result::unwrap::h8eddb03bbed930a9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1223:23 [INFO] [stdout] 21: 0x578fd2246266 - twibint::export::tests::write_ones_minus_bigint_full::h8b1c5f079f71e527 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:259:32 [INFO] [stdout] 22: 0x578fd2246866 - twibint::export::tests::_specialized__write_ones_minus_bigint_full__u32_::h4d3c2e0dc20e6322 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:253:5 [INFO] [stdout] 23: 0x578fd2246887 - twibint::export::tests::_specialized__write_ones_minus_bigint_full__u32_::{{closure}}::hb9ab67283f28be16 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:253:27 [INFO] [stdout] 24: 0x578fd22944b6 - core::ops::function::FnOnce::call_once::h6076dac2545a63c7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x578fd22d725b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x578fd22d725b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x578fd22ecd05 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x578fd22ecd05 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x578fd22ecd05 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x578fd22ecd05 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x578fd22ecd05 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x578fd22ecd05 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x578fd22ecd05 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x578fd22c3724 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x578fd22c3724 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x578fd22c700a - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x578fd22c700a - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x578fd22c700a - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x578fd22c700a - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x578fd22c700a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x578fd230ceff - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 44: 0x578fd230ceff - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 45: 0x75a6e1b45aa4 - [INFO] [stdout] 46: 0x75a6e1bd2a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- export::tests::write_file stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'export::tests::write_file' (343) 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: 0x578fd2339432 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x578fd2339432 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x578fd2339432 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x578fd2339432 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x578fd234afff - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x578fd234afff - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x578fd2306d83 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x578fd2306d83 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x578fd2312b42 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x578fd231753f - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x578fd23173d1 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x578fd22d745e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x578fd22d745e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x578fd2317bde - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x578fd2317bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x578fd23179aa - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x578fd2312c79 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x578fd22fafed - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x578fd2352c60 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x578fd2352216 - core::result::unwrap_failed::h3ce108722ad88f1e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1852:5 [INFO] [stdout] 20: 0x578fd22418e1 - core::result::Result::unwrap::h5bb98209e3bf4e13 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:1223:23 [INFO] [stdout] 21: 0x578fd22418e1 - twibint::export::tests::write_file::hbf6f8eb263d0699e [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:183:69 [INFO] [stdout] 22: 0x578fd2241d27 - twibint::export::tests::write_file::{{closure}}::h83f04a3ad1f2f3b9 [INFO] [stdout] at /opt/rustwide/workdir/src/export/mod.rs:181:20 [INFO] [stdout] 23: 0x578fd2296d76 - core::ops::function::FnOnce::call_once::hcc1b42590edba2ce [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 24: 0x578fd22d725b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x578fd22d725b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x578fd22ecd05 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x578fd22ecd05 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x578fd22ecd05 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x578fd22ecd05 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x578fd22ecd05 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x578fd22ecd05 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x578fd22ecd05 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x578fd22c3724 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x578fd22c3724 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x578fd22c700a - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x578fd22c700a - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x578fd22c700a - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x578fd22c700a - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x578fd22c700a - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x578fd22c700a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 42: 0x578fd230ceff - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 43: 0x578fd230ceff - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 44: 0x75a6e1b45aa4 - [INFO] [stdout] 45: 0x75a6e1bd2a34 - clone [INFO] [stdout] 46: 0x0 - [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.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6361fc1e1aaf64cacdcd4d3062a87e6683e7da0795b137e91f15cfb785f87352", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6361fc1e1aaf64cacdcd4d3062a87e6683e7da0795b137e91f15cfb785f87352", kill_on_drop: false }` [INFO] [stdout] 6361fc1e1aaf64cacdcd4d3062a87e6683e7da0795b137e91f15cfb785f87352