[INFO] cloning repository https://github.com/pbrass/uniqr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pbrass/uniqr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpbrass%2Funiqr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpbrass%2Funiqr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 919ae9be12a061ab16507a3458c0feb2ac894176 [INFO] testing pbrass/uniqr against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpbrass%2Funiqr" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/pbrass/uniqr [INFO] finished tweaking git repo https://github.com/pbrass/uniqr [INFO] tweaked toml for git repo https://github.com/pbrass/uniqr written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/pbrass/uniqr on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/pbrass/uniqr 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] acf7a833bc8cb356e0a6c089ed5db8dd9016d0afd7b01631d0de5fb7083d15d2 [INFO] running `Command { std: "docker" "start" "-a" "acf7a833bc8cb356e0a6c089ed5db8dd9016d0afd7b01631d0de5fb7083d15d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "acf7a833bc8cb356e0a6c089ed5db8dd9016d0afd7b01631d0de5fb7083d15d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acf7a833bc8cb356e0a6c089ed5db8dd9016d0afd7b01631d0de5fb7083d15d2", kill_on_drop: false }` [INFO] [stdout] acf7a833bc8cb356e0a6c089ed5db8dd9016d0afd7b01631d0de5fb7083d15d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3059e787dd389a223adc7c302d1e1f538123f556a43cd2a324c541b26819f852 [INFO] running `Command { std: "docker" "start" "-a" "3059e787dd389a223adc7c302d1e1f538123f556a43cd2a324c541b26819f852", kill_on_drop: false }` [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling anstyle-query v1.1.3 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling syn v2.0.103 [INFO] [stderr] Compiling anstream v0.6.19 [INFO] [stderr] Compiling clap_builder v4.5.40 [INFO] [stderr] Compiling clap_derive v4.5.40 [INFO] [stderr] Compiling clap v4.5.40 [INFO] [stderr] Compiling uniqr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/main.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | if oldbuf.len() >= 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s [INFO] running `Command { std: "docker" "inspect" "3059e787dd389a223adc7c302d1e1f538123f556a43cd2a324c541b26819f852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3059e787dd389a223adc7c302d1e1f538123f556a43cd2a324c541b26819f852", kill_on_drop: false }` [INFO] [stdout] 3059e787dd389a223adc7c302d1e1f538123f556a43cd2a324c541b26819f852 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 729136d95712c1f06dfb833ed5ae5ca0ec81b15c61fd69166165f3a146f19632 [INFO] running `Command { std: "docker" "start" "-a" "729136d95712c1f06dfb833ed5ae5ca0ec81b15c61fd69166165f3a146f19632", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.173 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling assert_cmd v2.0.17 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/main.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | if oldbuf.len() >= 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling uniqr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/main.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | if oldbuf.len() >= 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 20.66s [INFO] running `Command { std: "docker" "inspect" "729136d95712c1f06dfb833ed5ae5ca0ec81b15c61fd69166165f3a146f19632", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "729136d95712c1f06dfb833ed5ae5ca0ec81b15c61fd69166165f3a146f19632", kill_on_drop: false }` [INFO] [stdout] 729136d95712c1f06dfb833ed5ae5ca0ec81b15c61fd69166165f3a146f19632 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a428a22db19e242a5cb293d5b14500e3fa8a047c7a8f3092181664bba2a99bbf [INFO] running `Command { std: "docker" "start" "-a" "a428a22db19e242a5cb293d5b14500e3fa8a047c7a8f3092181664bba2a99bbf", kill_on_drop: false }` [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/main.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | if oldbuf.len() >= 0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `uniqr` (bin "uniqr" test) generated 1 warning [INFO] [stderr] warning: `uniqr` (bin "uniqr") generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/uniqr-6cf0ca1db5e88d22) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-2e97e138f5e5f252) [INFO] [stdout] [INFO] [stdout] running 78 tests [INFO] [stdout] test empty_stdin_count ... ok [INFO] [stdout] test empty_stdin ... ok [INFO] [stdout] test one ... ok [INFO] [stdout] test empty_outfile_count ... ok [INFO] [stdout] test one_outfile ... ok [INFO] [stdout] test empty_stdin_outfile_count ... ok [INFO] [stdout] test empty_outfile ... ok [INFO] [stdout] test one_outfile_count ... ok [INFO] [stdout] test one_stdin ... ok [INFO] [stdout] test one_count ... ok [INFO] [stdout] test empty_count ... ok [INFO] [stdout] test empty ... ok [INFO] [stdout] test dies_bad_file ... ok [INFO] [stdout] test skip_outfile ... ok [INFO] [stdout] test one_stdin_count ... ok [INFO] [stdout] test skip_stdin_count ... ok [INFO] [stdout] test t1 ... ok [INFO] [stdout] test t1_count ... ok [INFO] [stdout] test skip_stdin_outfile_count ... ok [INFO] [stdout] test t1_outfile ... ok [INFO] [stdout] test t1_stdin ... ok [INFO] [stdout] test one_stdin_outfile_count ... ok [INFO] [stdout] test skip ... ok [INFO] [stdout] test t1_outfile_count ... ok [INFO] [stdout] test t2_count ... ok [INFO] [stdout] test t2_outfile ... ok [INFO] [stdout] test t2_stdin ... ok [INFO] [stdout] test t2_stdin_count ... ok [INFO] [stdout] test t2_stdin_outfile_count ... ok [INFO] [stdout] test t3 ... ok [INFO] [stdout] test t3_count ... ok [INFO] [stdout] test t3_outfile ... ok [INFO] [stdout] test t3_outfile_count ... ok [INFO] [stdout] test t3_stdin ... ok [INFO] [stdout] test t3_stdin_count ... ok [INFO] [stdout] test t2_outfile_count ... ok [INFO] [stdout] test t4 ... ok [INFO] [stdout] test skip_count ... ok [INFO] [stdout] test t3_stdin_outfile_count ... ok [INFO] [stdout] test skip_outfile_count ... ok [INFO] [stdout] test t4_outfile ... ok [INFO] [stdout] test t2 ... ok [INFO] [stdout] test t4_count ... ok [INFO] [stdout] test t1_stdin_outfile_count ... ok [INFO] [stdout] test t4_stdin ... ok [INFO] [stdout] test t4_outfile_count ... ok [INFO] [stdout] test skip_stdin ... ok [INFO] [stdout] test t5_outfile ... ok [INFO] [stdout] test t5 ... ok [INFO] [stdout] test t5_outfile_count ... ok [INFO] [stdout] test t4_stdin_count ... ok [INFO] [stdout] test t4_stdin_outfile_count ... ok [INFO] [stdout] test t6_count ... ok [INFO] [stdout] test t1_stdin_count ... ok [INFO] [stdout] test t5_stdin_count ... ok [INFO] [stdout] test t5_count ... ok [INFO] [stdout] test t6 ... ok [INFO] [stdout] test t5_stdin_outfile_count ... ok [INFO] [stdout] test t5_stdin ... ok [INFO] [stdout] test t6_stdin ... ok [INFO] [stdout] test t6_outfile ... ok [INFO] [stdout] test t6_outfile_count ... ok [INFO] [stdout] test t6_stdin_outfile_count ... ok [INFO] [stdout] test three_outfile_count ... ok [INFO] [stdout] test three ... ok [INFO] [stdout] test three_outfile ... ok [INFO] [stdout] test three_stdin ... ok [INFO] [stdout] test t6_stdin_count ... ok [INFO] [stdout] test three_count ... ok [INFO] [stdout] test two_outfile ... ok [INFO] [stdout] test three_stdin_count ... ok [INFO] [stdout] test two_count ... ok [INFO] [stdout] test two_outfile_count ... ok [INFO] [stdout] test three_stdin_outfile_count ... ok [INFO] [stdout] test two ... ok [INFO] [stdout] test two_stdin_outfile_count ... ok [INFO] [stdout] test two_stdin_count ... ok [INFO] [stdout] test two_stdin ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 78 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a428a22db19e242a5cb293d5b14500e3fa8a047c7a8f3092181664bba2a99bbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a428a22db19e242a5cb293d5b14500e3fa8a047c7a8f3092181664bba2a99bbf", kill_on_drop: false }` [INFO] [stdout] a428a22db19e242a5cb293d5b14500e3fa8a047c7a8f3092181664bba2a99bbf