Sep 20 03:41:23.620 INFO checking fdringbuf-0.0.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 03:41:23.620 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 03:41:23.620 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:41:23.840 INFO blam! 5592734722b9fadad58da2bb524d3796a38ebd8c041c0e76228b30ba2d73a7c1 Sep 20 03:41:23.842 INFO running `"docker" "start" "-a" "5592734722b9fadad58da2bb524d3796a38ebd8c041c0e76228b30ba2d73a7c1"` Sep 20 03:41:24.981 INFO kablam! usermod: no changes Sep 20 03:41:25.002 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 Sep 20 03:41:25.002 INFO kablam! warning: unused manifest key: dev-dependencies.nix.nix Sep 20 03:41:25.011 INFO kablam! Checking fdringbuf v0.0.2 (/source) Sep 20 03:41:25.568 INFO kablam! error[E0425]: cannot find value `EPOLLIN` in this scope Sep 20 03:41:25.568 INFO kablam! --> src/fdbuf.rs:187:51 Sep 20 03:41:25.568 INFO kablam! | Sep 20 03:41:25.568 INFO kablam! 187 | let event = EpollEvent { data: 0, events: EPOLLIN }; Sep 20 03:41:25.568 INFO kablam! | ^^^^^^^ not found in this scope Sep 20 03:41:25.568 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 03:41:25.568 INFO kablam! | Sep 20 03:41:25.568 INFO kablam! 173 | use libc::EPOLLIN; Sep 20 03:41:25.568 INFO kablam! | Sep 20 03:41:25.568 INFO kablam! Sep 20 03:41:25.574 INFO kablam! error[E0425]: cannot find value `EPOLLIN` in this scope Sep 20 03:41:25.574 INFO kablam! --> src/fdbuf.rs:193:57 Sep 20 03:41:25.574 INFO kablam! | Sep 20 03:41:25.574 INFO kablam! 193 | let mut events = [EpollEvent { data: 0, events: EPOLLIN }]; Sep 20 03:41:25.574 INFO kablam! | ^^^^^^^ not found in this scope Sep 20 03:41:25.574 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 03:41:25.574 INFO kablam! | Sep 20 03:41:25.574 INFO kablam! 173 | use libc::EPOLLIN; Sep 20 03:41:25.574 INFO kablam! | Sep 20 03:41:25.574 INFO kablam! Sep 20 03:41:25.574 INFO kablam! error[E0425]: cannot find value `EFD_CLOEXEC` in this scope Sep 20 03:41:25.574 INFO kablam! --> src/fdbuf.rs:212:40 Sep 20 03:41:25.574 INFO kablam! | Sep 20 03:41:25.574 INFO kablam! 212 | let (efd1, efd2) = (eventfd(0, EFD_CLOEXEC).unwrap(), eventfd(0, EFD_CLOEXEC).unwrap()); Sep 20 03:41:25.574 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 20 03:41:25.574 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 03:41:25.574 INFO kablam! | Sep 20 03:41:25.574 INFO kablam! 173 | use libc::EFD_CLOEXEC; Sep 20 03:41:25.574 INFO kablam! | Sep 20 03:41:25.574 INFO kablam! Sep 20 03:41:25.574 INFO kablam! error[E0425]: cannot find value `EFD_CLOEXEC` in this scope Sep 20 03:41:25.574 INFO kablam! --> src/fdbuf.rs:212:74 Sep 20 03:41:25.574 INFO kablam! | Sep 20 03:41:25.574 INFO kablam! 212 | let (efd1, efd2) = (eventfd(0, EFD_CLOEXEC).unwrap(), eventfd(0, EFD_CLOEXEC).unwrap()); Sep 20 03:41:25.574 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 20 03:41:25.574 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 03:41:25.574 INFO kablam! | Sep 20 03:41:25.574 INFO kablam! 173 | use libc::EFD_CLOEXEC; Sep 20 03:41:25.574 INFO kablam! | Sep 20 03:41:25.574 INFO kablam! Sep 20 03:41:25.574 INFO kablam! error[E0425]: cannot find function `scoped` in module `std::thread` Sep 20 03:41:25.574 INFO kablam! --> src/fdbuf.rs:226:36 Sep 20 03:41:25.574 INFO kablam! | Sep 20 03:41:25.574 INFO kablam! 226 | let guard = ::std::thread::scoped(move || { Sep 20 03:41:25.574 INFO kablam! | ^^^^^^ not found in `std::thread` Sep 20 03:41:25.574 INFO kablam! Sep 20 03:41:25.778 INFO kablam! error[E0560]: struct `fdbuf::tests::nix::sys::epoll::EpollEvent` has no field named `data` Sep 20 03:41:25.778 INFO kablam! --> src/fdbuf.rs:187:34 Sep 20 03:41:25.778 INFO kablam! | Sep 20 03:41:25.778 INFO kablam! 187 | let event = EpollEvent { data: 0, events: EPOLLIN }; Sep 20 03:41:25.778 INFO kablam! | ^^^^ `fdbuf::tests::nix::sys::epoll::EpollEvent` does not have this field Sep 20 03:41:25.778 INFO kablam! Sep 20 03:41:25.778 INFO kablam! error[E0560]: struct `fdbuf::tests::nix::sys::epoll::EpollEvent` has no field named `events` Sep 20 03:41:25.778 INFO kablam! --> src/fdbuf.rs:187:43 Sep 20 03:41:25.778 INFO kablam! | Sep 20 03:41:25.778 INFO kablam! 187 | let event = EpollEvent { data: 0, events: EPOLLIN }; Sep 20 03:41:25.778 INFO kablam! | ^^^^^^ `fdbuf::tests::nix::sys::epoll::EpollEvent` does not have this field Sep 20 03:41:25.778 INFO kablam! Sep 20 03:41:25.778 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 Sep 20 03:41:25.778 INFO kablam! --> src/fdbuf.rs:188:9 Sep 20 03:41:25.778 INFO kablam! | Sep 20 03:41:25.778 INFO kablam! 188 | epoll_ctl(sleep, EpollOp::EpollCtlAdd, fd, &event).unwrap(); Sep 20 03:41:25.778 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>` Sep 20 03:41:25.778 INFO kablam! | Sep 20 03:41:25.778 INFO kablam! = help: the following implementations were found: Sep 20 03:41:25.778 INFO kablam! as std::convert::From<&'a std::option::Option>> Sep 20 03:41:25.778 INFO kablam! as std::convert::From<&'a mut std::option::Option>> Sep 20 03:41:25.778 INFO kablam! as std::convert::From> Sep 20 03:41:25.778 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `&fdbuf::tests::nix::sys::epoll::EpollEvent` Sep 20 03:41:25.778 INFO kablam! = note: required by `fdbuf::tests::nix::sys::epoll::epoll_ctl` Sep 20 03:41:25.778 INFO kablam! Sep 20 03:41:25.778 INFO kablam! error[E0560]: struct `fdbuf::tests::nix::sys::epoll::EpollEvent` has no field named `data` Sep 20 03:41:25.778 INFO kablam! --> src/fdbuf.rs:193:40 Sep 20 03:41:25.778 INFO kablam! | Sep 20 03:41:25.778 INFO kablam! 193 | let mut events = [EpollEvent { data: 0, events: EPOLLIN }]; Sep 20 03:41:25.778 INFO kablam! | ^^^^ `fdbuf::tests::nix::sys::epoll::EpollEvent` does not have this field Sep 20 03:41:25.778 INFO kablam! Sep 20 03:41:25.778 INFO kablam! error[E0560]: struct `fdbuf::tests::nix::sys::epoll::EpollEvent` has no field named `events` Sep 20 03:41:25.778 INFO kablam! --> src/fdbuf.rs:193:49 Sep 20 03:41:25.778 INFO kablam! | Sep 20 03:41:25.778 INFO kablam! 193 | let mut events = [EpollEvent { data: 0, events: EPOLLIN }]; Sep 20 03:41:25.779 INFO kablam! | ^^^^^^ `fdbuf::tests::nix::sys::epoll::EpollEvent` does not have this field Sep 20 03:41:25.779 INFO kablam! Sep 20 03:41:25.782 INFO kablam! error[E0600]: cannot apply unary operator `-` to type `u32` Sep 20 03:41:25.782 INFO kablam! --> src/fdbuf.rs:233:69 Sep 20 03:41:25.782 INFO kablam! | Sep 20 03:41:25.782 INFO kablam! 233 | for z in d.iter().take(300) { cc += 1; if *z == -1 { quit = true; return (cc, false); } sum += *z as u64 }; Sep 20 03:41:25.782 INFO kablam! | ^^ cannot apply unary operator `-` Sep 20 03:41:25.782 INFO kablam! | Sep 20 03:41:25.782 INFO kablam! = note: unsigned values cannot be negated Sep 20 03:41:25.782 INFO kablam! Sep 20 03:41:25.790 INFO kablam! error[E0277]: the trait bound `u32: std::ops::Neg` is not satisfied Sep 20 03:41:25.790 INFO kablam! --> src/fdbuf.rs:261:29 Sep 20 03:41:25.790 INFO kablam! | Sep 20 03:41:25.790 INFO kablam! 261 | s.send(|d| { d[0] = -1; (1, false) }).unwrap(); Sep 20 03:41:25.790 INFO kablam! | ^^ the trait `std::ops::Neg` is not implemented for `u32` Sep 20 03:41:25.790 INFO kablam! Sep 20 03:41:25.794 INFO kablam! error: aborting due to 12 previous errors Sep 20 03:41:25.794 INFO kablam! Sep 20 03:41:25.794 INFO kablam! Some errors occurred: E0277, E0425, E0560, E0600. Sep 20 03:41:25.794 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 03:41:25.802 INFO kablam! error: Could not compile `fdringbuf`. Sep 20 03:41:25.802 INFO kablam! Sep 20 03:41:25.802 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:41:25.814 INFO kablam! su: No module specific data is present Sep 20 03:41:26.703 INFO running `"docker" "rm" "-f" "5592734722b9fadad58da2bb524d3796a38ebd8c041c0e76228b30ba2d73a7c1"` Sep 20 03:41:26.858 INFO blam! 5592734722b9fadad58da2bb524d3796a38ebd8c041c0e76228b30ba2d73a7c1