Sep 14 07:42:35.093 INFO checking tick-0.0.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 07:42:35.093 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 07:42:35.093 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:42:35.274 INFO blam! 75cdce574c2adfb60ec9fab0a786d04c9ed03221c3efc3fde110575e2a0516ce Sep 14 07:42:35.276 INFO running `"docker" "start" "-a" "75cdce574c2adfb60ec9fab0a786d04c9ed03221c3efc3fde110575e2a0516ce"` Sep 14 07:42:36.123 INFO kablam! usermod: no changes Sep 14 07:42:36.219 INFO kablam! Checking bytes v0.3.0 Sep 14 07:42:36.219 INFO kablam! Checking slab v0.1.3 Sep 14 07:42:36.219 INFO kablam! Compiling ws2_32-sys v0.2.1 Sep 14 07:42:36.220 INFO kablam! Checking net2 v0.2.33 Sep 14 07:42:36.221 INFO kablam! Checking nix v0.5.1 Sep 14 07:42:37.595 INFO kablam! Checking miow v0.1.5 Sep 14 07:42:40.259 INFO kablam! Checking mio v0.5.1 Sep 14 07:42:41.516 INFO kablam! Checking tick v0.0.1 (file:///source) Sep 14 07:42:42.307 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 14 07:42:42.307 INFO kablam! --> src/handler.rs:7:1 Sep 14 07:42:42.307 INFO kablam! | Sep 14 07:42:42.307 INFO kablam! 7 | pub type Message_ = Message; Sep 14 07:42:42.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:42:42.315 INFO kablam! | Sep 14 07:42:42.315 INFO kablam! note: lint level defined here Sep 14 07:42:42.315 INFO kablam! --> src/lib.rs:23:24 Sep 14 07:42:42.315 INFO kablam! | Sep 14 07:42:42.315 INFO kablam! 23| #![cfg_attr(test, deny(warnings))] Sep 14 07:42:42.315 INFO kablam! | ^^^^^^^^ Sep 14 07:42:42.315 INFO kablam! = note: #[deny(private_in_public)] implied by #[deny(warnings)] Sep 14 07:42:42.315 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 14 07:42:42.315 INFO kablam! = note: for more information, see issue #34537 Sep 14 07:42:42.315 INFO kablam! Sep 14 07:42:42.315 INFO kablam! error[E0446]: private type `Message` in public interface Sep 14 07:42:42.315 INFO kablam! --> src/handler.rs:122:5 Sep 14 07:42:42.315 INFO kablam! | Sep 14 07:42:42.315 INFO kablam! 122 | type Message = Message_; Sep 14 07:42:42.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type Sep 14 07:42:42.315 INFO kablam! | Sep 14 07:42:42.315 INFO kablam! ::: src/lib.rs:51:1 Sep 14 07:42:42.315 INFO kablam! | Sep 14 07:42:42.315 INFO kablam! 51 | enum Message { Sep 14 07:42:42.315 INFO kablam! | - `Message` declared as private Sep 14 07:42:42.315 INFO kablam! Sep 14 07:42:42.315 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 14 07:42:42.315 INFO kablam! --> src/handler.rs:159:5 Sep 14 07:42:42.315 INFO kablam! | Sep 14 07:42:42.315 INFO kablam! 159 | / fn notify(&mut self, event_loop: &mut EventLoop, msg: Message) { Sep 14 07:42:42.315 INFO kablam! 160 | | match msg { Sep 14 07:42:42.315 INFO kablam! 161 | | Message::Interest(token, interest) => { Sep 14 07:42:42.315 INFO kablam! 162 | | debug!("< Notify Message::Interest {:?} {:?}", token, interest); Sep 14 07:42:42.315 INFO kablam! ... | Sep 14 07:42:42.315 INFO kablam! 191 | | } Sep 14 07:42:42.315 INFO kablam! 192 | | } Sep 14 07:42:42.315 INFO kablam! | |_____^ Sep 14 07:42:42.315 INFO kablam! | Sep 14 07:42:42.315 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 14 07:42:42.315 INFO kablam! = note: for more information, see issue #34537 Sep 14 07:42:42.316 INFO kablam! Sep 14 07:42:42.316 INFO kablam! error: private type `Action` in public interface (error E0446) Sep 14 07:42:42.316 INFO kablam! --> src/protocol.rs:7:1 Sep 14 07:42:42.316 INFO kablam! | Sep 14 07:42:42.316 INFO kablam! 7 | pub type Action_ = Action; Sep 14 07:42:42.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:42:42.317 INFO kablam! | Sep 14 07:42:42.317 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 14 07:42:42.317 INFO kablam! = note: for more information, see issue #34537 Sep 14 07:42:42.317 INFO kablam! Sep 14 07:42:42.317 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 14 07:42:42.317 INFO kablam! --> src/transfer.rs:5:1 Sep 14 07:42:42.317 INFO kablam! | Sep 14 07:42:42.317 INFO kablam! 5 | pub type Message_ = Message; Sep 14 07:42:42.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:42:42.317 INFO kablam! | Sep 14 07:42:42.317 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 14 07:42:42.317 INFO kablam! = note: for more information, see issue #34537 Sep 14 07:42:42.317 INFO kablam! Sep 14 07:42:42.317 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 14 07:42:42.317 INFO kablam! --> src/transfer.rs:14:1 Sep 14 07:42:42.317 INFO kablam! | Sep 14 07:42:42.317 INFO kablam! 14 | / pub fn new(token: mio::Token, notify: mio::Sender) -> Transfer { Sep 14 07:42:42.317 INFO kablam! 15 | | Transfer { Sep 14 07:42:42.317 INFO kablam! 16 | | token: token, Sep 14 07:42:42.317 INFO kablam! 17 | | notify: notify, Sep 14 07:42:42.317 INFO kablam! 18 | | } Sep 14 07:42:42.317 INFO kablam! 19 | | } Sep 14 07:42:42.317 INFO kablam! | |_^ Sep 14 07:42:42.317 INFO kablam! | Sep 14 07:42:42.317 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 14 07:42:42.317 INFO kablam! = note: for more information, see issue #34537 Sep 14 07:42:42.317 INFO kablam! Sep 14 07:42:42.331 INFO kablam! error: aborting due to 6 previous errors Sep 14 07:42:42.333 INFO kablam! Sep 14 07:42:42.333 INFO kablam! For more information about this error, try `rustc --explain E0446`. Sep 14 07:42:42.351 INFO kablam! error: Could not compile `tick`. Sep 14 07:42:42.352 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 07:42:42.486 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 14 07:42:42.486 INFO kablam! --> src/handler.rs:7:1 Sep 14 07:42:42.486 INFO kablam! | Sep 14 07:42:42.486 INFO kablam! 7 | pub type Message_ = Message; Sep 14 07:42:42.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:42:42.486 INFO kablam! | Sep 14 07:42:42.486 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 14 07:42:42.487 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 14 07:42:42.487 INFO kablam! = note: for more information, see issue #34537 Sep 14 07:42:42.487 INFO kablam! Sep 14 07:42:42.487 INFO kablam! error[E0446]: private type `Message` in public interface Sep 14 07:42:42.487 INFO kablam! --> src/handler.rs:122:5 Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 INFO kablam! 122 | type Message = Message_; Sep 14 07:42:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 INFO kablam! ::: src/lib.rs:51:1 Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 INFO kablam! 51 | enum Message { Sep 14 07:42:42.487 INFO kablam! | - `Message` declared as private Sep 14 07:42:42.487 INFO kablam! Sep 14 07:42:42.487 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 14 07:42:42.487 INFO kablam! --> src/handler.rs:159:5 Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 INFO kablam! 159 | / fn notify(&mut self, event_loop: &mut EventLoop, msg: Message) { Sep 14 07:42:42.487 INFO kablam! 160 | | match msg { Sep 14 07:42:42.487 INFO kablam! 161 | | Message::Interest(token, interest) => { Sep 14 07:42:42.487 INFO kablam! 162 | | debug!("< Notify Message::Interest {:?} {:?}", token, interest); Sep 14 07:42:42.487 INFO kablam! ... | Sep 14 07:42:42.487 INFO kablam! 191 | | } Sep 14 07:42:42.487 INFO kablam! 192 | | } Sep 14 07:42:42.487 INFO kablam! | |_____^ Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 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 14 07:42:42.487 INFO kablam! = note: for more information, see issue #34537 Sep 14 07:42:42.487 INFO kablam! Sep 14 07:42:42.487 INFO kablam! warning: private type `Action` in public interface (error E0446) Sep 14 07:42:42.487 INFO kablam! --> src/protocol.rs:7:1 Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 INFO kablam! 7 | pub type Action_ = Action; Sep 14 07:42:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 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 14 07:42:42.487 INFO kablam! = note: for more information, see issue #34537 Sep 14 07:42:42.487 INFO kablam! Sep 14 07:42:42.487 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 14 07:42:42.487 INFO kablam! --> src/transfer.rs:5:1 Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 INFO kablam! 5 | pub type Message_ = Message; Sep 14 07:42:42.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 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 14 07:42:42.487 INFO kablam! = note: for more information, see issue #34537 Sep 14 07:42:42.487 INFO kablam! Sep 14 07:42:42.487 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 14 07:42:42.487 INFO kablam! --> src/transfer.rs:14:1 Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 INFO kablam! 14 | / pub fn new(token: mio::Token, notify: mio::Sender) -> Transfer { Sep 14 07:42:42.487 INFO kablam! 15 | | Transfer { Sep 14 07:42:42.487 INFO kablam! 16 | | token: token, Sep 14 07:42:42.487 INFO kablam! 17 | | notify: notify, Sep 14 07:42:42.487 INFO kablam! 18 | | } Sep 14 07:42:42.487 INFO kablam! 19 | | } Sep 14 07:42:42.487 INFO kablam! | |_^ Sep 14 07:42:42.487 INFO kablam! | Sep 14 07:42:42.487 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 14 07:42:42.487 INFO kablam! = note: for more information, see issue #34537 Sep 14 07:42:42.487 INFO kablam! Sep 14 07:42:42.499 INFO kablam! error: aborting due to previous error Sep 14 07:42:42.499 INFO kablam! Sep 14 07:42:42.499 INFO kablam! For more information about this error, try `rustc --explain E0446`. Sep 14 07:42:42.514 INFO kablam! error: Could not compile `tick`. Sep 14 07:42:42.514 INFO kablam! Sep 14 07:42:42.514 INFO kablam! To learn more, run the command again with --verbose. Sep 14 07:42:42.516 INFO kablam! su: No module specific data is present Sep 14 07:42:44.146 INFO running `"docker" "rm" "-f" "75cdce574c2adfb60ec9fab0a786d04c9ed03221c3efc3fde110575e2a0516ce"` Sep 14 07:42:44.387 INFO blam! 75cdce574c2adfb60ec9fab0a786d04c9ed03221c3efc3fde110575e2a0516ce