Sep 14 20:01:29.058 INFO checking actix-0.5.8 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 20:01:29.058 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 20:01:29.058 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 20:01:29.460 INFO blam! 181e9591e7e54bd351ee07eb04cbda63716dd81ec3d3b4dac18c8b7d8e43752b Sep 14 20:01:29.463 INFO running `"docker" "start" "-a" "181e9591e7e54bd351ee07eb04cbda63716dd81ec3d3b4dac18c8b7d8e43752b"` Sep 14 20:01:30.914 INFO kablam! usermod: no changes Sep 14 20:01:31.339 INFO kablam! Checking cargo_metadata v0.5.8 Sep 14 20:01:31.347 INFO kablam! Compiling actix v0.5.8 (file:///source) Sep 14 20:01:31.347 INFO kablam! Checking tokio-reactor v0.1.5 Sep 14 20:01:34.463 INFO kablam! Checking tokio-tcp v0.1.1 Sep 14 20:01:34.463 INFO kablam! Checking tokio-uds v0.2.1 Sep 14 20:01:34.463 INFO kablam! Checking tokio-udp v0.1.2 Sep 14 20:01:36.250 INFO kablam! Checking skeptic v0.13.3 Sep 14 20:01:40.361 INFO kablam! Checking tokio v0.1.8 Sep 14 20:01:42.916 INFO kablam! Checking tokio-core v0.1.17 Sep 14 20:01:45.289 INFO kablam! Checking trust-dns-proto v0.3.3 Sep 14 20:01:45.290 INFO kablam! Checking tokio-signal v0.1.5 Sep 14 20:01:50.985 INFO kablam! Checking trust-dns-resolver v0.8.2 Sep 14 20:02:18.355 INFO kablam! warning: unused import: `actix::actors::mocker::Mocker` Sep 14 20:02:18.355 INFO kablam! --> examples/mock.rs:6:5 Sep 14 20:02:18.355 INFO kablam! | Sep 14 20:02:18.355 INFO kablam! 6 | use actix::actors::mocker::Mocker; Sep 14 20:02:18.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 20:02:18.355 INFO kablam! | Sep 14 20:02:18.355 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 20:02:18.355 INFO kablam! Sep 14 20:02:18.511 INFO kablam! warning: unused variable: `msg` Sep 14 20:02:18.511 INFO kablam! --> examples/mock.rs:26:26 Sep 14 20:02:18.511 INFO kablam! | Sep 14 20:02:18.511 INFO kablam! 26 | fn handle(&mut self, msg: DoStuff, _: &mut Context) -> Self::Result { Sep 14 20:02:18.511 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 14 20:02:18.511 INFO kablam! | Sep 14 20:02:18.511 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 20:02:18.511 INFO kablam! Sep 14 20:02:19.814 INFO kablam! warning: unused `#[macro_use]` import Sep 14 20:02:19.814 INFO kablam! --> tests/test_arbiter.rs:2:1 Sep 14 20:02:19.814 INFO kablam! | Sep 14 20:02:19.814 INFO kablam! 2 | #[macro_use] Sep 14 20:02:19.814 INFO kablam! | ^^^^^^^^^^^^ Sep 14 20:02:19.839 INFO kablam! | Sep 14 20:02:19.839 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 20:02:19.843 INFO kablam! Sep 14 20:02:19.845 INFO kablam! warning: cannot find type `Ping` in this scope Sep 14 20:02:19.845 INFO kablam! --> tests/test_arbiter.rs:10:17 Sep 14 20:02:19.845 INFO kablam! | Sep 14 20:02:19.845 INFO kablam! 10 | #[derive(Debug, Message)] Sep 14 20:02:19.845 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 14 20:02:19.845 INFO kablam! | Sep 14 20:02:19.846 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 14 20:02:19.859 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 14 20:02:19.859 INFO kablam! = note: for more information, see issue #50504 Sep 14 20:02:19.859 INFO kablam! Sep 14 20:02:19.941 INFO kablam! warning: cannot find type `Empty` in this scope Sep 14 20:02:19.941 INFO kablam! --> tests/derive.rs:8:10 Sep 14 20:02:19.941 INFO kablam! | Sep 14 20:02:19.941 INFO kablam! 8 | #[derive(Message)] Sep 14 20:02:19.941 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 14 20:02:19.941 INFO kablam! | Sep 14 20:02:19.941 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 14 20:02:19.941 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 14 20:02:19.941 INFO kablam! = note: for more information, see issue #50504 Sep 14 20:02:19.941 INFO kablam! Sep 14 20:02:19.941 INFO kablam! warning: cannot find type `SumResult` in this scope Sep 14 20:02:19.941 INFO kablam! --> tests/derive.rs:43:10 Sep 14 20:02:19.941 INFO kablam! | Sep 14 20:02:19.941 INFO kablam! 43 | #[derive(Message)] Sep 14 20:02:19.941 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 14 20:02:19.951 INFO kablam! | Sep 14 20:02:19.951 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 14 20:02:19.951 INFO kablam! = note: for more information, see issue #50504 Sep 14 20:02:19.951 INFO kablam! Sep 14 20:02:19.951 INFO kablam! warning: cannot find type `SumOne` in this scope Sep 14 20:02:19.951 INFO kablam! --> tests/derive.rs:82:10 Sep 14 20:02:19.951 INFO kablam! | Sep 14 20:02:19.951 INFO kablam! 82 | #[derive(Message)] Sep 14 20:02:19.951 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 14 20:02:19.951 INFO kablam! | Sep 14 20:02:19.951 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 14 20:02:19.951 INFO kablam! = note: for more information, see issue #50504 Sep 14 20:02:19.951 INFO kablam! Sep 14 20:02:24.227 INFO kablam! warning: unused `#[macro_use]` import Sep 14 20:02:24.227 INFO kablam! --> tests/test_context.rs:2:1 Sep 14 20:02:24.227 INFO kablam! | Sep 14 20:02:24.227 INFO kablam! 2 | #[macro_use] Sep 14 20:02:24.227 INFO kablam! | ^^^^^^^^^^^^ Sep 14 20:02:24.227 INFO kablam! | Sep 14 20:02:24.227 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 20:02:24.227 INFO kablam! Sep 14 20:02:24.227 INFO kablam! warning: cannot find type `TimeoutMessage` in this scope Sep 14 20:02:24.227 INFO kablam! --> tests/test_context.rs:67:10 Sep 14 20:02:24.227 INFO kablam! | Sep 14 20:02:24.227 INFO kablam! 67 | #[derive(Message)] Sep 14 20:02:24.227 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 14 20:02:24.227 INFO kablam! | Sep 14 20:02:24.227 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 14 20:02:24.227 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 14 20:02:24.227 INFO kablam! = note: for more information, see issue #50504 Sep 14 20:02:24.227 INFO kablam! Sep 14 20:02:24.227 INFO kablam! warning: cannot find type `Ping` in this scope Sep 14 20:02:24.227 INFO kablam! --> tests/test_context.rs:149:10 Sep 14 20:02:24.227 INFO kablam! | Sep 14 20:02:24.227 INFO kablam! 149 | #[derive(Message)] Sep 14 20:02:24.227 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 14 20:02:24.227 INFO kablam! | Sep 14 20:02:24.227 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 14 20:02:24.227 INFO kablam! = note: for more information, see issue #50504 Sep 14 20:02:24.227 INFO kablam! Sep 14 20:02:24.687 INFO kablam! warning: unused `#[macro_use]` import Sep 14 20:02:24.687 INFO kablam! --> tests/test_address.rs:1:1 Sep 14 20:02:24.687 INFO kablam! | Sep 14 20:02:24.687 INFO kablam! 1 | #[macro_use] Sep 14 20:02:24.687 INFO kablam! | ^^^^^^^^^^^^ Sep 14 20:02:24.687 INFO kablam! | Sep 14 20:02:24.687 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 20:02:24.687 INFO kablam! Sep 14 20:02:24.687 INFO kablam! warning: cannot find type `Ping` in this scope Sep 14 20:02:24.687 INFO kablam! --> tests/test_address.rs:14:10 Sep 14 20:02:24.687 INFO kablam! | Sep 14 20:02:24.687 INFO kablam! 14 | #[derive(Message, Debug)] Sep 14 20:02:24.687 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 14 20:02:24.687 INFO kablam! | Sep 14 20:02:24.687 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 14 20:02:24.687 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 14 20:02:24.687 INFO kablam! = note: for more information, see issue #50504 Sep 14 20:02:24.687 INFO kablam! Sep 14 20:02:24.687 INFO kablam! warning: cannot find type `UnsyncPing` in this scope Sep 14 20:02:24.687 INFO kablam! --> tests/test_address.rs:20:10 Sep 14 20:02:24.687 INFO kablam! | Sep 14 20:02:24.687 INFO kablam! 20 | #[derive(Message, Debug)] Sep 14 20:02:24.687 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 14 20:02:24.687 INFO kablam! | Sep 14 20:02:24.687 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 14 20:02:24.687 INFO kablam! = note: for more information, see issue #50504 Sep 14 20:02:24.687 INFO kablam! Sep 14 20:02:25.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.50s Sep 14 20:02:25.487 INFO kablam! su: No module specific data is present Sep 14 20:02:26.274 INFO running `"docker" "rm" "-f" "181e9591e7e54bd351ee07eb04cbda63716dd81ec3d3b4dac18c8b7d8e43752b"` Sep 14 20:02:26.395 INFO blam! 181e9591e7e54bd351ee07eb04cbda63716dd81ec3d3b4dac18c8b7d8e43752b