Sep 19 18:59:52.865 INFO checking tick-0.0.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 18:59:52.865 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 18:59:52.865 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/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 19 18:59:53.042 INFO blam! 50747c9ab668735b23add800944a060a7fbf79572cc5662924589871fbbb13aa Sep 19 18:59:53.047 INFO running `"docker" "start" "-a" "50747c9ab668735b23add800944a060a7fbf79572cc5662924589871fbbb13aa"` Sep 19 18:59:53.855 INFO kablam! usermod: no changes Sep 19 18:59:53.941 INFO kablam! Checking slab v0.1.3 Sep 19 18:59:53.946 INFO kablam! Checking bytes v0.3.0 Sep 19 18:59:53.947 INFO kablam! Checking net2 v0.2.33 Sep 19 18:59:53.947 INFO kablam! Checking nix v0.5.1 Sep 19 18:59:54.640 INFO kablam! Checking miow v0.1.5 Sep 19 18:59:57.474 INFO kablam! Checking mio v0.5.1 Sep 19 18:59:58.674 INFO kablam! Checking tick v0.0.1 (/source) Sep 19 18:59:59.296 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 19 18:59:59.296 INFO kablam! --> src/handler.rs:7:1 Sep 19 18:59:59.296 INFO kablam! | Sep 19 18:59:59.296 INFO kablam! 7 | pub type Message_ = Message; Sep 19 18:59:59.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:59:59.296 INFO kablam! | Sep 19 18:59:59.296 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 19 18:59:59.296 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 19 18:59:59.296 INFO kablam! = note: for more information, see issue #34537 Sep 19 18:59:59.296 INFO kablam! Sep 19 18:59:59.296 INFO kablam! error[E0446]: private type `Message` in public interface Sep 19 18:59:59.296 INFO kablam! --> src/handler.rs:122:5 Sep 19 18:59:59.296 INFO kablam! | Sep 19 18:59:59.296 INFO kablam! 122 | type Message = Message_; Sep 19 18:59:59.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type Sep 19 18:59:59.297 INFO kablam! | Sep 19 18:59:59.297 INFO kablam! ::: src/lib.rs:51:1 Sep 19 18:59:59.297 INFO kablam! | Sep 19 18:59:59.297 INFO kablam! 51 | enum Message { Sep 19 18:59:59.297 INFO kablam! | - `Message` declared as private Sep 19 18:59:59.297 INFO kablam! Sep 19 18:59:59.298 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 19 18:59:59.298 INFO kablam! --> src/handler.rs:159:5 Sep 19 18:59:59.298 INFO kablam! | Sep 19 18:59:59.298 INFO kablam! 159 | / fn notify(&mut self, event_loop: &mut EventLoop, msg: Message) { Sep 19 18:59:59.298 INFO kablam! 160 | | match msg { Sep 19 18:59:59.298 INFO kablam! 161 | | Message::Interest(token, interest) => { Sep 19 18:59:59.298 INFO kablam! 162 | | debug!("< Notify Message::Interest {:?} {:?}", token, interest); Sep 19 18:59:59.298 INFO kablam! ... | Sep 19 18:59:59.299 INFO kablam! 191 | | } Sep 19 18:59:59.299 INFO kablam! 192 | | } Sep 19 18:59:59.299 INFO kablam! | |_____^ Sep 19 18:59:59.299 INFO kablam! | Sep 19 18:59:59.299 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 19 18:59:59.300 INFO kablam! = note: for more information, see issue #34537 Sep 19 18:59:59.300 INFO kablam! Sep 19 18:59:59.300 INFO kablam! warning: private type `Action` in public interface (error E0446) Sep 19 18:59:59.300 INFO kablam! --> src/protocol.rs:7:1 Sep 19 18:59:59.300 INFO kablam! | Sep 19 18:59:59.300 INFO kablam! 7 | pub type Action_ = Action; Sep 19 18:59:59.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:59:59.301 INFO kablam! | Sep 19 18:59:59.301 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 19 18:59:59.301 INFO kablam! = note: for more information, see issue #34537 Sep 19 18:59:59.301 INFO kablam! Sep 19 18:59:59.303 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 19 18:59:59.303 INFO kablam! --> src/transfer.rs:5:1 Sep 19 18:59:59.303 INFO kablam! | Sep 19 18:59:59.303 INFO kablam! 5 | pub type Message_ = Message; Sep 19 18:59:59.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:59:59.304 INFO kablam! | Sep 19 18:59:59.304 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 19 18:59:59.304 INFO kablam! = note: for more information, see issue #34537 Sep 19 18:59:59.304 INFO kablam! Sep 19 18:59:59.305 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 19 18:59:59.305 INFO kablam! --> src/transfer.rs:14:1 Sep 19 18:59:59.305 INFO kablam! | Sep 19 18:59:59.305 INFO kablam! 14 | / pub fn new(token: mio::Token, notify: mio::Sender) -> Transfer { Sep 19 18:59:59.305 INFO kablam! 15 | | Transfer { Sep 19 18:59:59.305 INFO kablam! 16 | | token: token, Sep 19 18:59:59.306 INFO kablam! 17 | | notify: notify, Sep 19 18:59:59.306 INFO kablam! 18 | | } Sep 19 18:59:59.306 INFO kablam! 19 | | } Sep 19 18:59:59.306 INFO kablam! | |_^ Sep 19 18:59:59.306 INFO kablam! | Sep 19 18:59:59.306 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 19 18:59:59.307 INFO kablam! = note: for more information, see issue #34537 Sep 19 18:59:59.307 INFO kablam! Sep 19 18:59:59.316 INFO kablam! error: aborting due to previous error Sep 19 18:59:59.316 INFO kablam! Sep 19 18:59:59.316 INFO kablam! For more information about this error, try `rustc --explain E0446`. Sep 19 18:59:59.325 INFO kablam! error: Could not compile `tick`. Sep 19 18:59:59.325 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:59:59.599 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 19 18:59:59.599 INFO kablam! --> src/handler.rs:7:1 Sep 19 18:59:59.599 INFO kablam! | Sep 19 18:59:59.599 INFO kablam! 7 | pub type Message_ = Message; Sep 19 18:59:59.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:59:59.600 INFO kablam! | Sep 19 18:59:59.600 INFO kablam! note: lint level defined here Sep 19 18:59:59.600 INFO kablam! --> src/lib.rs:23:24 Sep 19 18:59:59.601 INFO kablam! | Sep 19 18:59:59.601 INFO kablam! 23| #![cfg_attr(test, deny(warnings))] Sep 19 18:59:59.601 INFO kablam! | ^^^^^^^^ Sep 19 18:59:59.601 INFO kablam! = note: #[deny(private_in_public)] implied by #[deny(warnings)] Sep 19 18:59:59.601 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 19 18:59:59.602 INFO kablam! = note: for more information, see issue #34537 Sep 19 18:59:59.602 INFO kablam! Sep 19 18:59:59.602 INFO kablam! error[E0446]: private type `Message` in public interface Sep 19 18:59:59.602 INFO kablam! --> src/handler.rs:122:5 Sep 19 18:59:59.602 INFO kablam! | Sep 19 18:59:59.603 INFO kablam! 122 | type Message = Message_; Sep 19 18:59:59.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type Sep 19 18:59:59.604 INFO kablam! | Sep 19 18:59:59.604 INFO kablam! ::: src/lib.rs:51:1 Sep 19 18:59:59.604 INFO kablam! | Sep 19 18:59:59.604 INFO kablam! 51 | enum Message { Sep 19 18:59:59.604 INFO kablam! | - `Message` declared as private Sep 19 18:59:59.604 INFO kablam! Sep 19 18:59:59.605 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 19 18:59:59.605 INFO kablam! --> src/handler.rs:159:5 Sep 19 18:59:59.605 INFO kablam! | Sep 19 18:59:59.605 INFO kablam! 159 | / fn notify(&mut self, event_loop: &mut EventLoop, msg: Message) { Sep 19 18:59:59.605 INFO kablam! 160 | | match msg { Sep 19 18:59:59.606 INFO kablam! 161 | | Message::Interest(token, interest) => { Sep 19 18:59:59.606 INFO kablam! 162 | | debug!("< Notify Message::Interest {:?} {:?}", token, interest); Sep 19 18:59:59.606 INFO kablam! ... | Sep 19 18:59:59.606 INFO kablam! 191 | | } Sep 19 18:59:59.606 INFO kablam! 192 | | } Sep 19 18:59:59.607 INFO kablam! | |_____^ Sep 19 18:59:59.607 INFO kablam! | Sep 19 18:59:59.607 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 19 18:59:59.607 INFO kablam! = note: for more information, see issue #34537 Sep 19 18:59:59.607 INFO kablam! Sep 19 18:59:59.608 INFO kablam! error: private type `Action` in public interface (error E0446) Sep 19 18:59:59.608 INFO kablam! --> src/protocol.rs:7:1 Sep 19 18:59:59.608 INFO kablam! | Sep 19 18:59:59.608 INFO kablam! 7 | pub type Action_ = Action; Sep 19 18:59:59.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:59:59.609 INFO kablam! | Sep 19 18:59:59.609 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 19 18:59:59.609 INFO kablam! = note: for more information, see issue #34537 Sep 19 18:59:59.609 INFO kablam! Sep 19 18:59:59.609 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 19 18:59:59.610 INFO kablam! --> src/transfer.rs:5:1 Sep 19 18:59:59.610 INFO kablam! | Sep 19 18:59:59.610 INFO kablam! 5 | pub type Message_ = Message; Sep 19 18:59:59.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:59:59.610 INFO kablam! | Sep 19 18:59:59.611 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 19 18:59:59.611 INFO kablam! = note: for more information, see issue #34537 Sep 19 18:59:59.611 INFO kablam! Sep 19 18:59:59.611 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 19 18:59:59.611 INFO kablam! --> src/transfer.rs:14:1 Sep 19 18:59:59.612 INFO kablam! | Sep 19 18:59:59.612 INFO kablam! 14 | / pub fn new(token: mio::Token, notify: mio::Sender) -> Transfer { Sep 19 18:59:59.612 INFO kablam! 15 | | Transfer { Sep 19 18:59:59.612 INFO kablam! 16 | | token: token, Sep 19 18:59:59.612 INFO kablam! 17 | | notify: notify, Sep 19 18:59:59.612 INFO kablam! 18 | | } Sep 19 18:59:59.613 INFO kablam! 19 | | } Sep 19 18:59:59.613 INFO kablam! | |_^ Sep 19 18:59:59.613 INFO kablam! | Sep 19 18:59:59.614 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 19 18:59:59.614 INFO kablam! = note: for more information, see issue #34537 Sep 19 18:59:59.614 INFO kablam! Sep 19 18:59:59.614 INFO kablam! error: aborting due to 6 previous errors Sep 19 18:59:59.614 INFO kablam! Sep 19 18:59:59.614 INFO kablam! For more information about this error, try `rustc --explain E0446`. Sep 19 18:59:59.620 INFO kablam! error: Could not compile `tick`. Sep 19 18:59:59.620 INFO kablam! Sep 19 18:59:59.620 INFO kablam! To learn more, run the command again with --verbose. Sep 19 18:59:59.622 INFO kablam! su: No module specific data is present Sep 19 19:00:00.561 INFO running `"docker" "rm" "-f" "50747c9ab668735b23add800944a060a7fbf79572cc5662924589871fbbb13aa"` Sep 19 19:00:00.689 INFO blam! 50747c9ab668735b23add800944a060a7fbf79572cc5662924589871fbbb13aa