[INFO] crate xcb 0.7.8 is already in cache [INFO] testing xcb-0.7.8 against 1.45.2 for beta-1.46-1 [INFO] extracting crate xcb 0.7.8 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate xcb 0.7.8 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 750a2ed1fdc99eb5d2d76bded4703fbba978c7e0740c4ea032db28172224b66e [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" "750a2ed1fdc99eb5d2d76bded4703fbba978c7e0740c4ea032db28172224b66e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "750a2ed1fdc99eb5d2d76bded4703fbba978c7e0740c4ea032db28172224b66e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "750a2ed1fdc99eb5d2d76bded4703fbba978c7e0740c4ea032db28172224b66e", kill_on_drop: false }` [INFO] [stdout] 750a2ed1fdc99eb5d2d76bded4703fbba978c7e0740c4ea032db28172224b66e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1be235e5cf8f674712d7071a6d0ac83b38cb7937682a171bebbc9a06fcb21de [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" "c1be235e5cf8f674712d7071a6d0ac83b38cb7937682a171bebbc9a06fcb21de", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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.38s [INFO] running `Command { std: "docker" "inspect" "c1be235e5cf8f674712d7071a6d0ac83b38cb7937682a171bebbc9a06fcb21de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1be235e5cf8f674712d7071a6d0ac83b38cb7937682a171bebbc9a06fcb21de", kill_on_drop: false }` [INFO] [stdout] c1be235e5cf8f674712d7071a6d0ac83b38cb7937682a171bebbc9a06fcb21de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be0d2b6d55f428f611100b0740a031e71f2760ac50fe4c81e8142ad6f93c9602 [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" "be0d2b6d55f428f611100b0740a031e71f2760ac50fe4c81e8142ad6f93c9602", kill_on_drop: false }` [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] Compiling xcb v0.7.8 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.91s [INFO] running `Command { std: "docker" "inspect" "be0d2b6d55f428f611100b0740a031e71f2760ac50fe4c81e8142ad6f93c9602", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be0d2b6d55f428f611100b0740a031e71f2760ac50fe4c81e8142ad6f93c9602", kill_on_drop: false }` [INFO] [stdout] be0d2b6d55f428f611100b0740a031e71f2760ac50fe4c81e8142ad6f93c9602 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cb226780a566cb072199b3527efcb9c5c840d0120fa2f56202087e6ff6daa76b [INFO] running `Command { std: "docker" "start" "-a" "cb226780a566cb072199b3527efcb9c5c840d0120fa2f56202087e6ff6daa76b", 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.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/xcb-fa21727b08078193 [INFO] [stdout] [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] [stderr] Doc-tests xcb [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test /opt/rustwide/target/debug/build/xcb-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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 one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use xcb::base::pack_bitfield; [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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/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-f83d2dd4f55f52ea/out/ffi/xproto.rs - ffi::xproto::XCB_GC_PLANE_MASK (line 3654) [INFO] [stdout] /opt/rustwide/target/debug/build/xcb-f83d2dd4f55f52ea/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" "cb226780a566cb072199b3527efcb9c5c840d0120fa2f56202087e6ff6daa76b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb226780a566cb072199b3527efcb9c5c840d0120fa2f56202087e6ff6daa76b", kill_on_drop: false }` [INFO] [stdout] cb226780a566cb072199b3527efcb9c5c840d0120fa2f56202087e6ff6daa76b