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