[INFO] fetching crate xcb 0.10.0... [INFO] checking xcb-0.10.0 against try#8de4b308b608cded0ebccf658a0fc719bce87d4e for pr-89056 [INFO] extracting crate xcb 0.10.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate xcb 0.10.0 on toolchain 8de4b308b608cded0ebccf658a0fc719bce87d4e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xcb 0.10.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate xcb 0.10.0 [INFO] tweaked toml for crates.io crate xcb 0.10.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate xcb 0.10.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8fa1589481c671762836e2aa519529ec87ff2805df87ce21344d149d837c8e66 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8fa1589481c671762836e2aa519529ec87ff2805df87ce21344d149d837c8e66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8fa1589481c671762836e2aa519529ec87ff2805df87ce21344d149d837c8e66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fa1589481c671762836e2aa519529ec87ff2805df87ce21344d149d837c8e66", kill_on_drop: false }` [INFO] [stdout] 8fa1589481c671762836e2aa519529ec87ff2805df87ce21344d149d837c8e66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfc5dd7fd08782e63a1175135402a1ca7523af40236b226f91191848d5584d1b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cfc5dd7fd08782e63a1175135402a1ca7523af40236b226f91191848d5584d1b", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling xml-rs v0.2.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling x11 v2.18.1 [INFO] [stderr] Compiling gl_generator v0.4.2 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Compiling gl v0.5.2 [INFO] [stderr] Compiling xcb v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-8f1dde097809c156/out/ffi/big_requests.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub static mut xcb_big_requests_id: xcb_extension_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(uninhabited_static)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-8f1dde097809c156/out/ffi/xc_misc.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | pub static mut xcb_xc_misc_id: xcb_extension_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-8f1dde097809c156/out/ffi/big_requests.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub static mut xcb_big_requests_id: xcb_extension_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(uninhabited_static)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-8f1dde097809c156/out/ffi/xc_misc.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | pub static mut xcb_xc_misc_id: xcb_extension_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #74840 [INFO] [stdout] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.08s [INFO] running `Command { std: "docker" "inspect" "cfc5dd7fd08782e63a1175135402a1ca7523af40236b226f91191848d5584d1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfc5dd7fd08782e63a1175135402a1ca7523af40236b226f91191848d5584d1b", kill_on_drop: false }` [INFO] [stdout] cfc5dd7fd08782e63a1175135402a1ca7523af40236b226f91191848d5584d1b