[INFO] fetching crate char-device 0.1.0... [INFO] checking char-device-0.1.0 against master#3e826bb11228508fbe749e594038d6727208aa94 for pr-82322 [INFO] extracting crate char-device 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate char-device 0.1.0 on toolchain 3e826bb11228508fbe749e594038d6727208aa94 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate char-device 0.1.0 [INFO] finished tweaking crates.io crate char-device 0.1.0 [INFO] tweaked toml for crates.io crate char-device 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a969014691a6246830d6464dcf89b525468dc0b7f6034a6ce1a62a4e523a378 [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" "7a969014691a6246830d6464dcf89b525468dc0b7f6034a6ce1a62a4e523a378", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a969014691a6246830d6464dcf89b525468dc0b7f6034a6ce1a62a4e523a378", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a969014691a6246830d6464dcf89b525468dc0b7f6034a6ce1a62a4e523a378", kill_on_drop: false }` [INFO] [stdout] 7a969014691a6246830d6464dcf89b525468dc0b7f6034a6ce1a62a4e523a378 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27da7aba00031f5aaf10e0f74f98560dda21d6676408de8d61f90511e35bf2f8 [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" "27da7aba00031f5aaf10e0f74f98560dda21d6676408de8d61f90511e35bf2f8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.87 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling unsafe-io v0.5.2 [INFO] [stderr] Compiling unsafe-io v0.3.0 [INFO] [stderr] Compiling char-device v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking errno v0.2.7 [INFO] [stderr] Checking posish v0.5.13 [INFO] [stdout] error[E0277]: the trait bound `CharDevice: unsafe_io::owns_raw::OwnsRaw` is not satisfied [INFO] [stdout] --> src/char_device.rs:110:34 [INFO] [stdout] | [INFO] [stdout] 110 | posish::io::fionread(self) [INFO] [stdout] | ^^^^ the trait `unsafe_io::owns_raw::OwnsRaw` is not implemented for `CharDevice` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/posish-0.5.13/src/io/fd.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn fionread(fd: &Fd) -> io::Result { [INFO] [stdout] | -------------- required by this bound in `fionread` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `unsafe_io::unsafe_handle::AsUnsafeHandle` for `CharDevice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `CharDevice: unsafe_io::owns_raw::OwnsRaw` is not satisfied [INFO] [stdout] --> src/char_device.rs:110:34 [INFO] [stdout] | [INFO] [stdout] 110 | posish::io::fionread(self) [INFO] [stdout] | ^^^^ the trait `unsafe_io::owns_raw::OwnsRaw` is not implemented for `CharDevice` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/posish-0.5.13/src/io/fd.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn fionread(fd: &Fd) -> io::Result { [INFO] [stdout] | -------------- required by this bound in `fionread` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `unsafe_io::unsafe_handle::AsUnsafeHandle` for `CharDevice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `char-device` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "27da7aba00031f5aaf10e0f74f98560dda21d6676408de8d61f90511e35bf2f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27da7aba00031f5aaf10e0f74f98560dda21d6676408de8d61f90511e35bf2f8", kill_on_drop: false }` [INFO] [stdout] 27da7aba00031f5aaf10e0f74f98560dda21d6676408de8d61f90511e35bf2f8