Sep 14 19:59:45.000 INFO checking actix-web-0.7.4 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:59:45.000 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:59:45.000 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:59:45.381 INFO blam! f69d49e2cc9589e4b4e0a477b408393462b8ba14288f6d59602c7dde08f47659 Sep 14 19:59:45.382 INFO running `"docker" "start" "-a" "f69d49e2cc9589e4b4e0a477b408393462b8ba14288f6d59602c7dde08f47659"` Sep 14 19:59:46.739 INFO kablam! usermod: no changes Sep 14 19:59:47.194 INFO kablam! Compiling actix-web v0.7.4 (file:///source) Sep 14 19:59:47.202 INFO kablam! Checking tokio-signal v0.2.5 Sep 14 19:59:47.203 INFO kablam! Checking trust-dns-proto v0.4.0 Sep 14 19:59:52.342 INFO kablam! Checking trust-dns-resolver v0.9.1 Sep 14 19:59:55.575 INFO kablam! Checking actix v0.7.4 Sep 14 20:00:08.139 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate instead Sep 14 20:00:08.139 INFO kablam! --> src/server/http.rs:11:5 Sep 14 20:00:08.139 INFO kablam! | Sep 14 20:00:08.139 INFO kablam! 11 | use tokio::executor::current_thread; Sep 14 20:00:08.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 20:00:08.139 INFO kablam! | Sep 14 20:00:08.139 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 20:00:08.139 INFO kablam! Sep 14 20:00:08.772 INFO kablam! warning: unused import: `current as current_task` Sep 14 20:00:08.772 INFO kablam! --> src/payload.rs:3:21 Sep 14 20:00:08.772 INFO kablam! | Sep 14 20:00:08.772 INFO kablam! 3 | use futures::task::{current as current_task, Task}; Sep 14 20:00:08.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 20:00:08.772 INFO kablam! | Sep 14 20:00:08.772 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 20:00:08.772 INFO kablam! Sep 14 20:00:09.422 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate instead Sep 14 20:00:09.423 INFO kablam! --> src/server/http.rs:11:5 Sep 14 20:00:09.423 INFO kablam! | Sep 14 20:00:09.423 INFO kablam! 11 | use tokio::executor::current_thread; Sep 14 20:00:09.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 20:00:09.439 INFO kablam! | Sep 14 20:00:09.439 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 20:00:09.439 INFO kablam! Sep 14 20:00:18.575 INFO kablam! warning: method is never used: `clear` Sep 14 20:00:18.576 INFO kablam! --> src/param.rs:56:5 Sep 14 20:00:18.576 INFO kablam! | Sep 14 20:00:18.576 INFO kablam! 56 | pub(crate) fn clear(&mut self) { Sep 14 20:00:18.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 20:00:18.576 INFO kablam! | Sep 14 20:00:18.576 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 20:00:18.576 INFO kablam! Sep 14 20:00:34.659 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate instead Sep 14 20:00:34.659 INFO kablam! --> tests/test_server.rs:31:5 Sep 14 20:00:34.659 INFO kablam! | Sep 14 20:00:34.659 INFO kablam! 31 | use tokio::executor::current_thread; Sep 14 20:00:34.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 20:00:34.659 INFO kablam! | Sep 14 20:00:34.659 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 20:00:34.659 INFO kablam! Sep 14 20:00:37.537 INFO kablam! warning: method is never used: `clear` Sep 14 20:00:37.537 INFO kablam! --> src/param.rs:56:5 Sep 14 20:00:37.537 INFO kablam! | Sep 14 20:00:37.537 INFO kablam! 56 | pub(crate) fn clear(&mut self) { Sep 14 20:00:37.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 20:00:37.537 INFO kablam! | Sep 14 20:00:37.537 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 20:00:37.537 INFO kablam! Sep 14 20:00:37.537 INFO kablam! warning: method is never used: `readall` Sep 14 20:00:37.537 INFO kablam! --> src/payload.rs:81:5 Sep 14 20:00:37.538 INFO kablam! | Sep 14 20:00:37.538 INFO kablam! 81 | pub(crate) fn readall(&self) -> Option { Sep 14 20:00:37.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 20:00:37.538 INFO kablam! Sep 14 20:00:37.538 INFO kablam! warning: method is never used: `readall` Sep 14 20:00:37.538 INFO kablam! --> src/payload.rs:228:5 Sep 14 20:00:37.538 INFO kablam! | Sep 14 20:00:37.538 INFO kablam! 228 | pub(crate) fn readall(&mut self) -> Option { Sep 14 20:00:37.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 20:00:37.538 INFO kablam! Sep 14 20:00:38.174 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.41s Sep 14 20:00:38.200 INFO kablam! su: No module specific data is present Sep 14 20:00:38.989 INFO running `"docker" "rm" "-f" "f69d49e2cc9589e4b4e0a477b408393462b8ba14288f6d59602c7dde08f47659"` Sep 14 20:00:39.233 INFO blam! f69d49e2cc9589e4b4e0a477b408393462b8ba14288f6d59602c7dde08f47659