[INFO] cloning repository https://github.com/jacoobes/hello_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jacoobes/hello_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacoobes%2Fhello_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacoobes%2Fhello_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aece6325a1b56f45a774f697a8fe9f30545d97ab [INFO] checking jacoobes/hello_rust against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacoobes%2Fhello_rust" "/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/jacoobes/hello_rust on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jacoobes/hello_rust [INFO] finished tweaking git repo https://github.com/jacoobes/hello_rust [INFO] tweaked toml for git repo https://github.com/jacoobes/hello_rust written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jacoobes/hello_rust 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd2299c1248c25c487db49da77f5a554aaedb1a812d8c2fe2a82056d4eba42a9 [INFO] running `Command { std: "docker" "start" "-a" "fd2299c1248c25c487db49da77f5a554aaedb1a812d8c2fe2a82056d4eba42a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd2299c1248c25c487db49da77f5a554aaedb1a812d8c2fe2a82056d4eba42a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd2299c1248c25c487db49da77f5a554aaedb1a812d8c2fe2a82056d4eba42a9", kill_on_drop: false }` [INFO] [stdout] fd2299c1248c25c487db49da77f5a554aaedb1a812d8c2fe2a82056d4eba42a9 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61b4c833243a9f09291b3621817100786ea32732b0c8a2065941c50ad1a2716e [INFO] running `Command { std: "docker" "start" "-a" "61b4c833243a9f09291b3621817100786ea32732b0c8a2065941c50ad1a2716e", kill_on_drop: false }` [INFO] [stderr] Checking hello_world_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0499]: cannot borrow `str` as mutable more than once at a time [INFO] [stdout] --> src/ownership_borrowing.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 7 | let str2 = &mut str; [INFO] [stdout] | -------- first mutable borrow occurs here [INFO] [stdout] 8 | let str3 = &mut str; [INFO] [stdout] | ^^^^^^^^ second mutable borrow occurs here [INFO] [stdout] 9 | [INFO] [stdout] 10 | println!("{}, {}", str2,str3); [INFO] [stdout] | ---- first borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0499]: cannot borrow `str` as mutable more than once at a time [INFO] [stdout] --> src/ownership_borrowing.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 7 | let str2 = &mut str; [INFO] [stdout] | -------- first mutable borrow occurs here [INFO] [stdout] 8 | let str3 = &mut str; [INFO] [stdout] | ^^^^^^^^ second mutable borrow occurs here [INFO] [stdout] 9 | [INFO] [stdout] 10 | println!("{}, {}", str2,str3); [INFO] [stdout] | ---- first borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0499`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0499`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hello_world_rust` (bin "hello_world_rust") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `hello_world_rust` (bin "hello_world_rust" test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "61b4c833243a9f09291b3621817100786ea32732b0c8a2065941c50ad1a2716e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61b4c833243a9f09291b3621817100786ea32732b0c8a2065941c50ad1a2716e", kill_on_drop: false }` [INFO] [stdout] 61b4c833243a9f09291b3621817100786ea32732b0c8a2065941c50ad1a2716e [INFO] checking jacoobes/hello_rust against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacoobes%2Fhello_rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jacoobes/hello_rust on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jacoobes/hello_rust [INFO] finished tweaking git repo https://github.com/jacoobes/hello_rust [INFO] tweaked toml for git repo https://github.com/jacoobes/hello_rust written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jacoobes/hello_rust 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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 36920918ab709e841701b8cf41eab8b83c9a3660275c32b8621fd31c22d9ccc8 [INFO] running `Command { std: "docker" "start" "-a" "36920918ab709e841701b8cf41eab8b83c9a3660275c32b8621fd31c22d9ccc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36920918ab709e841701b8cf41eab8b83c9a3660275c32b8621fd31c22d9ccc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36920918ab709e841701b8cf41eab8b83c9a3660275c32b8621fd31c22d9ccc8", kill_on_drop: false }` [INFO] [stdout] 36920918ab709e841701b8cf41eab8b83c9a3660275c32b8621fd31c22d9ccc8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 606c10dd39c261823520342f868f53259179a9734899e3c82f08cd7e03080df4 [INFO] running `Command { std: "docker" "start" "-a" "606c10dd39c261823520342f868f53259179a9734899e3c82f08cd7e03080df4", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "606c10dd39c261823520342f868f53259179a9734899e3c82f08cd7e03080df4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "606c10dd39c261823520342f868f53259179a9734899e3c82f08cd7e03080df4", kill_on_drop: false }` [INFO] [stdout] 606c10dd39c261823520342f868f53259179a9734899e3c82f08cd7e03080df4