Sep 21 13:46:54.297 INFO checking actix-0.5.8 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 13:46:54.297 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 13:46:54.297 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/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 13:46:54.523 INFO blam! 4c1b7a7e1a7b9c959db69c1d4452cb05b34379368c184316b71b668a85213986 Sep 21 13:46:54.525 INFO running `"docker" "start" "-a" "4c1b7a7e1a7b9c959db69c1d4452cb05b34379368c184316b71b668a85213986"` Sep 21 13:46:56.530 INFO kablam! usermod: no changes Sep 21 13:46:57.020 INFO kablam! Compiling actix v0.5.8 (/source) Sep 21 13:46:57.021 INFO kablam! Checking tokio-reactor v0.1.5 Sep 21 13:46:59.332 INFO kablam! Checking tokio-uds v0.2.1 Sep 21 13:46:59.332 INFO kablam! Checking tokio-udp v0.1.2 Sep 21 13:46:59.332 INFO kablam! Checking tokio-tcp v0.1.1 Sep 21 13:47:04.046 INFO kablam! Checking tokio v0.1.8 Sep 21 13:47:05.701 INFO kablam! Checking tokio-core v0.1.17 Sep 21 13:47:08.297 INFO kablam! Checking trust-dns-proto v0.3.3 Sep 21 13:47:08.297 INFO kablam! Checking tokio-signal v0.1.5 Sep 21 13:47:14.438 INFO kablam! Checking trust-dns-resolver v0.8.2 Sep 21 13:47:36.497 INFO kablam! warning: unused import: `actix::actors::mocker::Mocker` Sep 21 13:47:36.497 INFO kablam! --> examples/mock.rs:6:5 Sep 21 13:47:36.497 INFO kablam! | Sep 21 13:47:36.497 INFO kablam! 6 | use actix::actors::mocker::Mocker; Sep 21 13:47:36.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:47:36.521 INFO kablam! | Sep 21 13:47:36.521 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:47:36.521 INFO kablam! Sep 21 13:47:37.022 INFO kablam! warning: unused variable: `msg` Sep 21 13:47:37.022 INFO kablam! --> examples/mock.rs:26:26 Sep 21 13:47:37.022 INFO kablam! | Sep 21 13:47:37.022 INFO kablam! 26 | fn handle(&mut self, msg: DoStuff, _: &mut Context) -> Self::Result { Sep 21 13:47:37.022 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 21 13:47:37.022 INFO kablam! | Sep 21 13:47:37.022 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 13:47:37.022 INFO kablam! Sep 21 13:47:37.150 INFO kablam! warning: unused `#[macro_use]` import Sep 21 13:47:37.150 INFO kablam! --> tests/test_arbiter.rs:2:1 Sep 21 13:47:37.150 INFO kablam! | Sep 21 13:47:37.150 INFO kablam! 2 | #[macro_use] Sep 21 13:47:37.150 INFO kablam! | ^^^^^^^^^^^^ Sep 21 13:47:37.178 INFO kablam! | Sep 21 13:47:37.178 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:47:37.178 INFO kablam! Sep 21 13:47:37.178 INFO kablam! warning: cannot find type `Ping` in this scope Sep 21 13:47:37.178 INFO kablam! --> tests/test_arbiter.rs:10:17 Sep 21 13:47:37.178 INFO kablam! | Sep 21 13:47:37.178 INFO kablam! 10 | #[derive(Debug, Message)] Sep 21 13:47:37.178 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:37.178 INFO kablam! | Sep 21 13:47:37.178 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 13:47:37.178 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:37.178 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:37.178 INFO kablam! Sep 21 13:47:37.504 INFO kablam! warning: cannot find type `Empty` in this scope Sep 21 13:47:37.504 INFO kablam! --> tests/derive.rs:8:10 Sep 21 13:47:37.504 INFO kablam! | Sep 21 13:47:37.504 INFO kablam! 8 | #[derive(Message)] Sep 21 13:47:37.504 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:37.514 INFO kablam! | Sep 21 13:47:37.514 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 13:47:37.514 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:37.514 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:37.514 INFO kablam! Sep 21 13:47:37.515 INFO kablam! warning: cannot find type `SumResult` in this scope Sep 21 13:47:37.515 INFO kablam! --> tests/derive.rs:43:10 Sep 21 13:47:37.515 INFO kablam! | Sep 21 13:47:37.515 INFO kablam! 43 | #[derive(Message)] Sep 21 13:47:37.515 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:37.515 INFO kablam! | Sep 21 13:47:37.515 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:37.515 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:37.515 INFO kablam! Sep 21 13:47:37.515 INFO kablam! warning: cannot find type `SumOne` in this scope Sep 21 13:47:37.515 INFO kablam! --> tests/derive.rs:82:10 Sep 21 13:47:37.515 INFO kablam! | Sep 21 13:47:37.515 INFO kablam! 82 | #[derive(Message)] Sep 21 13:47:37.515 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:37.515 INFO kablam! | Sep 21 13:47:37.515 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:37.515 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:37.515 INFO kablam! Sep 21 13:47:40.790 INFO kablam! warning: unused `#[macro_use]` import Sep 21 13:47:40.790 INFO kablam! --> tests/test_context.rs:2:1 Sep 21 13:47:40.790 INFO kablam! | Sep 21 13:47:40.790 INFO kablam! 2 | #[macro_use] Sep 21 13:47:40.790 INFO kablam! | ^^^^^^^^^^^^ Sep 21 13:47:40.790 INFO kablam! | Sep 21 13:47:40.790 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:47:40.790 INFO kablam! Sep 21 13:47:40.790 INFO kablam! warning: cannot find type `TimeoutMessage` in this scope Sep 21 13:47:40.790 INFO kablam! --> tests/test_context.rs:67:10 Sep 21 13:47:40.790 INFO kablam! | Sep 21 13:47:40.790 INFO kablam! 67 | #[derive(Message)] Sep 21 13:47:40.790 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:40.790 INFO kablam! | Sep 21 13:47:40.790 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 13:47:40.790 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:40.790 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:40.790 INFO kablam! Sep 21 13:47:40.790 INFO kablam! warning: cannot find type `Ping` in this scope Sep 21 13:47:40.790 INFO kablam! --> tests/test_context.rs:149:10 Sep 21 13:47:40.790 INFO kablam! | Sep 21 13:47:40.790 INFO kablam! 149 | #[derive(Message)] Sep 21 13:47:40.790 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:40.790 INFO kablam! | Sep 21 13:47:40.790 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:40.790 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:40.790 INFO kablam! Sep 21 13:47:45.502 INFO kablam! warning: unused `#[macro_use]` import Sep 21 13:47:45.502 INFO kablam! --> tests/test_address.rs:1:1 Sep 21 13:47:45.502 INFO kablam! | Sep 21 13:47:45.502 INFO kablam! 1 | #[macro_use] Sep 21 13:47:45.502 INFO kablam! | ^^^^^^^^^^^^ Sep 21 13:47:45.502 INFO kablam! | Sep 21 13:47:45.502 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 13:47:45.502 INFO kablam! Sep 21 13:47:45.502 INFO kablam! warning: cannot find type `Ping` in this scope Sep 21 13:47:45.502 INFO kablam! --> tests/test_address.rs:14:10 Sep 21 13:47:45.502 INFO kablam! | Sep 21 13:47:45.502 INFO kablam! 14 | #[derive(Message, Debug)] Sep 21 13:47:45.502 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:45.502 INFO kablam! | Sep 21 13:47:45.502 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 13:47:45.502 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:45.502 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:45.502 INFO kablam! Sep 21 13:47:45.502 INFO kablam! warning: cannot find type `UnsyncPing` in this scope Sep 21 13:47:45.502 INFO kablam! --> tests/test_address.rs:20:10 Sep 21 13:47:45.502 INFO kablam! | Sep 21 13:47:45.502 INFO kablam! 20 | #[derive(Message, Debug)] Sep 21 13:47:45.502 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 13:47:45.502 INFO kablam! | Sep 21 13:47:45.502 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:45.502 INFO kablam! = note: for more information, see issue #50504 Sep 21 13:47:45.502 INFO kablam! Sep 21 13:47:47.914 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.33s Sep 21 13:47:47.938 INFO kablam! su: No module specific data is present Sep 21 13:47:48.510 INFO running `"docker" "rm" "-f" "4c1b7a7e1a7b9c959db69c1d4452cb05b34379368c184316b71b668a85213986"` Sep 21 13:47:48.624 INFO blam! 4c1b7a7e1a7b9c959db69c1d4452cb05b34379368c184316b71b668a85213986