[INFO] cloning repository https://github.com/nickmachnik/bedvec [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nickmachnik/bedvec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickmachnik%2Fbedvec", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickmachnik%2Fbedvec'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7e57197d6a123d7ad68c15cba698db1e047bb818 [INFO] testing nickmachnik/bedvec against try#028592fec99e54cc92def5a2a849c673b066dd93 for pr-146098 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickmachnik%2Fbedvec" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/nickmachnik/bedvec [INFO] finished tweaking git repo https://github.com/nickmachnik/bedvec [INFO] tweaked toml for git repo https://github.com/nickmachnik/bedvec written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nickmachnik/bedvec on toolchain 028592fec99e54cc92def5a2a849c673b066dd93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nickmachnik/bedvec 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" "+028592fec99e54cc92def5a2a849c673b066dd93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34f7b35dc100528b8e9a74acf580a163a214befaee311ce67fe1aac2f15238ed [INFO] running `Command { std: "docker" "start" "-a" "34f7b35dc100528b8e9a74acf580a163a214befaee311ce67fe1aac2f15238ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34f7b35dc100528b8e9a74acf580a163a214befaee311ce67fe1aac2f15238ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34f7b35dc100528b8e9a74acf580a163a214befaee311ce67fe1aac2f15238ed", kill_on_drop: false }` [INFO] [stdout] 34f7b35dc100528b8e9a74acf580a163a214befaee311ce67fe1aac2f15238ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ebb507494c2b985ef0457139e260110d0de478c68d62e9b7c920400fd2feab6 [INFO] running `Command { std: "docker" "start" "-a" "5ebb507494c2b985ef0457139e260110d0de478c68d62e9b7c920400fd2feab6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.124 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling rayon v1.5.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling matrixmultiply v0.3.2 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling cblas-sys v0.1.4 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling num-complex v0.4.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling netlib-src v0.8.0 [INFO] [stderr] Compiling ndarray v0.15.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling openblas-build v0.1.1 [INFO] [stderr] Compiling openblas-src v0.10.4 [INFO] [stderr] Compiling blas-src v0.8.0 [INFO] [stderr] Compiling rs-bedvec v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `BED_LOOKUP_GENOTYPE` is never used [INFO] [stdout] --> src/bed_lookup_tables.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const BED_LOOKUP_GENOTYPE: [f32; 1024] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BED_LOOKUP_VALIDITY` is never used [INFO] [stdout] --> src/bed_lookup_tables.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | pub const BED_LOOKUP_VALIDITY: [f32; 1024] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unpack_byte_to_genotype_f32x4` is never used [INFO] [stdout] --> src/bedvec.rs:298:4 [INFO] [stdout] | [INFO] [stdout] 298 | fn unpack_byte_to_genotype_f32x4(byte: &u8) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unpack_byte_to_validity_f32x4` is never used [INFO] [stdout] --> src/bedvec.rs:308:4 [INFO] [stdout] | [INFO] [stdout] 308 | fn unpack_byte_to_validity_f32x4(byte: &u8) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `f32x4` is never used [INFO] [stdout] --> src/simd.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | pub type f32x4 = __m128; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `f32x8_infty` is never used [INFO] [stdout] --> src/simd.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn f32x8_infty() -> f32x8 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `add_f32x4` is never used [INFO] [stdout] --> src/simd.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn add_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `subtract_f32x4` is never used [INFO] [stdout] --> src/simd.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn subtract_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `multiply_f32x4` is never used [INFO] [stdout] --> src/simd.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn multiply_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `min` is never used [INFO] [stdout] --> src/simd.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn min(v: f32x8, w: f32x8) -> f32x8 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unpack_f32x4` is never used [INFO] [stdout] --> src/simd.rs:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn unpack_f32x4(v: f32x4) -> [f32; 4] { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `f32x4_from_slice` is never used [INFO] [stdout] --> src/simd.rs:71:8 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn f32x4_from_slice(s: &[f32]) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `prefetch` is never used [INFO] [stdout] --> src/simd.rs:107:8 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn prefetch(p: *const f32x8, offset: isize) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `horizontal_min` is never used [INFO] [stdout] --> src/simd.rs:141:8 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn horizontal_min(v: f32x8) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `print_vec` is never used [INFO] [stdout] --> src/simd.rs:151:8 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn print_vec(v: f32x8, padding: usize, precision: usize) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_aligned` is never used [INFO] [stdout] --> src/simd.rs:165:8 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn is_aligned(v: &f32x8) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 36s [INFO] running `Command { std: "docker" "inspect" "5ebb507494c2b985ef0457139e260110d0de478c68d62e9b7c920400fd2feab6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ebb507494c2b985ef0457139e260110d0de478c68d62e9b7c920400fd2feab6", kill_on_drop: false }` [INFO] [stdout] 5ebb507494c2b985ef0457139e260110d0de478c68d62e9b7c920400fd2feab6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b5ecc85fa36cfa284efaf4bb516897f73ac5cd5b144a95b2346aae5252845a0 [INFO] running `Command { std: "docker" "start" "-a" "3b5ecc85fa36cfa284efaf4bb516897f73ac5cd5b144a95b2346aae5252845a0", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling openblas-build v0.1.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling openblas-src v0.10.4 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling num-complex v0.4.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling ndarray v0.15.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling rs-bedvec v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `BED_LOOKUP_GENOTYPE` is never used [INFO] [stdout] --> src/bed_lookup_tables.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const BED_LOOKUP_GENOTYPE: [f32; 1024] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BED_LOOKUP_VALIDITY` is never used [INFO] [stdout] --> src/bed_lookup_tables.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | pub const BED_LOOKUP_VALIDITY: [f32; 1024] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unpack_byte_to_genotype_f32x4` is never used [INFO] [stdout] --> src/bedvec.rs:298:4 [INFO] [stdout] | [INFO] [stdout] 298 | fn unpack_byte_to_genotype_f32x4(byte: &u8) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unpack_byte_to_validity_f32x4` is never used [INFO] [stdout] --> src/bedvec.rs:308:4 [INFO] [stdout] | [INFO] [stdout] 308 | fn unpack_byte_to_validity_f32x4(byte: &u8) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `f32x4` is never used [INFO] [stdout] --> src/simd.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | pub type f32x4 = __m128; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `f32x8_infty` is never used [INFO] [stdout] --> src/simd.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn f32x8_infty() -> f32x8 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `add_f32x4` is never used [INFO] [stdout] --> src/simd.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn add_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `subtract_f32x4` is never used [INFO] [stdout] --> src/simd.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn subtract_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `multiply_f32x4` is never used [INFO] [stdout] --> src/simd.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn multiply_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `min` is never used [INFO] [stdout] --> src/simd.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn min(v: f32x8, w: f32x8) -> f32x8 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unpack_f32x4` is never used [INFO] [stdout] --> src/simd.rs:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn unpack_f32x4(v: f32x4) -> [f32; 4] { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `f32x4_from_slice` is never used [INFO] [stdout] --> src/simd.rs:71:8 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn f32x4_from_slice(s: &[f32]) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `prefetch` is never used [INFO] [stdout] --> src/simd.rs:107:8 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn prefetch(p: *const f32x8, offset: isize) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `horizontal_min` is never used [INFO] [stdout] --> src/simd.rs:141:8 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn horizontal_min(v: f32x8) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `print_vec` is never used [INFO] [stdout] --> src/simd.rs:151:8 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn print_vec(v: f32x8, padding: usize, precision: usize) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_aligned` is never used [INFO] [stdout] --> src/simd.rs:165:8 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn is_aligned(v: &f32x8) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BED_LOOKUP_GENOTYPE` is never used [INFO] [stdout] --> src/bed_lookup_tables.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const BED_LOOKUP_GENOTYPE: [f32; 1024] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BED_LOOKUP_VALIDITY` is never used [INFO] [stdout] --> src/bed_lookup_tables.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | pub const BED_LOOKUP_VALIDITY: [f32; 1024] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unpack_byte_to_genotype_f32x4` is never used [INFO] [stdout] --> src/bedvec.rs:298:4 [INFO] [stdout] | [INFO] [stdout] 298 | fn unpack_byte_to_genotype_f32x4(byte: &u8) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unpack_byte_to_validity_f32x4` is never used [INFO] [stdout] --> src/bedvec.rs:308:4 [INFO] [stdout] | [INFO] [stdout] 308 | fn unpack_byte_to_validity_f32x4(byte: &u8) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `f32x4` is never used [INFO] [stdout] --> src/simd.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | pub type f32x4 = __m128; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `f32x8_infty` is never used [INFO] [stdout] --> src/simd.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn f32x8_infty() -> f32x8 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `add_f32x4` is never used [INFO] [stdout] --> src/simd.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn add_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `subtract_f32x4` is never used [INFO] [stdout] --> src/simd.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn subtract_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `multiply_f32x4` is never used [INFO] [stdout] --> src/simd.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn multiply_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `min` is never used [INFO] [stdout] --> src/simd.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn min(v: f32x8, w: f32x8) -> f32x8 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unpack_f32x4` is never used [INFO] [stdout] --> src/simd.rs:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn unpack_f32x4(v: f32x4) -> [f32; 4] { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `f32x4_from_slice` is never used [INFO] [stdout] --> src/simd.rs:71:8 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn f32x4_from_slice(s: &[f32]) -> f32x4 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `prefetch` is never used [INFO] [stdout] --> src/simd.rs:107:8 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn prefetch(p: *const f32x8, offset: isize) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `horizontal_min` is never used [INFO] [stdout] --> src/simd.rs:141:8 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn horizontal_min(v: f32x8) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `print_vec` is never used [INFO] [stdout] --> src/simd.rs:151:8 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn print_vec(v: f32x8, padding: usize, precision: usize) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_aligned` is never used [INFO] [stdout] --> src/simd.rs:165:8 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn is_aligned(v: &f32x8) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5m 50s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "3b5ecc85fa36cfa284efaf4bb516897f73ac5cd5b144a95b2346aae5252845a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b5ecc85fa36cfa284efaf4bb516897f73ac5cd5b144a95b2346aae5252845a0", kill_on_drop: false }` [INFO] [stdout] 3b5ecc85fa36cfa284efaf4bb516897f73ac5cd5b144a95b2346aae5252845a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c5acfe04640252a19778c629b2884cb892c9f8aa3f1c10db73c53472d524f1fd [INFO] running `Command { std: "docker" "start" "-a" "c5acfe04640252a19778c629b2884cb892c9f8aa3f1c10db73c53472d524f1fd", kill_on_drop: false }` [INFO] [stderr] warning: constant `BED_LOOKUP_GENOTYPE` is never used [INFO] [stderr] --> src/bed_lookup_tables.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | pub const BED_LOOKUP_GENOTYPE: [f32; 1024] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: constant `BED_LOOKUP_VALIDITY` is never used [INFO] [stderr] --> src/bed_lookup_tables.rs:51:11 [INFO] [stderr] | [INFO] [stderr] 51 | pub const BED_LOOKUP_VALIDITY: [f32; 1024] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `unpack_byte_to_genotype_f32x4` is never used [INFO] [stderr] --> src/bedvec.rs:298:4 [INFO] [stderr] | [INFO] [stderr] 298 | fn unpack_byte_to_genotype_f32x4(byte: &u8) -> f32x4 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `unpack_byte_to_validity_f32x4` is never used [INFO] [stderr] --> src/bedvec.rs:308:4 [INFO] [stderr] | [INFO] [stderr] 308 | fn unpack_byte_to_validity_f32x4(byte: &u8) -> f32x4 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias `f32x4` is never used [INFO] [stderr] --> src/simd.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | pub type f32x4 = __m128; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `f32x8_infty` is never used [INFO] [stderr] --> src/simd.rs:16:8 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn f32x8_infty() -> f32x8 { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `add_f32x4` is never used [INFO] [stderr] --> src/simd.rs:26:8 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn add_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `subtract_f32x4` is never used [INFO] [stderr] --> src/simd.rs:31:8 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn subtract_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `multiply_f32x4` is never used [INFO] [stderr] --> src/simd.rs:41:8 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn multiply_f32x4(v: f32x4, w: f32x4) -> f32x4 { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `min` is never used [INFO] [stderr] --> src/simd.rs:46:8 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn min(v: f32x8, w: f32x8) -> f32x8 { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function `unpack_f32x4` is never used [INFO] [stderr] --> src/simd.rs:58:8 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn unpack_f32x4(v: f32x4) -> [f32; 4] { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `f32x4_from_slice` is never used [INFO] [stderr] --> src/simd.rs:71:8 [INFO] [stderr] | [INFO] [stderr] 71 | pub fn f32x4_from_slice(s: &[f32]) -> f32x4 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `prefetch` is never used [INFO] [stderr] --> src/simd.rs:107:8 [INFO] [stderr] | [INFO] [stderr] 107 | pub fn prefetch(p: *const f32x8, offset: isize) { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `horizontal_min` is never used [INFO] [stderr] --> src/simd.rs:141:8 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn horizontal_min(v: f32x8) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `print_vec` is never used [INFO] [stderr] --> src/simd.rs:151:8 [INFO] [stderr] | [INFO] [stderr] 151 | pub fn print_vec(v: f32x8, padding: usize, precision: usize) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_aligned` is never used [INFO] [stderr] --> src/simd.rs:165:8 [INFO] [stderr] | [INFO] [stderr] 165 | pub fn is_aligned(v: &f32x8) -> bool { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rs-bedvec` (lib) generated 16 warnings [INFO] [stderr] warning: `rs-bedvec` (lib test) generated 16 warnings (16 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rs_bedvec-645238d3b135e8ee) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test bedvec::tests::test_bed_vec_cm_right_multiply ... ok [INFO] [stdout] test bedvec::tests::test_bed_vec_cm_left_multiply_simd_v1 ... ok [INFO] [stdout] test bedvec::tests::test_bed_vec_cm_left_multiply ... ok [INFO] [stdout] test bedvec::tests::test_bed_vec_cm_stats ... ok [INFO] [stdout] test io::tests::test_bed_loading ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- io::tests::test_bed_loading stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'io::tests::test_bed_loading' (29) panicked at src/io.rs:40:51: [INFO] [stdout] failed to read .bed file: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5cd597b68ff2 - std::backtrace_rs::backtrace::libunwind::trace::hcbb09259ca22005c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5cd597b68ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::h0fac8c223cd6e456 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5cd597b68ff2 - std::sys::backtrace::_print_fmt::he5f2b5e0c66ce66e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5cd597b68ff2 - ::fmt::haf29e060fb6137a9 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5cd597b7a12f - core::fmt::rt::Argument::fmt::h596977d9d4f722b0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5cd597b7a12f - core::fmt::write::h0ee4d44b8e20572d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5cd597b35631 - std::io::default_write_fmt::h5f5bf04c08f51588 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5cd597b35631 - std::io::Write::write_fmt::he99637cf0d3cbc1c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5cd597b41822 - std::sys::backtrace::BacktraceLock::print::h3db71735b2a2861b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5cd597b4694f - std::panicking::default_hook::{{closure}}::h0168a26bb62ec69b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5cd597b467e1 - std::panicking::default_hook::h7454a6fd0ab61b64 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5cd597aa75be - as core::ops::function::Fn>::call::h8dac224212939801 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5cd597aa75be - test::test_main_with_exit_callback::{{closure}}::h18346b0063635f4a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5cd597b470bf - as core::ops::function::Fn>::call::h7e5d21d6123baaaf [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5cd597b470bf - std::panicking::panic_with_hook::h2d45a49bfd4e6ec4 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5cd597b46e6a - std::panicking::panic_handler::{{closure}}::h37f0f43a266cd34d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5cd597b41959 - std::sys::backtrace::__rust_end_short_backtrace::h1ed0bd8883e4d747 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5cd597b2934d - __rustc[92da9811a626c906]::rust_begin_unwind [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5cd597b81d80 - core::panicking::panic_fmt::hc1117383da035bf0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x5cd597b81326 - core::result::unwrap_failed::h9521c83364d1c9d7 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/result.rs:1855:5 [INFO] [stdout] 20: 0x5cd597a6412c - core::result::Result::expect::hdcb33116ffa72763 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/result.rs:1178:23 [INFO] [stdout] 21: 0x5cd597a8658b - rs_bedvec::io::BedReader::read_into_bedvec::hb0ec9983a17609ce [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:40:51 [INFO] [stdout] 22: 0x5cd597a5ad2c - rs_bedvec::io::tests::test_bed_loading::h5d706f42b60139d2 [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:56:27 [INFO] [stdout] 23: 0x5cd597a5af27 - rs_bedvec::io::tests::test_bed_loading::{{closure}}::h0b6db1fd267257dc [INFO] [stdout] at /opt/rustwide/workdir/src/io.rs:54:26 [INFO] [stdout] 24: 0x5cd597a6af26 - core::ops::function::FnOnce::call_once::h7269575d467fddf1 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5cd597aa737b - core::ops::function::FnOnce::call_once::habfa9d6a6bb4aa21 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x5cd597aa737b - test::__rust_begin_short_backtrace::hc119b5350e87269b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5cd597abcfc5 - test::run_test_in_process::{{closure}}::h47f2af3109a35895 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5cd597abcfc5 - as core::ops::function::FnOnce<()>>::call_once::h5dba888a302c7fc3 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x5cd597abcfc5 - std::panicking::catch_unwind::do_call::h245c3fdea830e686 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x5cd597abcfc5 - std::panicking::catch_unwind::he88149d1cfc3a929 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x5cd597abcfc5 - std::panic::catch_unwind::hd43a8ff20deb6d7a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5cd597abcfc5 - test::run_test_in_process::hcf11d509449005e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5cd597abcfc5 - test::run_test::{{closure}}::heb13d4899a512502 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5cd597a937a4 - test::run_test::{{closure}}::h3e08e9adf8aad35e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5cd597a937a4 - std::sys::backtrace::__rust_begin_short_backtrace::h773f9a01402fd17f [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5cd597a970aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h408f0520947b97f2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x5cd597a970aa - as core::ops::function::FnOnce<()>>::call_once::h1162a01751e98fdc [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x5cd597a970aa - std::panicking::catch_unwind::do_call::hf4224593c5d108e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x5cd597a970aa - std::panicking::catch_unwind::h4478d419d6ab8a26 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x5cd597a970aa - std::panic::catch_unwind::h1e472892204dcfec [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5cd597a970aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hd555321a5ac5351d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x5cd597a970aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb9947c3c1cc735ed [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5cd597b3ca9f - as core::ops::function::FnOnce>::call_once::hf699f0a3c139bc19 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x5cd597b3ca9f - std::sys::thread::unix::Thread::new::thread_start::h2d5318761291e34a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x736013337aa4 - [INFO] [stdout] 46: 0x7360133c4a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] io::tests::test_bed_loading [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "c5acfe04640252a19778c629b2884cb892c9f8aa3f1c10db73c53472d524f1fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5acfe04640252a19778c629b2884cb892c9f8aa3f1c10db73c53472d524f1fd", kill_on_drop: false }` [INFO] [stdout] c5acfe04640252a19778c629b2884cb892c9f8aa3f1c10db73c53472d524f1fd