[INFO] cloning repository https://github.com/cyndis/uapi-test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cyndis/uapi-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyndis%2Fuapi-test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyndis%2Fuapi-test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c69317942041d8c7effae477ecc2f78cc65dcc8b [INFO] checking cyndis/uapi-test against master#b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 for pr-79470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyndis%2Fuapi-test" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cyndis/uapi-test on toolchain b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cyndis/uapi-test [INFO] finished tweaking git repo https://github.com/cyndis/uapi-test [INFO] tweaked toml for git repo https://github.com/cyndis/uapi-test written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/cyndis/uapi-test already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "metadata" "--no-deps" "--format-version=1", 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] fad619e5e5185402d435376c42391c5432913058e363f9ccf0a21611b2c17142 [INFO] running `Command { std: "docker" "start" "-a" "fad619e5e5185402d435376c42391c5432913058e363f9ccf0a21611b2c17142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fad619e5e5185402d435376c42391c5432913058e363f9ccf0a21611b2c17142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fad619e5e5185402d435376c42391c5432913058e363f9ccf0a21611b2c17142", kill_on_drop: false }` [INFO] [stdout] fad619e5e5185402d435376c42391c5432913058e363f9ccf0a21611b2c17142 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a07a951f50000e53428395ed67b4ccb4b84d09029462cfa99711d23d63b1cdb3 [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" "a07a951f50000e53428395ed67b4ccb4b84d09029462cfa99711d23d63b1cdb3", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling bindgen v0.53.3 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking bytemuck v1.4.0 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking errno v0.2.6 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling structopt-derive v0.4.10 [INFO] [stderr] Checking structopt v0.3.17 [INFO] [stderr] Compiling uapi-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Fence`, `VGem` [INFO] [stdout] --> src/test_channels.rs:26:40 [INFO] [stdout] | [INFO] [stdout] 26 | use crate::types::{Channel, Syncpoint, Fence, Mapping, VGem}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Fence`, `VGem` [INFO] [stdout] --> src/test_channels.rs:26:40 [INFO] [stdout] | [INFO] [stdout] 26 | use crate::types::{Channel, Syncpoint, Fence, Mapping, VGem}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `length` [INFO] [stdout] --> src/types.rs:308:74 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn channel_map(&self, channel: &Channel, gem: &Gem, offset: u64, length: u64, rw: bool) -> IocResult { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_fd` [INFO] [stdout] --> src/types.rs:204:12 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn from_fd(fd: i32) -> Fence { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `prime_handle_to_fd` [INFO] [stdout] --> src/types.rs:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | pub fn prime_handle_to_fd(&self, mut args: drm_prime_handle) -> IocResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `export` [INFO] [stdout] --> src/types.rs:472:12 [INFO] [stdout] | [INFO] [stdout] 472 | pub fn export(&self) -> EResult { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `VGem` [INFO] [stdout] --> src/types.rs:548:12 [INFO] [stdout] | [INFO] [stdout] 548 | pub struct VGem { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `open` [INFO] [stdout] --> src/types.rs:553:12 [INFO] [stdout] | [INFO] [stdout] 553 | pub fn open() -> EResult { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fence_attach` [INFO] [stdout] --> src/types.rs:559:12 [INFO] [stdout] | [INFO] [stdout] 559 | pub fn fence_attach(&self, handle: u32, write: bool) -> IocResult { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fence_signal` [INFO] [stdout] --> src/types.rs:574:12 [INFO] [stdout] | [INFO] [stdout] 574 | pub fn fence_signal(&self, fence: u32) -> IocResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `import` [INFO] [stdout] --> src/types.rs:588:12 [INFO] [stdout] | [INFO] [stdout] 588 | pub fn import(&self, fd: i32) -> IocResult { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `length` [INFO] [stdout] --> src/types.rs:308:74 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn channel_map(&self, channel: &Channel, gem: &Gem, offset: u64, length: u64, rw: bool) -> IocResult { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_fd` [INFO] [stdout] --> src/types.rs:204:12 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn from_fd(fd: i32) -> Fence { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `prime_handle_to_fd` [INFO] [stdout] --> src/types.rs:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | pub fn prime_handle_to_fd(&self, mut args: drm_prime_handle) -> IocResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `export` [INFO] [stdout] --> src/types.rs:472:12 [INFO] [stdout] | [INFO] [stdout] 472 | pub fn export(&self) -> EResult { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `VGem` [INFO] [stdout] --> src/types.rs:548:12 [INFO] [stdout] | [INFO] [stdout] 548 | pub struct VGem { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `open` [INFO] [stdout] --> src/types.rs:553:12 [INFO] [stdout] | [INFO] [stdout] 553 | pub fn open() -> EResult { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fence_attach` [INFO] [stdout] --> src/types.rs:559:12 [INFO] [stdout] | [INFO] [stdout] 559 | pub fn fence_attach(&self, handle: u32, write: bool) -> IocResult { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fence_signal` [INFO] [stdout] --> src/types.rs:574:12 [INFO] [stdout] | [INFO] [stdout] 574 | pub fn fence_signal(&self, fence: u32) -> IocResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `import` [INFO] [stdout] --> src/types.rs:588:12 [INFO] [stdout] | [INFO] [stdout] 588 | pub fn import(&self, fd: i32) -> IocResult { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "a07a951f50000e53428395ed67b4ccb4b84d09029462cfa99711d23d63b1cdb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a07a951f50000e53428395ed67b4ccb4b84d09029462cfa99711d23d63b1cdb3", kill_on_drop: false }` [INFO] [stdout] a07a951f50000e53428395ed67b4ccb4b84d09029462cfa99711d23d63b1cdb3