Aug 30 18:19:51.632 INFO checking fdringbuf-0.0.2 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 18:19:51.632 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 18:19:51.632 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-0/master#ede55518431154bc761f7b2438cce9078c162700:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 18:19:51.815 INFO blam! ae8a8a5a8ea1121b51a5f265f287b2bf4dbcc0e3be9786563fe5a7420c105719 Aug 30 18:19:51.817 INFO running `"docker" "start" "-a" "ae8a8a5a8ea1121b51a5f265f287b2bf4dbcc0e3be9786563fe5a7420c105719"` Aug 30 18:19:52.474 INFO kablam! warning: dependency (nix) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Aug 30 18:19:52.474 INFO kablam! warning: unused manifest key: dev-dependencies.nix.nix Aug 30 18:19:52.490 INFO kablam! Checking fdringbuf v0.0.2 (file:///source) Aug 30 18:19:53.571 INFO kablam! error[E0425]: cannot find value `EPOLLIN` in this scope Aug 30 18:19:53.571 INFO kablam! --> src/fdbuf.rs:187:51 Aug 30 18:19:53.571 INFO kablam! | Aug 30 18:19:53.571 INFO kablam! 187 | let event = EpollEvent { data: 0, events: EPOLLIN }; Aug 30 18:19:53.571 INFO kablam! | ^^^^^^^ not found in this scope Aug 30 18:19:53.571 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 30 18:19:53.571 INFO kablam! | Aug 30 18:19:53.571 INFO kablam! 173 | use libc::EPOLLIN; Aug 30 18:19:53.571 INFO kablam! | Aug 30 18:19:53.571 INFO kablam! Aug 30 18:19:53.571 INFO kablam! error[E0425]: cannot find value `EPOLLIN` in this scope Aug 30 18:19:53.571 INFO kablam! --> src/fdbuf.rs:193:57 Aug 30 18:19:53.571 INFO kablam! | Aug 30 18:19:53.571 INFO kablam! 193 | let mut events = [EpollEvent { data: 0, events: EPOLLIN }]; Aug 30 18:19:53.571 INFO kablam! | ^^^^^^^ not found in this scope Aug 30 18:19:53.571 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 30 18:19:53.571 INFO kablam! | Aug 30 18:19:53.571 INFO kablam! 173 | use libc::EPOLLIN; Aug 30 18:19:53.571 INFO kablam! | Aug 30 18:19:53.571 INFO kablam! Aug 30 18:19:53.571 INFO kablam! error[E0425]: cannot find value `EFD_CLOEXEC` in this scope Aug 30 18:19:53.571 INFO kablam! --> src/fdbuf.rs:212:40 Aug 30 18:19:53.571 INFO kablam! | Aug 30 18:19:53.571 INFO kablam! 212 | let (efd1, efd2) = (eventfd(0, EFD_CLOEXEC).unwrap(), eventfd(0, EFD_CLOEXEC).unwrap()); Aug 30 18:19:53.571 INFO kablam! | ^^^^^^^^^^^ not found in this scope Aug 30 18:19:53.571 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 30 18:19:53.571 INFO kablam! | Aug 30 18:19:53.571 INFO kablam! 173 | use libc::EFD_CLOEXEC; Aug 30 18:19:53.571 INFO kablam! | Aug 30 18:19:53.572 INFO kablam! Aug 30 18:19:53.573 INFO kablam! error[E0425]: cannot find value `EFD_CLOEXEC` in this scope Aug 30 18:19:53.573 INFO kablam! --> src/fdbuf.rs:212:74 Aug 30 18:19:53.573 INFO kablam! | Aug 30 18:19:53.573 INFO kablam! 212 | let (efd1, efd2) = (eventfd(0, EFD_CLOEXEC).unwrap(), eventfd(0, EFD_CLOEXEC).unwrap()); Aug 30 18:19:53.573 INFO kablam! | ^^^^^^^^^^^ not found in this scope Aug 30 18:19:53.573 INFO kablam! help: possible candidate is found in another module, you can import it into scope Aug 30 18:19:53.573 INFO kablam! | Aug 30 18:19:53.573 INFO kablam! 173 | use libc::EFD_CLOEXEC; Aug 30 18:19:53.573 INFO kablam! | Aug 30 18:19:53.573 INFO kablam! Aug 30 18:19:53.573 INFO kablam! error[E0425]: cannot find function `scoped` in module `std::thread` Aug 30 18:19:53.573 INFO kablam! --> src/fdbuf.rs:226:36 Aug 30 18:19:53.573 INFO kablam! | Aug 30 18:19:53.573 INFO kablam! 226 | let guard = ::std::thread::scoped(move || { Aug 30 18:19:53.573 INFO kablam! | ^^^^^^ not found in `std::thread` Aug 30 18:19:53.573 INFO kablam! Aug 30 18:19:53.809 INFO kablam! error[E0560]: struct `fdbuf::tests::nix::sys::epoll::EpollEvent` has no field named `data` Aug 30 18:19:53.809 INFO kablam! --> src/fdbuf.rs:187:34 Aug 30 18:19:53.809 INFO kablam! | Aug 30 18:19:53.809 INFO kablam! 187 | let event = EpollEvent { data: 0, events: EPOLLIN }; Aug 30 18:19:53.809 INFO kablam! | ^^^^ `fdbuf::tests::nix::sys::epoll::EpollEvent` does not have this field Aug 30 18:19:53.809 INFO kablam! Aug 30 18:19:53.809 INFO kablam! error[E0560]: struct `fdbuf::tests::nix::sys::epoll::EpollEvent` has no field named `events` Aug 30 18:19:53.809 INFO kablam! --> src/fdbuf.rs:187:43 Aug 30 18:19:53.809 INFO kablam! | Aug 30 18:19:53.809 INFO kablam! 187 | let event = EpollEvent { data: 0, events: EPOLLIN }; Aug 30 18:19:53.809 INFO kablam! | ^^^^^^ `fdbuf::tests::nix::sys::epoll::EpollEvent` does not have this field Aug 30 18:19:53.809 INFO kablam! Aug 30 18:19:53.810 INFO kablam! error[E0277]: the trait bound `std::option::Option<&mut fdbuf::tests::nix::sys::epoll::EpollEvent>: std::convert::From<&fdbuf::tests::nix::sys::epoll::EpollEvent>` is not satisfied Aug 30 18:19:53.810 INFO kablam! --> src/fdbuf.rs:188:9 Aug 30 18:19:53.810 INFO kablam! | Aug 30 18:19:53.811 INFO kablam! 188 | epoll_ctl(sleep, EpollOp::EpollCtlAdd, fd, &event).unwrap(); Aug 30 18:19:53.811 INFO kablam! | ^^^^^^^^^ the trait `std::convert::From<&fdbuf::tests::nix::sys::epoll::EpollEvent>` is not implemented for `std::option::Option<&mut fdbuf::tests::nix::sys::epoll::EpollEvent>` Aug 30 18:19:53.811 INFO kablam! | Aug 30 18:19:53.811 INFO kablam! = help: the following implementations were found: Aug 30 18:19:53.811 INFO kablam! as std::convert::From> Aug 30 18:19:53.811 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `&fdbuf::tests::nix::sys::epoll::EpollEvent` Aug 30 18:19:53.811 INFO kablam! = note: required by `fdbuf::tests::nix::sys::epoll::epoll_ctl` Aug 30 18:19:53.811 INFO kablam! Aug 30 18:19:53.811 INFO kablam! error[E0560]: struct `fdbuf::tests::nix::sys::epoll::EpollEvent` has no field named `data` Aug 30 18:19:53.811 INFO kablam! --> src/fdbuf.rs:193:40 Aug 30 18:19:53.811 INFO kablam! | Aug 30 18:19:53.811 INFO kablam! 193 | let mut events = [EpollEvent { data: 0, events: EPOLLIN }]; Aug 30 18:19:53.811 INFO kablam! | ^^^^ `fdbuf::tests::nix::sys::epoll::EpollEvent` does not have this field Aug 30 18:19:53.811 INFO kablam! Aug 30 18:19:53.811 INFO kablam! error[E0560]: struct `fdbuf::tests::nix::sys::epoll::EpollEvent` has no field named `events` Aug 30 18:19:53.811 INFO kablam! --> src/fdbuf.rs:193:49 Aug 30 18:19:53.811 INFO kablam! | Aug 30 18:19:53.811 INFO kablam! 193 | let mut events = [EpollEvent { data: 0, events: EPOLLIN }]; Aug 30 18:19:53.812 INFO kablam! | ^^^^^^ `fdbuf::tests::nix::sys::epoll::EpollEvent` does not have this field Aug 30 18:19:53.812 INFO kablam! Aug 30 18:19:53.816 INFO kablam! error[E0600]: cannot apply unary operator `-` to type `u32` Aug 30 18:19:53.816 INFO kablam! --> src/fdbuf.rs:233:69 Aug 30 18:19:53.816 INFO kablam! | Aug 30 18:19:53.816 INFO kablam! 233 | for z in d.iter().take(300) { cc += 1; if *z == -1 { quit = true; return (cc, false); } sum += *z as u64 }; Aug 30 18:19:53.816 INFO kablam! | ^^ cannot apply unary operator `-` Aug 30 18:19:53.816 INFO kablam! | Aug 30 18:19:53.817 INFO kablam! = note: unsigned values cannot be negated Aug 30 18:19:53.817 INFO kablam! Aug 30 18:19:53.821 INFO kablam! error[E0277]: the trait bound `u32: std::ops::Neg` is not satisfied Aug 30 18:19:53.821 INFO kablam! --> src/fdbuf.rs:261:29 Aug 30 18:19:53.821 INFO kablam! | Aug 30 18:19:53.821 INFO kablam! 261 | s.send(|d| { d[0] = -1; (1, false) }).unwrap(); Aug 30 18:19:53.821 INFO kablam! | ^^ the trait `std::ops::Neg` is not implemented for `u32` Aug 30 18:19:53.821 INFO kablam! Aug 30 18:19:53.828 INFO kablam! error: aborting due to 12 previous errors Aug 30 18:19:53.828 INFO kablam! Aug 30 18:19:53.828 INFO kablam! Some errors occurred: E0277, E0425, E0560, E0600. Aug 30 18:19:53.828 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 18:19:53.835 INFO kablam! error: Could not compile `fdringbuf`. Aug 30 18:19:53.835 INFO kablam! Aug 30 18:19:53.835 INFO kablam! To learn more, run the command again with --verbose. Aug 30 18:19:53.836 INFO kablam! su: No module specific data is present Aug 30 18:19:54.515 INFO running `"docker" "rm" "-f" "ae8a8a5a8ea1121b51a5f265f287b2bf4dbcc0e3be9786563fe5a7420c105719"` Aug 30 18:19:54.636 INFO blam! ae8a8a5a8ea1121b51a5f265f287b2bf4dbcc0e3be9786563fe5a7420c105719