[INFO] cloning repository https://github.com/reccanti/ProjectEuler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/reccanti/ProjectEuler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freccanti%2FProjectEuler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freccanti%2FProjectEuler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e50d0dcc61a844d09f1212af9730dd874a6ffdd8
[INFO] checking reccanti/ProjectEuler against c0dfa9ae292642b7683cf7162ffb6880170df098 for pr-160902
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freccanti%2FProjectEuler" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/reccanti/ProjectEuler
[INFO] finished tweaking git repo https://github.com/reccanti/ProjectEuler
[INFO] tweaked toml for git repo https://github.com/reccanti/ProjectEuler written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/reccanti/ProjectEuler on toolchain c0dfa9ae292642b7683cf7162ffb6880170df098
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/reccanti/ProjectEuler 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" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: problem_1/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `problem_1` (manifest) generated 1 warning
[INFO] [stderr] warning: problem_2/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `problem_2` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a63a6af72a4a5f4b00db072784219d11a0f1033cb678a9366ece88b4fa58ae32
[INFO] running `Command { std: "docker" "start" "a63a6af72a4a5f4b00db072784219d11a0f1033cb678a9366ece88b4fa58ae32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a63a6af72a4a5f4b00db072784219d11a0f1033cb678a9366ece88b4fa58ae32", 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" "a63a6af72a4a5f4b00db072784219d11a0f1033cb678a9366ece88b4fa58ae32" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a63a6af72a4a5f4b00db072784219d11a0f1033cb678a9366ece88b4fa58ae32", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a63a6af72a4a5f4b00db072784219d11a0f1033cb678a9366ece88b4fa58ae32" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: problem_1/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `problem_1` (manifest) generated 1 warning
[INFO] [stderr] warning: problem_2/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `problem_2` (manifest) generated 1 warning
[INFO] [stderr]    Compiling num-traits v0.2.5
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling num-bigint v0.2.0
[INFO] [stderr]    Compiling num-complex v0.2.0
[INFO] [stderr]    Compiling num-rational v0.2.1
[INFO] [stderr]    Compiling num-iter v0.1.37
[INFO] [stderr]     Checking problem_1 v0.1.0 (/opt/rustwide/workdir/problem_1)
[INFO] [stdout] warning: unused import: `test::Bencher`
[INFO] [stdout]  --> problem_1/src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use test::Bencher;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_sum_three_five_multiples` is never used
[INFO] [stdout]  --> problem_1/src/main.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn get_sum_three_five_multiples(start: u32) -> u32 {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking num v0.2.0
[INFO] [stderr]     Checking problem_2 v0.1.0 (/opt/rustwide/workdir/problem_2)
[INFO] [stdout] warning: unused import: `Duration`
[INFO] [stdout]  --> problem_2/src/main.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::time::{Duration, SystemTime};
[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: `test::Bencher`
[INFO] [stdout]  --> problem_2/src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use test::Bencher;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Duration`
[INFO] [stdout]  --> problem_2/src/main.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::time::{Duration, SystemTime};
[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: `test::Bencher`
[INFO] [stdout]  --> problem_2/src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use test::Bencher;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `naive_sum_even_fibonacci` is never used
[INFO] [stdout]   --> problem_2/src/main.rs:10:4
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn naive_sum_even_fibonacci (amount: u32) -> BigUint {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
[INFO] running `Command { std: "docker" "inspect" "a63a6af72a4a5f4b00db072784219d11a0f1033cb678a9366ece88b4fa58ae32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a63a6af72a4a5f4b00db072784219d11a0f1033cb678a9366ece88b4fa58ae32", kill_on_drop: false }`
[INFO] [stdout] a63a6af72a4a5f4b00db072784219d11a0f1033cb678a9366ece88b4fa58ae32
