[INFO] fetching crate maggedik 0.1.0...
[INFO] building maggedik-0.1.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate maggedik 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate maggedik 0.1.0
[INFO] finished tweaking crates.io crate maggedik 0.1.0
[INFO] tweaked toml for crates.io crate maggedik 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate maggedik 0.1.0 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 crates.io crate maggedik 0.1.0 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] beab61b0739853d4db021fd5fa2ed6376d541474e1f39cd56e221267682c3873
[INFO] running `Command { std: "docker" "start" "-a" "beab61b0739853d4db021fd5fa2ed6376d541474e1f39cd56e221267682c3873", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "beab61b0739853d4db021fd5fa2ed6376d541474e1f39cd56e221267682c3873", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "beab61b0739853d4db021fd5fa2ed6376d541474e1f39cd56e221267682c3873", kill_on_drop: false }`
[INFO] [stdout] beab61b0739853d4db021fd5fa2ed6376d541474e1f39cd56e221267682c3873
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 4937c88a89793d43cdf6928a3624d22d4faf038b3b3616e8a6673354c17c203b
[INFO] running `Command { std: "docker" "start" "-a" "4937c88a89793d43cdf6928a3624d22d4faf038b3b3616e8a6673354c17c203b", kill_on_drop: false }`
[INFO] [stderr]    Compiling maggedik v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/library/helper.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | /         CONF.get_or_insert_with(|| {
[INFO] [stdout] 13 | |             Arc::new(File::create(Path::new(source)).unwrap_or_else(|err| {
[INFO] [stdout] 14 | |                 eprintln!("{}", err.to_string());
[INFO] [stdout] 15 | |                 process::exit(0);
[INFO] [stdout] 16 | |             }))
[INFO] [stdout] 17 | |         })
[INFO] [stdout]    | |__________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/library/helper.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 |     unsafe { BUF.get_or_insert_with(|| BufReader::new(file_ops(source)).lines()) }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] running `Command { std: "docker" "inspect" "4937c88a89793d43cdf6928a3624d22d4faf038b3b3616e8a6673354c17c203b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4937c88a89793d43cdf6928a3624d22d4faf038b3b3616e8a6673354c17c203b", kill_on_drop: false }`
[INFO] [stdout] 4937c88a89793d43cdf6928a3624d22d4faf038b3b3616e8a6673354c17c203b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 4d2c3bd47b53eb5a7830fada4cf15ac3bada73b8944c44566c0c73479c75cb17
[INFO] running `Command { std: "docker" "start" "-a" "4d2c3bd47b53eb5a7830fada4cf15ac3bada73b8944c44566c0c73479c75cb17", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] running `Command { std: "docker" "inspect" "4d2c3bd47b53eb5a7830fada4cf15ac3bada73b8944c44566c0c73479c75cb17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d2c3bd47b53eb5a7830fada4cf15ac3bada73b8944c44566c0c73479c75cb17", kill_on_drop: false }`
[INFO] [stdout] 4d2c3bd47b53eb5a7830fada4cf15ac3bada73b8944c44566c0c73479c75cb17
