Sep 04 03:58:02.736 INFO checking tick-0.0.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 03:58:02.736 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 03:58:02.736 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:58:02.891 INFO blam! b18209d23fe8c92eb48eb5a5ba671be117d03dd796d654972106e351b2c6ffcc Sep 04 03:58:02.892 INFO running `"docker" "start" "-a" "b18209d23fe8c92eb48eb5a5ba671be117d03dd796d654972106e351b2c6ffcc"` Sep 04 03:58:03.538 INFO kablam! Checking tick v0.0.1 (file:///source) Sep 04 03:58:04.742 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 04 03:58:04.743 INFO kablam! --> src/handler.rs:7:1 Sep 04 03:58:04.743 INFO kablam! | Sep 04 03:58:04.743 INFO kablam! 7 | pub type Message_ = Message; Sep 04 03:58:04.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:58:04.743 INFO kablam! | Sep 04 03:58:04.743 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 04 03:58:04.743 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 04 03:58:04.743 INFO kablam! = note: for more information, see issue #34537 Sep 04 03:58:04.743 INFO kablam! Sep 04 03:58:04.744 INFO kablam! error[E0446]: private type `Message` in public interface Sep 04 03:58:04.744 INFO kablam! --> src/handler.rs:122:5 Sep 04 03:58:04.744 INFO kablam! | Sep 04 03:58:04.744 INFO kablam! 122 | type Message = Message_; Sep 04 03:58:04.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type Sep 04 03:58:04.744 INFO kablam! | Sep 04 03:58:04.744 INFO kablam! ::: src/lib.rs:51:1 Sep 04 03:58:04.744 INFO kablam! | Sep 04 03:58:04.744 INFO kablam! 51 | enum Message { Sep 04 03:58:04.744 INFO kablam! | - `Message` declared as private Sep 04 03:58:04.744 INFO kablam! Sep 04 03:58:04.744 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 04 03:58:04.744 INFO kablam! --> src/handler.rs:159:5 Sep 04 03:58:04.744 INFO kablam! | Sep 04 03:58:04.744 INFO kablam! 159 | / fn notify(&mut self, event_loop: &mut EventLoop, msg: Message) { Sep 04 03:58:04.744 INFO kablam! 160 | | match msg { Sep 04 03:58:04.744 INFO kablam! 161 | | Message::Interest(token, interest) => { Sep 04 03:58:04.744 INFO kablam! 162 | | debug!("< Notify Message::Interest {:?} {:?}", token, interest); Sep 04 03:58:04.744 INFO kablam! ... | Sep 04 03:58:04.744 INFO kablam! 191 | | } Sep 04 03:58:04.744 INFO kablam! 192 | | } Sep 04 03:58:04.744 INFO kablam! | |_____^ Sep 04 03:58:04.744 INFO kablam! | Sep 04 03:58:04.744 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 04 03:58:04.744 INFO kablam! = note: for more information, see issue #34537 Sep 04 03:58:04.744 INFO kablam! Sep 04 03:58:04.745 INFO kablam! warning: private type `Action` in public interface (error E0446) Sep 04 03:58:04.745 INFO kablam! --> src/protocol.rs:7:1 Sep 04 03:58:04.745 INFO kablam! | Sep 04 03:58:04.745 INFO kablam! 7 | pub type Action_ = Action; Sep 04 03:58:04.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:58:04.745 INFO kablam! | Sep 04 03:58:04.745 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 04 03:58:04.745 INFO kablam! = note: for more information, see issue #34537 Sep 04 03:58:04.745 INFO kablam! Sep 04 03:58:04.745 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 04 03:58:04.745 INFO kablam! --> src/transfer.rs:5:1 Sep 04 03:58:04.745 INFO kablam! | Sep 04 03:58:04.745 INFO kablam! 5 | pub type Message_ = Message; Sep 04 03:58:04.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:58:04.745 INFO kablam! | Sep 04 03:58:04.745 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 04 03:58:04.745 INFO kablam! = note: for more information, see issue #34537 Sep 04 03:58:04.745 INFO kablam! Sep 04 03:58:04.745 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 04 03:58:04.745 INFO kablam! --> src/transfer.rs:14:1 Sep 04 03:58:04.745 INFO kablam! | Sep 04 03:58:04.745 INFO kablam! 14 | / pub fn new(token: mio::Token, notify: mio::Sender) -> Transfer { Sep 04 03:58:04.745 INFO kablam! 15 | | Transfer { Sep 04 03:58:04.745 INFO kablam! 16 | | token: token, Sep 04 03:58:04.745 INFO kablam! 17 | | notify: notify, Sep 04 03:58:04.745 INFO kablam! 18 | | } Sep 04 03:58:04.745 INFO kablam! 19 | | } Sep 04 03:58:04.745 INFO kablam! | |_^ Sep 04 03:58:04.745 INFO kablam! | Sep 04 03:58:04.745 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 04 03:58:04.745 INFO kablam! = note: for more information, see issue #34537 Sep 04 03:58:04.745 INFO kablam! Sep 04 03:58:04.761 INFO kablam! error: aborting due to previous error Sep 04 03:58:04.761 INFO kablam! Sep 04 03:58:04.761 INFO kablam! For more information about this error, try `rustc --explain E0446`. Sep 04 03:58:04.777 INFO kablam! error: Could not compile `tick`. Sep 04 03:58:04.777 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 03:58:04.896 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 04 03:58:04.896 INFO kablam! --> src/handler.rs:7:1 Sep 04 03:58:04.896 INFO kablam! | Sep 04 03:58:04.896 INFO kablam! 7 | pub type Message_ = Message; Sep 04 03:58:04.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:58:04.896 INFO kablam! | Sep 04 03:58:04.896 INFO kablam! note: lint level defined here Sep 04 03:58:04.896 INFO kablam! --> src/lib.rs:23:24 Sep 04 03:58:04.896 INFO kablam! | Sep 04 03:58:04.896 INFO kablam! 23| #![cfg_attr(test, deny(warnings))] Sep 04 03:58:04.896 INFO kablam! | ^^^^^^^^ Sep 04 03:58:04.896 INFO kablam! = note: #[deny(private_in_public)] implied by #[deny(warnings)] Sep 04 03:58:04.896 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 04 03:58:04.897 INFO kablam! = note: for more information, see issue #34537 Sep 04 03:58:04.897 INFO kablam! Sep 04 03:58:04.897 INFO kablam! error[E0446]: private type `Message` in public interface Sep 04 03:58:04.897 INFO kablam! --> src/handler.rs:122:5 Sep 04 03:58:04.897 INFO kablam! | Sep 04 03:58:04.897 INFO kablam! 122 | type Message = Message_; Sep 04 03:58:04.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type Sep 04 03:58:04.897 INFO kablam! | Sep 04 03:58:04.897 INFO kablam! ::: src/lib.rs:51:1 Sep 04 03:58:04.897 INFO kablam! | Sep 04 03:58:04.897 INFO kablam! 51 | enum Message { Sep 04 03:58:04.898 INFO kablam! | - `Message` declared as private Sep 04 03:58:04.898 INFO kablam! Sep 04 03:58:04.898 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 04 03:58:04.898 INFO kablam! --> src/handler.rs:159:5 Sep 04 03:58:04.898 INFO kablam! | Sep 04 03:58:04.898 INFO kablam! 159 | / fn notify(&mut self, event_loop: &mut EventLoop, msg: Message) { Sep 04 03:58:04.898 INFO kablam! 160 | | match msg { Sep 04 03:58:04.898 INFO kablam! 161 | | Message::Interest(token, interest) => { Sep 04 03:58:04.898 INFO kablam! 162 | | debug!("< Notify Message::Interest {:?} {:?}", token, interest); Sep 04 03:58:04.898 INFO kablam! ... | Sep 04 03:58:04.898 INFO kablam! 191 | | } Sep 04 03:58:04.898 INFO kablam! 192 | | } Sep 04 03:58:04.898 INFO kablam! | |_____^ Sep 04 03:58:04.898 INFO kablam! | Sep 04 03:58:04.898 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 04 03:58:04.898 INFO kablam! = note: for more information, see issue #34537 Sep 04 03:58:04.898 INFO kablam! Sep 04 03:58:04.898 INFO kablam! error: private type `Action` in public interface (error E0446) Sep 04 03:58:04.898 INFO kablam! --> src/protocol.rs:7:1 Sep 04 03:58:04.898 INFO kablam! | Sep 04 03:58:04.898 INFO kablam! 7 | pub type Action_ = Action; Sep 04 03:58:04.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:58:04.898 INFO kablam! | Sep 04 03:58:04.898 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 04 03:58:04.898 INFO kablam! = note: for more information, see issue #34537 Sep 04 03:58:04.898 INFO kablam! Sep 04 03:58:04.898 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 04 03:58:04.898 INFO kablam! --> src/transfer.rs:5:1 Sep 04 03:58:04.898 INFO kablam! | Sep 04 03:58:04.899 INFO kablam! 5 | pub type Message_ = Message; Sep 04 03:58:04.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:58:04.899 INFO kablam! | Sep 04 03:58:04.899 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 04 03:58:04.899 INFO kablam! = note: for more information, see issue #34537 Sep 04 03:58:04.899 INFO kablam! Sep 04 03:58:04.899 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 04 03:58:04.899 INFO kablam! --> src/transfer.rs:14:1 Sep 04 03:58:04.899 INFO kablam! | Sep 04 03:58:04.899 INFO kablam! 14 | / pub fn new(token: mio::Token, notify: mio::Sender) -> Transfer { Sep 04 03:58:04.899 INFO kablam! 15 | | Transfer { Sep 04 03:58:04.899 INFO kablam! 16 | | token: token, Sep 04 03:58:04.899 INFO kablam! 17 | | notify: notify, Sep 04 03:58:04.899 INFO kablam! 18 | | } Sep 04 03:58:04.899 INFO kablam! 19 | | } Sep 04 03:58:04.899 INFO kablam! | |_^ Sep 04 03:58:04.899 INFO kablam! | Sep 04 03:58:04.899 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 04 03:58:04.899 INFO kablam! = note: for more information, see issue #34537 Sep 04 03:58:04.899 INFO kablam! Sep 04 03:58:04.904 INFO kablam! error: aborting due to 6 previous errors Sep 04 03:58:04.904 INFO kablam! Sep 04 03:58:04.904 INFO kablam! For more information about this error, try `rustc --explain E0446`. Sep 04 03:58:04.915 INFO kablam! error: Could not compile `tick`. Sep 04 03:58:04.915 INFO kablam! Sep 04 03:58:04.915 INFO kablam! To learn more, run the command again with --verbose. Sep 04 03:58:04.917 INFO kablam! su: No module specific data is present Sep 04 03:58:05.445 INFO running `"docker" "rm" "-f" "b18209d23fe8c92eb48eb5a5ba671be117d03dd796d654972106e351b2c6ffcc"` Sep 04 03:58:05.627 INFO blam! b18209d23fe8c92eb48eb5a5ba671be117d03dd796d654972106e351b2c6ffcc