[INFO] cloning repository https://github.com/Hortus-Edenensis/AutoCLI
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hortus-Edenensis/AutoCLI" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHortus-Edenensis%2FAutoCLI", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHortus-Edenensis%2FAutoCLI'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ddffa0335476e5965ddedb7f65755e2e42a34ce0
[INFO] testing Hortus-Edenensis/AutoCLI against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHortus-Edenensis%2FAutoCLI" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Hortus-Edenensis/AutoCLI
[INFO] finished tweaking git repo https://github.com/Hortus-Edenensis/AutoCLI
[INFO] tweaked toml for git repo https://github.com/Hortus-Edenensis/AutoCLI written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Hortus-Edenensis/AutoCLI on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Hortus-Edenensis/AutoCLI 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.64
[INFO] [stderr]   Downloaded iri-string v0.7.11
[INFO] [stderr]   Downloaded inquire v0.7.5
[INFO] [stderr]   Downloaded clap_complete v4.6.0
[INFO] [stderr]   Downloaded tokio-tungstenite v0.28.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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] 23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4
[INFO] running `Command { std: "docker" "start" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4", 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" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4", 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" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling iri-string v0.7.11
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling autocli-discovery v0.2.4 (/opt/rustwide/workdir/crates/autocli-discovery)
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling newline-converter v0.3.0
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling inquire v0.7.5
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling clap_complete v4.6.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling autocli-core v0.2.4 (/opt/rustwide/workdir/crates/autocli-core)
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling autocli-output v0.2.4 (/opt/rustwide/workdir/crates/autocli-output)
[INFO] [stderr]    Compiling autocli-external v0.2.4 (/opt/rustwide/workdir/crates/autocli-external)
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling autocli-pipeline v0.2.4 (/opt/rustwide/workdir/crates/autocli-pipeline)
[INFO] [stderr]    Compiling autocli-browser v0.2.4 (/opt/rustwide/workdir/crates/autocli-browser)
[INFO] [stdout] warning: unused variable: `action_args_json`
[INFO] [stdout]    --> crates/autocli-pipeline/src/steps/tap.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |         let action_args_json = serde_json::to_string(&action_args).unwrap_or("[]".to_string());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_action_args_json`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/autocli-pipeline/src/template/filters.rs:360:23
[INFO] [stdout]     |
[INFO] [stdout] 360 |         Value::Number(n) => input.clone(),
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling autocli-ai v0.2.4 (/opt/rustwide/workdir/crates/autocli-ai)
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]  --> crates/autocli-ai/src/synthesize.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::{HashMap, HashSet};
[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: `json`
[INFO] [stdout]  --> crates/autocli-ai/src/ai_generate.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde_json::{json, Value};
[INFO] [stdout]   |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `site`
[INFO] [stdout]   --> crates/autocli-ai/src/llm.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     site: &str,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_site`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `has_paren`
[INFO] [stdout]    --> crates/autocli-ai/src/ai_generate.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let has_paren = clean.starts_with("(async");
[INFO] [stdout]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_has_paren`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling autocli v0.2.4 (/opt/rustwide/workdir/crates/autocli-cli)
[INFO] [stdout] warning: value assigned to `need_ai_generate` is never read
[INFO] [stdout]    --> crates/autocli-cli/src/main.rs:737:56
[INFO] [stdout]     |
[INFO] [stdout] 737 | ...                   let mut need_ai_generate = false;
[INFO] [stdout]     |                                                  ^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 804 | ...                                           need_ai_generate = true;
[INFO] [stdout]     |                                               ----------------------- `need_ai_generate` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.99s
[INFO] running `Command { std: "docker" "inspect" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4", 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" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocli-external v0.2.4 (/opt/rustwide/workdir/crates/autocli-external)
[INFO] [stderr]    Compiling autocli-core v0.2.4 (/opt/rustwide/workdir/crates/autocli-core)
[INFO] [stderr]    Compiling autocli-output v0.2.4 (/opt/rustwide/workdir/crates/autocli-output)
[INFO] [stdout] warning: unused variable: `action_args_json`
[INFO] [stdout]    --> crates/autocli-pipeline/src/steps/tap.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |         let action_args_json = serde_json::to_string(&action_args).unwrap_or("[]".to_string());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_action_args_json`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/autocli-pipeline/src/template/filters.rs:360:23
[INFO] [stdout]     |
[INFO] [stdout] 360 |         Value::Number(n) => input.clone(),
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling autocli-pipeline v0.2.4 (/opt/rustwide/workdir/crates/autocli-pipeline)
[INFO] [stderr]    Compiling autocli-browser v0.2.4 (/opt/rustwide/workdir/crates/autocli-browser)
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]  --> crates/autocli-ai/src/synthesize.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::{HashMap, HashSet};
[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: `json`
[INFO] [stdout]  --> crates/autocli-ai/src/ai_generate.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde_json::{json, Value};
[INFO] [stdout]   |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `site`
[INFO] [stdout]   --> crates/autocli-ai/src/llm.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     site: &str,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_site`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `has_paren`
[INFO] [stdout]    --> crates/autocli-ai/src/ai_generate.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let has_paren = clean.starts_with("(async");
[INFO] [stdout]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_has_paren`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling autocli-ai v0.2.4 (/opt/rustwide/workdir/crates/autocli-ai)
[INFO] [stderr]    Compiling autocli-discovery v0.2.4 (/opt/rustwide/workdir/crates/autocli-discovery)
[INFO] [stderr]    Compiling autocli v0.2.4 (/opt/rustwide/workdir/crates/autocli-cli)
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]  --> crates/autocli-ai/src/synthesize.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::{HashMap, HashSet};
[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: `json`
[INFO] [stdout]  --> crates/autocli-ai/src/ai_generate.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde_json::{json, Value};
[INFO] [stdout]   |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `need_ai_generate` is never read
[INFO] [stdout]    --> crates/autocli-cli/src/main.rs:737:56
[INFO] [stdout]     |
[INFO] [stdout] 737 | ...                   let mut need_ai_generate = false;
[INFO] [stdout]     |                                                  ^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 804 | ...                                           need_ai_generate = true;
[INFO] [stdout]     |                                               ----------------------- `need_ai_generate` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `action_args_json`
[INFO] [stdout]    --> crates/autocli-pipeline/src/steps/tap.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |         let action_args_json = serde_json::to_string(&action_args).unwrap_or("[]".to_string());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_action_args_json`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/autocli-pipeline/src/template/filters.rs:360:23
[INFO] [stdout]     |
[INFO] [stdout] 360 |         Value::Number(n) => input.clone(),
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `site`
[INFO] [stdout]   --> crates/autocli-ai/src/llm.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     site: &str,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_site`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `has_paren`
[INFO] [stdout]    --> crates/autocli-ai/src/ai_generate.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let has_paren = clean.starts_with("(async");
[INFO] [stdout]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_has_paren`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.69s
[INFO] running `Command { std: "docker" "inspect" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4", 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" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `action_args_json`
[INFO] [stderr]    --> crates/autocli-pipeline/src/steps/tap.rs:114:13
[INFO] [stderr]     |
[INFO] [stderr] 114 |         let action_args_json = serde_json::to_string(&action_args).unwrap_or("[]".to_string());
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_action_args_json`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]    --> crates/autocli-pipeline/src/template/filters.rs:360:23
[INFO] [stderr]     |
[INFO] [stderr] 360 |         Value::Number(n) => input.clone(),
[INFO] [stderr]     |                       ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr] 
[INFO] [stderr] warning: `autocli-pipeline` (lib) generated 2 warnings (run `cargo fix --lib -p autocli-pipeline` to apply 2 suggestions)
[INFO] [stderr] warning: `autocli-pipeline` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: unused import: `HashMap`
[INFO] [stderr]  --> crates/autocli-ai/src/synthesize.rs:4:24
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::collections::{HashMap, HashSet};
[INFO] [stderr]   |                        ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `json`
[INFO] [stderr]  --> crates/autocli-ai/src/ai_generate.rs:6:18
[INFO] [stderr]   |
[INFO] [stderr] 6 | use serde_json::{json, Value};
[INFO] [stderr]   |                  ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `site`
[INFO] [stderr]   --> crates/autocli-ai/src/llm.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     site: &str,
[INFO] [stderr]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_site`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `has_paren`
[INFO] [stderr]    --> crates/autocli-ai/src/ai_generate.rs:107:9
[INFO] [stderr]     |
[INFO] [stderr] 107 |     let has_paren = clean.starts_with("(async");
[INFO] [stderr]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_has_paren`
[INFO] [stderr] 
[INFO] [stderr] warning: `autocli-ai` (lib) generated 4 warnings (run `cargo fix --lib -p autocli-ai` to apply 4 suggestions)
[INFO] [stderr] warning: `autocli-ai` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr] warning: value assigned to `need_ai_generate` is never read
[INFO] [stderr]    --> crates/autocli-cli/src/main.rs:737:56
[INFO] [stderr]     |
[INFO] [stderr] 737 | ...                   let mut need_ai_generate = false;
[INFO] [stderr]     |                                                  ^^^^^ this value is reassigned later and never used
[INFO] [stderr] ...
[INFO] [stderr] 804 | ...                                           need_ai_generate = true;
[INFO] [stderr]     |                                               ----------------------- `need_ai_generate` is overwritten here before the previous value is read
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `autocli` (bin "autocli" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/autocli-0ca210f669ca37e4)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test args::tests::test_bool_coercion ... ok
[INFO] [stdout] test args::tests::test_choices_validation ... ok
[INFO] [stdout] test args::tests::test_default_filling ... ok
[INFO] [stdout] test args::tests::test_int_coercion ... ok
[INFO] [stdout] test args::tests::test_required_missing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 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/autocli_ai-a7de891b0bf44351)
[INFO] [stdout] 
[INFO] [stdout] running 61 tests
[INFO] [stdout] test cascade::tests::test_cascade_order_ends_with_intercept ... ok
[INFO] [stdout] test cascade::tests::test_cascade_order_starts_with_public ... ok
[INFO] [stdout] test cascade::tests::test_cookie_probe_js_has_credentials ... ok
[INFO] [stdout] test cascade::tests::test_header_probe_js_extracts_csrf ... ok
[INFO] [stdout] test cascade::tests::test_probe_js_url_escaping ... ok
[INFO] [stdout] test cascade::tests::test_probe_js_checks_chinese_api_code ... ok
[INFO] [stdout] test cascade::tests::test_public_probe_js_has_no_credentials ... ok
[INFO] [stdout] test cascade::tests::test_render_cascade_result ... ok
[INFO] [stdout] test explore::tests::test_analyze_endpoints_filters ... ok
[INFO] [stdout] test explore::tests::test_detect_auth_indicators ... ok
[INFO] [stdout] test explore::tests::test_detect_site_name_known_alias ... ok
[INFO] [stdout] test explore::tests::test_detect_field_roles ... ok
[INFO] [stdout] test explore::tests::test_detect_site_name_generic ... ok
[INFO] [stdout] test explore::tests::test_framework_detect_js_is_valid ... ok
[INFO] [stdout] test explore::tests::test_infer_capability_name_from_url ... ok
[INFO] [stdout] test explore::tests::test_infer_capability_name_with_goal ... ok
[INFO] [stdout] test explore::tests::test_score_endpoint_json_with_items ... ok
[INFO] [stdout] test explore::tests::test_response_analysis ... ok
[INFO] [stdout] test explore::tests::test_slugify ... ok
[INFO] [stdout] test explore::tests::test_store_discover_js_is_valid ... ok
[INFO] [stdout] test explore::tests::test_url_to_pattern_bvid ... ok
[INFO] [stdout] test generate::tests::test_normalize_goal_english ... ok
[INFO] [stdout] test generate::tests::test_normalize_goal_none ... ok
[INFO] [stdout] test generate::tests::test_normalize_goal_unknown ... ok
[INFO] [stdout] test generate::tests::test_normalize_goal_chinese ... ok
[INFO] [stdout] test generate::tests::test_select_candidate_no_goal ... ok
[INFO] [stdout] test generate::tests::test_select_candidate_with_chinese_goal ... ok
[INFO] [stdout] test explore::tests::test_url_to_pattern_replaces_ids ... ok
[INFO] [stdout] test generate::tests::test_select_candidate_with_goal ... ok
[INFO] [stdout] test synthesize::tests::test_build_templated_url ... ok
[INFO] [stdout] test generate::tests::test_render_generate_summary ... ok
[INFO] [stdout] test synthesize::tests::test_build_templated_url_with_keyword ... ok
[INFO] [stdout] test explore::tests::test_url_to_pattern_strips_volatile_params ... ok
[INFO] [stdout] test url_pattern::tests::test_fragment_with_path_and_query ... ok
[INFO] [stdout] test url_pattern::tests::test_no_query ... ok
[INFO] [stdout] test synthesize::tests::test_synthesize_sorted_by_confidence ... ok
[INFO] [stdout] test synthesize::tests::test_synthesize_candidate_has_yaml ... ok
[INFO] [stdout] test synthesize::tests::test_synthesize_with_goal ... ok
[INFO] [stdout] test url_pattern::tests::test_full_example ... ok
[INFO] [stdout] test url_pattern::tests::test_path_short_code_not_replaced ... ok
[INFO] [stdout] test synthesize::tests::test_synthesize_returns_candidates ... ok
[INFO] [stdout] test url_pattern::tests::test_path_with_hyphen_not_replaced ... ok
[INFO] [stdout] test url_pattern::tests::test_real_01_google_search ... ok
[INFO] [stdout] test synthesize::tests::test_infer_columns_fallback ... ok
[INFO] [stdout] test url_pattern::tests::test_real_02_github_search ... ok
[INFO] [stdout] test url_pattern::tests::test_query_params_cleaned_and_sorted ... ok
[INFO] [stdout] test url_pattern::tests::test_path_id_replacement ... ok
[INFO] [stdout] test url_pattern::tests::test_real_03_github_issue ... ok
[INFO] [stdout] test url_pattern::tests::test_path_mixed_id ... ok
[INFO] [stdout] test url_pattern::tests::test_domain_lowercase ... ok
[INFO] [stdout] test url_pattern::tests::test_real_04_youtube ... ok
[INFO] [stdout] test synthesize::tests::test_infer_columns ... ok
[INFO] [stdout] test url_pattern::tests::test_real_05_google_analytics_fragment ... ok
[INFO] [stdout] test url_pattern::tests::test_real_06_hackernews ... ok
[INFO] [stdout] test generate::tests::test_generate_module_compiles ... ok
[INFO] [stdout] test url_pattern::tests::test_real_08_github_api ... ok
[INFO] [stdout] test url_pattern::tests::test_real_09_juejin ... ok
[INFO] [stdout] test url_pattern::tests::test_real_07_reddit ... ok
[INFO] [stdout] test url_pattern::tests::test_real_10_amazon ... ok
[INFO] [stdout] test url_pattern::tests::test_simple_fragment ... ok
[INFO] [stdout] test url_pattern::tests::test_trailing_slash_removed ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/autocli_browser-ad6b2235f57b054e)
[INFO] [stdout] test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test bridge::tests::test_bridge_default_port ... ok
[INFO] [stdout] test bridge::tests::test_bridge_construction ... ok
[INFO] [stdout] test daemon::tests::test_daemon_start_and_shutdown ... ok
[INFO] [stdout] test dom_helpers::tests::test_auto_scroll_js ... ok
[INFO] [stdout] test daemon_client::tests::test_daemon_client_construction ... ok
[INFO] [stdout] test daemon_client::tests::test_is_extension_connected_when_no_server ... ok
[INFO] [stdout] test dom_helpers::tests::test_network_requests_js ... ok
[INFO] [stdout] test dom_helpers::tests::test_press_key_js ... ok
[INFO] [stdout] test daemon_client::tests::test_is_running_when_no_server ... ok
[INFO] [stdout] test dom_helpers::tests::test_get_intercepted_requests_js ... ok
[INFO] [stdout] test dom_helpers::tests::test_install_interceptor_js ... ok
[INFO] [stdout] test dom_helpers::tests::test_scroll_js_up ... ok
[INFO] [stdout] test dom_helpers::tests::test_snapshot_js ... ok
[INFO] [stdout] test dom_helpers::tests::test_wait_for_selector_js ... ok
[INFO] [stdout] test dom_helpers::tests::test_scroll_js_down ... ok
[INFO] [stdout] test dom_helpers::tests::test_type_text_js_contains_text ... ok
[INFO] [stdout] test dom_helpers::tests::test_click_js_contains_selector ... ok
[INFO] [stdout] test daemon::tests::test_daemon_state_touch ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/autocli_core-c0155b712e51b9c6)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test value_ext::tests::test_as_str_or_default ... ok
[INFO] [stdout] test registry::tests::test_register_and_get ... ok
[INFO] [stdout] test registry::tests::test_list_sites ... ok
[INFO] [stdout] test value_ext::tests::test_get_path ... ok
[INFO] [stdout] test value_ext::tests::test_to_array ... ok
[INFO] [stdout] test value_ext::tests::test_is_empty_result ... ok
[INFO] [stdout] test value_ext::tests::test_get_path_array_index ... ok
[INFO] [stdout] test registry::tests::test_command_count ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/autocli_discovery-e39f1efbaf453b92)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test yaml_parser::tests::test_parse_missing_site_errors ... ok
[INFO] [stdout] test yaml_parser::tests::test_parse_cookie_strategy ... ok
[INFO] [stdout] test yaml_parser::tests::test_parse_simple_adapter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 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/autocli_external-240a655d68c1f7da)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test executor::tests::test_validate_args_clean ... ok
[INFO] [stdout] test executor::tests::test_validate_args_rejects_pipe ... ok
[INFO] [stdout] test executor::tests::test_validate_args_rejects_semicolon ... ok
[INFO] [stdout] test executor::tests::test_validate_args_rejects_backtick ... ok
[INFO] [stdout] test executor::tests::test_validate_args_rejects_subshell ... ok
[INFO] [stdout] test executor::tests::test_validate_args_rejects_and ... ok
[INFO] [stdout] test executor::tests::test_is_binary_installed_unknown ... ok
[INFO] [stdout] test loader::tests::test_builtin_yaml_parses ... ok
[INFO] [stdout] test loader::tests::test_load_builtin_external_clis ... ok
[INFO] [stdout] test executor::tests::test_is_binary_installed_known ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/autocli_output-0faa6be73163c300)
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test csv_out::tests::test_array_of_objects ... ok
[INFO] [stdout] test csv_out::tests::test_empty_array ... ok
[INFO] [stdout] test csv_out::tests::test_column_selection ... ok
[INFO] [stdout] test json::tests::test_array_of_objects ... ok
[INFO] [stdout] test json::tests::test_empty_array ... ok
[INFO] [stdout] test markdown::tests::test_array_of_objects ... ok
[INFO] [stdout] test json::tests::test_single_object ... ok
[INFO] [stdout] test markdown::tests::test_column_selection ... ok
[INFO] [stdout] test markdown::tests::test_single_object ... ok
[INFO] [stdout] test markdown::tests::test_empty_array ... ok
[INFO] [stdout] test render::tests::test_render_elapsed_seconds ... ok
[INFO] [stdout] test render::tests::test_render_json_format ... ok
[INFO] [stdout] test csv_out::tests::test_single_object ... ok
[INFO] [stdout] test render::tests::test_render_json_no_footer ... ok
[INFO] [stdout] test render::tests::test_render_table_format ... ok
[INFO] [stdout] test render::tests::test_render_with_title ... ok
[INFO] [stdout] test table::tests::test_column_selection ... ok
[INFO] [stdout] test table::tests::test_array_of_objects ... ok
[INFO] [stdout] test render::tests::test_render_with_footer ... ok
[INFO] [stdout] test table::tests::test_single_object ... ok
[INFO] [stdout] test table::tests::test_nested_value ... ok
[INFO] [stdout] test yaml::tests::test_empty_array ... ok
[INFO] [stdout] test yaml::tests::test_single_object ... ok
[INFO] [stdout] test yaml::tests::test_array_of_objects ... ok
[INFO] [stdout] test table::tests::test_empty_array ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/autocli_pipeline-1f19e63c9d1a31b3)
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 73 tests
[INFO] [stdout] test executor::tests::single_step_returns_step_output ... ok
[INFO] [stdout] test executor::tests::browser_step_fails_after_max_retries ... ok
[INFO] [stdout] test executor::tests::multi_step_pipeline_chains_data ... ok
[INFO] [stdout] test executor::tests::browser_step_retries_on_transient_error ... ok
[INFO] [stdout] test executor::tests::empty_pipeline_returns_null ... ok
[INFO] [stdout] test executor::tests::unknown_step_returns_error ... ok
[INFO] [stdout] test steps::browser::tests::test_all_browser_steps_are_browser_steps ... ok
[INFO] [stdout] test steps::browser::tests::test_all_browser_steps_register ... ok
[INFO] [stdout] test steps::browser::tests::test_browser_step_requires_page ... ok
[INFO] [stdout] test steps::browser::tests::test_navigate_step ... ok
[INFO] [stdout] test steps::browser::tests::test_evaluate_step ... ok
[INFO] [stdout] test steps::download::tests::test_download_no_url ... ok
[INFO] [stdout] test steps::download::tests::test_download_step_registers ... ok
[INFO] [stdout] test steps::browser::tests::test_wait_step_with_time ... ok
[INFO] [stdout] test steps::download::tests::test_download_is_browser_step ... ok
[INFO] [stdout] test steps::intercept::tests::test_intercept_requires_page ... ok
[INFO] [stdout] test steps::fetch::tests::test_fetch_step_name ... ok
[INFO] [stdout] test steps::intercept::tests::test_intercept_step_registers ... ok
[INFO] [stdout] test steps::tap::tests::test_tap_requires_object_params ... ok
[INFO] [stdout] test steps::tap::tests::test_tap_requires_page ... ok
[INFO] [stdout] test steps::download::tests::test_download_with_url_in_params ... ok
[INFO] [stdout] test steps::browser::tests::test_snapshot_step ... ok
[INFO] [stdout] test steps::intercept::tests::test_intercept_is_browser_step ... ok
[INFO] [stdout] test steps::fetch::tests::test_fetch_rejects_invalid_params ... ok
[INFO] [stdout] test steps::fetch::tests::test_contains_item_ref ... ok
[INFO] [stdout] test steps::tap::tests::test_tap_step_registers ... ok
[INFO] [stdout] test steps::tap::tests::test_tap_is_browser_step ... ok
[INFO] [stdout] test steps::fetch::tests::test_fetch_step_registers ... ok
[INFO] [stdout] test steps::fetch::tests::test_fetch_object_requires_url ... ok
[INFO] [stdout] test template::tests::test_array_index ... ok
[INFO] [stdout] test steps::transform::tests::test_filter_step ... ok
[INFO] [stdout] test template::tests::test_boolean_literal ... ok
[INFO] [stdout] test steps::transform::tests::test_sort_step_desc ... ok
[INFO] [stdout] test template::tests::test_comparison ... ok
[INFO] [stdout] test steps::transform::tests::test_limit_step_with_template ... ok
[INFO] [stdout] test steps::fetch::tests::test_is_per_item_url ... ok
[INFO] [stdout] test steps::transform::tests::test_limit_step ... ok
[INFO] [stdout] test template::tests::test_arithmetic ... ok
[INFO] [stdout] test steps::transform::tests::test_select_step ... ok
[INFO] [stdout] test template::tests::test_filter_keys ... ok
[INFO] [stdout] test template::tests::test_filter_json ... ok
[INFO] [stdout] test template::tests::test_equality ... ok
[INFO] [stdout] test steps::transform::tests::test_map_step ... ok
[INFO] [stdout] test template::tests::test_fallback ... ok
[INFO] [stdout] test template::tests::test_filter_basename ... ok
[INFO] [stdout] test template::tests::test_filter_chain ... ok
[INFO] [stdout] test template::tests::test_filter_ext ... ok
[INFO] [stdout] test template::tests::test_filter_default ... ok
[INFO] [stdout] test template::tests::test_filter_first_last ... ok
[INFO] [stdout] test steps::transform::tests::test_register_all ... ok
[INFO] [stdout] test template::tests::test_filter_sanitize ... ok
[INFO] [stdout] test template::tests::test_filter_slugify ... ok
[INFO] [stdout] test template::tests::test_filter_upper ... ok
[INFO] [stdout] test template::tests::test_math_max ... ok
[INFO] [stdout] test template::tests::test_filter_join ... ok
[INFO] [stdout] test template::tests::test_filter_replace ... ok
[INFO] [stdout] test template::tests::test_logical_and ... ok
[INFO] [stdout] test template::tests::test_math_min ... ok
[INFO] [stdout] test template::tests::test_filter_length ... ok
[INFO] [stdout] test template::tests::test_render_template_array ... ok
[INFO] [stdout] test template::tests::test_simple_variable ... ok
[INFO] [stdout] test template::tests::test_parentheses ... ok
[INFO] [stdout] test template::tests::test_multiple_interpolations ... ok
[INFO] [stdout] test template::tests::test_nested_path ... ok
[INFO] [stdout] test template::tests::test_no_template ... ok
[INFO] [stdout] test template::tests::test_modulo ... ok
[INFO] [stdout] test template::tests::test_render_template_value_object ... ok
[INFO] [stdout] test template::tests::test_null_literal ... ok
[INFO] [stdout] test template::tests::test_partial_interpolation ... ok
[INFO] [stdout] test template::tests::test_pipe_filter ... ok
[INFO] [stdout] test template::tests::test_string_literal ... ok
[INFO] [stdout] test template::tests::test_ternary ... ok
[INFO] [stdout] test steps::download::tests::test_download_with_url_in_data ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- steps::download::tests::test_download_with_url_in_data stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'steps::download::tests::test_download_with_url_in_data' (2074) panicked at crates/autocli-pipeline/src/steps/download.rs:594:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Null
[INFO] [stdout]  right: "https://example.com/article.pdf"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8dd81537c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d8dd81537c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d8dd81537c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8dd81537c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d8dd816b81a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8dd816b81a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5d8dd8158642 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5d8dd8158642 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5d8dd8130aa6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8dd8130aa6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8dd814b559 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8dd7fcc71c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5d8dd7fcc71c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5d8dd814b7d2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5d8dd814b7d2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d8dd8130b62 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5d8dd8125ba9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d8dd8131a3d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d8dd816c00c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8dd816be93 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5d8dd7b05479 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<serde_json[8b28467ba30c9d5d]::value::Value, &str>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5d8dd7b4d67c - autocli_pipeline[8d8aabd3150dc1fb]::steps::download::tests::test_download_with_url_in_data::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/autocli-pipeline/src/steps/download.rs:594:9
[INFO] [stdout]   22:     0x5d8dd7b5da52 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5d8dd7b5dacd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5d8dd7b4413d - <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   25:     0x5d8dd7b4403b - tokio[24bea070e5a692b9]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5d8dd7b4403b - tokio[24bea070e5a692b9]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::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.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5d8dd7b4403b - <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   28:     0x5d8dd7b3c640 - <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   29:     0x5d8dd7b42c0d - <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   30:     0x5d8dd7b41eb4 - <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   31:     0x5d8dd7b3b91b - <tokio[24bea070e5a692b9]::runtime::context::scoped::Scoped<tokio[24bea070e5a692b9]::runtime::scheduler::Context>>::set::<<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5d8dd7b434f9 - tokio[24bea070e5a692b9]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5d8dd7ac7fa2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[24bea070e5a692b9]::runtime::context::Context>>::try_with::<tokio[24bea070e5a692b9]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x5d8dd7ac7b2e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[24bea070e5a692b9]::runtime::context::Context>>::with::<tokio[24bea070e5a692b9]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x5d8dd7b3ed0d - tokio[24bea070e5a692b9]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5d8dd7b3e780 - <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   37:     0x5d8dd7b3ea76 - <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   38:     0x5d8dd7b419c0 - <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5d8dd7acb993 - tokio[24bea070e5a692b9]::runtime::context::runtime::enter_runtime::<<tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5d8dd7b3baf1 - <tokio[24bea070e5a692b9]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5d8dd7b5e134 - <tokio[24bea070e5a692b9]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x5d8dd7b5e2ff - <tokio[24bea070e5a692b9]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x5d8dd7b5c683 - autocli_pipeline[8d8aabd3150dc1fb]::steps::download::tests::test_download_with_url_in_data
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/autocli-pipeline/src/steps/download.rs:597:44
[INFO] [stdout]   44:     0x5d8dd7b4c357 - autocli_pipeline[8d8aabd3150dc1fb]::steps::download::tests::test_download_with_url_in_data::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/autocli-pipeline/src/steps/download.rs:586:46
[INFO] [stdout]   45:     0x5d8dd7b3b056 - <autocli_pipeline[8d8aabd3150dc1fb]::steps::download::tests::test_download_with_url_in_data::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5d8dd7fbf7fb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5d8dd7fbf7fb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5d8dd7fcd075 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5d8dd7fcd075 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5d8dd7fcd075 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5d8dd7fcd075 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5d8dd7fcd075 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5d8dd7fcd075 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5d8dd7fcd075 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5d8dd7fc6984 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5d8dd7fc6984 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5d8dd7fd00f2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5d8dd7fd00f2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5d8dd7fd00f2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5d8dd7fd00f2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5d8dd7fd00f2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5d8dd7fd00f2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5d8dd7fd00f2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5d8dd8152d5f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   65:     0x5d8dd8152d5f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7bc00c627aa4 - <unknown>
[INFO] [stdout]   67:     0x7bc00c6b4a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     steps::download::tests::test_download_with_url_in_data
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 72 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p autocli-pipeline --lib`
[INFO] running `Command { std: "docker" "inspect" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4", kill_on_drop: false }`
[INFO] [stdout] 23e175f5438ba6bd013039886f6ca9ad4730697b2f60826f1185ddee8d8ca0e4
