[INFO] cloning repository https://github.com/jtt/pscan [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jtt/pscan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtt%2Fpscan", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtt%2Fpscan'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 291935af5507cd4d185169addb998f884d4e44d7 [INFO] testing jtt/pscan against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtt%2Fpscan" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jtt/pscan on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jtt/pscan [INFO] finished tweaking git repo https://github.com/jtt/pscan [INFO] tweaked toml for git repo https://github.com/jtt/pscan written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jtt/pscan 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.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded signal-hook-tokio v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c12824a68d54b6a4b7a1e51719bd26d425d7a54e3246b39b3de3156e12dc2b5 [INFO] running `Command { std: "docker" "start" "-a" "9c12824a68d54b6a4b7a1e51719bd26d425d7a54e3246b39b3de3156e12dc2b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c12824a68d54b6a4b7a1e51719bd26d425d7a54e3246b39b3de3156e12dc2b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c12824a68d54b6a4b7a1e51719bd26d425d7a54e3246b39b3de3156e12dc2b5", kill_on_drop: false }` [INFO] [stdout] 9c12824a68d54b6a4b7a1e51719bd26d425d7a54e3246b39b3de3156e12dc2b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ae524523d2a7b0ef8fe4328104ac673ca342f8873a4558f93272114125f3ff3 [INFO] running `Command { std: "docker" "start" "-a" "4ae524523d2a7b0ef8fe4328104ac673ca342f8873a4558f93272114125f3ff3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling zerocopy v0.8.14 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling strsim v0.11.0 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling cidr v0.3.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling clap_builder v4.5.1 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling rand_core v0.9.0 [INFO] [stderr] Compiling clap v4.5.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling env_logger v0.11.6 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling signal-hook-tokio v0.3.1 [INFO] [stderr] Compiling pscan v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/scanner.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | Timeout(Duration), // Did not get response withint timeout [INFO] [stdout] | ------- ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `PortState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 45 - Timeout(Duration), // Did not get response withint timeout [INFO] [stdout] 45 + Timeout(()), // Did not get response withint timeout [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.83s [INFO] running `Command { std: "docker" "inspect" "4ae524523d2a7b0ef8fe4328104ac673ca342f8873a4558f93272114125f3ff3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ae524523d2a7b0ef8fe4328104ac673ca342f8873a4558f93272114125f3ff3", kill_on_drop: false }` [INFO] [stdout] 4ae524523d2a7b0ef8fe4328104ac673ca342f8873a4558f93272114125f3ff3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e2c29cbcfe3cb04fb4be3f103021d0a6188b8ef50dd05139c647ad7723a3dbf [INFO] running `Command { std: "docker" "start" "-a" "7e2c29cbcfe3cb04fb4be3f103021d0a6188b8ef50dd05139c647ad7723a3dbf", kill_on_drop: false }` [INFO] [stderr] Compiling pscan v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/scanner.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | Timeout(Duration), // Did not get response withint timeout [INFO] [stdout] | ------- ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `PortState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 45 - Timeout(Duration), // Did not get response withint timeout [INFO] [stdout] 45 + Timeout(()), // Did not get response withint timeout [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.65s [INFO] running `Command { std: "docker" "inspect" "7e2c29cbcfe3cb04fb4be3f103021d0a6188b8ef50dd05139c647ad7723a3dbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e2c29cbcfe3cb04fb4be3f103021d0a6188b8ef50dd05139c647ad7723a3dbf", kill_on_drop: false }` [INFO] [stdout] 7e2c29cbcfe3cb04fb4be3f103021d0a6188b8ef50dd05139c647ad7723a3dbf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8075ca7141eb798d977afe05e06f9822d421e823dc2fe7aa261ea3747b26ffcc [INFO] running `Command { std: "docker" "start" "-a" "8075ca7141eb798d977afe05e06f9822d421e823dc2fe7aa261ea3747b26ffcc", kill_on_drop: false }` [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/scanner.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | Timeout(Duration), // Did not get response withint timeout [INFO] [stderr] | ------- ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `PortState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 45 - Timeout(Duration), // Did not get response withint timeout [INFO] [stderr] 45 + Timeout(()), // Did not get response withint timeout [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `pscan` (bin "pscan" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pscan-cbec5996b36b0ca2) [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test config::tests::test_cfg_as_scan_params_concurrent_hosts ... ok [INFO] [stdout] test config::tests::test_cmdline_to_config ... ok [INFO] [stdout] test config::tests::test_config_from_json ... ok [INFO] [stdout] test config::tests::test_cfg_as_scan_params_no_banner ... ok [INFO] [stdout] test config::tests::test_cfg_as_scan_params ... ok [INFO] [stdout] test range::tests::test_basic ... ok [INFO] [stdout] test ports::tests::test_merged_ranges ... ok [INFO] [stdout] test range::tests::test_chunk_iter ... ok [INFO] [stdout] test ports::tests::complex_steps ... ok [INFO] [stdout] test range::tests::test_with_excludes ... ok [INFO] [stdout] test ports::tests::simple_ranges ... ok [INFO] [stdout] test ports::tests::ranges_and_atoms ... ok [INFO] [stdout] test range::tests::test_cidr ... ok [INFO] [stdout] test config::tests::test_config_with_defaults ... ok [INFO] [stdout] test config::tests::test_parse_invalid_address ... ok [INFO] [stdout] test range::tests::test_chunks ... ok [INFO] [stdout] test config::tests::test_config_overwrite ... ok [INFO] [stdout] test config::tests::test_minimal_config ... ok [INFO] [stdout] test ports::tests::test_merge ... ok [INFO] [stdout] test config::tests::test_parse_address ... ok [INFO] [stdout] test ports::tests::test_full_range ... ok [INFO] [stdout] test scanner::tests::test_simple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8075ca7141eb798d977afe05e06f9822d421e823dc2fe7aa261ea3747b26ffcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8075ca7141eb798d977afe05e06f9822d421e823dc2fe7aa261ea3747b26ffcc", kill_on_drop: false }` [INFO] [stdout] 8075ca7141eb798d977afe05e06f9822d421e823dc2fe7aa261ea3747b26ffcc