[INFO] fetching crate befunge-colored 0.1.2...
[INFO] testing befunge-colored-0.1.2 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate befunge-colored 0.1.2 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate befunge-colored 0.1.2 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate befunge-colored 0.1.2
[INFO] finished tweaking crates.io crate befunge-colored 0.1.2
[INFO] tweaked toml for crates.io crate befunge-colored 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate befunge-colored 0.1.2 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 711cd9ab3247fe1beadd9787b219794db614f61d5c38f1c1a814910bba04c67d
[INFO] running `Command { std: "docker" "start" "-a" "711cd9ab3247fe1beadd9787b219794db614f61d5c38f1c1a814910bba04c67d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "711cd9ab3247fe1beadd9787b219794db614f61d5c38f1c1a814910bba04c67d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "711cd9ab3247fe1beadd9787b219794db614f61d5c38f1c1a814910bba04c67d", kill_on_drop: false }`
[INFO] [stdout] 711cd9ab3247fe1beadd9787b219794db614f61d5c38f1c1a814910bba04c67d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb53ec7a7b032e15c504f0c5e95201a933c967edbee849e6d6b8f0c5e229e65c
[INFO] running `Command { std: "docker" "start" "-a" "fb53ec7a7b032e15c504f0c5e95201a933c967edbee849e6d6b8f0c5e229e65c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling regex-syntax v0.7.1
[INFO] [stderr]    Compiling aho-corasick v1.0.1
[INFO] [stderr]    Compiling getrandom v0.2.9
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.8.1
[INFO] [stderr]    Compiling befunge-colored v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]   --> src/main.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let source = fs::read_to_string(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]    |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]    = note: this will be a hard error in the 2024 edition
[INFO] [stdout]    = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let source = fs::read_to_string(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]    |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/main.rs:265:37
[INFO] [stdout]     |
[INFO] [stdout] 265 |       let mut output = File::create(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]     |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 265 |       let mut output = File::create(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]     |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
[INFO] running `Command { std: "docker" "inspect" "fb53ec7a7b032e15c504f0c5e95201a933c967edbee849e6d6b8f0c5e229e65c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb53ec7a7b032e15c504f0c5e95201a933c967edbee849e6d6b8f0c5e229e65c", kill_on_drop: false }`
[INFO] [stdout] fb53ec7a7b032e15c504f0c5e95201a933c967edbee849e6d6b8f0c5e229e65c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f4fa8cd21f9dbcbc401d8c09322946fb0678692cbad3460dc198c6aa1b18f93d
[INFO] running `Command { std: "docker" "start" "-a" "f4fa8cd21f9dbcbc401d8c09322946fb0678692cbad3460dc198c6aa1b18f93d", kill_on_drop: false }`
[INFO] [stderr]    Compiling befunge-colored v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]   --> src/main.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let source = fs::read_to_string(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]    |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]    = note: this will be a hard error in the 2024 edition
[INFO] [stdout]    = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let source = fs::read_to_string(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]    |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/main.rs:265:37
[INFO] [stdout]     |
[INFO] [stdout] 265 |       let mut output = File::create(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]     |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 265 |       let mut output = File::create(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]     |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] running `Command { std: "docker" "inspect" "f4fa8cd21f9dbcbc401d8c09322946fb0678692cbad3460dc198c6aa1b18f93d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4fa8cd21f9dbcbc401d8c09322946fb0678692cbad3460dc198c6aa1b18f93d", kill_on_drop: false }`
[INFO] [stdout] f4fa8cd21f9dbcbc401d8c09322946fb0678692cbad3460dc198c6aa1b18f93d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f7e134a4b2246287a9fe1885eee2613e2a816289812ff1bad7c1e644b0c2e5c7
[INFO] running `Command { std: "docker" "start" "-a" "f7e134a4b2246287a9fe1885eee2613e2a816289812ff1bad7c1e644b0c2e5c7", kill_on_drop: false }`
[INFO] [stderr] warning: creating a shared reference to mutable static is discouraged
[INFO] [stderr]   --> src/main.rs:42:37
[INFO] [stderr]    |
[INFO] [stderr] 42 |     let source = fs::read_to_string(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stderr]    |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stderr]    = note: this will be a hard error in the 2024 edition
[INFO] [stderr]    = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stderr] help: use `addr_of!` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 42 |     let source = fs::read_to_string(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stderr]    |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static is discouraged
[INFO] [stderr]    --> src/main.rs:265:37
[INFO] [stderr]     |
[INFO] [stderr] 265 |       let mut output = File::create(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stderr]     |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stderr]     = note: this will be a hard error in the 2024 edition
[INFO] [stderr]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stderr] help: use `addr_of!` instead to create a raw pointer
[INFO] [stderr]     |
[INFO] [stderr] 265 |       let mut output = File::create(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stderr]     |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `befunge-colored` (bin "befunge-colored" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/befunge_colored-507c8c04fc28e883)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f7e134a4b2246287a9fe1885eee2613e2a816289812ff1bad7c1e644b0c2e5c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7e134a4b2246287a9fe1885eee2613e2a816289812ff1bad7c1e644b0c2e5c7", kill_on_drop: false }`
[INFO] [stdout] f7e134a4b2246287a9fe1885eee2613e2a816289812ff1bad7c1e644b0c2e5c7
[INFO] testing befunge-colored-0.1.2 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate befunge-colored 0.1.2 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate befunge-colored 0.1.2 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate befunge-colored 0.1.2
[INFO] finished tweaking crates.io crate befunge-colored 0.1.2
[INFO] tweaked toml for crates.io crate befunge-colored 0.1.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate crates.io crate befunge-colored 0.1.2 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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c4e67474982f3359ba5497953bb3de5b49df1129efb758aa7bd4a033908268e9
[INFO] running `Command { std: "docker" "start" "-a" "c4e67474982f3359ba5497953bb3de5b49df1129efb758aa7bd4a033908268e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4e67474982f3359ba5497953bb3de5b49df1129efb758aa7bd4a033908268e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4e67474982f3359ba5497953bb3de5b49df1129efb758aa7bd4a033908268e9", kill_on_drop: false }`
[INFO] [stdout] c4e67474982f3359ba5497953bb3de5b49df1129efb758aa7bd4a033908268e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12925c61291fdd81815d73e2f84ba65fe9d041a63864b693df7671b4a85a11e7
[INFO] running `Command { std: "docker" "start" "-a" "12925c61291fdd81815d73e2f84ba65fe9d041a63864b693df7671b4a85a11e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling regex-syntax v0.7.1
[INFO] [stderr]    Compiling aho-corasick v1.0.1
[INFO] [stderr]    Compiling getrandom v0.2.9
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.8.1
[INFO] [stderr]    Compiling befunge-colored v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]   --> src/main.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let source = fs::read_to_string(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]    |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]    = note: this will be a hard error in the 2024 edition
[INFO] [stdout]    = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let source = fs::read_to_string(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]    |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/main.rs:265:37
[INFO] [stdout]     |
[INFO] [stdout] 265 |       let mut output = File::create(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]     |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 265 |       let mut output = File::create(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]     |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
[INFO] running `Command { std: "docker" "inspect" "12925c61291fdd81815d73e2f84ba65fe9d041a63864b693df7671b4a85a11e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12925c61291fdd81815d73e2f84ba65fe9d041a63864b693df7671b4a85a11e7", kill_on_drop: false }`
[INFO] [stdout] 12925c61291fdd81815d73e2f84ba65fe9d041a63864b693df7671b4a85a11e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 34c4d8e3fbbdba88e0da097d430321ee08b0b242fdcee9e70fad9bbc54539c8e
[INFO] running `Command { std: "docker" "start" "-a" "34c4d8e3fbbdba88e0da097d430321ee08b0b242fdcee9e70fad9bbc54539c8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling befunge-colored v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]   --> src/main.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let source = fs::read_to_string(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]    |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]    = note: this will be a hard error in the 2024 edition
[INFO] [stdout]    = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let source = fs::read_to_string(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]    |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/main.rs:265:37
[INFO] [stdout]     |
[INFO] [stdout] 265 |       let mut output = File::create(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]     |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 265 |       let mut output = File::create(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stdout]     |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] running `Command { std: "docker" "inspect" "34c4d8e3fbbdba88e0da097d430321ee08b0b242fdcee9e70fad9bbc54539c8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34c4d8e3fbbdba88e0da097d430321ee08b0b242fdcee9e70fad9bbc54539c8e", kill_on_drop: false }`
[INFO] [stdout] 34c4d8e3fbbdba88e0da097d430321ee08b0b242fdcee9e70fad9bbc54539c8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f82d624dc32595183fcdaf4f46e52a7dfd39520b603934e0d27fbfcea1470f73
[INFO] running `Command { std: "docker" "start" "-a" "f82d624dc32595183fcdaf4f46e52a7dfd39520b603934e0d27fbfcea1470f73", kill_on_drop: false }`
[INFO] [stderr] warning: creating a shared reference to mutable static is discouraged
[INFO] [stderr]   --> src/main.rs:42:37
[INFO] [stderr]    |
[INFO] [stderr] 42 |     let source = fs::read_to_string(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stderr]    |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stderr]    = note: this will be a hard error in the 2024 edition
[INFO] [stderr]    = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stderr] help: use `addr_of!` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 42 |     let source = fs::read_to_string(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stderr]    |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static is discouraged
[INFO] [stderr]    --> src/main.rs:265:37
[INFO] [stderr]     |
[INFO] [stderr] 265 |       let mut output = File::create(&FILEPATH).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stderr]     |                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stderr]     = note: this will be a hard error in the 2024 edition
[INFO] [stderr]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stderr] help: use `addr_of!` instead to create a raw pointer
[INFO] [stderr]     |
[INFO] [stderr] 265 |       let mut output = File::create(addr_of!(FILEPATH)).expect(FILE_NOT_FOUND_ERROR);
[INFO] [stderr]     |                                     ~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `befunge-colored` (bin "befunge-colored" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/befunge_colored-507c8c04fc28e883)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f82d624dc32595183fcdaf4f46e52a7dfd39520b603934e0d27fbfcea1470f73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f82d624dc32595183fcdaf4f46e52a7dfd39520b603934e0d27fbfcea1470f73", kill_on_drop: false }`
[INFO] [stdout] f82d624dc32595183fcdaf4f46e52a7dfd39520b603934e0d27fbfcea1470f73
