[INFO] cloning repository https://github.com/marcolussetti/programming_rust_chapter2_gcd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marcolussetti/programming_rust_chapter2_gcd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcolussetti%2Fprogramming_rust_chapter2_gcd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcolussetti%2Fprogramming_rust_chapter2_gcd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f42d988a4af20791bb6578279819d0bd94d19507
[INFO] checking marcolussetti/programming_rust_chapter2_gcd/f42d988a4af20791bb6578279819d0bd94d19507 against master#eeb94be79adc9df7a09ad0b2421f16e60e6d932c for pr-152971
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcolussetti%2Fprogramming_rust_chapter2_gcd" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/marcolussetti/programming_rust_chapter2_gcd
[INFO] finished tweaking git repo https://github.com/marcolussetti/programming_rust_chapter2_gcd
[INFO] tweaked toml for git repo https://github.com/marcolussetti/programming_rust_chapter2_gcd written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/marcolussetti/programming_rust_chapter2_gcd on toolchain eeb94be79adc9df7a09ad0b2421f16e60e6d932c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eeb94be79adc9df7a09ad0b2421f16e60e6d932c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/marcolussetti/programming_rust_chapter2_gcd 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" "+eeb94be79adc9df7a09ad0b2421f16e60e6d932c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+eeb94be79adc9df7a09ad0b2421f16e60e6d932c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a9b8c74ccbdb74fc14409013d90abbcb654445dbbccd8222ea7ac57ce60f01fb
[INFO] running `Command { std: "docker" "start" "-a" "a9b8c74ccbdb74fc14409013d90abbcb654445dbbccd8222ea7ac57ce60f01fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a9b8c74ccbdb74fc14409013d90abbcb654445dbbccd8222ea7ac57ce60f01fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9b8c74ccbdb74fc14409013d90abbcb654445dbbccd8222ea7ac57ce60f01fb", kill_on_drop: false }`
[INFO] [stdout] a9b8c74ccbdb74fc14409013d90abbcb654445dbbccd8222ea7ac57ce60f01fb
[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=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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+eeb94be79adc9df7a09ad0b2421f16e60e6d932c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e8626a36e4ec43f4a0eb705f90c8cdb0c5ca817e233792e13b76f31578d7bad
[INFO] running `Command { std: "docker" "start" "-a" "3e8626a36e4ec43f4a0eb705f90c8cdb0c5ca817e233792e13b76f31578d7bad", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking programming_rust_chapter1 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;`, found keyword `let`
[INFO] [stdout]   --> src/main.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 |     }s
[INFO] [stdout]    |       ^ help: add `;` here
[INFO] [stdout] 16 |
[INFO] [stdout] 17 |     let mut running_gcd = numbers[0];
[INFO] [stdout]    |     --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `let`
[INFO] [stdout]   --> src/main.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 |     }s
[INFO] [stdout]    |       ^ help: add `;` here
[INFO] [stdout] 16 |
[INFO] [stdout] 17 |     let mut running_gcd = numbers[0];
[INFO] [stdout]    |     --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `d` in this scope
[INFO] [stdout]   --> src/main.rs:22:68
[INFO] [stdout]    |
[INFO] [stdout] 22 |     println!("The greatest common divisor of {:?} is {}", numbers, d)
[INFO] [stdout]    |                                                                    ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `d` in this scope
[INFO] [stdout]   --> src/main.rs:22:68
[INFO] [stdout]    |
[INFO] [stdout] 22 |     println!("The greatest common divisor of {:?} is {}", numbers, d)
[INFO] [stdout]    |                                                                    ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |         gcd = gcd(gcd, *number);
[INFO] [stdout]    |               --- ^^^ expected `u64`, found fn item
[INFO] [stdout]    |               |
[INFO] [stdout]    |               arguments to this function are incorrect
[INFO] [stdout] ...
[INFO] [stdout] 28 | fn gcd(mut a: u64, mut b: u64) -> u64 {
[INFO] [stdout]    | ------------------------------------- function `gcd` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected type `u64`
[INFO] [stdout]            found fn item `fn(u64, u64) -> u64 {gcd}`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/main.rs:28:4
[INFO] [stdout]    |
[INFO] [stdout] 28 | fn gcd(mut a: u64, mut b: u64) -> u64 {
[INFO] [stdout]    |    ^^^ ----------
[INFO] [stdout] help: use parentheses to call this function
[INFO] [stdout]    |
[INFO] [stdout] 19 |         gcd = gcd(gcd(/* u64 */, /* u64 */), *number);
[INFO] [stdout]    |                      ++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |         gcd = gcd(gcd, *number);
[INFO] [stdout]    |               --- ^^^ expected `u64`, found fn item
[INFO] [stdout]    |               |
[INFO] [stdout]    |               arguments to this function are incorrect
[INFO] [stdout] ...
[INFO] [stdout] 28 | fn gcd(mut a: u64, mut b: u64) -> u64 {
[INFO] [stdout]    | ------------------------------------- function `gcd` defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected type `u64`
[INFO] [stdout]            found fn item `fn(u64, u64) -> u64 {gcd}`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/main.rs:28:4
[INFO] [stdout]    |
[INFO] [stdout] 28 | fn gcd(mut a: u64, mut b: u64) -> u64 {
[INFO] [stdout]    |    ^^^ ----------
[INFO] [stdout] help: use parentheses to call this function
[INFO] [stdout]    |
[INFO] [stdout] 19 |         gcd = gcd(gcd(/* u64 */, /* u64 */), *number);
[INFO] [stdout]    |                      ++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0070]: invalid left-hand side of assignment
[INFO] [stdout]   --> src/main.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |         gcd = gcd(gcd, *number);
[INFO] [stdout]    |         --- ^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         cannot assign to this expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0070]: invalid left-hand side of assignment
[INFO] [stdout]   --> src/main.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |         gcd = gcd(gcd, *number);
[INFO] [stdout]    |         --- ^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         cannot assign to this expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0070, E0308, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0070`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0070, E0308, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0070`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `programming_rust_chapter1` (bin "programming_rust_chapter1" test) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `programming_rust_chapter1` (bin "programming_rust_chapter1") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "3e8626a36e4ec43f4a0eb705f90c8cdb0c5ca817e233792e13b76f31578d7bad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e8626a36e4ec43f4a0eb705f90c8cdb0c5ca817e233792e13b76f31578d7bad", kill_on_drop: false }`
[INFO] [stdout] 3e8626a36e4ec43f4a0eb705f90c8cdb0c5ca817e233792e13b76f31578d7bad
