Sep 21 01:49:36.995 INFO checking tick-0.0.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 01:49:36.995 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 01:49:36.995 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 01:49:37.123 INFO blam! 6daa5235c21a9ca81e10738625bb7f70a6d816e0cd97ec6e26546f339655acba Sep 21 01:49:37.124 INFO running `"docker" "start" "-a" "6daa5235c21a9ca81e10738625bb7f70a6d816e0cd97ec6e26546f339655acba"` Sep 21 01:49:38.039 INFO kablam! usermod: no changes Sep 21 01:49:38.121 INFO kablam! Checking mio v0.5.1 Sep 21 01:49:39.184 INFO kablam! Checking tick v0.0.1 (/source) Sep 21 01:49:39.922 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 21 01:49:39.922 INFO kablam! --> src/handler.rs:7:1 Sep 21 01:49:39.922 INFO kablam! | Sep 21 01:49:39.922 INFO kablam! 7 | pub type Message_ = Message; Sep 21 01:49:39.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:49:39.922 INFO kablam! | Sep 21 01:49:39.922 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 21 01:49:39.922 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 21 01:49:39.922 INFO kablam! = note: for more information, see issue #34537 Sep 21 01:49:39.922 INFO kablam! Sep 21 01:49:39.922 INFO kablam! error[E0446]: private type `Message` in public interface Sep 21 01:49:39.922 INFO kablam! --> src/handler.rs:122:5 Sep 21 01:49:39.922 INFO kablam! | Sep 21 01:49:39.922 INFO kablam! 122 | type Message = Message_; Sep 21 01:49:39.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type Sep 21 01:49:39.922 INFO kablam! | Sep 21 01:49:39.922 INFO kablam! ::: src/lib.rs:51:1 Sep 21 01:49:39.922 INFO kablam! | Sep 21 01:49:39.922 INFO kablam! 51 | enum Message { Sep 21 01:49:39.922 INFO kablam! | - `Message` declared as private Sep 21 01:49:39.922 INFO kablam! Sep 21 01:49:39.922 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 21 01:49:39.922 INFO kablam! --> src/handler.rs:159:5 Sep 21 01:49:39.922 INFO kablam! | Sep 21 01:49:39.922 INFO kablam! 159 | / fn notify(&mut self, event_loop: &mut EventLoop, msg: Message) { Sep 21 01:49:39.922 INFO kablam! 160 | | match msg { Sep 21 01:49:39.922 INFO kablam! 161 | | Message::Interest(token, interest) => { Sep 21 01:49:39.922 INFO kablam! 162 | | debug!("< Notify Message::Interest {:?} {:?}", token, interest); Sep 21 01:49:39.922 INFO kablam! ... | Sep 21 01:49:39.923 INFO kablam! 191 | | } Sep 21 01:49:39.923 INFO kablam! 192 | | } Sep 21 01:49:39.923 INFO kablam! | |_____^ Sep 21 01:49:39.923 INFO kablam! | Sep 21 01:49:39.923 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 21 01:49:39.923 INFO kablam! = note: for more information, see issue #34537 Sep 21 01:49:39.923 INFO kablam! Sep 21 01:49:39.923 INFO kablam! warning: private type `Action` in public interface (error E0446) Sep 21 01:49:39.923 INFO kablam! --> src/protocol.rs:7:1 Sep 21 01:49:39.923 INFO kablam! | Sep 21 01:49:39.923 INFO kablam! 7 | pub type Action_ = Action; Sep 21 01:49:39.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:49:39.923 INFO kablam! | Sep 21 01:49:39.923 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 21 01:49:39.923 INFO kablam! = note: for more information, see issue #34537 Sep 21 01:49:39.923 INFO kablam! Sep 21 01:49:39.923 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 21 01:49:39.923 INFO kablam! --> src/transfer.rs:5:1 Sep 21 01:49:39.923 INFO kablam! | Sep 21 01:49:39.923 INFO kablam! 5 | pub type Message_ = Message; Sep 21 01:49:39.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:49:39.923 INFO kablam! | Sep 21 01:49:39.923 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 21 01:49:39.923 INFO kablam! = note: for more information, see issue #34537 Sep 21 01:49:39.923 INFO kablam! Sep 21 01:49:39.923 INFO kablam! warning: private type `Message` in public interface (error E0446) Sep 21 01:49:39.923 INFO kablam! --> src/transfer.rs:14:1 Sep 21 01:49:39.923 INFO kablam! | Sep 21 01:49:39.923 INFO kablam! 14 | / pub fn new(token: mio::Token, notify: mio::Sender) -> Transfer { Sep 21 01:49:39.923 INFO kablam! 15 | | Transfer { Sep 21 01:49:39.923 INFO kablam! 16 | | token: token, Sep 21 01:49:39.923 INFO kablam! 17 | | notify: notify, Sep 21 01:49:39.923 INFO kablam! 18 | | } Sep 21 01:49:39.923 INFO kablam! 19 | | } Sep 21 01:49:39.923 INFO kablam! | |_^ Sep 21 01:49:39.923 INFO kablam! | Sep 21 01:49:39.923 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 21 01:49:39.923 INFO kablam! = note: for more information, see issue #34537 Sep 21 01:49:39.923 INFO kablam! Sep 21 01:49:39.930 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 21 01:49:39.930 INFO kablam! --> src/handler.rs:7:1 Sep 21 01:49:39.930 INFO kablam! | Sep 21 01:49:39.930 INFO kablam! 7 | pub type Message_ = Message; Sep 21 01:49:39.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:49:39.930 INFO kablam! | Sep 21 01:49:39.930 INFO kablam! note: lint level defined here Sep 21 01:49:39.930 INFO kablam! --> src/lib.rs:23:24 Sep 21 01:49:39.930 INFO kablam! | Sep 21 01:49:39.930 INFO kablam! 23| #![cfg_attr(test, deny(warnings))] Sep 21 01:49:39.930 INFO kablam! | ^^^^^^^^ Sep 21 01:49:39.930 INFO kablam! = note: #[deny(private_in_public)] implied by #[deny(warnings)] Sep 21 01:49:39.930 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 21 01:49:39.930 INFO kablam! = note: for more information, see issue #34537 Sep 21 01:49:39.930 INFO kablam! Sep 21 01:49:39.930 INFO kablam! error[E0446]: private type `Message` in public interface Sep 21 01:49:39.930 INFO kablam! --> src/handler.rs:122:5 Sep 21 01:49:39.930 INFO kablam! | Sep 21 01:49:39.930 INFO kablam! 122 | type Message = Message_; Sep 21 01:49:39.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type Sep 21 01:49:39.930 INFO kablam! | Sep 21 01:49:39.930 INFO kablam! ::: src/lib.rs:51:1 Sep 21 01:49:39.930 INFO kablam! | Sep 21 01:49:39.931 INFO kablam! 51 | enum Message { Sep 21 01:49:39.931 INFO kablam! | - `Message` declared as private Sep 21 01:49:39.931 INFO kablam! Sep 21 01:49:39.931 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 21 01:49:39.931 INFO kablam! --> src/handler.rs:159:5 Sep 21 01:49:39.931 INFO kablam! | Sep 21 01:49:39.931 INFO kablam! 159 | / fn notify(&mut self, event_loop: &mut EventLoop, msg: Message) { Sep 21 01:49:39.931 INFO kablam! 160 | | match msg { Sep 21 01:49:39.931 INFO kablam! 161 | | Message::Interest(token, interest) => { Sep 21 01:49:39.931 INFO kablam! 162 | | debug!("< Notify Message::Interest {:?} {:?}", token, interest); Sep 21 01:49:39.931 INFO kablam! ... | Sep 21 01:49:39.931 INFO kablam! 191 | | } Sep 21 01:49:39.931 INFO kablam! 192 | | } Sep 21 01:49:39.931 INFO kablam! | |_____^ Sep 21 01:49:39.931 INFO kablam! | Sep 21 01:49:39.931 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 21 01:49:39.931 INFO kablam! = note: for more information, see issue #34537 Sep 21 01:49:39.931 INFO kablam! Sep 21 01:49:39.931 INFO kablam! error: private type `Action` in public interface (error E0446) Sep 21 01:49:39.931 INFO kablam! --> src/protocol.rs:7:1 Sep 21 01:49:39.931 INFO kablam! | Sep 21 01:49:39.931 INFO kablam! 7 | pub type Action_ = Action; Sep 21 01:49:39.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:49:39.931 INFO kablam! | Sep 21 01:49:39.931 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 21 01:49:39.931 INFO kablam! = note: for more information, see issue #34537 Sep 21 01:49:39.931 INFO kablam! Sep 21 01:49:39.931 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 21 01:49:39.931 INFO kablam! --> src/transfer.rs:5:1 Sep 21 01:49:39.931 INFO kablam! | Sep 21 01:49:39.931 INFO kablam! 5 | pub type Message_ = Message; Sep 21 01:49:39.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:49:39.931 INFO kablam! | Sep 21 01:49:39.931 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 21 01:49:39.931 INFO kablam! = note: for more information, see issue #34537 Sep 21 01:49:39.931 INFO kablam! Sep 21 01:49:39.931 INFO kablam! error: private type `Message` in public interface (error E0446) Sep 21 01:49:39.931 INFO kablam! --> src/transfer.rs:14:1 Sep 21 01:49:39.931 INFO kablam! | Sep 21 01:49:39.931 INFO kablam! 14 | / pub fn new(token: mio::Token, notify: mio::Sender) -> Transfer { Sep 21 01:49:39.931 INFO kablam! 15 | | Transfer { Sep 21 01:49:39.931 INFO kablam! 16 | | token: token, Sep 21 01:49:39.931 INFO kablam! 17 | | notify: notify, Sep 21 01:49:39.931 INFO kablam! 18 | | } Sep 21 01:49:39.931 INFO kablam! 19 | | } Sep 21 01:49:39.931 INFO kablam! | |_^ Sep 21 01:49:39.931 INFO kablam! | Sep 21 01:49:39.931 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 21 01:49:39.931 INFO kablam! = note: for more information, see issue #34537 Sep 21 01:49:39.931 INFO kablam! Sep 21 01:49:39.938 INFO kablam! error: aborting due to 6 previous errors Sep 21 01:49:39.938 INFO kablam! Sep 21 01:49:39.938 INFO kablam! For more information about this error, try `rustc --explain E0446`. Sep 21 01:49:39.952 INFO kablam! error: aborting due to previous error Sep 21 01:49:39.952 INFO kablam! Sep 21 01:49:39.952 INFO kablam! For more information about this error, try `rustc --explain E0446`. Sep 21 01:49:39.953 INFO kablam! error: Could not compile `tick`. Sep 21 01:49:39.953 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 01:49:39.957 INFO kablam! error: Could not compile `tick`. Sep 21 01:49:39.957 INFO kablam! Sep 21 01:49:39.957 INFO kablam! To learn more, run the command again with --verbose. Sep 21 01:49:39.958 INFO kablam! su: No module specific data is present Sep 21 01:49:40.713 INFO running `"docker" "rm" "-f" "6daa5235c21a9ca81e10738625bb7f70a6d816e0cd97ec6e26546f339655acba"` Sep 21 01:49:40.829 INFO blam! 6daa5235c21a9ca81e10738625bb7f70a6d816e0cd97ec6e26546f339655acba