Sep 06 00:36:24.885 INFO checking rux-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:36:24.885 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:36:24.885 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:36:25.114 INFO blam! 867a47798f91b2e6f49d90d803131f9c3e84e3ffc1af7157d36c533cb5c92c6f Sep 06 00:36:25.116 INFO running `"docker" "start" "-a" "867a47798f91b2e6f49d90d803131f9c3e84e3ffc1af7157d36c533cb5c92c6f"` Sep 06 00:36:26.622 INFO kablam! usermod: no changes Sep 06 00:36:26.802 INFO kablam! Compiling nix v0.7.0 Sep 06 00:36:26.802 INFO kablam! Checking error-chain v0.5.0 Sep 06 00:36:31.554 INFO kablam! Checking rux v0.1.0 (file:///source) Sep 06 00:36:32.126 INFO kablam! warning: unused import: `AsRawFd` Sep 06 00:36:32.126 INFO kablam! --> src/lib.rs:87:25 Sep 06 00:36:32.126 INFO kablam! | Sep 06 00:36:32.126 INFO kablam! 87 | use std::os::unix::io::{AsRawFd, RawFd}; Sep 06 00:36:32.126 INFO kablam! | ^^^^^^^ Sep 06 00:36:32.126 INFO kablam! | Sep 06 00:36:32.126 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 00:36:32.126 INFO kablam! Sep 06 00:36:32.188 INFO kablam! error[E0407]: method `on_error` is not a member of trait `Handler` Sep 06 00:36:32.188 INFO kablam! --> src/protocol.rs:63:9 Sep 06 00:36:32.188 INFO kablam! | Sep 06 00:36:32.188 INFO kablam! 63 | / fn on_error(&mut self) -> Result<()> { Sep 06 00:36:32.188 INFO kablam! 64 | | self.on_error = true; Sep 06 00:36:32.188 INFO kablam! 65 | | Ok(()) Sep 06 00:36:32.188 INFO kablam! 66 | | } Sep 06 00:36:32.189 INFO kablam! | |_________^ not a member of trait `Handler` Sep 06 00:36:32.189 INFO kablam! Sep 06 00:36:32.189 INFO kablam! error[E0407]: method `on_close` is not a member of trait `Handler` Sep 06 00:36:32.189 INFO kablam! --> src/protocol.rs:68:9 Sep 06 00:36:32.189 INFO kablam! | Sep 06 00:36:32.189 INFO kablam! 68 | / fn on_close(&mut self) -> Result<()> { Sep 06 00:36:32.189 INFO kablam! 69 | | self.on_close = true; Sep 06 00:36:32.189 INFO kablam! 70 | | Ok(()) Sep 06 00:36:32.189 INFO kablam! 71 | | } Sep 06 00:36:32.189 INFO kablam! | |_________^ not a member of trait `Handler` Sep 06 00:36:32.189 INFO kablam! Sep 06 00:36:32.189 INFO kablam! error[E0407]: method `on_readable` is not a member of trait `Handler` Sep 06 00:36:32.189 INFO kablam! --> src/protocol.rs:73:9 Sep 06 00:36:32.189 INFO kablam! | Sep 06 00:36:32.189 INFO kablam! 73 | / fn on_readable(&mut self) -> Result<()> { Sep 06 00:36:32.189 INFO kablam! 74 | | self.on_readable = true; Sep 06 00:36:32.189 INFO kablam! 75 | | Ok(()) Sep 06 00:36:32.189 INFO kablam! 76 | | } Sep 06 00:36:32.189 INFO kablam! | |_________^ not a member of trait `Handler` Sep 06 00:36:32.189 INFO kablam! Sep 06 00:36:32.189 INFO kablam! error[E0407]: method `on_writable` is not a member of trait `Handler` Sep 06 00:36:32.189 INFO kablam! --> src/protocol.rs:78:9 Sep 06 00:36:32.189 INFO kablam! | Sep 06 00:36:32.189 INFO kablam! 78 | / fn on_writable(&mut self) -> Result<()> { Sep 06 00:36:32.189 INFO kablam! 79 | | self.on_writable = true; Sep 06 00:36:32.189 INFO kablam! 80 | | Ok(()) Sep 06 00:36:32.189 INFO kablam! 81 | | } Sep 06 00:36:32.189 INFO kablam! | |_________^ not a member of trait `Handler` Sep 06 00:36:32.189 INFO kablam! Sep 06 00:36:32.189 INFO kablam! error[E0407]: method `new` is not a member of trait `IOProtocol` Sep 06 00:36:32.189 INFO kablam! --> src/protocol.rs:87:9 Sep 06 00:36:32.189 INFO kablam! | Sep 06 00:36:32.189 INFO kablam! 87 | / fn new(&self, _: usize, _: RawFd, _: EpollFd) -> Box { Sep 06 00:36:32.189 INFO kablam! 88 | | Box::new(TestHandler { Sep 06 00:36:32.189 INFO kablam! 89 | | on_close: false, Sep 06 00:36:32.189 INFO kablam! 90 | | on_error: false, Sep 06 00:36:32.189 INFO kablam! ... | Sep 06 00:36:32.189 INFO kablam! 93 | | }) Sep 06 00:36:32.189 INFO kablam! 94 | | } Sep 06 00:36:32.189 INFO kablam! | |_________^ not a member of trait `IOProtocol` Sep 06 00:36:32.189 INFO kablam! Sep 06 00:36:32.218 INFO kablam! warning: unused import: `AsRawFd` Sep 06 00:36:32.218 INFO kablam! --> src/lib.rs:87:25 Sep 06 00:36:32.218 INFO kablam! | Sep 06 00:36:32.218 INFO kablam! 87 | use std::os::unix::io::{AsRawFd, RawFd}; Sep 06 00:36:32.218 INFO kablam! | ^^^^^^^ Sep 06 00:36:32.218 INFO kablam! | Sep 06 00:36:32.218 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 00:36:32.218 INFO kablam! Sep 06 00:36:32.232 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Sep 06 00:36:32.232 INFO kablam! --> src/poll/mod.rs:151:10 Sep 06 00:36:32.232 INFO kablam! | Sep 06 00:36:32.232 INFO kablam! 151 | impl Handler for ChannelHandler { Sep 06 00:36:32.232 INFO kablam! | ^^^^^^^ expected 1 type argument Sep 06 00:36:32.232 INFO kablam! Sep 06 00:36:32.235 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Sep 06 00:36:32.236 INFO kablam! --> src/protocol.rs:87:62 Sep 06 00:36:32.236 INFO kablam! | Sep 06 00:36:32.236 INFO kablam! 87 | fn new(&self, _: usize, _: RawFd, _: EpollFd) -> Box { Sep 06 00:36:32.236 INFO kablam! | ^^^^^^^ expected 1 type argument Sep 06 00:36:32.236 INFO kablam! Sep 06 00:36:32.239 INFO kablam! error: aborting due to 7 previous errors Sep 06 00:36:32.240 INFO kablam! Sep 06 00:36:32.240 INFO kablam! Some errors occurred: E0107, E0407. Sep 06 00:36:32.240 INFO kablam! For more information about an error, try `rustc --explain E0107`. Sep 06 00:36:32.249 INFO kablam! error: Could not compile `rux`. Sep 06 00:36:32.250 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:36:32.634 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:36:32.634 INFO kablam! --> src/server/mod.rs:108:39 Sep 06 00:36:32.634 INFO kablam! | Sep 06 00:36:32.634 INFO kablam! 108 | trace!("ready(): {:?}: {:?}", ev.data, ev.events); Sep 06 00:36:32.634 INFO kablam! | ^^^^^^^ Sep 06 00:36:32.634 INFO kablam! | Sep 06 00:36:32.634 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 00:36:32.634 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:36:32.634 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:36:32.634 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:36:32.634 INFO kablam! Sep 06 00:36:32.634 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:36:32.634 INFO kablam! --> src/server/mod.rs:108:48 Sep 06 00:36:32.634 INFO kablam! | Sep 06 00:36:32.634 INFO kablam! 108 | trace!("ready(): {:?}: {:?}", ev.data, ev.events); Sep 06 00:36:32.634 INFO kablam! | ^^^^^^^^^ Sep 06 00:36:32.634 INFO kablam! | Sep 06 00:36:32.634 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 00:36:32.634 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:36:32.634 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:36:32.634 INFO kablam! Sep 06 00:36:32.634 INFO kablam! warning: field is never used: `epfd` Sep 06 00:36:32.634 INFO kablam! --> src/server/mod.rs:21:5 Sep 06 00:36:32.634 INFO kablam! | Sep 06 00:36:32.634 INFO kablam! 21 | epfd: EpollFd, Sep 06 00:36:32.634 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 00:36:32.634 INFO kablam! | Sep 06 00:36:32.634 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 00:36:32.634 INFO kablam! Sep 06 00:36:32.635 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 00:36:32.635 INFO kablam! --> src/handler/echo.rs:91:13 Sep 06 00:36:32.635 INFO kablam! | Sep 06 00:36:32.635 INFO kablam! 91 | ::nix::unistd::close(fd); Sep 06 00:36:32.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:36:32.635 INFO kablam! | Sep 06 00:36:32.635 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 06 00:36:32.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 00:36:32.635 INFO kablam! Sep 06 00:36:32.701 INFO kablam! error: build failed Sep 06 00:36:32.702 INFO kablam! su: No module specific data is present Sep 06 00:36:33.524 INFO running `"docker" "rm" "-f" "867a47798f91b2e6f49d90d803131f9c3e84e3ffc1af7157d36c533cb5c92c6f"` Sep 06 00:36:33.623 INFO blam! 867a47798f91b2e6f49d90d803131f9c3e84e3ffc1af7157d36c533cb5c92c6f