[INFO] fetching crate xcb 0.7.8... [INFO] testing xcb-0.7.8 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate xcb 0.7.8 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate xcb 0.7.8 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xcb 0.7.8 [INFO] finished tweaking crates.io crate xcb 0.7.8 [INFO] tweaked toml for crates.io crate xcb 0.7.8 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 550b65f31bc10458dbc165a48d3e27ba69a7d63e5231433ada62a79c748a7b27 [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" "550b65f31bc10458dbc165a48d3e27ba69a7d63e5231433ada62a79c748a7b27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "550b65f31bc10458dbc165a48d3e27ba69a7d63e5231433ada62a79c748a7b27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "550b65f31bc10458dbc165a48d3e27ba69a7d63e5231433ada62a79c748a7b27", kill_on_drop: false }` [INFO] [stdout] 550b65f31bc10458dbc165a48d3e27ba69a7d63e5231433ada62a79c748a7b27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc1955f262424ca03931b72b94f4215afeea75b5f7f50c634ffe5791a8c58aa7 [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" "fc1955f262424ca03931b72b94f4215afeea75b5f7f50c634ffe5791a8c58aa7", kill_on_drop: false }` [INFO] [stderr] Compiling xcb v0.7.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | if try!(fs::metadata(xml_dir)).is_dir() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | for entry in try!(fs::read_dir(xml_dir)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | let path = try!(entry).path(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | if try!(fs::metadata(&path)).is_file() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | if ext == "xml" { try!(cb(&path)); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:60:30 [INFO] [stdout] | [INFO] [stdout] 60 | let xml_file_mtime = try!(fs::metadata(&xml_file)).mtime(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | let status = try!(Command::new("python3") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/big_requests.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | 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-3a2c7c8bea3159b6/out/ffi/xc_misc.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | 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 12.08s [INFO] running `Command { std: "docker" "inspect" "fc1955f262424ca03931b72b94f4215afeea75b5f7f50c634ffe5791a8c58aa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc1955f262424ca03931b72b94f4215afeea75b5f7f50c634ffe5791a8c58aa7", kill_on_drop: false }` [INFO] [stdout] fc1955f262424ca03931b72b94f4215afeea75b5f7f50c634ffe5791a8c58aa7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c095127678d508683f9055d3760735ce7556281a65dcb5000f2c73ac83ea2d7 [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" "4c095127678d508683f9055d3760735ce7556281a65dcb5000f2c73ac83ea2d7", kill_on_drop: false }` [INFO] [stderr] Compiling xcb v0.7.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | if try!(fs::metadata(xml_dir)).is_dir() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | for entry in try!(fs::read_dir(xml_dir)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | let path = try!(entry).path(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | if try!(fs::metadata(&path)).is_file() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | if ext == "xml" { try!(cb(&path)); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:60:30 [INFO] [stdout] | [INFO] [stdout] 60 | let xml_file_mtime = try!(fs::metadata(&xml_file)).mtime(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | let status = try!(Command::new("python3") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static of uninhabited type [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/big_requests.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | 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-3a2c7c8bea3159b6/out/ffi/xc_misc.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | 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-3a2c7c8bea3159b6/out/ffi/big_requests.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | 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-3a2c7c8bea3159b6/out/ffi/xc_misc.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | 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 test [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `Command { std: "docker" "inspect" "4c095127678d508683f9055d3760735ce7556281a65dcb5000f2c73ac83ea2d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c095127678d508683f9055d3760735ce7556281a65dcb5000f2c73ac83ea2d7", kill_on_drop: false }` [INFO] [stdout] 4c095127678d508683f9055d3760735ce7556281a65dcb5000f2c73ac83ea2d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 939a7b03f0282e9a17473497c539a841568d4df6a7555e04c5812370fee0c061 [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" "939a7b03f0282e9a17473497c539a841568d4df6a7555e04c5812370fee0c061", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:15:8 [INFO] [stderr] | [INFO] [stderr] 15 | if try!(fs::metadata(xml_dir)).is_dir() { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | for entry in try!(fs::read_dir(xml_dir)) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:17:24 [INFO] [stderr] | [INFO] [stderr] 17 | let path = try!(entry).path(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | if try!(fs::metadata(&path)).is_file() { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:20:39 [INFO] [stderr] | [INFO] [stderr] 20 | if ext == "xml" { try!(cb(&path)); } [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:60:30 [INFO] [stderr] | [INFO] [stderr] 60 | let xml_file_mtime = try!(fs::metadata(&xml_file)).mtime(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:68:26 [INFO] [stderr] | [INFO] [stderr] 68 | let status = try!(Command::new("python3") [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: `xcb` (build script) generated 7 warnings [INFO] [stdout] running 0 tests [INFO] [stderr] warning: static of uninhabited type [INFO] [stdout] [INFO] [stderr] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/big_requests.rs:52:5 [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 52 | pub static mut xcb_big_requests_id: xcb_extension_t; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(uninhabited_static)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #74840 [INFO] [stderr] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stderr] [INFO] [stderr] warning: static of uninhabited type [INFO] [stderr] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/xc_misc.rs:121:5 [INFO] [stderr] | [INFO] [stderr] 121 | pub static mut xcb_xc_misc_id: xcb_extension_t; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #74840 [INFO] [stderr] = note: uninhabited statics cannot be initialized, and any access would be an immediate error [INFO] [stderr] [INFO] [stderr] warning: `xcb` (lib) generated 2 warnings [INFO] [stderr] warning: `xcb` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/xcb-5e0a1d202678b065) [INFO] [stderr] Doc-tests xcb [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/xproto.rs - ffi::xproto::XCB_GC_PLANE_MASK (line 3654) ... FAILED [INFO] [stdout] test /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/xproto.rs - xproto::GC_PLANE_MASK (line 598) ... FAILED [INFO] [stdout] test src/base.rs - base::pack_bitfield (line 750) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/xproto.rs - ffi::xproto::XCB_GC_PLANE_MASK (line 3654) stdout ---- [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `FUNC` [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/xproto.rs:3655:7 [INFO] [stdout] | [INFO] [stdout] 3 | ((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask)) [INFO] [stdout] | -^^^^ expected one of 8 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `dst` [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/xproto.rs:3655:12 [INFO] [stdout] | [INFO] [stdout] 3 | ((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask)) [INFO] [stdout] | -^^^ expected one of 8 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `AND` [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/xproto.rs:3655:17 [INFO] [stdout] | [INFO] [stdout] 3 | ((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask)) [INFO] [stdout] | -^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `plane` [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/xproto.rs:3655:21 [INFO] [stdout] | [INFO] [stdout] 3 | ((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask)) [INFO] [stdout] | -^^^^^ expected one of 8 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `OR` [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/xproto.rs:3655:33 [INFO] [stdout] | [INFO] [stdout] 3 | ((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask)) [INFO] [stdout] | ^^ expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/xproto.rs - xproto::GC_PLANE_MASK (line 598) stdout ---- [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `FUNC` [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/xproto.rs:599:7 [INFO] [stdout] | [INFO] [stdout] 3 | ((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask)) [INFO] [stdout] | -^^^^ expected one of 8 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `dst` [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/xproto.rs:599:12 [INFO] [stdout] | [INFO] [stdout] 3 | ((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask)) [INFO] [stdout] | -^^^ expected one of 8 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `AND` [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/xproto.rs:599:17 [INFO] [stdout] | [INFO] [stdout] 3 | ((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask)) [INFO] [stdout] | -^^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `plane` [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/xproto.rs:599:21 [INFO] [stdout] | [INFO] [stdout] 3 | ((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask)) [INFO] [stdout] | -^^^^^ expected one of 8 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `OR` [INFO] [stdout] --> /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/xproto.rs:599:33 [INFO] [stdout] | [INFO] [stdout] 3 | ((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask)) [INFO] [stdout] | ^^ expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/base.rs - base::pack_bitfield (line 750) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `Oxffffffff` in this scope [INFO] [stdout] --> src/base.rs:758:13 [INFO] [stdout] | [INFO] [stdout] 11 | Oxffffffff, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `pack_bitfield` in this scope [INFO] [stdout] --> src/base.rs:763:16 [INFO] [stdout] | [INFO] [stdout] 16 | assert_eq!(pack_bitfield(&mut values), ffi_values); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use xcb::pack_bitfield; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/ffi/xproto.rs - ffi::xproto::XCB_GC_PLANE_MASK (line 3654) [INFO] [stdout] /opt/rustwide/target/debug/build/xcb-3a2c7c8bea3159b6/out/xproto.rs - xproto::GC_PLANE_MASK (line 598) [INFO] [stdout] src/base.rs - base::pack_bitfield (line 750) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "939a7b03f0282e9a17473497c539a841568d4df6a7555e04c5812370fee0c061", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "939a7b03f0282e9a17473497c539a841568d4df6a7555e04c5812370fee0c061", kill_on_drop: false }` [INFO] [stdout] 939a7b03f0282e9a17473497c539a841568d4df6a7555e04c5812370fee0c061