[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] building nickmachnik/bedvec against try#615edd3ad1cf6871c977dc900317cb6c2070fd6b for pr-97334 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickmachnik%2Fbedvec" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nickmachnik/bedvec on toolchain 615edd3ad1cf6871c977dc900317cb6c2070fd6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7/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-7/source/Cargo.toml [INFO] crate git repo https://github.com/nickmachnik/bedvec already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eb8231ebfe524b811cc43ea936b38373df9d08f451d604efaa1f11f9fac618e3 [INFO] running `Command { std: "docker" "start" "-a" "eb8231ebfe524b811cc43ea936b38373df9d08f451d604efaa1f11f9fac618e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb8231ebfe524b811cc43ea936b38373df9d08f451d604efaa1f11f9fac618e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb8231ebfe524b811cc43ea936b38373df9d08f451d604efaa1f11f9fac618e3", kill_on_drop: false }` [INFO] [stdout] eb8231ebfe524b811cc43ea936b38373df9d08f451d604efaa1f11f9fac618e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9451a8f64c996915b0435ac2d9cf73e3675574c2cb0283f828544eee65e2a324 [INFO] running `Command { std: "docker" "start" "-a" "9451a8f64c996915b0435ac2d9cf73e3675574c2cb0283f828544eee65e2a324", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.124 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling matrixmultiply v0.3.2 [INFO] [stderr] Compiling walkdir v2.3.2 [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 num-integer v0.1.45 [INFO] [stderr] Compiling rayon v1.5.2 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling netlib-src v0.8.0 [INFO] [stderr] Compiling quote v1.0.18 [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 rand_chacha v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling num-complex v0.4.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ndarray v0.15.4 [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 is never used: `BED_LOOKUP_GENOTYPE` [INFO] [stdout] --> src/bed_lookup_tables.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / pub const BED_LOOKUP_GENOTYPE: [f32; 1024] = [ [INFO] [stdout] 5 | | 2., 2., 2., 2., 0., 2., 2., 2., 1., 2., 2., 2., 0., 2., 2., 2., 2., 0., 2., 2., 0., 0., 2., 2., [INFO] [stdout] 6 | | 1., 0., 2., 2., 0., 0., 2., 2., 2., 1., 2., 2., 0., 1., 2., 2., 1., 1., 2., 2., 0., 1., 2., 2., [INFO] [stdout] 7 | | 2., 0., 2., 2., 0., 0., 2., 2., 1., 0., 2., 2., 0., 0., 2., 2., 2., 2., 0., 2., 0., 2., 0., 2., [INFO] [stdout] ... | [INFO] [stdout] 47 | | 2., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., [INFO] [stdout] 48 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BED_LOOKUP_VALIDITY` [INFO] [stdout] --> src/bed_lookup_tables.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / pub const BED_LOOKUP_VALIDITY: [f32; 1024] = [ [INFO] [stdout] 52 | | 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 0., 1., 1., 0., 0., 1., 1., [INFO] [stdout] 53 | | 1., 0., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., [INFO] [stdout] 54 | | 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 0., 1., 0., 1., 0., 1., [INFO] [stdout] ... | [INFO] [stdout] 94 | | 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., [INFO] [stdout] 95 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `unpack_byte_to_genotype_f32x4` [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 is never used: `unpack_byte_to_validity_f32x4` [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 is never used: `f32x4` [INFO] [stdout] --> src/simd.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub type f32x4 = __m128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `f32x8_infty` [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 is never used: `add_f32x4` [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 is never used: `subtract_f32x4` [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 is never used: `multiply_f32x4` [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 is never used: `min` [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 is never used: `unpack_f32x4` [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 is never used: `f32x4_from_slice` [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 is never used: `prefetch` [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 is never used: `horizontal_min` [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 is never used: `print_vec` [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 never used: `is_aligned` [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: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "9451a8f64c996915b0435ac2d9cf73e3675574c2cb0283f828544eee65e2a324", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9451a8f64c996915b0435ac2d9cf73e3675574c2cb0283f828544eee65e2a324", kill_on_drop: false }` [INFO] [stdout] 9451a8f64c996915b0435ac2d9cf73e3675574c2cb0283f828544eee65e2a324 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0a82712bfd613b9693df9ade22116828bf73e43cb6739a1fa056c6c53c9dd47 [INFO] running `Command { std: "docker" "start" "-a" "d0a82712bfd613b9693df9ade22116828bf73e43cb6739a1fa056c6c53c9dd47", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling num-complex v0.4.1 [INFO] [stderr] Compiling plotters v0.3.1 [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 rs-bedvec v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `BED_LOOKUP_GENOTYPE` [INFO] [stdout] --> src/bed_lookup_tables.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / pub const BED_LOOKUP_GENOTYPE: [f32; 1024] = [ [INFO] [stdout] 5 | | 2., 2., 2., 2., 0., 2., 2., 2., 1., 2., 2., 2., 0., 2., 2., 2., 2., 0., 2., 2., 0., 0., 2., 2., [INFO] [stdout] 6 | | 1., 0., 2., 2., 0., 0., 2., 2., 2., 1., 2., 2., 0., 1., 2., 2., 1., 1., 2., 2., 0., 1., 2., 2., [INFO] [stdout] 7 | | 2., 0., 2., 2., 0., 0., 2., 2., 1., 0., 2., 2., 0., 0., 2., 2., 2., 2., 0., 2., 0., 2., 0., 2., [INFO] [stdout] ... | [INFO] [stdout] 47 | | 2., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., [INFO] [stdout] 48 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BED_LOOKUP_VALIDITY` [INFO] [stdout] --> src/bed_lookup_tables.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / pub const BED_LOOKUP_VALIDITY: [f32; 1024] = [ [INFO] [stdout] 52 | | 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 0., 1., 1., 0., 0., 1., 1., [INFO] [stdout] 53 | | 1., 0., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., [INFO] [stdout] 54 | | 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 0., 1., 0., 1., 0., 1., [INFO] [stdout] ... | [INFO] [stdout] 94 | | 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., [INFO] [stdout] 95 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `unpack_byte_to_genotype_f32x4` [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 is never used: `unpack_byte_to_validity_f32x4` [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 is never used: `f32x4` [INFO] [stdout] --> src/simd.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub type f32x4 = __m128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `f32x8_infty` [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 is never used: `add_f32x4` [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 is never used: `subtract_f32x4` [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 is never used: `multiply_f32x4` [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 is never used: `min` [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 is never used: `unpack_f32x4` [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 is never used: `f32x4_from_slice` [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 is never used: `prefetch` [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 is never used: `horizontal_min` [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 is never used: `print_vec` [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 never used: `is_aligned` [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: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stdout] warning: constant is never used: `BED_LOOKUP_GENOTYPE` [INFO] [stdout] --> src/bed_lookup_tables.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / pub const BED_LOOKUP_GENOTYPE: [f32; 1024] = [ [INFO] [stdout] 5 | | 2., 2., 2., 2., 0., 2., 2., 2., 1., 2., 2., 2., 0., 2., 2., 2., 2., 0., 2., 2., 0., 0., 2., 2., [INFO] [stdout] 6 | | 1., 0., 2., 2., 0., 0., 2., 2., 2., 1., 2., 2., 0., 1., 2., 2., 1., 1., 2., 2., 0., 1., 2., 2., [INFO] [stdout] 7 | | 2., 0., 2., 2., 0., 0., 2., 2., 1., 0., 2., 2., 0., 0., 2., 2., 2., 2., 0., 2., 0., 2., 0., 2., [INFO] [stdout] ... | [INFO] [stdout] 47 | | 2., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., 0., [INFO] [stdout] 48 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BED_LOOKUP_VALIDITY` [INFO] [stdout] --> src/bed_lookup_tables.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / pub const BED_LOOKUP_VALIDITY: [f32; 1024] = [ [INFO] [stdout] 52 | | 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 0., 1., 1., 0., 0., 1., 1., [INFO] [stdout] 53 | | 1., 0., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., [INFO] [stdout] 54 | | 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 0., 1., 0., 1., 0., 1., [INFO] [stdout] ... | [INFO] [stdout] 94 | | 1., 1., 1., 1., 0., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., [INFO] [stdout] 95 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `unpack_byte_to_genotype_f32x4` [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 is never used: `unpack_byte_to_validity_f32x4` [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 is never used: `f32x4` [INFO] [stdout] --> src/simd.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub type f32x4 = __m128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `f32x8_infty` [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 is never used: `add_f32x4` [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 is never used: `subtract_f32x4` [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 is never used: `multiply_f32x4` [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 is never used: `min` [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 is never used: `unpack_f32x4` [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 is never used: `f32x4_from_slice` [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 is never used: `prefetch` [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 is never used: `horizontal_min` [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 is never used: `print_vec` [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 never used: `is_aligned` [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: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.49s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rs_bedvec-eb2eed3383e9d7ae) [INFO] [stderr] Executable unittests src/bin/build_lookup_tables.rs (/opt/rustwide/target/debug/deps/build_lookup_tables-7371b77326c66751) [INFO] running `Command { std: "docker" "inspect" "d0a82712bfd613b9693df9ade22116828bf73e43cb6739a1fa056c6c53c9dd47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0a82712bfd613b9693df9ade22116828bf73e43cb6739a1fa056c6c53c9dd47", kill_on_drop: false }` [INFO] [stdout] d0a82712bfd613b9693df9ade22116828bf73e43cb6739a1fa056c6c53c9dd47