[INFO] cloning repository https://github.com/Rivenlalala/siphon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Rivenlalala/siphon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRivenlalala%2Fsiphon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRivenlalala%2Fsiphon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f461e75246fb12ad5b97656180e471ade99a1f98 [INFO] testing Rivenlalala/siphon against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRivenlalala%2Fsiphon" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Rivenlalala/siphon [INFO] finished tweaking git repo https://github.com/Rivenlalala/siphon [INFO] tweaked toml for git repo https://github.com/Rivenlalala/siphon written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Rivenlalala/siphon on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Rivenlalala/siphon 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 037aac0fdb3f96fe90a320fef158465c954e33b10a4e9b6b39c700f96453584b [INFO] running `Command { std: "docker" "start" "-a" "037aac0fdb3f96fe90a320fef158465c954e33b10a4e9b6b39c700f96453584b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "037aac0fdb3f96fe90a320fef158465c954e33b10a4e9b6b39c700f96453584b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "037aac0fdb3f96fe90a320fef158465c954e33b10a4e9b6b39c700f96453584b", kill_on_drop: false }` [INFO] [stdout] 037aac0fdb3f96fe90a320fef158465c954e33b10a4e9b6b39c700f96453584b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5967a4293313d14746f0afa2e7d3190e69e4a1cb34f03700697558398a0821a [INFO] running `Command { std: "docker" "start" "-a" "a5967a4293313d14746f0afa2e7d3190e69e4a1cb34f03700697558398a0821a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling cc v1.2.49 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling instability v0.3.10 [INFO] [stderr] Compiling rustls-pki-types v1.13.1 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling iri-string v0.7.9 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling ratatui v0.28.1 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling tui-input v0.10.1 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower-http v0.6.7 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling siphon v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s [INFO] running `Command { std: "docker" "inspect" "a5967a4293313d14746f0afa2e7d3190e69e4a1cb34f03700697558398a0821a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5967a4293313d14746f0afa2e7d3190e69e4a1cb34f03700697558398a0821a", kill_on_drop: false }` [INFO] [stdout] a5967a4293313d14746f0afa2e7d3190e69e4a1cb34f03700697558398a0821a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3673a151c4da485b8422176e9c2af6bacdd045a62e0c95ba23f8f02d4c49f3ce [INFO] running `Command { std: "docker" "start" "-a" "3673a151c4da485b8422176e9c2af6bacdd045a62e0c95ba23f8f02d4c49f3ce", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling instability v0.3.10 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling ratatui v0.28.1 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling tui-input v0.10.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling deadpool v0.12.3 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower-http v0.6.7 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling wiremock v0.6.5 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling siphon v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `id1` [INFO] [stdout] --> src/queue/manager.rs:314:13 [INFO] [stdout] | [INFO] [stdout] 314 | let id1 = queue.add(create_test_download(5)); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_id1` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id2` [INFO] [stdout] --> src/queue/manager.rs:315:13 [INFO] [stdout] | [INFO] [stdout] 315 | let id2 = queue.add(create_test_download(5)); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id3` [INFO] [stdout] --> src/queue/manager.rs:316:13 [INFO] [stdout] | [INFO] [stdout] 316 | let id3 = queue.add(create_test_download(5)); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_id3` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 55.14s [INFO] running `Command { std: "docker" "inspect" "3673a151c4da485b8422176e9c2af6bacdd045a62e0c95ba23f8f02d4c49f3ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3673a151c4da485b8422176e9c2af6bacdd045a62e0c95ba23f8f02d4c49f3ce", kill_on_drop: false }` [INFO] [stdout] 3673a151c4da485b8422176e9c2af6bacdd045a62e0c95ba23f8f02d4c49f3ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3a47e13a58ec178f85b385ac29e8dbd736152818293668d93d410d4f43e003d6 [INFO] running `Command { std: "docker" "start" "-a" "3a47e13a58ec178f85b385ac29e8dbd736152818293668d93d410d4f43e003d6", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `id1` [INFO] [stderr] --> src/queue/manager.rs:314:13 [INFO] [stderr] | [INFO] [stderr] 314 | let id1 = queue.add(create_test_download(5)); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_id1` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id2` [INFO] [stderr] --> src/queue/manager.rs:315:13 [INFO] [stderr] | [INFO] [stderr] 315 | let id2 = queue.add(create_test_download(5)); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id3` [INFO] [stderr] --> src/queue/manager.rs:316:13 [INFO] [stderr] | [INFO] [stderr] 316 | let id3 = queue.add(create_test_download(5)); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_id3` [INFO] [stderr] [INFO] [stderr] warning: `siphon` (lib test) generated 3 warnings (run `cargo fix --lib -p siphon --tests` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/siphon-fcf6c2bbc4db9f35) [INFO] [stdout] [INFO] [stdout] running 81 tests [INFO] [stdout] test config::tests::config_path_is_in_config_dir ... ok [INFO] [stdout] test config::tests::config_round_trips_through_toml ... ok [INFO] [stdout] test config::tests::load_config_from_file ... ok [INFO] [stdout] test config::tests::config_round_trip_save_and_load ... ok [INFO] [stdout] test config::tests::save_config_to_file ... ok [INFO] [stdout] test config::tests::default_config_has_sensible_values ... ok [INFO] [stdout] test config::tests::load_or_default_returns_default_when_file_missing ... ok [INFO] [stdout] test download::cancel::tests::creates_cancellation_token ... ok [INFO] [stdout] test config::tests::save_creates_parent_directories ... ok [INFO] [stdout] test download::engine::tests::resume_fails_if_not_paused ... ok [INFO] [stdout] test download::cancel::tests::checks_cancellation_status ... ok [INFO] [stdout] test download::segment::tests::handles_uneven_division ... ok [INFO] [stdout] test download::segment::tests::handles_zero_size ... ok [INFO] [stdout] test download::segment::tests::segment_knows_its_size ... ok [INFO] [stdout] test download::segment::tests::segment_knows_remaining_bytes ... ok [INFO] [stdout] test download::segment::tests::segments_cover_entire_file ... ok [INFO] [stdout] test download::segment::tests::splits_file_into_segments ... ok [INFO] [stdout] test download::tests::can_pause_downloading ... ok [INFO] [stdout] test download::tests::can_transition_from_pending_to_downloading ... ok [INFO] [stdout] test download::tests::cannot_pause_pending_download ... ok [INFO] [stdout] test download::tests::download_starts_in_pending_state ... ok [INFO] [stdout] test download::tests::extracts_filename_from_url ... ok [INFO] [stdout] test download::engine::tests::emits_progress_events_during_download ... ok [INFO] [stdout] test download::tests::init_segments_splits_file ... ok [INFO] [stdout] test download::engine::tests::resumes_paused_download ... ok [INFO] [stdout] test download::cancel::tests::cancel_returns_false_for_nonexistent_download ... ok [INFO] [stdout] test download::cancel::tests::cancels_download ... ok [INFO] [stdout] test download::segment::tests::segment_detects_completion ... ok [INFO] [stdout] test download::tests::init_segments_does_nothing_without_range_support ... ok [INFO] [stdout] test download::engine::tests::resume_fails_without_range_support ... ok [INFO] [stdout] test download::tests::cannot_start_completed_download ... ok [INFO] [stdout] test download::tests::progress_is_zero_without_total_size ... ok [INFO] [stdout] test download::tests::progress_calculates_correctly ... ok [INFO] [stdout] test download::tests::uses_custom_filename_when_provided ... ok [INFO] [stdout] test download::engine::tests::downloads_single_file ... ok [INFO] [stdout] test events::progress::tests::creates_progress_channel ... ok [INFO] [stdout] test events::progress::tests::progress_event_variants_compile ... ok [INFO] [stdout] test download::engine::tests::resume_fails_with_etag_mismatch ... ok [INFO] [stdout] test history::entry::tests::calculates_average_speed ... ok [INFO] [stdout] test download::segment::tests::limits_segments_to_file_size ... ok [INFO] [stdout] test history::entry::tests::creates_history_entry_from_download ... ok [INFO] [stdout] test history::entry::tests::returns_none_without_started_at ... ok [INFO] [stdout] test history::storage::tests::adds_entries ... ok [INFO] [stdout] test history::storage::tests::calculates_stats ... ok [INFO] [stdout] test history::entry::tests::stores_error_message_for_failed_downloads ... ok [INFO] [stdout] test history::storage::tests::default_save_path_includes_siphon ... ok [INFO] [stdout] test history::storage::tests::persists_to_disk ... ok [INFO] [stdout] test history::storage::tests::returns_recent_entries ... ok [INFO] [stdout] test history::storage::tests::search_is_case_insensitive ... ok [INFO] [stdout] test history::storage::tests::searches_by_filename ... ok [INFO] [stdout] test history::storage::tests::searches_by_url ... ok [INFO] [stdout] test history::storage::tests::starts_empty ... ok [INFO] [stdout] test history::storage::tests::trims_old_entries ... ok [INFO] [stdout] test http::client::tests::decodes_percent_encoded_filename ... ok [INFO] [stdout] test download::cancel::tests::gets_existing_token ... ok [INFO] [stdout] test download::cancel::tests::removes_token ... ok [INFO] [stdout] test download::segment::tests::handles_zero_segments ... ok [INFO] [stdout] test http::client::tests::extracts_filename_from_url ... ok [INFO] [stdout] test http::client::tests::ftp_url_is_rejected ... ok [INFO] [stdout] test download::engine::tests::prepares_download_with_file_info ... ok [INFO] [stdout] test http::client::tests::defaults_filename_when_missing ... ok [INFO] [stdout] test http::client::tests::downloads_byte_range ... ok [INFO] [stdout] test http::client::tests::invalid_url_is_rejected ... ok [INFO] [stdout] test http::client::tests::valid_http_url_is_accepted ... ok [INFO] [stdout] test http::client::tests::extracts_filename_from_url_with_query ... ok [INFO] [stdout] test queue::manager::tests::assigns_incremental_ids ... ok [INFO] [stdout] test http::client::tests::valid_https_url_is_accepted ... ok [INFO] [stdout] test queue::manager::tests::can_add_download_to_queue ... ok [INFO] [stdout] test queue::manager::tests::default_save_path_includes_siphon ... ok [INFO] [stdout] test queue::manager::tests::orders_by_priority ... ok [INFO] [stdout] test queue::manager::tests::queue_starts_empty ... ok [INFO] [stdout] test queue::manager::tests::removes_download ... ok [INFO] [stdout] test queue::manager::tests::respects_max_concurrent ... ok [INFO] [stdout] test http::client::tests::downloads_full_file ... ok [INFO] [stdout] test download::engine::tests::downloads_with_multiple_connections ... ok [INFO] [stdout] test queue::manager::tests::load_reconstructs_pending_and_active ... ok [INFO] [stdout] test queue::manager::tests::persists_to_disk ... ok [INFO] [stdout] test http::client::tests::detects_no_range_support ... ok [INFO] [stdout] test http::client::tests::gets_file_info_with_range_support ... ok [INFO] [stdout] test http::client::tests::range_request_fails_without_server_support ... ok [INFO] [stdout] test queue::manager::tests::marks_download_completed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 81 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/siphon-d6af918deb68666e) [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] Doc-tests siphon [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] running `Command { std: "docker" "inspect" "3a47e13a58ec178f85b385ac29e8dbd736152818293668d93d410d4f43e003d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a47e13a58ec178f85b385ac29e8dbd736152818293668d93d410d4f43e003d6", kill_on_drop: false }` [INFO] [stdout] 3a47e13a58ec178f85b385ac29e8dbd736152818293668d93d410d4f43e003d6