Sep 17 17:59:26.492 INFO checking rux-0.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 17:59:26.492 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 17:59:26.492 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 17:59:27.003 INFO blam! 4887396ff2189f3773c36a3ba8c5a5f6c41fad2e922b584e4041334d1550ff7e Sep 17 17:59:27.005 INFO running `"docker" "start" "-a" "4887396ff2189f3773c36a3ba8c5a5f6c41fad2e922b584e4041334d1550ff7e"` Sep 17 17:59:28.635 INFO kablam! usermod: no changes Sep 17 17:59:28.818 INFO kablam! Checking pad v0.1.5 Sep 17 17:59:28.819 INFO kablam! Compiling nix v0.7.0 Sep 17 17:59:33.086 INFO kablam! Checking rux v0.1.0 (/source) Sep 17 17:59:33.576 INFO kablam! error[E0407]: method `on_error` is not a member of trait `Handler` Sep 17 17:59:33.576 INFO kablam! --> src/protocol.rs:63:9 Sep 17 17:59:33.576 INFO kablam! | Sep 17 17:59:33.577 INFO kablam! 63 | / fn on_error(&mut self) -> Result<()> { Sep 17 17:59:33.577 INFO kablam! 64 | | self.on_error = true; Sep 17 17:59:33.578 INFO kablam! 65 | | Ok(()) Sep 17 17:59:33.578 INFO kablam! 66 | | } Sep 17 17:59:33.578 INFO kablam! | |_________^ not a member of trait `Handler` Sep 17 17:59:33.579 INFO kablam! Sep 17 17:59:33.580 INFO kablam! error[E0407]: method `on_close` is not a member of trait `Handler` Sep 17 17:59:33.580 INFO kablam! --> src/protocol.rs:68:9 Sep 17 17:59:33.580 INFO kablam! | Sep 17 17:59:33.581 INFO kablam! 68 | / fn on_close(&mut self) -> Result<()> { Sep 17 17:59:33.581 INFO kablam! 69 | | self.on_close = true; Sep 17 17:59:33.582 INFO kablam! 70 | | Ok(()) Sep 17 17:59:33.582 INFO kablam! 71 | | } Sep 17 17:59:33.582 INFO kablam! | |_________^ not a member of trait `Handler` Sep 17 17:59:33.583 INFO kablam! Sep 17 17:59:33.583 INFO kablam! error[E0407]: method `on_readable` is not a member of trait `Handler` Sep 17 17:59:33.585 INFO kablam! --> src/protocol.rs:73:9 Sep 17 17:59:33.585 INFO kablam! | Sep 17 17:59:33.585 INFO kablam! 73 | / fn on_readable(&mut self) -> Result<()> { Sep 17 17:59:33.585 INFO kablam! 74 | | self.on_readable = true; Sep 17 17:59:33.585 INFO kablam! 75 | | Ok(()) Sep 17 17:59:33.586 INFO kablam! 76 | | } Sep 17 17:59:33.587 INFO kablam! | |_________^ not a member of trait `Handler` Sep 17 17:59:33.587 INFO kablam! Sep 17 17:59:33.587 INFO kablam! error[E0407]: method `on_writable` is not a member of trait `Handler` Sep 17 17:59:33.587 INFO kablam! --> src/protocol.rs:78:9 Sep 17 17:59:33.587 INFO kablam! | Sep 17 17:59:33.588 INFO kablam! 78 | / fn on_writable(&mut self) -> Result<()> { Sep 17 17:59:33.589 INFO kablam! 79 | | self.on_writable = true; Sep 17 17:59:33.594 INFO kablam! 80 | | Ok(()) Sep 17 17:59:33.595 INFO kablam! 81 | | } Sep 17 17:59:33.595 INFO kablam! | |_________^ not a member of trait `Handler` Sep 17 17:59:33.595 INFO kablam! Sep 17 17:59:33.595 INFO kablam! error[E0407]: method `new` is not a member of trait `IOProtocol` Sep 17 17:59:33.595 INFO kablam! --> src/protocol.rs:87:9 Sep 17 17:59:33.595 INFO kablam! | Sep 17 17:59:33.595 INFO kablam! 87 | / fn new(&self, _: usize, _: RawFd, _: EpollFd) -> Box { Sep 17 17:59:33.595 INFO kablam! 88 | | Box::new(TestHandler { Sep 17 17:59:33.595 INFO kablam! 89 | | on_close: false, Sep 17 17:59:33.595 INFO kablam! 90 | | on_error: false, Sep 17 17:59:33.595 INFO kablam! ... | Sep 17 17:59:33.595 INFO kablam! 93 | | }) Sep 17 17:59:33.595 INFO kablam! 94 | | } Sep 17 17:59:33.595 INFO kablam! | |_________^ not a member of trait `IOProtocol` Sep 17 17:59:33.595 INFO kablam! Sep 17 17:59:33.621 INFO kablam! warning: unused import: `AsRawFd` Sep 17 17:59:33.621 INFO kablam! --> src/lib.rs:87:25 Sep 17 17:59:33.621 INFO kablam! | Sep 17 17:59:33.621 INFO kablam! 87 | use std::os::unix::io::{AsRawFd, RawFd}; Sep 17 17:59:33.622 INFO kablam! | ^^^^^^^ Sep 17 17:59:33.622 INFO kablam! | Sep 17 17:59:33.623 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 17:59:33.623 INFO kablam! Sep 17 17:59:33.647 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Sep 17 17:59:33.648 INFO kablam! --> src/poll/mod.rs:151:10 Sep 17 17:59:33.648 INFO kablam! | Sep 17 17:59:33.648 INFO kablam! 151 | impl Handler for ChannelHandler { Sep 17 17:59:33.649 INFO kablam! | ^^^^^^^ expected 1 type argument Sep 17 17:59:33.649 INFO kablam! Sep 17 17:59:33.652 INFO kablam! error[E0107]: wrong number of type arguments: expected 1, found 0 Sep 17 17:59:33.653 INFO kablam! --> src/protocol.rs:87:62 Sep 17 17:59:33.653 INFO kablam! | Sep 17 17:59:33.653 INFO kablam! 87 | fn new(&self, _: usize, _: RawFd, _: EpollFd) -> Box { Sep 17 17:59:33.654 INFO kablam! | ^^^^^^^ expected 1 type argument Sep 17 17:59:33.654 INFO kablam! Sep 17 17:59:33.667 INFO kablam! error: aborting due to 7 previous errors Sep 17 17:59:33.667 INFO kablam! Sep 17 17:59:33.667 INFO kablam! Some errors occurred: E0107, E0407. Sep 17 17:59:33.667 INFO kablam! For more information about an error, try `rustc --explain E0107`. Sep 17 17:59:33.672 INFO kablam! error: Could not compile `rux`. Sep 17 17:59:33.672 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 17:59:33.696 INFO kablam! warning: unused import: `AsRawFd` Sep 17 17:59:33.696 INFO kablam! --> src/lib.rs:87:25 Sep 17 17:59:33.696 INFO kablam! | Sep 17 17:59:33.696 INFO kablam! 87 | use std::os::unix::io::{AsRawFd, RawFd}; Sep 17 17:59:33.696 INFO kablam! | ^^^^^^^ Sep 17 17:59:33.696 INFO kablam! | Sep 17 17:59:33.696 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 17:59:33.696 INFO kablam! Sep 17 17:59:34.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 17:59:34.219 INFO kablam! --> src/server/mod.rs:108:39 Sep 17 17:59:34.219 INFO kablam! | Sep 17 17:59:34.219 INFO kablam! 108 | trace!("ready(): {:?}: {:?}", ev.data, ev.events); Sep 17 17:59:34.219 INFO kablam! | ^^^^^^^ Sep 17 17:59:34.219 INFO kablam! | Sep 17 17:59:34.219 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 17 17:59:34.219 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 17 17:59:34.219 INFO kablam! = note: for more information, see issue #46043 Sep 17 17:59:34.219 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 17 17:59:34.219 INFO kablam! Sep 17 17:59:34.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 17:59:34.219 INFO kablam! --> src/server/mod.rs:108:48 Sep 17 17:59:34.219 INFO kablam! | Sep 17 17:59:34.219 INFO kablam! 108 | trace!("ready(): {:?}: {:?}", ev.data, ev.events); Sep 17 17:59:34.219 INFO kablam! | ^^^^^^^^^ Sep 17 17:59:34.219 INFO kablam! | Sep 17 17:59:34.219 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 17 17:59:34.219 INFO kablam! = note: for more information, see issue #46043 Sep 17 17:59:34.219 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 17 17:59:34.219 INFO kablam! Sep 17 17:59:34.219 INFO kablam! warning: field is never used: `epfd` Sep 17 17:59:34.219 INFO kablam! --> src/server/mod.rs:21:5 Sep 17 17:59:34.219 INFO kablam! | Sep 17 17:59:34.219 INFO kablam! 21 | epfd: EpollFd, Sep 17 17:59:34.219 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 17:59:34.219 INFO kablam! | Sep 17 17:59:34.219 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 17:59:34.219 INFO kablam! Sep 17 17:59:34.227 INFO kablam! warning: unused `std::result::Result` which must be used Sep 17 17:59:34.227 INFO kablam! --> src/handler/echo.rs:91:13 Sep 17 17:59:34.227 INFO kablam! | Sep 17 17:59:34.227 INFO kablam! 91 | ::nix::unistd::close(fd); Sep 17 17:59:34.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:59:34.227 INFO kablam! | Sep 17 17:59:34.227 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 17 17:59:34.227 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 17 17:59:34.227 INFO kablam! Sep 17 17:59:34.284 INFO kablam! error: build failed Sep 17 17:59:34.286 INFO kablam! su: No module specific data is present Sep 17 17:59:34.900 INFO running `"docker" "rm" "-f" "4887396ff2189f3773c36a3ba8c5a5f6c41fad2e922b584e4041334d1550ff7e"` Sep 17 17:59:35.038 INFO blam! 4887396ff2189f3773c36a3ba8c5a5f6c41fad2e922b584e4041334d1550ff7e