[INFO] cloning repository https://github.com/trinity-1686a/collector-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/trinity-1686a/collector-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrinity-1686a%2Fcollector-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrinity-1686a%2Fcollector-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] be320ebeb954b16f5e8dada162103427af7beea3
[INFO] testing trinity-1686a/collector-rust against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrinity-1686a%2Fcollector-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/trinity-1686a/collector-rust
[INFO] finished tweaking git repo https://github.com/trinity-1686a/collector-rust
[INFO] tweaked toml for git repo https://github.com/trinity-1686a/collector-rust written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/trinity-1686a/collector-rust on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/trinity-1686a/collector-rust 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82
[INFO] running `Command { std: "docker" "start" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.68
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v1.0.91
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling log v0.4.16
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.8
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling httparse v1.7.0
[INFO] [stderr]    Compiling async-task v4.2.0
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling async-mutex v1.4.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling http v0.2.6
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling async-lock v2.5.0
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling rangetools v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]    Compiling lzma-sys v0.1.17
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling socket2 v0.5.4
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling filetime v0.2.16
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling blocking v1.2.0
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling xz2 v0.1.6
[INFO] [stderr]    Compiling xattr v0.2.2
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling darling_core v0.14.2
[INFO] [stderr]    Compiling ctor v0.1.22
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling tracing-attributes v0.1.20
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling collector-macros v0.1.0 (/opt/rustwide/workdir/collector/collector-macros)
[INFO] [stdout] warning: unused variable: `section`
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:54:26
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn from_section_text(section: &str) -> Result<Self> {
[INFO] [stdout]    |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_section`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParseSpec` is never constructed
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | struct ParseSpec {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Rule` is never constructed
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct Rule {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Position` is never used
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:38:6
[INFO] [stdout]    |
[INFO] [stdout] 38 | enum Position {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Quantity` is never used
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:44:6
[INFO] [stdout]    |
[INFO] [stdout] 44 | enum Quantity {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Version` is never constructed
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | struct Version(u32, u32, u32, u32);
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_section_text` is never used
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl ParseSpec {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 54 |     fn from_section_text(section: &str) -> Result<Self> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling polling v2.2.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling pin-project v1.0.10
[INFO] [stderr]    Compiling async-io v1.6.0
[INFO] [stderr]    Compiling darling_macro v0.14.2
[INFO] [stderr]    Compiling async-global-executor v2.0.4
[INFO] [stderr]    Compiling darling v0.14.2
[INFO] [stderr]    Compiling async-std v1.11.0
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling async-tar v0.4.2
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling tokio-util v0.7.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling sha256 v1.4.0
[INFO] [stderr]    Compiling async-compression v0.3.12
[INFO] [stderr]    Compiling async-compat v0.2.1
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper v0.14.18
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.10
[INFO] [stderr]    Compiling collector v0.1.0 (/opt/rustwide/workdir/collector)
[INFO] [stdout] warning: unused import: `super::Microdescriptor`
[INFO] [stdout]   --> collector/src/descriptor/kind/server_descriptor/microdescriptor.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |     use super::Microdescriptor;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::descriptor::kind::server_descriptor::Network`
[INFO] [stdout]   --> collector/src/descriptor/kind/server_descriptor/microdescriptor.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     use crate::descriptor::kind::server_descriptor::Network;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::descriptor::kind::utils::*`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::descriptor::kind::utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ErrorKind`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:2:27
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::error::{Error, ErrorKind};
[INFO] [stdout]   |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `space0`
[INFO] [stdout]   --> collector/src/descriptor/mod.rs:13:49
[INFO] [stdout]    |
[INFO] [stdout] 13 |         anychar, char, hex_digit1, line_ending, space0, space1, u32,
[INFO] [stdout]    |                                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nom::multi::fold_many_m_n`
[INFO] [stdout]   --> collector/src/descriptor/mod.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub use nom::multi::fold_many_m_n;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::descriptor::nom_combinators`
[INFO] [stdout]   --> collector/src/descriptor/kind/server_descriptor/microdescriptor.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |         use crate::descriptor::nom_combinators::*;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn parse(input: &str, version: (u32, u32)) -> Result<Self, Error> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `version`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:9:31
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn parse(input: &str, version: (u32, u32)) -> Result<Self, Error> {
[INFO] [stdout]   |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_version`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> collector/src/descriptor/kind/mod.rs:329:50
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn parse(input: &'a str) -> nom::IResult<&str, Self, nom::error::Error<&str>> {
[INFO] [stdout]     |                          --                      ^^^^                          ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                          |                       |
[INFO] [stdout]     |                          |                       the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn parse(input: &'a str) -> nom::IResult<&'a str, Self, nom::error::Error<&'a str>> {
[INFO] [stdout]     |                                                   ++                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> collector/src/descriptor/kind/utils.rs:6:39
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(crate) fn descriptor_lines(input: &str) -> Result<HashMap<&str, Vec<DescriptorLine>>, Error> {
[INFO] [stdout]   |                                       ^^^^                    ^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                       |                       |
[INFO] [stdout]   |                                       |                       the same lifetime is elided here
[INFO] [stdout]   |                                       the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(crate) fn descriptor_lines(input: &str) -> Result<HashMap<&str, Vec<DescriptorLine<'_>>>, Error> {
[INFO] [stdout]   |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling fallback-health v0.1.0 (/opt/rustwide/workdir/experiments/2022-07-fallback-health)
[INFO] [stderr]    Compiling bridge-history v0.1.0 (/opt/rustwide/workdir/experiments/bridge-history)
[INFO] [stderr]    Compiling china-obfs4-raise v0.1.0 (/opt/rustwide/workdir/experiments/2022-10-china-obfs4-raise)
[INFO] [stderr]    Compiling rdsys-bridge-stability v0.1.0 (/opt/rustwide/workdir/experiments/2022-05-rdsys-bridge-stability)
[INFO] [stderr]    Compiling china-obfs4-drop v0.1.0 (/opt/rustwide/workdir/experiments/2022-08-china-obfs4-drop)
[INFO] [stderr]    Compiling parse-all v0.1.0 (/opt/rustwide/workdir/experiments/parse-all)
[INFO] [stdout] warning: unused imports: `BTreeMap` and `HashMap`
[INFO] [stdout]  --> experiments/bridge-history/src/main.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::{BTreeMap, HashMap};
[INFO] [stdout]   |                        ^^^^^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime` and `Date`
[INFO] [stdout]  --> experiments/bridge-history/src/main.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use chrono::{Date, DateTime, TimeZone, Utc};
[INFO] [stdout]   |              ^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]   --> experiments/bridge-history/src/main.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let res = collector
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> experiments/parse-all/src/main.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     return;
[INFO] [stdout]    |     ------ any code following this expression is unreachable
[INFO] [stdout] 35 |
[INFO] [stdout] 36 |     let collector = Arc::new(collector);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `supported`
[INFO] [stdout]   --> experiments/parse-all/src/main.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let supported = [Type::BridgeServerDescriptor];
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supported`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `supported`
[INFO] [stdout]   --> experiments/parse-all/src/main.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let supported = [
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supported`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `supported`
[INFO] [stdout]   --> experiments/parse-all/src/main.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let supported = [Type::BridgeNetworkStatus];
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supported`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stdout] warning: unused import: `super::Microdescriptor`
[INFO] [stdout]   --> collector/src/descriptor/kind/server_descriptor/microdescriptor.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |     use super::Microdescriptor;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::descriptor::kind::server_descriptor::Network`
[INFO] [stdout]   --> collector/src/descriptor/kind/server_descriptor/microdescriptor.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     use crate::descriptor::kind::server_descriptor::Network;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stdout] warning: unused import: `crate::descriptor::kind::utils::*`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::descriptor::kind::utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ErrorKind`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:2:27
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::error::{Error, ErrorKind};
[INFO] [stdout]   |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `space0`
[INFO] [stdout]   --> collector/src/descriptor/mod.rs:13:49
[INFO] [stdout]    |
[INFO] [stdout] 13 |         anychar, char, hex_digit1, line_ending, space0, space1, u32,
[INFO] [stdout]    |                                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nom::multi::fold_many_m_n`
[INFO] [stdout]   --> collector/src/descriptor/mod.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub use nom::multi::fold_many_m_n;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::descriptor::nom_combinators`
[INFO] [stdout]   --> collector/src/descriptor/kind/server_descriptor/microdescriptor.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |         use crate::descriptor::nom_combinators::*;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn parse(input: &str, version: (u32, u32)) -> Result<Self, Error> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `version`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:9:31
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn parse(input: &str, version: (u32, u32)) -> Result<Self, Error> {
[INFO] [stdout]   |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_version`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> collector/src/descriptor/kind/mod.rs:329:50
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn parse(input: &'a str) -> nom::IResult<&str, Self, nom::error::Error<&str>> {
[INFO] [stdout]     |                          --                      ^^^^                          ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                          |                       |
[INFO] [stdout]     |                          |                       the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn parse(input: &'a str) -> nom::IResult<&'a str, Self, nom::error::Error<&'a str>> {
[INFO] [stdout]     |                                                   ++                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> collector/src/descriptor/kind/utils.rs:6:39
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(crate) fn descriptor_lines(input: &str) -> Result<HashMap<&str, Vec<DescriptorLine>>, Error> {
[INFO] [stdout]   |                                       ^^^^                    ^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                       |                       |
[INFO] [stdout]   |                                       |                       the same lifetime is elided here
[INFO] [stdout]   |                                       the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(crate) fn descriptor_lines(input: &str) -> Result<HashMap<&str, Vec<DescriptorLine<'_>>>, Error> {
[INFO] [stdout]   |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling china-obfs4-raise v0.1.0 (/opt/rustwide/workdir/experiments/2022-10-china-obfs4-raise)
[INFO] [stderr]    Compiling bridge-history v0.1.0 (/opt/rustwide/workdir/experiments/bridge-history)
[INFO] [stderr]    Compiling fallback-health v0.1.0 (/opt/rustwide/workdir/experiments/2022-07-fallback-health)
[INFO] [stderr]    Compiling china-obfs4-drop v0.1.0 (/opt/rustwide/workdir/experiments/2022-08-china-obfs4-drop)
[INFO] [stderr]    Compiling rdsys-bridge-stability v0.1.0 (/opt/rustwide/workdir/experiments/2022-05-rdsys-bridge-stability)
[INFO] [stderr]    Compiling parse-all v0.1.0 (/opt/rustwide/workdir/experiments/parse-all)
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling collector-macros v0.1.0 (/opt/rustwide/workdir/collector/collector-macros)
[INFO] [stdout] warning: unused variable: `section`
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:54:26
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn from_section_text(section: &str) -> Result<Self> {
[INFO] [stdout]    |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_section`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParseSpec` is never constructed
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | struct ParseSpec {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Rule` is never constructed
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct Rule {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Position` is never used
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:38:6
[INFO] [stdout]    |
[INFO] [stdout] 38 | enum Position {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Quantity` is never used
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:44:6
[INFO] [stdout]    |
[INFO] [stdout] 44 | enum Quantity {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Version` is never constructed
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | struct Version(u32, u32, u32, u32);
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_section_text` is never used
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl ParseSpec {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 54 |     fn from_section_text(section: &str) -> Result<Self> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `section`
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:54:26
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn from_section_text(section: &str) -> Result<Self> {
[INFO] [stdout]    |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_section`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParseSpec` is never constructed
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | struct ParseSpec {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Rule` is never constructed
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct Rule {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Position` is never used
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:38:6
[INFO] [stdout]    |
[INFO] [stdout] 38 | enum Position {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Quantity` is never used
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:44:6
[INFO] [stdout]    |
[INFO] [stdout] 44 | enum Quantity {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Version` is never constructed
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | struct Version(u32, u32, u32, u32);
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_section_text` is never used
[INFO] [stdout]   --> collector/collector-macros/src/parse_spec.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl ParseSpec {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 54 |     fn from_section_text(section: &str) -> Result<Self> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BTreeMap` and `HashMap`
[INFO] [stdout]  --> experiments/bridge-history/src/main.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::{BTreeMap, HashMap};
[INFO] [stdout]   |                        ^^^^^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime` and `Date`
[INFO] [stdout]  --> experiments/bridge-history/src/main.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use chrono::{Date, DateTime, TimeZone, Utc};
[INFO] [stdout]   |              ^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]   --> experiments/bridge-history/src/main.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let res = collector
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> experiments/parse-all/src/main.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     return;
[INFO] [stdout]    |     ------ any code following this expression is unreachable
[INFO] [stdout] 35 |
[INFO] [stdout] 36 |     let collector = Arc::new(collector);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `supported`
[INFO] [stdout]   --> experiments/parse-all/src/main.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let supported = [Type::BridgeServerDescriptor];
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supported`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `supported`
[INFO] [stdout]   --> experiments/parse-all/src/main.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let supported = [
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supported`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `supported`
[INFO] [stdout]   --> experiments/parse-all/src/main.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let supported = [Type::BridgeNetworkStatus];
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supported`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling collector v0.1.0 (/opt/rustwide/workdir/collector)
[INFO] [stdout] warning: unused import: `crate::descriptor::kind::utils::*`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::descriptor::kind::utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ErrorKind`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:2:27
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::error::{Error, ErrorKind};
[INFO] [stdout]   |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `space0`
[INFO] [stdout]   --> collector/src/descriptor/mod.rs:13:49
[INFO] [stdout]    |
[INFO] [stdout] 13 |         anychar, char, hex_digit1, line_ending, space0, space1, u32,
[INFO] [stdout]    |                                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nom::multi::fold_many_m_n`
[INFO] [stdout]   --> collector/src/descriptor/mod.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub use nom::multi::fold_many_m_n;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::descriptor::nom_combinators`
[INFO] [stdout]   --> collector/src/descriptor/kind/server_descriptor/microdescriptor.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |         use crate::descriptor::nom_combinators::*;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn parse(input: &str, version: (u32, u32)) -> Result<Self, Error> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `version`
[INFO] [stdout]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:9:31
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn parse(input: &str, version: (u32, u32)) -> Result<Self, Error> {
[INFO] [stdout]   |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_version`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> collector/src/descriptor/kind/mod.rs:329:50
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn parse(input: &'a str) -> nom::IResult<&str, Self, nom::error::Error<&str>> {
[INFO] [stdout]     |                          --                      ^^^^                          ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                          |                       |
[INFO] [stdout]     |                          |                       the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn parse(input: &'a str) -> nom::IResult<&'a str, Self, nom::error::Error<&'a str>> {
[INFO] [stdout]     |                                                   ++                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> collector/src/descriptor/kind/utils.rs:6:39
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(crate) fn descriptor_lines(input: &str) -> Result<HashMap<&str, Vec<DescriptorLine>>, Error> {
[INFO] [stdout]   |                                       ^^^^                    ^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                                       |                       |
[INFO] [stdout]   |                                       |                       the same lifetime is elided here
[INFO] [stdout]   |                                       the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(crate) fn descriptor_lines(input: &str) -> Result<HashMap<&str, Vec<DescriptorLine<'_>>>, Error> {
[INFO] [stdout]   |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.61s
[INFO] running `Command { std: "docker" "inspect" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: unused import: `super::Microdescriptor`
[INFO] [stderr]   --> collector/src/descriptor/kind/server_descriptor/microdescriptor.rs:96:9
[INFO] [stderr]    |
[INFO] [stderr] 96 |     use super::Microdescriptor;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::descriptor::kind::server_descriptor::Network`
[INFO] [stderr]   --> collector/src/descriptor/kind/server_descriptor/microdescriptor.rs:97:9
[INFO] [stderr]    |
[INFO] [stderr] 97 |     use crate::descriptor::kind::server_descriptor::Network;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::descriptor::kind::utils::*`
[INFO] [stderr]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::descriptor::kind::utils::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ErrorKind`
[INFO] [stderr]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:2:27
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::error::{Error, ErrorKind};
[INFO] [stderr]   |                           ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `space0`
[INFO] [stderr]   --> collector/src/descriptor/mod.rs:13:49
[INFO] [stderr]    |
[INFO] [stderr] 13 |         anychar, char, hex_digit1, line_ending, space0, space1, u32,
[INFO] [stderr]    |                                                 ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `nom::multi::fold_many_m_n`
[INFO] [stderr]   --> collector/src/descriptor/mod.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub use nom::multi::fold_many_m_n;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::descriptor::nom_combinators`
[INFO] [stderr]   --> collector/src/descriptor/kind/server_descriptor/microdescriptor.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 |         use crate::descriptor::nom_combinators::*;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `input`
[INFO] [stderr]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:9:18
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub fn parse(input: &str, version: (u32, u32)) -> Result<Self, Error> {
[INFO] [stderr]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `version`
[INFO] [stderr]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:9:31
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub fn parse(input: &str, version: (u32, u32)) -> Result<Self, Error> {
[INFO] [stderr]   |                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_version`
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> collector/src/descriptor/kind/mod.rs:329:50
[INFO] [stderr]     |
[INFO] [stderr] 329 |     pub fn parse(input: &'a str) -> nom::IResult<&str, Self, nom::error::Error<&str>> {
[INFO] [stderr]     |                          --                      ^^^^                          ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                          |                       |
[INFO] [stderr]     |                          |                       the same lifetime is elided here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 329 |     pub fn parse(input: &'a str) -> nom::IResult<&'a str, Self, nom::error::Error<&'a str>> {
[INFO] [stderr]     |                                                   ++                               ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> collector/src/descriptor/kind/utils.rs:6:39
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub(crate) fn descriptor_lines(input: &str) -> Result<HashMap<&str, Vec<DescriptorLine>>, Error> {
[INFO] [stderr]   |                                       ^^^^                    ^^^^      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                       |                       |
[INFO] [stderr]   |                                       |                       the same lifetime is elided here
[INFO] [stderr]   |                                       the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub(crate) fn descriptor_lines(input: &str) -> Result<HashMap<&str, Vec<DescriptorLine<'_>>>, Error> {
[INFO] [stderr]   |                                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `collector` (lib) generated 11 warnings (run `cargo fix --lib -p collector` to apply 10 suggestions)
[INFO] [stderr] warning: unused variable: `section`
[INFO] [stderr]   --> collector/collector-macros/src/parse_spec.rs:54:26
[INFO] [stderr]    |
[INFO] [stderr] 54 |     fn from_section_text(section: &str) -> Result<Self> {
[INFO] [stderr]    |                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_section`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ParseSpec` is never constructed
[INFO] [stderr]   --> collector/collector-macros/src/parse_spec.rs:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 | struct ParseSpec {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Rule` is never constructed
[INFO] [stderr]   --> collector/collector-macros/src/parse_spec.rs:31:8
[INFO] [stderr]    |
[INFO] [stderr] 31 | struct Rule {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Position` is never used
[INFO] [stderr]   --> collector/collector-macros/src/parse_spec.rs:38:6
[INFO] [stderr]    |
[INFO] [stderr] 38 | enum Position {
[INFO] [stderr]    |      ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Quantity` is never used
[INFO] [stderr]   --> collector/collector-macros/src/parse_spec.rs:44:6
[INFO] [stderr]    |
[INFO] [stderr] 44 | enum Quantity {
[INFO] [stderr]    |      ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Version` is never constructed
[INFO] [stderr]   --> collector/collector-macros/src/parse_spec.rs:51:8
[INFO] [stderr]    |
[INFO] [stderr] 51 | struct Version(u32, u32, u32, u32);
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_section_text` is never used
[INFO] [stderr]   --> collector/collector-macros/src/parse_spec.rs:54:8
[INFO] [stderr]    |
[INFO] [stderr] 53 | impl ParseSpec {
[INFO] [stderr]    | -------------- associated function in this implementation
[INFO] [stderr] 54 |     fn from_section_text(section: &str) -> Result<Self> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable statement
[INFO] [stderr]   --> experiments/parse-all/src/main.rs:36:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     return;
[INFO] [stderr]    |     ------ any code following this expression is unreachable
[INFO] [stderr] 35 |
[INFO] [stderr] 36 |     let collector = Arc::new(collector);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `supported`
[INFO] [stderr]   --> experiments/parse-all/src/main.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |     let supported = [Type::BridgeServerDescriptor];
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supported`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `supported`
[INFO] [stderr]   --> experiments/parse-all/src/main.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let supported = [
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supported`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `supported`
[INFO] [stderr]   --> experiments/parse-all/src/main.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 23 |     let supported = [Type::BridgeNetworkStatus];
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_supported`
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `BTreeMap` and `HashMap`
[INFO] [stderr]  --> experiments/bridge-history/src/main.rs:1:24
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::collections::{BTreeMap, HashMap};
[INFO] [stderr]   |                        ^^^^^^^^  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `DateTime` and `Date`
[INFO] [stderr]  --> experiments/bridge-history/src/main.rs:3:14
[INFO] [stderr]   |
[INFO] [stderr] 3 | use chrono::{Date, DateTime, TimeZone, Utc};
[INFO] [stderr]   |              ^^^^  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `res`
[INFO] [stderr]   --> experiments/bridge-history/src/main.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 23 |     let res = collector
[INFO] [stderr]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::descriptor::kind::utils::*`
[INFO] [stderr]  --> collector/src/descriptor/kind/server_descriptor/network_status_microdesc_consensus_3.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::descriptor::kind::utils::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `collector-macros` (lib) generated 7 warnings (run `cargo fix --lib -p collector-macros` to apply 1 suggestion)
[INFO] [stderr] warning: `parse-all` (bin "parse-all" test) generated 4 warnings (run `cargo fix --bin "parse-all" -p parse-all --tests` to apply 3 suggestions)
[INFO] [stderr] warning: `bridge-history` (bin "bridge-history" test) generated 3 warnings (run `cargo fix --bin "bridge-history" -p bridge-history --tests` to apply 3 suggestions)
[INFO] [stderr] warning: `collector` (lib test) generated 9 warnings (8 duplicates) (run `cargo fix --lib -p collector --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `collector-macros` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bridge_history-c095d1be44844140)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/china_obfs4_drop-f68b1349514d6f3e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/china_obfs4_raise-43558a84f5faa16c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/collector-fb88ca8448c901ea)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test descriptor::kind::server_descriptor::microdescriptor::tests::test_parse_microdesc ... ok
[INFO] [stdout] test descriptor::kind::tests::test_bridge_extra_info ... ok
[INFO] [stdout] test descriptor::kind::tests::test_bridge_network_status ... ok
[INFO] [stdout] test descriptor::kind::tests::test_server_descriptor ... ok
[INFO] [stdout] test descriptor::kind::tests::test_bridgestrap_stats ... ok
[INFO] [stdout] test descriptor::kind::tests::test_bridge_server_descriptor ... ok
[INFO] [stdout] test tests::test_download_index ... FAILED
[INFO] [stdout] test descriptor::kind::tests::test_bridge_server_descriptors ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_download_index stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_download_index' (2644) panicked at collector/src/lib.rs:16:73:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("collector.torproject.org")), port: None, path: "/index/index.json", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55cf58f91e71 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55cf58f91e71 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55cf58f91e71 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55cf58f91e71 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55cf58fa82ea - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55cf58fa82ea - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x55cf58f96c4c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x55cf58f96c4c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x55cf58f6da96 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55cf58f6da96 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55cf58f88e09 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55cf58b2f4f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x55cf58b2f4f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55cf58f89132 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x55cf58f89132 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x55cf58f6db42 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x55cf58f64f89 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55cf58f6e9cd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x55cf58fa8aec - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55cf58fa8862 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x55cf58a416cc - <core[6883ba1bc0fe4ed1]::result::Result<collector[a2e794f98a595c9f]::collector::CollecTor, collector[a2e794f98a595c9f]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x55cf58a416cc - collector[a2e794f98a595c9f]::tests::test_download_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/collector/src/lib.rs:16:73
[INFO] [stdout]   22:     0x55cf58a50b02 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55cf58a50b3d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55cf58abf2ed - <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   25:     0x55cf58abf1eb - tokio[32700c3f2aab9b4a]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   26:     0x55cf58abf1eb - tokio[32700c3f2aab9b4a]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   27:     0x55cf58abf1eb - <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   28:     0x55cf58abbc20 - <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   29:     0x55cf58abe59d - <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   30:     0x55cf58abe324 - <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   31:     0x55cf58a6132b - <tokio[32700c3f2aab9b4a]::runtime::context::scoped::Scoped<tokio[32700c3f2aab9b4a]::runtime::scheduler::Context>>::set::<<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x55cf58a22a69 - tokio[32700c3f2aab9b4a]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x55cf58a53142 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[32700c3f2aab9b4a]::runtime::context::Context>>::try_with::<tokio[32700c3f2aab9b4a]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   34:     0x55cf58a52f0e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[32700c3f2aab9b4a]::runtime::context::Context>>::with::<tokio[32700c3f2aab9b4a]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   35:     0x55cf58a21f1d - tokio[32700c3f2aab9b4a]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x55cf58abcc90 - <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   37:     0x55cf58abcf06 - <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   38:     0x55cf58abdfe9 - <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   39:     0x55cf58a22243 - tokio[32700c3f2aab9b4a]::runtime::context::runtime::enter_runtime::<<tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x55cf58abb711 - <tokio[32700c3f2aab9b4a]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   41:     0x55cf58abb62a - <tokio[32700c3f2aab9b4a]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/runtime.rs:347:52
[INFO] [stdout]   42:     0x55cf58a4d7e5 - collector[a2e794f98a595c9f]::tests::test_download_index
[INFO] [stdout]                                at /opt/rustwide/workdir/collector/src/lib.rs:16:81
[INFO] [stdout]   43:     0x55cf58a41297 - collector[a2e794f98a595c9f]::tests::test_download_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/collector/src/lib.rs:14:35
[INFO] [stdout]   44:     0x55cf58aabf26 - <collector[a2e794f98a595c9f]::tests::test_download_index::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x55cf58b2282b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55cf58b2282b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x55cf58b2fe75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x55cf58b2fe75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x55cf58b2fe75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x55cf58b2fe75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x55cf58b2fe75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x55cf58b2fe75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x55cf58b2fe75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x55cf58b2a924 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x55cf58b2a924 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x55cf58b32fc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x55cf58b32fc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x55cf58b32fc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x55cf58b32fc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x55cf58b32fc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x55cf58b32fc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x55cf58b32fc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x55cf58f90fdf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   64:     0x55cf58f90fdf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   65:     0x7bd975dd1aa4 - <unknown>
[INFO] [stdout]   66:     0x7bd975e5ea64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_download_index
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p collector --lib`
[INFO] [stdout] test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82", kill_on_drop: false }`
[INFO] [stdout] f9da59d651b59adb929174deaa0aa5a3d2344ef14d14ff50d0de77ed1185cb82
