Aug 31 01:16:36.858 INFO checking actix-0.5.8 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 31 01:16:36.858 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 31 01:16:36.859 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-2/master#ede55518431154bc761f7b2438cce9078c162700:/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=500" "-e" "CMD=cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 01:16:37.123 INFO blam! acc7bf2c54ae59e1f0ee8a5970d97cf5735fcb66f821e227aa0e65230ffaba87 Aug 31 01:16:37.125 INFO running `"docker" "start" "-a" "acc7bf2c54ae59e1f0ee8a5970d97cf5735fcb66f821e227aa0e65230ffaba87"` Aug 31 01:16:38.407 INFO kablam! Compiling actix v0.5.8 (file:///source) Aug 31 01:16:38.407 INFO kablam! Checking trust-dns-proto v0.3.3 Aug 31 01:16:49.074 INFO kablam! Checking trust-dns-resolver v0.8.2 Aug 31 01:17:34.950 INFO kablam! warning: unused import: `actix::actors::mocker::Mocker` Aug 31 01:17:34.950 INFO kablam! --> examples/mock.rs:6:5 Aug 31 01:17:34.950 INFO kablam! | Aug 31 01:17:34.950 INFO kablam! 6 | use actix::actors::mocker::Mocker; Aug 31 01:17:34.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 01:17:34.957 INFO kablam! | Aug 31 01:17:34.957 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 01:17:34.957 INFO kablam! Aug 31 01:17:35.815 INFO kablam! warning: unused variable: `msg` Aug 31 01:17:35.815 INFO kablam! --> examples/mock.rs:26:26 Aug 31 01:17:35.815 INFO kablam! | Aug 31 01:17:35.815 INFO kablam! 26 | fn handle(&mut self, msg: DoStuff, _: &mut Context) -> Self::Result { Aug 31 01:17:35.815 INFO kablam! | ^^^ help: consider using `_msg` instead Aug 31 01:17:35.820 INFO kablam! | Aug 31 01:17:35.820 INFO kablam! = note: #[warn(unused_variables)] on by default Aug 31 01:17:35.821 INFO kablam! Aug 31 01:17:39.822 INFO kablam! warning: cannot find type `Empty` in this scope Aug 31 01:17:39.822 INFO kablam! --> tests/derive.rs:8:10 Aug 31 01:17:39.822 INFO kablam! | Aug 31 01:17:39.822 INFO kablam! 8 | #[derive(Message)] Aug 31 01:17:39.822 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 31 01:17:39.822 INFO kablam! | Aug 31 01:17:39.822 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 31 01:17:39.822 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! Aug 31 01:17:39.822 INFO kablam! = note: for more information, see issue #50504 Aug 31 01:17:39.822 INFO kablam! Aug 31 01:17:39.822 INFO kablam! warning: cannot find type `SumResult` in this scope Aug 31 01:17:39.822 INFO kablam! --> tests/derive.rs:43:10 Aug 31 01:17:39.822 INFO kablam! | Aug 31 01:17:39.822 INFO kablam! 43 | #[derive(Message)] Aug 31 01:17:39.822 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 31 01:17:39.822 INFO kablam! | Aug 31 01:17:39.822 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! Aug 31 01:17:39.822 INFO kablam! = note: for more information, see issue #50504 Aug 31 01:17:39.822 INFO kablam! Aug 31 01:17:39.822 INFO kablam! warning: cannot find type `SumOne` in this scope Aug 31 01:17:39.822 INFO kablam! --> tests/derive.rs:82:10 Aug 31 01:17:39.822 INFO kablam! | Aug 31 01:17:39.823 INFO kablam! 82 | #[derive(Message)] Aug 31 01:17:39.823 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 31 01:17:39.823 INFO kablam! | Aug 31 01:17:39.823 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! Aug 31 01:17:39.823 INFO kablam! = note: for more information, see issue #50504 Aug 31 01:17:39.823 INFO kablam! Aug 31 01:17:57.373 INFO kablam! warning: cannot find type `Ping` in this scope Aug 31 01:17:57.373 INFO kablam! --> tests/test_address.rs:14:10 Aug 31 01:17:57.373 INFO kablam! | Aug 31 01:17:57.373 INFO kablam! 14 | #[derive(Message, Debug)] Aug 31 01:17:57.373 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 31 01:17:57.374 INFO kablam! | Aug 31 01:17:57.374 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 31 01:17:57.374 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! Aug 31 01:17:57.374 INFO kablam! = note: for more information, see issue #50504 Aug 31 01:17:57.374 INFO kablam! Aug 31 01:17:57.374 INFO kablam! warning: cannot find type `UnsyncPing` in this scope Aug 31 01:17:57.374 INFO kablam! --> tests/test_address.rs:20:10 Aug 31 01:17:57.374 INFO kablam! | Aug 31 01:17:57.374 INFO kablam! 20 | #[derive(Message, Debug)] Aug 31 01:17:57.374 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 31 01:17:57.374 INFO kablam! | Aug 31 01:17:57.374 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! Aug 31 01:17:57.374 INFO kablam! = note: for more information, see issue #50504 Aug 31 01:17:57.374 INFO kablam! Aug 31 01:17:57.599 INFO kablam! warning: cannot find type `TimeoutMessage` in this scope Aug 31 01:17:57.599 INFO kablam! --> tests/test_context.rs:67:10 Aug 31 01:17:57.599 INFO kablam! | Aug 31 01:17:57.599 INFO kablam! 67 | #[derive(Message)] Aug 31 01:17:57.599 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 31 01:17:57.599 INFO kablam! | Aug 31 01:17:57.600 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 31 01:17:57.600 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! Aug 31 01:17:57.600 INFO kablam! = note: for more information, see issue #50504 Aug 31 01:17:57.601 INFO kablam! Aug 31 01:17:57.601 INFO kablam! warning: cannot find type `Ping` in this scope Aug 31 01:17:57.601 INFO kablam! --> tests/test_context.rs:149:10 Aug 31 01:17:57.601 INFO kablam! | Aug 31 01:17:57.601 INFO kablam! 149 | #[derive(Message)] Aug 31 01:17:57.601 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 31 01:17:57.602 INFO kablam! | Aug 31 01:17:57.602 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! Aug 31 01:17:57.603 INFO kablam! = note: for more information, see issue #50504 Aug 31 01:17:57.603 INFO kablam! Aug 31 01:17:58.618 INFO kablam! warning: cannot find type `Ping` in this scope Aug 31 01:17:58.619 INFO kablam! --> tests/test_arbiter.rs:10:17 Aug 31 01:17:58.619 INFO kablam! | Aug 31 01:17:58.619 INFO kablam! 10 | #[derive(Debug, Message)] Aug 31 01:17:58.619 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 31 01:17:58.619 INFO kablam! | Aug 31 01:17:58.619 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 31 01:17:58.619 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! Aug 31 01:17:58.619 INFO kablam! = note: for more information, see issue #50504 Aug 31 01:17:58.619 INFO kablam! Aug 31 01:17:58.773 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Aug 31 01:17:58.809 INFO kablam! su: No module specific data is present Aug 31 01:17:59.354 INFO running `"docker" "rm" "-f" "acc7bf2c54ae59e1f0ee8a5970d97cf5735fcb66f821e227aa0e65230ffaba87"` Aug 31 01:17:59.474 INFO blam! acc7bf2c54ae59e1f0ee8a5970d97cf5735fcb66f821e227aa0e65230ffaba87