[INFO] fetching crate smelling_salts 0.12.1... [INFO] building smelling_salts-0.12.1 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate smelling_salts 0.12.1 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate smelling_salts 0.12.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate smelling_salts 0.12.1 [INFO] tweaked toml for crates.io crate smelling_salts 0.12.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate smelling_salts 0.12.1 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate smelling_salts 0.12.1 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 11052cfe6694a49eb4e80a74f9dbb54f8054e83d30f6499ae1d7a4e0f7016f89 [INFO] running `Command { std: "docker" "start" "-a" "11052cfe6694a49eb4e80a74f9dbb54f8054e83d30f6499ae1d7a4e0f7016f89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "11052cfe6694a49eb4e80a74f9dbb54f8054e83d30f6499ae1d7a4e0f7016f89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11052cfe6694a49eb4e80a74f9dbb54f8054e83d30f6499ae1d7a4e0f7016f89", kill_on_drop: false }` [INFO] [stdout] 11052cfe6694a49eb4e80a74f9dbb54f8054e83d30f6499ae1d7a4e0f7016f89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e74746c1781cdcca649e594bfca64d5071da2ba23e60db8c0d11798d06945228 [INFO] running `Command { std: "docker" "start" "-a" "e74746c1781cdcca649e594bfca64d5071da2ba23e60db8c0d11798d06945228", kill_on_drop: false }` [INFO] [stderr] Compiling pasts v0.14.1 [INFO] [stderr] Compiling whisk v0.11.0 [INFO] [stderr] Compiling smelling_salts v0.12.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/epoll.rs:145:55 [INFO] [stdout] | [INFO] [stdout] 145 | pasts::Executor::default().block_on(epoll(STATE.assume_init_ref())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared 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 shared reference to mutable static [INFO] [stdout] --> src/epoll.rs:148:14 [INFO] [stdout] | [INFO] [stdout] 148 | unsafe { STATE.assume_init_ref() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `Command { std: "docker" "inspect" "e74746c1781cdcca649e594bfca64d5071da2ba23e60db8c0d11798d06945228", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e74746c1781cdcca649e594bfca64d5071da2ba23e60db8c0d11798d06945228", kill_on_drop: false }` [INFO] [stdout] e74746c1781cdcca649e594bfca64d5071da2ba23e60db8c0d11798d06945228 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36c0ca9ac753ab647931c1a2d0fa01a95e61d1f6ac0768b9a7776bd09805cb78 [INFO] running `Command { std: "docker" "start" "-a" "36c0ca9ac753ab647931c1a2d0fa01a95e61d1f6ac0768b9a7776bd09805cb78", kill_on_drop: false }` [INFO] [stderr] Compiling async_main_macro v0.3.0 [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/epoll.rs:145:55 [INFO] [stdout] | [INFO] [stdout] 145 | pasts::Executor::default().block_on(epoll(STATE.assume_init_ref())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared 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 shared reference to mutable static [INFO] [stdout] --> src/epoll.rs:148:14 [INFO] [stdout] | [INFO] [stdout] 148 | unsafe { STATE.assume_init_ref() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling async_main v0.3.0 [INFO] [stderr] Compiling smelling_salts v0.12.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/epoll.rs:145:55 [INFO] [stdout] | [INFO] [stdout] 145 | pasts::Executor::default().block_on(epoll(STATE.assume_init_ref())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared 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 shared reference to mutable static [INFO] [stdout] --> src/epoll.rs:148:14 [INFO] [stdout] | [INFO] [stdout] 148 | unsafe { STATE.assume_init_ref() } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.25s [INFO] running `Command { std: "docker" "inspect" "36c0ca9ac753ab647931c1a2d0fa01a95e61d1f6ac0768b9a7776bd09805cb78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36c0ca9ac753ab647931c1a2d0fa01a95e61d1f6ac0768b9a7776bd09805cb78", kill_on_drop: false }` [INFO] [stdout] 36c0ca9ac753ab647931c1a2d0fa01a95e61d1f6ac0768b9a7776bd09805cb78