[INFO] cloning repository https://github.com/ckauhaus/nixos-advisory-survey
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ckauhaus/nixos-advisory-survey" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckauhaus%2Fnixos-advisory-survey", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckauhaus%2Fnixos-advisory-survey'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a88a3604501fcc55dcfeaa19dd3bb85cc1e96e29
[INFO] testing ckauhaus/nixos-advisory-survey against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckauhaus%2Fnixos-advisory-survey" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ckauhaus/nixos-advisory-survey
[INFO] finished tweaking git repo https://github.com/ckauhaus/nixos-advisory-survey
[INFO] tweaked toml for git repo https://github.com/ckauhaus/nixos-advisory-survey written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ckauhaus/nixos-advisory-survey on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ckauhaus/nixos-advisory-survey 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 682b9399c623c26e3392842800f95818d1fc0016625e35cb06f4078ca36bcb0c
[INFO] running `Command { std: "docker" "start" "-a" "682b9399c623c26e3392842800f95818d1fc0016625e35cb06f4078ca36bcb0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "682b9399c623c26e3392842800f95818d1fc0016625e35cb06f4078ca36bcb0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "682b9399c623c26e3392842800f95818d1fc0016625e35cb06f4078ca36bcb0c", kill_on_drop: false }`
[INFO] [stdout] 682b9399c623c26e3392842800f95818d1fc0016625e35cb06f4078ca36bcb0c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ba55f5983a1839cb8c4a87e4589a14b573245dd92d22f56a0f442db06fe618f
[INFO] running `Command { std: "docker" "start" "-a" "6ba55f5983a1839cb8c4a87e4589a14b573245dd92d22f56a0f442db06fe618f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling proc-macro2 v1.0.33
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling serde_derive v1.0.131
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]    Compiling serde v1.0.131
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]    Compiling libz-sys v1.1.3
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling futures-sink v0.3.18
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling futures-io v0.3.18
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling http-body v0.3.1
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling libgit2-sys v0.12.26+1.3.0
[INFO] [stderr]    Compiling term_size v0.3.2
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling httpdate v0.3.2
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling serde_json v1.0.73
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling tokio-tls v0.3.1
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling anyhow v1.0.51
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling hyper v0.13.10
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling hyper-tls v0.4.3
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling reqwest v0.10.10
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling structopt v0.3.25
[INFO] [stderr]    Compiling smol_str v0.1.21
[INFO] [stderr]    Compiling colored v1.9.3
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling git2 v0.13.25
[INFO] [stderr]    Compiling survey v0.9.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/branches.rs:147:13
[INFO] [stdout]     |
[INFO] [stdout] 147 |         for mut b in bs.specs.iter_mut() {
[INFO] [stdout]     |             ----^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/tracker/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Issue {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 23 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Issue` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 4m 42s
[INFO] running `Command { std: "docker" "inspect" "6ba55f5983a1839cb8c4a87e4589a14b573245dd92d22f56a0f442db06fe618f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ba55f5983a1839cb8c4a87e4589a14b573245dd92d22f56a0f442db06fe618f", kill_on_drop: false }`
[INFO] [stdout] 6ba55f5983a1839cb8c4a87e4589a14b573245dd92d22f56a0f442db06fe618f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f9c78d31bd07c8db6a6f4d840f573fd11203fd58dfa3344dc2a4da99d76e6d4
[INFO] running `Command { std: "docker" "start" "-a" "0f9c78d31bd07c8db6a6f4d840f573fd11203fd58dfa3344dc2a4da99d76e6d4", kill_on_drop: false }`
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]    Compiling xattr v0.2.2
[INFO] [stderr]    Compiling filetime v0.2.15
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling rle-decode-fast v1.0.1
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling tar v0.4.37
[INFO] [stderr]    Compiling libflate v0.1.27
[INFO] [stderr]    Compiling survey v0.9.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/branches.rs:147:13
[INFO] [stdout]     |
[INFO] [stdout] 147 |         for mut b in bs.specs.iter_mut() {
[INFO] [stdout]     |             ----^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/tracker/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Issue {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 23 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Issue` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 25.04s
[INFO] running `Command { std: "docker" "inspect" "0f9c78d31bd07c8db6a6f4d840f573fd11203fd58dfa3344dc2a4da99d76e6d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f9c78d31bd07c8db6a6f4d840f573fd11203fd58dfa3344dc2a4da99d76e6d4", kill_on_drop: false }`
[INFO] [stdout] 0f9c78d31bd07c8db6a6f4d840f573fd11203fd58dfa3344dc2a4da99d76e6d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 769effe2a5798ed21817c8b6ee83bc767375fc2f06ed63adc9d9d34ce9d98b68
[INFO] running `Command { std: "docker" "start" "-a" "769effe2a5798ed21817c8b6ee83bc767375fc2f06ed63adc9d9d34ce9d98b68", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/branches.rs:147:13
[INFO] [stderr]     |
[INFO] [stderr] 147 |         for mut b in bs.specs.iter_mut() {
[INFO] [stderr]     |             ----^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `id` is never read
[INFO] [stderr]   --> src/tracker/mod.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct Issue {
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] 23 |     pub id: u64,
[INFO] [stderr]    |         ^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Issue` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `survey` (bin "survey" test) generated 2 warnings (run `cargo fix --bin "survey" -p survey --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/survey-4374c34a8da3b8c0)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test advisory::test::ordering ... ok
[INFO] [stdout] test advisory::test::parse_cve ... ok
[INFO] [stdout] test advisory::test::deserialize ... ok
[INFO] [stdout] test advisory::test::fmt_cve ... ok
[INFO] [stdout] test advisory::test::serialize ... ok
[INFO] [stdout] test advisory::test::parse_invalid_cves ... ok
[INFO] [stdout] test filter::test::filter_installed ... ok
[INFO] [stdout] test packages::test::package_name_version ... ok
[INFO] [stdout] test branches::test::no_duplicate_branch_names ... ok
[INFO] [stdout] test packages::test::parse ... ok
[INFO] [stdout] test packages::test::format ... ok
[INFO] [stdout] test filter::test::should_contain_derivations ... ok
[INFO] [stdout] test branches::test::branchspec_empty ... ok
[INFO] [stdout] test branches::test::branchspec_invalid_chars ... ok
[INFO] [stdout] test packages::test::parse_nested_maintainers ... ok
[INFO] [stdout] test packages::test::parse_known_vulnerabilities ... ok
[INFO] [stdout] test scan::test::should_add_maintainers ... ok
[INFO] [stdout] test ticket::test::decode_scan_multiple_branches ... ok
[INFO] [stdout] test branches::test::correct_branchspecs ... ok
[INFO] [stdout] test ticket::test::cmp_score_ordering ... ok
[INFO] [stdout] test scan::test::load_json ... ok
[INFO] [stdout] test ticket::test::decode_scan_single_branch ... ok
[INFO] [stderr] 
[INFO] [stderr] thread 'branches::test::resolve_branches' (26) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rle-decode-fast-1.0.1/src/lib.rs:85:18:
[INFO] [stderr] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stderr] 
[INFO] [stderr] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stderr] stack backtrace:
[INFO] [stdout] test ticket::test::max_score ... ok
[INFO] [stderr]    0:     0x5bc4295c8d0a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x5bc4295c8d0a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x5bc4295c8d0a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x5bc4295c8d0a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x5bc4295e03ba - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x5bc4295e03ba - core[10b6fa85044e1869]::fmt::write
[INFO] [stderr]    6:     0x5bc4295cfa72 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x5bc4295cfa72 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stderr]    8:     0x5bc4295a550f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x5bc4295a550f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x5bc4295bff51 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x5bc42944ad7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stderr]   12:     0x5bc42944ad7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stderr]   13:     0x5bc4295c0202 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stderr]   14:     0x5bc4295c0202 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stderr]   15:     0x5bc4295a55fa - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stderr]   16:     0x5bc42959cc09 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   17:     0x5bc4295a64fd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stderr]   18:     0x5bc4295e0a7d - core[10b6fa85044e1869]::panicking::panic_nounwind_fmt::runtime
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:122:22
[INFO] [stderr]   19:     0x5bc4295e0a7d - core[10b6fa85044e1869]::panicking::panic_nounwind_fmt
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/intrinsics/mod.rs:2447:9
[INFO] [stderr]   20:     0x5bc42942cb21 - <usize as core[10b6fa85044e1869]::slice::index::SliceIndex<[_]>>::get_unchecked_mut::precondition_check
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ub_checks.rs:73:21
[INFO] [stderr]   21:     0x5bc42942cb21 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::hcd5b6e45f3d1f36d
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ub_checks.rs:78:17
[INFO] [stderr]   22:     0x5bc42942cb21 - core::slice::<impl [T]>::get_unchecked_mut::hb9bc4bb7b3592efc
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/slice/mod.rs:691:30
[INFO] [stderr]   23:     0x5bc42942cb21 - rle_decode_fast::append_from_within::h581806b610cf6030
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rle-decode-fast-1.0.1/src/lib.rs:85:18
[INFO] [stderr]   24:     0x5bc42942cb21 - rle_decode_fast::rle_decode::h58d5e46b9c71a6de
[INFO] [stderr]   25:     0x5bc42942cb21 - libflate::deflate::decode::Decoder<R>::read_compressed_block::he8145621761d4193
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libflate-0.1.27/src/deflate/decode.rs:125:21
[INFO] [stderr]   26:     0x5bc429429de4 - <libflate::deflate::decode::Decoder<R> as std::io::Read>::read::h10f38470fde3a783
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libflate-0.1.27/src/deflate/decode.rs:175:26
[INFO] [stderr]   27:     0x5bc4293f591f - <libflate::gzip::Decoder<R> as std::io::Read>::read::h318af594f63c4866
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libflate-0.1.27/src/gzip.rs:993:41
[INFO] [stderr]   28:     0x5bc42948ea0e - <&tar::archive::ArchiveInner<R> as std::io::Read>::read::hf515b0cf81eaefa8
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.37/src/archive.rs:505:31
[INFO] [stderr]   29:     0x5bc42948ea0e - tar::archive::try_read_all::hc9dab2b097ed0081
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.37/src/archive.rs:519:17
[INFO] [stderr]   30:     0x5bc42948ecb7 - tar::archive::EntriesFields::next_entry_raw::hf72671f0b67d8bab
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.37/src/archive.rs:247:17
[INFO] [stderr]   31:     0x5bc4294900d2 - tar::archive::EntriesFields::next_entry::h71052b9f78fcaf19
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.37/src/archive.rs:319:36
[INFO] [stderr]   32:     0x5bc4294900d2 - <tar::archive::EntriesFields as core::iter::traits::iterator::Iterator>::next::h5de0e8f30163713b
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.37/src/archive.rs:488:24
[INFO] [stderr]   33:     0x5bc42948f5ca - tar::archive::Archive<dyn std::io::Read>::_unpack::hafd107a1946147b5
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.37/src/archive.rs:179:22
[INFO] [stderr]   34:     0x5bc42941394f - tar::archive::Archive<R>::unpack::h1eff87499fd81859
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.37/src/archive.rs:101:12
[INFO] [stderr]   35:     0x5bc42941394f - survey::branches::test::resolve_branches::h6eb4106e4af1ec57
[INFO] [stderr]                                at /opt/rustwide/workdir/src/branches.rs:295:65
[INFO] [stderr]   36:     0x5bc42941ef69 - survey::branches::test::resolve_branches::{{closure}}::h2df84c0e0b069b8b
[INFO] [stderr]                                at /opt/rustwide/workdir/src/branches.rs:292:30
[INFO] [stderr]   37:     0x5bc42941ef69 - core::ops::function::FnOnce::call_once::hb90a0bc88325a0bc
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   38:     0x5bc42943ee5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   39:     0x5bc42943ee5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stderr]   40:     0x5bc42944b84b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stderr]   41:     0x5bc42944b84b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   42:     0x5bc42944b84b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stderr]   43:     0x5bc42944b84b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stderr]   44:     0x5bc42944b84b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stderr]   45:     0x5bc42944b84b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stderr]   46:     0x5bc42944b84b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stderr]   47:     0x5bc429446f64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stderr]   48:     0x5bc429446f64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   49:     0x5bc42944e452 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stderr]   50:     0x5bc42944e452 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   51:     0x5bc42944e452 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stderr]   52:     0x5bc42944e452 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stderr]   53:     0x5bc42944e452 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stderr]   54:     0x5bc42944e452 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stderr]   55:     0x5bc42944e452 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   56:     0x5bc4295c822f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stderr]   57:     0x5bc4295c822f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stderr]   58:     0x7e88320f4aa4 - <unknown>
[INFO] [stderr]   59:     0x7e8832181a64 - clone
[INFO] [stderr]   60:                0x0 - <unknown>
[INFO] [stderr] thread caused non-unwinding panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `--bin survey`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/survey-4374c34a8da3b8c0` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "769effe2a5798ed21817c8b6ee83bc767375fc2f06ed63adc9d9d34ce9d98b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "769effe2a5798ed21817c8b6ee83bc767375fc2f06ed63adc9d9d34ce9d98b68", kill_on_drop: false }`
[INFO] [stdout] 769effe2a5798ed21817c8b6ee83bc767375fc2f06ed63adc9d9d34ce9d98b68
