[INFO] fetching crate fdringbuf 0.0.2... [INFO] checking fdringbuf-0.0.2 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate fdringbuf 0.0.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate fdringbuf 0.0.2 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fdringbuf 0.0.2 [INFO] finished tweaking crates.io crate fdringbuf 0.0.2 [INFO] tweaked toml for crates.io crate fdringbuf 0.0.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: dependency (nix) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dev-dependencies.nix.nix [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "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] 7beb3c5dab018cec21ad403ac0272a9edde1cbee06b612e8092f4b378ef8b643 [INFO] running `Command { std: "docker" "start" "-a" "7beb3c5dab018cec21ad403ac0272a9edde1cbee06b612e8092f4b378ef8b643", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7beb3c5dab018cec21ad403ac0272a9edde1cbee06b612e8092f4b378ef8b643", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7beb3c5dab018cec21ad403ac0272a9edde1cbee06b612e8092f4b378ef8b643", kill_on_drop: false }` [INFO] [stdout] 7beb3c5dab018cec21ad403ac0272a9edde1cbee06b612e8092f4b378ef8b643 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e244d9f5278c3a07b3a495d29c3f003993cf0a024e88b7fa7ba74899e333ac70 [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" "e244d9f5278c3a07b3a495d29c3f003993cf0a024e88b7fa7ba74899e333ac70", kill_on_drop: false }` [INFO] [stderr] warning: dependency (nix) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dev-dependencies.nix.nix [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Checking fdringbuf v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/fdbuf.rs:70:33 [INFO] [stdout] | [INFO] [stdout] 70 | if r > 0 && was_empty { try!(write_fd(self.signal_fd)) }; [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] --> src/fdbuf.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | if r > 0 && was_full { try!(write_fd(self.signal_fd)) }; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fdbuf.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let b: Arr = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EPOLLIN` in this scope [INFO] [stdout] --> src/fdbuf.rs:187:51 [INFO] [stdout] | [INFO] [stdout] 187 | let event = EpollEvent { data: 0, events: EPOLLIN }; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 173 | use libc::EPOLLIN; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EPOLLIN` in this scope [INFO] [stdout] --> src/fdbuf.rs:193:57 [INFO] [stdout] | [INFO] [stdout] 193 | let mut events = [EpollEvent { data: 0, events: EPOLLIN }]; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 173 | use libc::EPOLLIN; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EFD_CLOEXEC` in this scope [INFO] [stdout] --> src/fdbuf.rs:212:40 [INFO] [stdout] | [INFO] [stdout] 212 | let (efd1, efd2) = (eventfd(0, EFD_CLOEXEC).unwrap(), eventfd(0, EFD_CLOEXEC).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 173 | use libc::EFD_CLOEXEC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EFD_CLOEXEC` in this scope [INFO] [stdout] --> src/fdbuf.rs:212:74 [INFO] [stdout] | [INFO] [stdout] 212 | let (efd1, efd2) = (eventfd(0, EFD_CLOEXEC).unwrap(), eventfd(0, EFD_CLOEXEC).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 173 | use libc::EFD_CLOEXEC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `scoped` in module `std::thread` [INFO] [stdout] --> src/fdbuf.rs:226:36 [INFO] [stdout] | [INFO] [stdout] 226 | let guard = ::std::thread::scoped(move || { [INFO] [stdout] | ^^^^^^ not found in `std::thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/fdbuf.rs:70:33 [INFO] [stdout] | [INFO] [stdout] 70 | if r > 0 && was_empty { try!(write_fd(self.signal_fd)) }; [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] --> src/fdbuf.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | if r > 0 && was_full { try!(write_fd(self.signal_fd)) }; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fdbuf.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let b: Arr = unsafe { ::std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `nix::sys::epoll::EpollEvent` has no field named `data` [INFO] [stdout] --> src/fdbuf.rs:187:34 [INFO] [stdout] | [INFO] [stdout] 187 | let event = EpollEvent { data: 0, events: EPOLLIN }; [INFO] [stdout] | ^^^^ `nix::sys::epoll::EpollEvent` does not have this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `nix::sys::epoll::EpollEvent` has no field named `events` [INFO] [stdout] --> src/fdbuf.rs:187:43 [INFO] [stdout] | [INFO] [stdout] 187 | let event = EpollEvent { data: 0, events: EPOLLIN }; [INFO] [stdout] | ^^^^^^ `nix::sys::epoll::EpollEvent` does not have this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Option<&mut nix::sys::epoll::EpollEvent>: From<&nix::sys::epoll::EpollEvent>` is not satisfied [INFO] [stdout] --> src/fdbuf.rs:188:9 [INFO] [stdout] | [INFO] [stdout] 188 | epoll_ctl(sleep, EpollOp::EpollCtlAdd, fd, &event).unwrap(); [INFO] [stdout] | ^^^^^^^^^ the trait `From<&nix::sys::epoll::EpollEvent>` is not implemented for `Option<&mut nix::sys::epoll::EpollEvent>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.18.0/src/sys/epoll.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 85 | where T: Into> [INFO] [stdout] | -------------------------------- required by this bound in `nix::sys::epoll::epoll_ctl` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as From<&'a Option>> [INFO] [stdout] as From<&'a mut Option>> [INFO] [stdout] as From> [INFO] [stdout] = note: required because of the requirements on the impl of `Into>` for `&nix::sys::epoll::EpollEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `nix::sys::epoll::EpollEvent` has no field named `data` [INFO] [stdout] --> src/fdbuf.rs:193:40 [INFO] [stdout] | [INFO] [stdout] 193 | let mut events = [EpollEvent { data: 0, events: EPOLLIN }]; [INFO] [stdout] | ^^^^ `nix::sys::epoll::EpollEvent` does not have this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `nix::sys::epoll::EpollEvent` has no field named `events` [INFO] [stdout] --> src/fdbuf.rs:193:49 [INFO] [stdout] | [INFO] [stdout] 193 | let mut events = [EpollEvent { data: 0, events: EPOLLIN }]; [INFO] [stdout] | ^^^^^^ `nix::sys::epoll::EpollEvent` does not have this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `u32` [INFO] [stdout] --> src/fdbuf.rs:233:69 [INFO] [stdout] | [INFO] [stdout] 233 | for z in d.iter().take(300) { cc += 1; if *z == -1 { quit = true; return (cc, false); } sum += *z as u64 }; [INFO] [stdout] | ^^ cannot apply unary operator `-` [INFO] [stdout] | [INFO] [stdout] = note: unsigned values cannot be negated [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u32: Neg` is not satisfied [INFO] [stdout] --> src/fdbuf.rs:261:29 [INFO] [stdout] | [INFO] [stdout] 261 | s.send(|d| { d[0] = -1; (1, false) }).unwrap(); [INFO] [stdout] | ^^ the trait `Neg` is not implemented for `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0560, E0600. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fdringbuf` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "e244d9f5278c3a07b3a495d29c3f003993cf0a024e88b7fa7ba74899e333ac70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e244d9f5278c3a07b3a495d29c3f003993cf0a024e88b7fa7ba74899e333ac70", kill_on_drop: false }` [INFO] [stdout] e244d9f5278c3a07b3a495d29c3f003993cf0a024e88b7fa7ba74899e333ac70