Sep 20 06:53:38.174 INFO checking actix-0.5.8 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:53:38.174 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:53:38.175 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:53:38.382 INFO blam! f936025ae42ac364f20b262276b01ee331853803e455a13b4302a3e7a3256fd3 Sep 20 06:53:38.382 INFO running `"docker" "start" "-a" "f936025ae42ac364f20b262276b01ee331853803e455a13b4302a3e7a3256fd3"` Sep 20 06:53:40.441 INFO kablam! usermod: no changes Sep 20 06:53:40.931 INFO kablam! Compiling actix v0.5.8 (/source) Sep 20 06:53:40.931 INFO kablam! Checking tokio-reactor v0.1.5 Sep 20 06:53:43.446 INFO kablam! Checking tokio-tcp v0.1.1 Sep 20 06:53:43.448 INFO kablam! Checking tokio-uds v0.2.1 Sep 20 06:53:43.449 INFO kablam! Checking tokio-udp v0.1.2 Sep 20 06:53:47.737 INFO kablam! Checking tokio v0.1.8 Sep 20 06:53:49.598 INFO kablam! Checking tokio-core v0.1.17 Sep 20 06:53:52.002 INFO kablam! Checking trust-dns-proto v0.3.3 Sep 20 06:53:52.002 INFO kablam! Checking tokio-signal v0.1.5 Sep 20 06:53:57.411 INFO kablam! Checking trust-dns-resolver v0.8.2 Sep 20 06:54:15.188 INFO kablam! warning: unused `#[macro_use]` import Sep 20 06:54:15.188 INFO kablam! --> tests/test_context.rs:2:1 Sep 20 06:54:15.188 INFO kablam! | Sep 20 06:54:15.188 INFO kablam! 2 | #[macro_use] Sep 20 06:54:15.188 INFO kablam! | ^^^^^^^^^^^^ Sep 20 06:54:15.188 INFO kablam! | Sep 20 06:54:15.188 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:54:15.188 INFO kablam! Sep 20 06:54:15.188 INFO kablam! warning: cannot find type `TimeoutMessage` in this scope Sep 20 06:54:15.188 INFO kablam! --> tests/test_context.rs:67:10 Sep 20 06:54:15.188 INFO kablam! | Sep 20 06:54:15.188 INFO kablam! 67 | #[derive(Message)] Sep 20 06:54:15.188 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 20 06:54:15.188 INFO kablam! | Sep 20 06:54:15.188 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 20 06:54:15.188 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 20 06:54:15.188 INFO kablam! = note: for more information, see issue #50504 Sep 20 06:54:15.188 INFO kablam! Sep 20 06:54:15.188 INFO kablam! warning: cannot find type `Ping` in this scope Sep 20 06:54:15.188 INFO kablam! --> tests/test_context.rs:149:10 Sep 20 06:54:15.188 INFO kablam! | Sep 20 06:54:15.188 INFO kablam! 149 | #[derive(Message)] Sep 20 06:54:15.188 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 20 06:54:15.188 INFO kablam! | Sep 20 06:54:15.188 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 20 06:54:15.188 INFO kablam! = note: for more information, see issue #50504 Sep 20 06:54:15.188 INFO kablam! Sep 20 06:54:15.326 INFO kablam! warning: unused import: `actix::actors::mocker::Mocker` Sep 20 06:54:15.326 INFO kablam! --> examples/mock.rs:6:5 Sep 20 06:54:15.326 INFO kablam! | Sep 20 06:54:15.326 INFO kablam! 6 | use actix::actors::mocker::Mocker; Sep 20 06:54:15.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:54:15.326 INFO kablam! | Sep 20 06:54:15.326 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:54:15.326 INFO kablam! Sep 20 06:54:15.530 INFO kablam! warning: unused variable: `msg` Sep 20 06:54:15.530 INFO kablam! --> examples/mock.rs:26:26 Sep 20 06:54:15.530 INFO kablam! | Sep 20 06:54:15.530 INFO kablam! 26 | fn handle(&mut self, msg: DoStuff, _: &mut Context) -> Self::Result { Sep 20 06:54:15.530 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 20 06:54:15.530 INFO kablam! | Sep 20 06:54:15.530 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 06:54:15.530 INFO kablam! Sep 20 06:54:21.048 INFO kablam! warning: cannot find type `Empty` in this scope Sep 20 06:54:21.048 INFO kablam! --> tests/derive.rs:8:10 Sep 20 06:54:21.048 INFO kablam! | Sep 20 06:54:21.048 INFO kablam! 8 | #[derive(Message)] Sep 20 06:54:21.048 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 20 06:54:21.048 INFO kablam! | Sep 20 06:54:21.048 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 20 06:54:21.048 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 20 06:54:21.048 INFO kablam! = note: for more information, see issue #50504 Sep 20 06:54:21.048 INFO kablam! Sep 20 06:54:21.048 INFO kablam! warning: cannot find type `SumResult` in this scope Sep 20 06:54:21.048 INFO kablam! --> tests/derive.rs:43:10 Sep 20 06:54:21.048 INFO kablam! | Sep 20 06:54:21.048 INFO kablam! 43 | #[derive(Message)] Sep 20 06:54:21.048 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 20 06:54:21.048 INFO kablam! | Sep 20 06:54:21.048 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 20 06:54:21.048 INFO kablam! = note: for more information, see issue #50504 Sep 20 06:54:21.048 INFO kablam! Sep 20 06:54:21.048 INFO kablam! warning: cannot find type `SumOne` in this scope Sep 20 06:54:21.048 INFO kablam! --> tests/derive.rs:82:10 Sep 20 06:54:21.048 INFO kablam! | Sep 20 06:54:21.048 INFO kablam! 82 | #[derive(Message)] Sep 20 06:54:21.048 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 20 06:54:21.048 INFO kablam! | Sep 20 06:54:21.048 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 20 06:54:21.048 INFO kablam! = note: for more information, see issue #50504 Sep 20 06:54:21.048 INFO kablam! Sep 20 06:54:22.330 INFO kablam! warning: unused `#[macro_use]` import Sep 20 06:54:22.330 INFO kablam! --> tests/test_arbiter.rs:2:1 Sep 20 06:54:22.330 INFO kablam! | Sep 20 06:54:22.330 INFO kablam! 2 | #[macro_use] Sep 20 06:54:22.330 INFO kablam! | ^^^^^^^^^^^^ Sep 20 06:54:22.330 INFO kablam! | Sep 20 06:54:22.330 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:54:22.330 INFO kablam! Sep 20 06:54:22.330 INFO kablam! warning: cannot find type `Ping` in this scope Sep 20 06:54:22.330 INFO kablam! --> tests/test_arbiter.rs:10:17 Sep 20 06:54:22.330 INFO kablam! | Sep 20 06:54:22.330 INFO kablam! 10 | #[derive(Debug, Message)] Sep 20 06:54:22.330 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 20 06:54:22.330 INFO kablam! | Sep 20 06:54:22.330 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 20 06:54:22.330 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 20 06:54:22.330 INFO kablam! = note: for more information, see issue #50504 Sep 20 06:54:22.330 INFO kablam! Sep 20 06:54:22.934 INFO kablam! warning: unused `#[macro_use]` import Sep 20 06:54:22.934 INFO kablam! --> tests/test_address.rs:1:1 Sep 20 06:54:22.934 INFO kablam! | Sep 20 06:54:22.934 INFO kablam! 1 | #[macro_use] Sep 20 06:54:22.934 INFO kablam! | ^^^^^^^^^^^^ Sep 20 06:54:22.962 INFO kablam! | Sep 20 06:54:22.962 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:54:22.962 INFO kablam! Sep 20 06:54:22.962 INFO kablam! warning: cannot find type `Ping` in this scope Sep 20 06:54:22.962 INFO kablam! --> tests/test_address.rs:14:10 Sep 20 06:54:22.962 INFO kablam! | Sep 20 06:54:22.962 INFO kablam! 14 | #[derive(Message, Debug)] Sep 20 06:54:22.962 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 20 06:54:22.962 INFO kablam! | Sep 20 06:54:22.962 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 20 06:54:22.962 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 20 06:54:22.962 INFO kablam! = note: for more information, see issue #50504 Sep 20 06:54:22.962 INFO kablam! Sep 20 06:54:22.962 INFO kablam! warning: cannot find type `UnsyncPing` in this scope Sep 20 06:54:22.962 INFO kablam! --> tests/test_address.rs:20:10 Sep 20 06:54:22.962 INFO kablam! | Sep 20 06:54:22.962 INFO kablam! 20 | #[derive(Message, Debug)] Sep 20 06:54:22.962 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 20 06:54:22.962 INFO kablam! | Sep 20 06:54:22.962 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 20 06:54:22.962 INFO kablam! = note: for more information, see issue #50504 Sep 20 06:54:22.962 INFO kablam! Sep 20 06:54:23.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.25s Sep 20 06:54:23.751 INFO kablam! su: No module specific data is present Sep 20 06:54:24.205 INFO running `"docker" "rm" "-f" "f936025ae42ac364f20b262276b01ee331853803e455a13b4302a3e7a3256fd3"` Sep 20 06:54:24.298 INFO blam! f936025ae42ac364f20b262276b01ee331853803e455a13b4302a3e7a3256fd3