[INFO] crate xcb 0.7.8 is already in cache [INFO] testing xcb-0.7.8 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate xcb 0.7.8 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate xcb 0.7.8 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", 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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cfabe0e7cfb3aa3acbc7fe2236bcd6e7b3cdeb271f24075b8ce1b277685ff0be [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" "cfabe0e7cfb3aa3acbc7fe2236bcd6e7b3cdeb271f24075b8ce1b277685ff0be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cfabe0e7cfb3aa3acbc7fe2236bcd6e7b3cdeb271f24075b8ce1b277685ff0be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfabe0e7cfb3aa3acbc7fe2236bcd6e7b3cdeb271f24075b8ce1b277685ff0be", kill_on_drop: false }` [INFO] [stdout] cfabe0e7cfb3aa3acbc7fe2236bcd6e7b3cdeb271f24075b8ce1b277685ff0be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a895cae28c7eedaf7a151474b6460fb8600f2c2810a439ba76fd6b177b3a4d32 [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" "a895cae28c7eedaf7a151474b6460fb8600f2c2810a439ba76fd6b177b3a4d32", kill_on_drop: false }` [INFO] [stderr] Compiling xcb v0.7.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.43s [INFO] running `Command { std: "docker" "inspect" "a895cae28c7eedaf7a151474b6460fb8600f2c2810a439ba76fd6b177b3a4d32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a895cae28c7eedaf7a151474b6460fb8600f2c2810a439ba76fd6b177b3a4d32", kill_on_drop: false }` [INFO] [stdout] a895cae28c7eedaf7a151474b6460fb8600f2c2810a439ba76fd6b177b3a4d32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f6802182d55ac04c3206226d98d9844426554a14152b2e3209b6a2a7d983ed2 [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" "5f6802182d55ac04c3206226d98d9844426554a14152b2e3209b6a2a7d983ed2", kill_on_drop: false }` [INFO] [stderr] Compiling xcb v0.7.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.12s [INFO] running `Command { std: "docker" "inspect" "5f6802182d55ac04c3206226d98d9844426554a14152b2e3209b6a2a7d983ed2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f6802182d55ac04c3206226d98d9844426554a14152b2e3209b6a2a7d983ed2", kill_on_drop: false }` [INFO] [stdout] 5f6802182d55ac04c3206226d98d9844426554a14152b2e3209b6a2a7d983ed2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d27406e66207ca090e2f4b9d7a6efaf43d032b6b3e2c0ca6aacca3b00009e768 [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" "d27406e66207ca090e2f4b9d7a6efaf43d032b6b3e2c0ca6aacca3b00009e768", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/xcb-464f854022a05eec [INFO] [stdout] [INFO] [stderr] Doc-tests xcb [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test /opt/rustwide/target/debug/build/xcb-3ca6ffa587e217ab/out/xproto.rs - xproto::GC_PLANE_MASK (line 598) ... FAILED [INFO] [stdout] test src/base.rs - base::pack_bitfield (line 750) ... FAILED [INFO] [stdout] test /opt/rustwide/target/debug/build/xcb-3ca6ffa587e217ab/out/ffi/xproto.rs - ffi::xproto::XCB_GC_PLANE_MASK (line 3654) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- /opt/rustwide/target/debug/build/xcb-3ca6ffa587e217ab/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-3ca6ffa587e217ab/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-3ca6ffa587e217ab/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-3ca6ffa587e217ab/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-3ca6ffa587e217ab/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-3ca6ffa587e217ab/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] ---- /opt/rustwide/target/debug/build/xcb-3ca6ffa587e217ab/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-3ca6ffa587e217ab/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-3ca6ffa587e217ab/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-3ca6ffa587e217ab/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-3ca6ffa587e217ab/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-3ca6ffa587e217ab/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] [INFO] [stdout] failures: [INFO] [stdout] /opt/rustwide/target/debug/build/xcb-3ca6ffa587e217ab/out/ffi/xproto.rs - ffi::xproto::XCB_GC_PLANE_MASK (line 3654) [INFO] [stdout] /opt/rustwide/target/debug/build/xcb-3ca6ffa587e217ab/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 [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "d27406e66207ca090e2f4b9d7a6efaf43d032b6b3e2c0ca6aacca3b00009e768", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d27406e66207ca090e2f4b9d7a6efaf43d032b6b3e2c0ca6aacca3b00009e768", kill_on_drop: false }` [INFO] [stdout] d27406e66207ca090e2f4b9d7a6efaf43d032b6b3e2c0ca6aacca3b00009e768