[INFO] fetching crate miniquad 0.4.8... [INFO] checking miniquad-0.4.8 against try#306c6aded24f02440063be828ebe601fe5eb8323 for pr-133502-3 [INFO] extracting crate miniquad 0.4.8 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate miniquad 0.4.8 on toolchain 306c6aded24f02440063be828ebe601fe5eb8323 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate miniquad 0.4.8 [INFO] finished tweaking crates.io crate miniquad 0.4.8 [INFO] tweaked toml for crates.io crate miniquad 0.4.8 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate crates.io crate miniquad 0.4.8 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" "+306c6aded24f02440063be828ebe601fe5eb8323" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 263693f5014bda70bef65989e8056dc68fa77ca8d582a6ae9651674765891afc [INFO] running `Command { std: "docker" "start" "-a" "263693f5014bda70bef65989e8056dc68fa77ca8d582a6ae9651674765891afc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "263693f5014bda70bef65989e8056dc68fa77ca8d582a6ae9651674765891afc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "263693f5014bda70bef65989e8056dc68fa77ca8d582a6ae9651674765891afc", kill_on_drop: false }` [INFO] [stdout] 263693f5014bda70bef65989e8056dc68fa77ca8d582a6ae9651674765891afc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da715e5005167949d3fec7fa902d997debf2f332208a7df2aedc0bdb7a3ec6eb [INFO] running `Command { std: "docker" "start" "-a" "da715e5005167949d3fec7fa902d997debf2f332208a7df2aedc0bdb7a3ec6eb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling miniquad v0.4.8 (/opt/rustwide/workdir) [INFO] [stderr] Checking glam v0.24.2 [INFO] [stderr] Checking quad-rand v0.1.1 [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> src/native/linux_x11/clipboard.rs:162:19 [INFO] [stdout] | [INFO] [stdout] 162 | let message = MESSAGE.as_ref().unwrap_or(&empty_message); [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> src/native/linux_x11/clipboard.rs:162:19 [INFO] [stdout] | [INFO] [stdout] 162 | let message = MESSAGE.as_ref().unwrap_or(&empty_message); [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s [INFO] running `Command { std: "docker" "inspect" "da715e5005167949d3fec7fa902d997debf2f332208a7df2aedc0bdb7a3ec6eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da715e5005167949d3fec7fa902d997debf2f332208a7df2aedc0bdb7a3ec6eb", kill_on_drop: false }` [INFO] [stdout] da715e5005167949d3fec7fa902d997debf2f332208a7df2aedc0bdb7a3ec6eb