[INFO] cloning repository https://github.com/HopedWall/rs-vgaligner [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HopedWall/rs-vgaligner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHopedWall%2Frs-vgaligner", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHopedWall%2Frs-vgaligner'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0a8581b7e9759a7f19b46e4a20021dcfe8fce3b2 [INFO] testing HopedWall/rs-vgaligner against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHopedWall%2Frs-vgaligner" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HopedWall/rs-vgaligner on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/HopedWall/rs-vgaligner [INFO] finished tweaking git repo https://github.com/HopedWall/rs-vgaligner [INFO] tweaked toml for git repo https://github.com/HopedWall/rs-vgaligner written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/HopedWall/rs-vgaligner already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c9dcd514856a829b4ea940f4cddfd66127d122a7cd10841e48ecfe42857c30d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1c9dcd514856a829b4ea940f4cddfd66127d122a7cd10841e48ecfe42857c30d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c9dcd514856a829b4ea940f4cddfd66127d122a7cd10841e48ecfe42857c30d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c9dcd514856a829b4ea940f4cddfd66127d122a7cd10841e48ecfe42857c30d", kill_on_drop: false }` [INFO] [stdout] 1c9dcd514856a829b4ea940f4cddfd66127d122a7cd10841e48ecfe42857c30d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f67f6dc5c93c9b2ebcbb9af8cdb0cfcc2ff45636741a8def626ec8205b318aa5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f67f6dc5c93c9b2ebcbb9af8cdb0cfcc2ff45636741a8def626ec8205b318aa5", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling once_cell v1.7.0 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling lexical-core v0.7.5 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling array-macro v1.0.5 [INFO] [stderr] Compiling rustversion v1.0.4 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling bio v0.32.0 [INFO] [stderr] Compiling strum v0.18.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling newtype_derive v0.1.4 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling ahash v0.7.2 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling wyhash v0.5.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling substring v1.4.5 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling itertools-num v0.1.3 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling statrs v0.12.0 [INFO] [stderr] Compiling darling_core v0.12.4 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling bytemuck_derive v1.0.1 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling enum-map-derive v0.4.6 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling derive-new v0.5.9 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Compiling getset v0.0.9 [INFO] [stderr] Compiling darling_macro v0.12.4 [INFO] [stderr] Compiling bytemuck v1.5.1 [INFO] [stderr] Compiling enum-map v0.6.4 [INFO] [stderr] Compiling darling v0.12.4 [INFO] [stderr] Compiling bio-types v0.10.0 [INFO] [stderr] Compiling serde_with_macros v1.4.1 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling multimap v0.8.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling bv v0.11.1 [INFO] [stderr] Compiling boomphf v0.5.9 [INFO] [stderr] Compiling serde_with v1.8.1 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling gfa v0.8.0 [INFO] [stderr] Compiling handlegraph v0.5.0 [INFO] [stderr] Compiling vgaligner v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Read` [INFO] [stdout] --> src/serialization.rs:2:22 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{Write, Read, BufReader}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `in_path_file` [INFO] [stdout] --> src/subcommands/map_main.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | let in_path_file = matches.value_of("input-file").unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_in_path_file` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_gap_length` [INFO] [stdout] --> src/subcommands/map_main.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | let max_gap_length = matches [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_gap_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_mismatch_rate` [INFO] [stdout] --> src/subcommands/map_main.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | let max_mismatch_rate = matches [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_mismatch_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chain_overlap_max` [INFO] [stdout] --> src/subcommands/map_main.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | let chain_overlap_max = matches [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chain_overlap_max` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chain_min_anchors` [INFO] [stdout] --> src/subcommands/map_main.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | let chain_min_anchors = matches [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chain_min_anchors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align_best_n` [INFO] [stdout] --> src/subcommands/map_main.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | let align_best_n = matches [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_align_best_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `write_chains` [INFO] [stdout] --> src/subcommands/map_main.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | let write_chains = matches [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_write_chains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `write_superchains` [INFO] [stdout] --> src/subcommands/map_main.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | let write_superchains = matches [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_write_superchains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dont_align` [INFO] [stdout] --> src/subcommands/map_main.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | let dont_align = matches [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dont_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `kmer_positions_on_ref` [INFO] [stdout] --> src/index.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | let kmer_positions_on_ref: Vec = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kmer_positions_on_ref` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 32s [INFO] running `Command { std: "docker" "inspect" "f67f6dc5c93c9b2ebcbb9af8cdb0cfcc2ff45636741a8def626ec8205b318aa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f67f6dc5c93c9b2ebcbb9af8cdb0cfcc2ff45636741a8def626ec8205b318aa5", kill_on_drop: false }` [INFO] [stdout] f67f6dc5c93c9b2ebcbb9af8cdb0cfcc2ff45636741a8def626ec8205b318aa5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] abdd8681cebe1ff91d117c8edf418d5c3a1bf2b60d4ea899d2c12016367b2e8e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "abdd8681cebe1ff91d117c8edf418d5c3a1bf2b60d4ea899d2c12016367b2e8e", kill_on_drop: false }` [INFO] [stderr] Compiling vgaligner v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Read` [INFO] [stdout] --> src/serialization.rs:2:22 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{Write, Read, BufReader}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `in_path_file` [INFO] [stdout] --> src/subcommands/map_main.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | let in_path_file = matches.value_of("input-file").unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_in_path_file` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_gap_length` [INFO] [stdout] --> src/subcommands/map_main.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | let max_gap_length = matches [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_gap_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_mismatch_rate` [INFO] [stdout] --> src/subcommands/map_main.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | let max_mismatch_rate = matches [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_mismatch_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chain_overlap_max` [INFO] [stdout] --> src/subcommands/map_main.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | let chain_overlap_max = matches [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chain_overlap_max` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `chain_min_anchors` [INFO] [stdout] --> src/subcommands/map_main.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | let chain_min_anchors = matches [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chain_min_anchors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align_best_n` [INFO] [stdout] --> src/subcommands/map_main.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | let align_best_n = matches [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_align_best_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `write_chains` [INFO] [stdout] --> src/subcommands/map_main.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | let write_chains = matches [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_write_chains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `write_superchains` [INFO] [stdout] --> src/subcommands/map_main.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | let write_superchains = matches [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_write_superchains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dont_align` [INFO] [stdout] --> src/subcommands/map_main.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | let dont_align = matches [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dont_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `kmer_positions_on_ref` [INFO] [stdout] --> src/index.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | let kmer_positions_on_ref: Vec = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kmer_positions_on_ref` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.13s [INFO] running `Command { std: "docker" "inspect" "abdd8681cebe1ff91d117c8edf418d5c3a1bf2b60d4ea899d2c12016367b2e8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abdd8681cebe1ff91d117c8edf418d5c3a1bf2b60d4ea899d2c12016367b2e8e", kill_on_drop: false }` [INFO] [stdout] abdd8681cebe1ff91d117c8edf418d5c3a1bf2b60d4ea899d2c12016367b2e8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 446ec71386df62e40abf51e28495e576f0d6321e2d592f70ceebe443851c1a0f [INFO] running `Command { std: "docker" "start" "-a" "446ec71386df62e40abf51e28495e576f0d6321e2d592f70ceebe443851c1a0f", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/serialization.rs:2:22 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{Write, Read, BufReader}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `in_path_file` [INFO] [stderr] --> src/subcommands/map_main.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | let in_path_file = matches.value_of("input-file").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_in_path_file` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `max_gap_length` [INFO] [stderr] --> src/subcommands/map_main.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | let max_gap_length = matches [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_gap_length` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `max_mismatch_rate` [INFO] [stderr] --> src/subcommands/map_main.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | let max_mismatch_rate = matches [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_mismatch_rate` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `chain_overlap_max` [INFO] [stderr] --> src/subcommands/map_main.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | let chain_overlap_max = matches [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chain_overlap_max` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `chain_min_anchors` [INFO] [stderr] --> src/subcommands/map_main.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | let chain_min_anchors = matches [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chain_min_anchors` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align_best_n` [INFO] [stderr] --> src/subcommands/map_main.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | let align_best_n = matches [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_align_best_n` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `write_chains` [INFO] [stderr] --> src/subcommands/map_main.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | let write_chains = matches [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_write_chains` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `write_superchains` [INFO] [stderr] --> src/subcommands/map_main.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | let write_superchains = matches [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_write_superchains` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `dont_align` [INFO] [stderr] --> src/subcommands/map_main.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | let dont_align = matches [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dont_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `kmer_positions_on_ref` [INFO] [stderr] --> src/index.rs:185:13 [INFO] [stderr] | [INFO] [stderr] 185 | let kmer_positions_on_ref: Vec = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kmer_positions_on_ref` [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/vgaligner-ee6ec30a593ce458) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test dna::test_is_dna ... ok [INFO] [stdout] test dna::test_revcomp ... ok [INFO] [stdout] test index::test::test_forward_creation ... ok [INFO] [stdout] test utils::test_simple_rank_2 ... ok [INFO] [stdout] test utils::test_simple_rank_1_b ... ok [INFO] [stdout] test index::test::test_kmers_graph_generation ... ok [INFO] [stdout] test utils::test_simple_rank_3 ... ok [INFO] [stdout] test index::test::test_self_loop ... ok [INFO] [stdout] test utils::test_simple_rank_1_a ... ok [INFO] [stdout] test index::test::test_assert_both_functions_find_same_kmers ... ok [INFO] [stdout] test index::test::test_simple_graph_2 ... ok [INFO] [stdout] test index::test::test_simple_path ... ok [INFO] [stdout] test index::test::test_table ... FAILED [INFO] [stdout] test index::test::test_serialization ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- index::test::test_table stdout ---- [INFO] [stdout] thread 'index::test::test_table' panicked at 'internal error: entered unreachable code: This should never be called', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.2/src/fallback_hash.rs:235:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5558eff09630 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5558eff09630 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5558eff09630 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5558eff09630 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5558eff2c01c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5558eff063b5 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5558eff0b80b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5558eff0b80b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5558eff0b80b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5558eff0b31c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5558eff0beb1 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5558eff0b9b7 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5558eff09b0c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5558eff0b919 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5558efd7e531 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5558efd9a366 - ::write::he9f73274c7582dcd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.2/src/fallback_hash.rs:235:9 [INFO] [stdout] 16: 0x5558efd87d34 - core::hash::impls::::hash::h61dbb483ffe34aa8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/hash/mod.rs:638:13 [INFO] [stdout] 17: 0x5558efd99874 - ::hash::h8f3163940f591f10 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/string.rs:2084:9 [INFO] [stdout] 18: 0x5558efda7886 - ::hash_as_u64::h2d8253e5e1da0f1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.2/src/random_state.rs:243:9 [INFO] [stdout] 19: 0x5558efdcfd00 - ::get_hash::h101aa866b4d20fa7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.2/src/specialize.rs:67:17 [INFO] [stdout] 20: 0x5558efddc3ed - vgaligner::kmer::generate_hash::{{closure}}::h07df54eda43d2f78 [INFO] [stdout] at /opt/rustwide/workdir/src/kmer.rs:566:21 [INFO] [stdout] 21: 0x5558efdc634f - as core::iter::traits::iterator::Iterator>::for_each::h5c276c5f8831c256 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/slice/iter/macros.rs:203:21 [INFO] [stdout] 22: 0x5558efddc39a - vgaligner::kmer::generate_hash::hef6dbf3268114f19 [INFO] [stdout] at /opt/rustwide/workdir/src/kmer.rs:565:5 [INFO] [stdout] 23: 0x5558efdd5295 - vgaligner::index::test::test_table::h25ee5e89e2991d22 [INFO] [stdout] at /opt/rustwide/workdir/src/index.rs:525:22 [INFO] [stdout] 24: 0x5558efdd4fea - vgaligner::index::test::test_table::{{closure}}::h20d58bb31e16ba5b [INFO] [stdout] at /opt/rustwide/workdir/src/index.rs:508:5 [INFO] [stdout] 25: 0x5558efde161e - core::ops::function::FnOnce::call_once::h093ae5764fd16b1b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 26: 0x5558efe137c3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 27: 0x5558efe137c3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 28: 0x5558efe12270 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 29: 0x5558efe12270 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 30: 0x5558efe12270 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 31: 0x5558efe12270 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 32: 0x5558efe12270 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 33: 0x5558efe12270 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 34: 0x5558efe12270 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 35: 0x5558efded542 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 36: 0x5558efded542 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 37: 0x5558efdf12b8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 38: 0x5558efdf12b8 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 39: 0x5558efdf12b8 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 40: 0x5558efdf12b8 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 41: 0x5558efdf12b8 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 42: 0x5558efdf12b8 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 43: 0x5558efdf12b8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 44: 0x5558eff10ac7 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 45: 0x5558eff10ac7 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 46: 0x5558eff10ac7 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 47: 0x7fc19cda7609 - start_thread [INFO] [stdout] 48: 0x7fc19cb79293 - clone [INFO] [stdout] 49: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- index::test::test_serialization stdout ---- [INFO] [stdout] thread 'index::test::test_serialization' panicked at 'internal error: entered unreachable code: This should never be called', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.2/src/fallback_hash.rs:235:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5558eff09630 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5558eff09630 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5558eff09630 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5558eff09630 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5558eff2c01c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5558eff063b5 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5558eff0b80b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5558eff0b80b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5558eff0b80b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5558eff0b31c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5558eff0beb1 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5558eff0b9b7 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5558eff09b0c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5558eff0b919 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5558efd7e531 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5558efd9a366 - ::write::he9f73274c7582dcd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.2/src/fallback_hash.rs:235:9 [INFO] [stdout] 16: 0x5558efd87d34 - core::hash::impls::::hash::h61dbb483ffe34aa8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/hash/mod.rs:638:13 [INFO] [stdout] 17: 0x5558efd99874 - ::hash::h8f3163940f591f10 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/string.rs:2084:9 [INFO] [stdout] 18: 0x5558efda7886 - ::hash_as_u64::h2d8253e5e1da0f1d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.2/src/random_state.rs:243:9 [INFO] [stdout] 19: 0x5558efdcfd00 - ::get_hash::h101aa866b4d20fa7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.2/src/specialize.rs:67:17 [INFO] [stdout] 20: 0x5558efddc3ed - vgaligner::kmer::generate_hash::{{closure}}::h07df54eda43d2f78 [INFO] [stdout] at /opt/rustwide/workdir/src/kmer.rs:566:21 [INFO] [stdout] 21: 0x5558efdc634f - as core::iter::traits::iterator::Iterator>::for_each::h5c276c5f8831c256 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/slice/iter/macros.rs:203:21 [INFO] [stdout] 22: 0x5558efddc39a - vgaligner::kmer::generate_hash::hef6dbf3268114f19 [INFO] [stdout] at /opt/rustwide/workdir/src/kmer.rs:565:5 [INFO] [stdout] 23: 0x5558efdd5f02 - vgaligner::index::test::test_serialization::hf610130c74272f46 [INFO] [stdout] at /opt/rustwide/workdir/src/index.rs:573:22 [INFO] [stdout] 24: 0x5558efdd578a - vgaligner::index::test::test_serialization::{{closure}}::h796b2f077a431293 [INFO] [stdout] at /opt/rustwide/workdir/src/index.rs:541:5 [INFO] [stdout] 25: 0x5558efde17ee - core::ops::function::FnOnce::call_once::h53e2430f9af700b4 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 26: 0x5558efe137c3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 27: 0x5558efe137c3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 28: 0x5558efe12270 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 29: 0x5558efe12270 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 30: 0x5558efe12270 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 31: 0x5558efe12270 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 32: 0x5558efe12270 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 33: 0x5558efe12270 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 34: 0x5558efe12270 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 35: 0x5558efded542 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 36: 0x5558efded542 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 37: 0x5558efdf12b8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 38: 0x5558efdf12b8 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 39: 0x5558efdf12b8 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 40: 0x5558efdf12b8 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 41: 0x5558efdf12b8 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 42: 0x5558efdf12b8 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 43: 0x5558efdf12b8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 44: 0x5558eff10ac7 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 45: 0x5558eff10ac7 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 46: 0x5558eff10ac7 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 47: 0x7fc19cda7609 - start_thread [INFO] [stdout] 48: 0x7fc19cb79293 - clone [INFO] [stdout] 49: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] index::test::test_serialization [INFO] [stdout] index::test::test_table [INFO] [stdout] [INFO] [stdout] test result: FAILED. 12 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin vgaligner' [INFO] running `Command { std: "docker" "inspect" "446ec71386df62e40abf51e28495e576f0d6321e2d592f70ceebe443851c1a0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "446ec71386df62e40abf51e28495e576f0d6321e2d592f70ceebe443851c1a0f", kill_on_drop: false }` [INFO] [stdout] 446ec71386df62e40abf51e28495e576f0d6321e2d592f70ceebe443851c1a0f