[INFO] cloning repository https://github.com/gifnksm/ProjectEulerRust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gifnksm/ProjectEulerRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgifnksm%2FProjectEulerRust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgifnksm%2FProjectEulerRust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 61bc98e38975a7f120959f3cae9f5a23677f254a
[INFO] building gifnksm/ProjectEulerRust against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgifnksm%2FProjectEulerRust" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gifnksm/ProjectEulerRust
[INFO] finished tweaking git repo https://github.com/gifnksm/ProjectEulerRust
[INFO] tweaked toml for git repo https://github.com/gifnksm/ProjectEulerRust written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gifnksm/ProjectEulerRust on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gifnksm/ProjectEulerRust 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded derive-try-from-primitive v1.0.0
[INFO] [stderr]   Downloaded getopts v0.2.24
[INFO] [stderr]   Downloaded generic-matrix v0.2.2
[INFO] [stderr]   Downloaded topological-sort v0.2.2
[INFO] [stderr]   Downloaded term v1.1.0
[INFO] [stderr]   Downloaded criterion-plot v0.6.0
[INFO] [stderr]   Downloaded criterion v0.7.0
[INFO] [stderr]   Downloaded polynomial v0.2.6
[INFO] [stderr]   Downloaded attohttpc v0.30.1
[INFO] [stderr]   Downloaded union-find v0.4.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ea36b8e8393968058ef38ada3a6618dcbc8424e7539d3e7b401e818400120be4
[INFO] running `Command { std: "docker" "start" "-a" "ea36b8e8393968058ef38ada3a6618dcbc8424e7539d3e7b401e818400120be4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea36b8e8393968058ef38ada3a6618dcbc8424e7539d3e7b401e818400120be4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea36b8e8393968058ef38ada3a6618dcbc8424e7539d3e7b401e818400120be4", kill_on_drop: false }`
[INFO] [stdout] ea36b8e8393968058ef38ada3a6618dcbc8424e7539d3e7b401e818400120be4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c0ee6a8350b70bf32eb3ef61d118fb3fd86ac7ab80fb81883667ed2ca75ee09
[INFO] running `Command { std: "docker" "start" "-a" "7c0ee6a8350b70bf32eb3ef61d118fb3fd86ac7ab80fb81883667ed2ca75ee09", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling polynomial v0.2.6
[INFO] [stderr]    Compiling generic-matrix v0.2.2
[INFO] [stderr]    Compiling term v1.1.0
[INFO] [stderr]    Compiling union-find v0.4.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling topological-sort v0.2.2
[INFO] [stderr]    Compiling playing_card v0.0.1 (/opt/rustwide/workdir/pkg/playing_card)
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling seq v0.0.1 (/opt/rustwide/workdir/pkg/seq)
[INFO] [stderr]    Compiling prime v0.0.1 (/opt/rustwide/workdir/pkg/prime)
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling iter v0.0.1 (/opt/rustwide/workdir/pkg/iter)
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling integer v0.0.1 (/opt/rustwide/workdir/pkg/integer)
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling cont_frac v0.0.1 (/opt/rustwide/workdir/pkg/cont_frac)
[INFO] [stderr]    Compiling derive-try-from-primitive v1.0.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.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 attohttpc v0.30.1
[INFO] [stderr]    Compiling ProjectEulerRust v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/bin/p100.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 31 |         .find(|(x, _y)| ((*x) >= limit))
[INFO] [stdout]    |                         ^             ^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/bin/p100.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  5 |     unused,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    = note: `#[warn(unused_parens)]` implied by `#[warn(unused)]`
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 31 -         .find(|(x, _y)| ((*x) >= limit))
[INFO] [stdout] 31 +         .find(|(x, _y)| (*x) >= limit)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
[INFO] running `Command { std: "docker" "inspect" "7c0ee6a8350b70bf32eb3ef61d118fb3fd86ac7ab80fb81883667ed2ca75ee09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c0ee6a8350b70bf32eb3ef61d118fb3fd86ac7ab80fb81883667ed2ca75ee09", kill_on_drop: false }`
[INFO] [stdout] 7c0ee6a8350b70bf32eb3ef61d118fb3fd86ac7ab80fb81883667ed2ca75ee09
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dec9fbd17643b880e67c901fd0e5ee62e803530f53c69573a4d13135adaac5fc
[INFO] running `Command { std: "docker" "start" "-a" "dec9fbd17643b880e67c901fd0e5ee62e803530f53c69573a4d13135adaac5fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling ProjectEulerRust v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/bin/p100.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 31 |         .find(|(x, _y)| ((*x) >= limit))
[INFO] [stdout]    |                         ^             ^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/bin/p100.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  5 |     unused,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    = note: `#[warn(unused_parens)]` implied by `#[warn(unused)]`
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 31 -         .find(|(x, _y)| ((*x) >= limit))
[INFO] [stdout] 31 +         .find(|(x, _y)| (*x) >= limit)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 48.31s
[INFO] running `Command { std: "docker" "inspect" "dec9fbd17643b880e67c901fd0e5ee62e803530f53c69573a4d13135adaac5fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dec9fbd17643b880e67c901fd0e5ee62e803530f53c69573a4d13135adaac5fc", kill_on_drop: false }`
[INFO] [stdout] dec9fbd17643b880e67c901fd0e5ee62e803530f53c69573a4d13135adaac5fc
