[INFO] fetching crate cannon-io 0.1.0... [INFO] checking cannon-io-0.1.0 against master#cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9 for pr-136968 [INFO] extracting crate cannon-io 0.1.0 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate cannon-io 0.1.0 on toolchain cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cannon-io 0.1.0 [INFO] finished tweaking crates.io crate cannon-io 0.1.0 [INFO] tweaked toml for crates.io crate cannon-io 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4bcd7f2a907b7dc722052171ffea15ba220cad0cb789b4ca9d8909e93bc0c4b5 [INFO] running `Command { std: "docker" "start" "-a" "4bcd7f2a907b7dc722052171ffea15ba220cad0cb789b4ca9d8909e93bc0c4b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4bcd7f2a907b7dc722052171ffea15ba220cad0cb789b4ca9d8909e93bc0c4b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bcd7f2a907b7dc722052171ffea15ba220cad0cb789b4ca9d8909e93bc0c4b5", kill_on_drop: false }` [INFO] [stdout] 4bcd7f2a907b7dc722052171ffea15ba220cad0cb789b4ca9d8909e93bc0c4b5 [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3de7358c3d15069f774c1cb881bd1ac58fcb175623956d2c3464e6ec27b2e1b2 [INFO] running `Command { std: "docker" "start" "-a" "3de7358c3d15069f774c1cb881bd1ac58fcb175623956d2c3464e6ec27b2e1b2", kill_on_drop: false }` [INFO] [stderr] Checking log v0.4.25 [INFO] [stderr] Checking cannon-io v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/oracle/oracle_reader.rs:41:41 [INFO] [stdout] | [INFO] [stdout] 41 | let reader = core::ptr::replace(&mut ORACLE_READER, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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)]` on by default [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 41 - let reader = core::ptr::replace(&mut ORACLE_READER, None); [INFO] [stdout] 41 + let reader = core::ptr::replace(&raw mut ORACLE_READER, None); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/oracle/oracle_reader.rs:41:41 [INFO] [stdout] | [INFO] [stdout] 41 | let reader = core::ptr::replace(&mut ORACLE_READER, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [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)]` on by default [INFO] [stdout] help: use `&raw mut` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 41 - let reader = core::ptr::replace(&mut ORACLE_READER, None); [INFO] [stdout] 41 + let reader = core::ptr::replace(&raw mut ORACLE_READER, None); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] running `Command { std: "docker" "inspect" "3de7358c3d15069f774c1cb881bd1ac58fcb175623956d2c3464e6ec27b2e1b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3de7358c3d15069f774c1cb881bd1ac58fcb175623956d2c3464e6ec27b2e1b2", kill_on_drop: false }` [INFO] [stdout] 3de7358c3d15069f774c1cb881bd1ac58fcb175623956d2c3464e6ec27b2e1b2