Sep 20 05:15:30.227 INFO checking actix-web-0.7.4 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 05:15:30.227 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 05:15:30.228 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:15:30.419 INFO blam! d817d928fdd5f3e7a1d131116f5f7bb7f7336e9972a3dbf580b6ef083ee93443 Sep 20 05:15:30.421 INFO running `"docker" "start" "-a" "d817d928fdd5f3e7a1d131116f5f7bb7f7336e9972a3dbf580b6ef083ee93443"` Sep 20 05:15:31.276 INFO kablam! usermod: no changes Sep 20 05:15:31.631 INFO kablam! Compiling actix-web v0.7.4 (/source) Sep 20 05:15:38.311 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate instead Sep 20 05:15:38.311 INFO kablam! --> src/server/http.rs:11:5 Sep 20 05:15:38.311 INFO kablam! | Sep 20 05:15:38.311 INFO kablam! 11 | use tokio::executor::current_thread; Sep 20 05:15:38.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:15:38.311 INFO kablam! | Sep 20 05:15:38.311 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 05:15:38.311 INFO kablam! Sep 20 05:15:39.051 INFO kablam! warning: unused import: `current as current_task` Sep 20 05:15:39.051 INFO kablam! --> src/payload.rs:3:21 Sep 20 05:15:39.051 INFO kablam! | Sep 20 05:15:39.051 INFO kablam! 3 | use futures::task::{current as current_task, Task}; Sep 20 05:15:39.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:15:39.051 INFO kablam! | Sep 20 05:15:39.051 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:15:39.051 INFO kablam! Sep 20 05:15:39.886 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate instead Sep 20 05:15:39.886 INFO kablam! --> src/server/http.rs:11:5 Sep 20 05:15:39.886 INFO kablam! | Sep 20 05:15:39.886 INFO kablam! 11 | use tokio::executor::current_thread; Sep 20 05:15:39.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:15:39.886 INFO kablam! | Sep 20 05:15:39.887 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 05:15:39.887 INFO kablam! Sep 20 05:15:48.210 INFO kablam! warning: method is never used: `clear` Sep 20 05:15:48.210 INFO kablam! --> src/param.rs:56:5 Sep 20 05:15:48.211 INFO kablam! | Sep 20 05:15:48.211 INFO kablam! 56 | pub(crate) fn clear(&mut self) { Sep 20 05:15:48.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:15:48.212 INFO kablam! | Sep 20 05:15:48.212 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 05:15:48.212 INFO kablam! Sep 20 05:16:04.335 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate instead Sep 20 05:16:04.335 INFO kablam! --> tests/test_server.rs:31:5 Sep 20 05:16:04.335 INFO kablam! | Sep 20 05:16:04.335 INFO kablam! 31 | use tokio::executor::current_thread; Sep 20 05:16:04.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:16:04.335 INFO kablam! | Sep 20 05:16:04.335 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 05:16:04.335 INFO kablam! Sep 20 05:16:07.919 INFO kablam! warning: method is never used: `clear` Sep 20 05:16:07.919 INFO kablam! --> src/param.rs:56:5 Sep 20 05:16:07.919 INFO kablam! | Sep 20 05:16:07.919 INFO kablam! 56 | pub(crate) fn clear(&mut self) { Sep 20 05:16:07.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:16:07.919 INFO kablam! | Sep 20 05:16:07.919 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 05:16:07.919 INFO kablam! Sep 20 05:16:07.919 INFO kablam! warning: method is never used: `readall` Sep 20 05:16:07.919 INFO kablam! --> src/payload.rs:81:5 Sep 20 05:16:07.919 INFO kablam! | Sep 20 05:16:07.919 INFO kablam! 81 | pub(crate) fn readall(&self) -> Option { Sep 20 05:16:07.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:16:07.920 INFO kablam! Sep 20 05:16:07.920 INFO kablam! warning: method is never used: `readall` Sep 20 05:16:07.920 INFO kablam! --> src/payload.rs:228:5 Sep 20 05:16:07.920 INFO kablam! | Sep 20 05:16:07.920 INFO kablam! 228 | pub(crate) fn readall(&mut self) -> Option { Sep 20 05:16:07.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:16:07.920 INFO kablam! Sep 20 05:16:08.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.47s Sep 20 05:16:08.822 INFO kablam! su: No module specific data is present Sep 20 05:16:10.417 INFO running `"docker" "rm" "-f" "d817d928fdd5f3e7a1d131116f5f7bb7f7336e9972a3dbf580b6ef083ee93443"` Sep 20 05:16:10.764 INFO blam! d817d928fdd5f3e7a1d131116f5f7bb7f7336e9972a3dbf580b6ef083ee93443