Sep 05 00:46:30.526 INFO checking actix-web-0.7.4 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 05 00:46:30.527 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 05 00:46:30.527 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:46:30.754 INFO blam! e7d081411033e659e7903b664ba676e745d71b00f506906a013ed3cebc0e0c2d Sep 05 00:46:30.756 INFO running `"docker" "start" "-a" "e7d081411033e659e7903b664ba676e745d71b00f506906a013ed3cebc0e0c2d"` Sep 05 00:46:31.838 INFO kablam! Compiling actix-web v0.7.4 (file:///source) Sep 05 00:46:31.850 INFO kablam! Checking trust-dns-proto v0.4.0 Sep 05 00:46:38.210 INFO kablam! Checking trust-dns-resolver v0.9.1 Sep 05 00:46:43.985 INFO kablam! Checking actix v0.7.4 Sep 05 00:47:05.312 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate instead Sep 05 00:47:05.312 INFO kablam! --> src/server/http.rs:11:5 Sep 05 00:47:05.312 INFO kablam! | Sep 05 00:47:05.312 INFO kablam! 11 | use tokio::executor::current_thread; Sep 05 00:47:05.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:47:05.312 INFO kablam! | Sep 05 00:47:05.312 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 00:47:05.312 INFO kablam! Sep 05 00:47:06.392 INFO kablam! warning: unused import: `current as current_task` Sep 05 00:47:06.392 INFO kablam! --> src/payload.rs:3:21 Sep 05 00:47:06.392 INFO kablam! | Sep 05 00:47:06.392 INFO kablam! 3 | use futures::task::{current as current_task, Task}; Sep 05 00:47:06.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:47:06.392 INFO kablam! | Sep 05 00:47:06.392 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:47:06.393 INFO kablam! Sep 05 00:47:07.560 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate instead Sep 05 00:47:07.561 INFO kablam! --> src/server/http.rs:11:5 Sep 05 00:47:07.561 INFO kablam! | Sep 05 00:47:07.561 INFO kablam! 11 | use tokio::executor::current_thread; Sep 05 00:47:07.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:47:07.561 INFO kablam! | Sep 05 00:47:07.561 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 00:47:07.561 INFO kablam! Sep 05 00:47:21.064 INFO kablam! warning: method is never used: `clear` Sep 05 00:47:21.064 INFO kablam! --> src/param.rs:56:5 Sep 05 00:47:21.064 INFO kablam! | Sep 05 00:47:21.064 INFO kablam! 56 | pub(crate) fn clear(&mut self) { Sep 05 00:47:21.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:47:21.064 INFO kablam! | Sep 05 00:47:21.064 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 00:47:21.064 INFO kablam! Sep 05 00:47:46.613 INFO kablam! warning: method is never used: `clear` Sep 05 00:47:46.613 INFO kablam! --> src/param.rs:56:5 Sep 05 00:47:46.613 INFO kablam! | Sep 05 00:47:46.613 INFO kablam! 56 | pub(crate) fn clear(&mut self) { Sep 05 00:47:46.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:47:46.622 INFO kablam! | Sep 05 00:47:46.622 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 00:47:46.622 INFO kablam! Sep 05 00:47:46.623 INFO kablam! warning: method is never used: `readall` Sep 05 00:47:46.623 INFO kablam! --> src/payload.rs:81:5 Sep 05 00:47:46.623 INFO kablam! | Sep 05 00:47:46.623 INFO kablam! 81 | pub(crate) fn readall(&self) -> Option { Sep 05 00:47:46.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:47:46.623 INFO kablam! Sep 05 00:47:46.623 INFO kablam! warning: method is never used: `readall` Sep 05 00:47:46.623 INFO kablam! --> src/payload.rs:228:5 Sep 05 00:47:46.623 INFO kablam! | Sep 05 00:47:46.623 INFO kablam! 228 | pub(crate) fn readall(&mut self) -> Option { Sep 05 00:47:46.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:47:46.623 INFO kablam! Sep 05 00:47:48.882 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate instead Sep 05 00:47:48.882 INFO kablam! --> tests/test_server.rs:31:5 Sep 05 00:47:48.882 INFO kablam! | Sep 05 00:47:48.882 INFO kablam! 31 | use tokio::executor::current_thread; Sep 05 00:47:48.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:47:48.883 INFO kablam! | Sep 05 00:47:48.883 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 00:47:48.883 INFO kablam! Sep 05 00:47:51.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Sep 05 00:47:51.597 INFO kablam! su: No module specific data is present Sep 05 00:47:52.118 INFO running `"docker" "rm" "-f" "e7d081411033e659e7903b664ba676e745d71b00f506906a013ed3cebc0e0c2d"` Sep 05 00:47:52.255 INFO blam! e7d081411033e659e7903b664ba676e745d71b00f506906a013ed3cebc0e0c2d