Sep 21 13:46:46.403 INFO checking actix-0.5.8 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 13:46:46.403 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 13:46:46.403 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 13:46:46.613 INFO blam! 7eada9d08f96a9443bfda1643ca9aeadb01bdc3b451d2e2aa7a3fd44f93c46b1 Sep 21 13:46:46.615 INFO running `"docker" "start" "-a" "7eada9d08f96a9443bfda1643ca9aeadb01bdc3b451d2e2aa7a3fd44f93c46b1"` Sep 21 13:46:48.051 INFO kablam! usermod: no changes Sep 21 13:46:48.476 INFO kablam! Compiling actix_derive v0.2.0 Sep 21 13:46:48.487 INFO kablam! Checking skeptic v0.13.3 Sep 21 13:46:48.489 INFO kablam! Compiling actix v0.5.8 (/source) Sep 21 13:46:48.490 INFO kablam! Checking tokio-core v0.1.17 Sep 21 13:46:57.907 INFO kablam! Checking trust-dns-proto v0.3.3 Sep 21 13:46:57.909 INFO kablam! Checking tokio-signal v0.1.5 Sep 21 13:47:05.383 INFO kablam! Checking trust-dns-resolver v0.8.2 Sep 21 13:47:12.895 INFO kablam! warning: the trait bound `T: actor::Actor` is not satisfied Sep 21 13:47:12.895 INFO kablam! --> src/lib.rs:96:23 Sep 21 13:47:12.895 INFO kablam! | Sep 21 13:47:12.895 INFO kablam! 96 | pub type Address = Addr; Sep 21 13:47:12.895 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 21 13:47:12.895 INFO kablam! | Sep 21 13:47:12.895 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 13:47:12.895 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 21 13:47:12.895 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::unsync::Unsync` Sep 21 13:47:12.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:47:12.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:47:12.895 INFO kablam! Sep 21 13:47:12.895 INFO kablam! warning: the trait bound `T: actor::Actor` is not satisfied Sep 21 13:47:12.895 INFO kablam! --> src/lib.rs:99:27 Sep 21 13:47:12.895 INFO kablam! | Sep 21 13:47:12.895 INFO kablam! 99 | pub type SyncAddress = Addr; Sep 21 13:47:12.895 INFO kablam! | ^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 21 13:47:12.895 INFO kablam! | Sep 21 13:47:12.895 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 21 13:47:12.895 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::sync::Syn` Sep 21 13:47:12.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:47:12.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:47:12.895 INFO kablam! Sep 21 13:47:12.895 INFO kablam! warning: the trait bound `T: actor::Actor` is not satisfied Sep 21 13:47:12.895 INFO kablam! --> src/lib.rs:117:27 Sep 21 13:47:12.895 INFO kablam! | Sep 21 13:47:12.895 INFO kablam! 117 | pub type Address = Addr; Sep 21 13:47:12.895 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 21 13:47:12.895 INFO kablam! | Sep 21 13:47:12.895 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 21 13:47:12.895 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::unsync::Unsync` Sep 21 13:47:12.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:47:12.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:47:12.895 INFO kablam! Sep 21 13:47:12.895 INFO kablam! warning: the trait bound `T: actor::Actor` is not satisfied Sep 21 13:47:12.895 INFO kablam! --> src/lib.rs:120:31 Sep 21 13:47:12.895 INFO kablam! | Sep 21 13:47:12.895 INFO kablam! 120 | pub type SyncAddress = Addr; Sep 21 13:47:12.895 INFO kablam! | ^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 21 13:47:12.895 INFO kablam! | Sep 21 13:47:12.895 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 21 13:47:12.895 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::sync::Syn` Sep 21 13:47:12.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:47:12.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:47:12.895 INFO kablam! Sep 21 13:47:14.126 INFO kablam! warning: the trait bound `T: actor::Actor` is not satisfied Sep 21 13:47:14.126 INFO kablam! --> src/lib.rs:96:23 Sep 21 13:47:14.126 INFO kablam! | Sep 21 13:47:14.126 INFO kablam! 96 | pub type Address = Addr; Sep 21 13:47:14.126 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 21 13:47:14.126 INFO kablam! | Sep 21 13:47:14.126 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 13:47:14.126 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 21 13:47:14.126 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::unsync::Unsync` Sep 21 13:47:14.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:47:14.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:47:14.126 INFO kablam! Sep 21 13:47:14.126 INFO kablam! warning: the trait bound `T: actor::Actor` is not satisfied Sep 21 13:47:14.126 INFO kablam! --> src/lib.rs:99:27 Sep 21 13:47:14.126 INFO kablam! | Sep 21 13:47:14.126 INFO kablam! 99 | pub type SyncAddress = Addr; Sep 21 13:47:14.126 INFO kablam! | ^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 21 13:47:14.126 INFO kablam! | Sep 21 13:47:14.126 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 21 13:47:14.126 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::sync::Syn` Sep 21 13:47:14.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:47:14.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:47:14.126 INFO kablam! Sep 21 13:47:14.126 INFO kablam! warning: the trait bound `T: actor::Actor` is not satisfied Sep 21 13:47:14.126 INFO kablam! --> src/lib.rs:117:27 Sep 21 13:47:14.126 INFO kablam! | Sep 21 13:47:14.126 INFO kablam! 117 | pub type Address = Addr; Sep 21 13:47:14.126 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 21 13:47:14.126 INFO kablam! | Sep 21 13:47:14.126 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 21 13:47:14.126 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::unsync::Unsync` Sep 21 13:47:14.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:47:14.127 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:47:14.127 INFO kablam! Sep 21 13:47:14.127 INFO kablam! warning: the trait bound `T: actor::Actor` is not satisfied Sep 21 13:47:14.127 INFO kablam! --> src/lib.rs:120:31 Sep 21 13:47:14.127 INFO kablam! | Sep 21 13:47:14.127 INFO kablam! 120 | pub type SyncAddress = Addr; Sep 21 13:47:14.127 INFO kablam! | ^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 21 13:47:14.127 INFO kablam! | Sep 21 13:47:14.127 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 21 13:47:14.127 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::sync::Syn` Sep 21 13:47:14.127 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:47:14.127 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:47:14.127 INFO kablam! Sep 21 13:47:23.654 INFO kablam! warning: unused import: `actix::actors::mocker::Mocker` Sep 21 13:47:23.654 INFO kablam! --> examples/mock.rs:6:5 Sep 21 13:47:23.654 INFO kablam! | Sep 21 13:47:23.654 INFO kablam! 6 | use actix::actors::mocker::Mocker; Sep 21 13:47:23.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:47:23.654 INFO kablam! | Sep 21 13:47:23.654 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:47:23.654 INFO kablam! Sep 21 13:47:23.898 INFO kablam! warning: unused variable: `msg` Sep 21 13:47:23.898 INFO kablam! --> examples/mock.rs:26:26 Sep 21 13:47:23.898 INFO kablam! | Sep 21 13:47:23.898 INFO kablam! 26 | fn handle(&mut self, msg: DoStuff, _: &mut Context) -> Self::Result { Sep 21 13:47:23.898 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 21 13:47:23.914 INFO kablam! | Sep 21 13:47:23.914 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 13:47:23.914 INFO kablam! Sep 21 13:47:25.546 INFO kablam! warning: unused `#[macro_use]` import Sep 21 13:47:25.546 INFO kablam! --> tests/test_context.rs:2:1 Sep 21 13:47:25.546 INFO kablam! | Sep 21 13:47:25.546 INFO kablam! 2 | #[macro_use] Sep 21 13:47:25.546 INFO kablam! | ^^^^^^^^^^^^ Sep 21 13:47:25.546 INFO kablam! | Sep 21 13:47:25.546 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:47:25.546 INFO kablam! Sep 21 13:47:25.546 INFO kablam! warning: cannot find type `TimeoutMessage` in this scope Sep 21 13:47:25.546 INFO kablam! --> tests/test_context.rs:67:10 Sep 21 13:47:25.546 INFO kablam! | Sep 21 13:47:25.546 INFO kablam! 67 | #[derive(Message)] Sep 21 13:47:25.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:25.550 INFO kablam! | Sep 21 13:47:25.550 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 13:47:25.550 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 13:47:25.550 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:25.550 INFO kablam! Sep 21 13:47:25.550 INFO kablam! warning: cannot find type `Ping` in this scope Sep 21 13:47:25.550 INFO kablam! --> tests/test_context.rs:149:10 Sep 21 13:47:25.550 INFO kablam! | Sep 21 13:47:25.550 INFO kablam! 149 | #[derive(Message)] Sep 21 13:47:25.550 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:25.550 INFO kablam! | Sep 21 13:47:25.550 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 13:47:25.550 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:25.550 INFO kablam! Sep 21 13:47:35.722 INFO kablam! warning: unused `#[macro_use]` import Sep 21 13:47:35.722 INFO kablam! --> tests/test_arbiter.rs:2:1 Sep 21 13:47:35.722 INFO kablam! | Sep 21 13:47:35.722 INFO kablam! 2 | #[macro_use] Sep 21 13:47:35.722 INFO kablam! | ^^^^^^^^^^^^ Sep 21 13:47:35.722 INFO kablam! | Sep 21 13:47:35.744 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:47:35.744 INFO kablam! Sep 21 13:47:35.744 INFO kablam! warning: cannot find type `Ping` in this scope Sep 21 13:47:35.744 INFO kablam! --> tests/test_arbiter.rs:10:17 Sep 21 13:47:35.744 INFO kablam! | Sep 21 13:47:35.744 INFO kablam! 10 | #[derive(Debug, Message)] Sep 21 13:47:35.744 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:35.744 INFO kablam! | Sep 21 13:47:35.744 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 13:47:35.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 21 13:47:35.744 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:35.744 INFO kablam! Sep 21 13:47:35.922 INFO kablam! warning: unused `#[macro_use]` import Sep 21 13:47:35.922 INFO kablam! --> tests/test_address.rs:1:1 Sep 21 13:47:35.923 INFO kablam! | Sep 21 13:47:35.923 INFO kablam! 1 | #[macro_use] Sep 21 13:47:35.924 INFO kablam! | ^^^^^^^^^^^^ Sep 21 13:47:35.924 INFO kablam! | Sep 21 13:47:35.924 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:47:35.924 INFO kablam! Sep 21 13:47:35.925 INFO kablam! warning: cannot find type `Ping` in this scope Sep 21 13:47:35.925 INFO kablam! --> tests/test_address.rs:14:10 Sep 21 13:47:35.925 INFO kablam! | Sep 21 13:47:35.926 INFO kablam! 14 | #[derive(Message, Debug)] Sep 21 13:47:35.926 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:35.926 INFO kablam! | Sep 21 13:47:35.927 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 13:47:35.927 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 13:47:35.927 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:35.928 INFO kablam! Sep 21 13:47:35.928 INFO kablam! warning: cannot find type `UnsyncPing` in this scope Sep 21 13:47:35.928 INFO kablam! --> tests/test_address.rs:20:10 Sep 21 13:47:35.929 INFO kablam! | Sep 21 13:47:35.929 INFO kablam! 20 | #[derive(Message, Debug)] Sep 21 13:47:35.929 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:35.930 INFO kablam! | Sep 21 13:47:35.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 13:47:35.930 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:35.931 INFO kablam! Sep 21 13:47:39.428 INFO kablam! warning: cannot find type `Empty` in this scope Sep 21 13:47:39.428 INFO kablam! --> tests/derive.rs:8:10 Sep 21 13:47:39.428 INFO kablam! | Sep 21 13:47:39.428 INFO kablam! 8 | #[derive(Message)] Sep 21 13:47:39.428 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:39.428 INFO kablam! | Sep 21 13:47:39.428 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 13:47:39.428 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 13:47:39.428 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:39.428 INFO kablam! Sep 21 13:47:39.428 INFO kablam! warning: cannot find type `SumResult` in this scope Sep 21 13:47:39.428 INFO kablam! --> tests/derive.rs:43:10 Sep 21 13:47:39.428 INFO kablam! | Sep 21 13:47:39.428 INFO kablam! 43 | #[derive(Message)] Sep 21 13:47:39.428 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:39.428 INFO kablam! | Sep 21 13:47:39.428 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 13:47:39.428 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:39.428 INFO kablam! Sep 21 13:47:39.428 INFO kablam! warning: cannot find type `SumOne` in this scope Sep 21 13:47:39.428 INFO kablam! --> tests/derive.rs:82:10 Sep 21 13:47:39.428 INFO kablam! | Sep 21 13:47:39.428 INFO kablam! 82 | #[derive(Message)] Sep 21 13:47:39.428 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:39.428 INFO kablam! | Sep 21 13:47:39.428 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 13:47:39.428 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:39.428 INFO kablam! Sep 21 13:47:40.050 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.96s Sep 21 13:47:40.135 INFO kablam! su: No module specific data is present Sep 21 13:47:41.215 INFO running `"docker" "rm" "-f" "7eada9d08f96a9443bfda1643ca9aeadb01bdc3b451d2e2aa7a3fd44f93c46b1"` Sep 21 13:47:41.329 INFO blam! 7eada9d08f96a9443bfda1643ca9aeadb01bdc3b451d2e2aa7a3fd44f93c46b1