Sep 01 11:17:01.774 INFO checking actix-web-0.6.15 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 11:17:01.774 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 11:17:01.774 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:17:01.985 INFO blam! cddf1347da831be261d0953aac44489c0c032baa54e2f4e2f6dc49a7e4381602 Sep 01 11:17:01.987 INFO running `"docker" "start" "-a" "cddf1347da831be261d0953aac44489c0c032baa54e2f4e2f6dc49a7e4381602"` Sep 01 11:17:02.917 INFO kablam! Compiling actix-web v0.6.15 (file:///source) Sep 01 11:17:10.650 INFO kablam! warning: cannot find type `ClientConnectorStats` in this scope Sep 01 11:17:10.650 INFO kablam! --> src/client/connector.rs:37:19 Sep 01 11:17:10.650 INFO kablam! | Sep 01 11:17:10.650 INFO kablam! 37 | #[derive(Default, Message)] Sep 01 11:17:10.650 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:10.650 INFO kablam! | Sep 01 11:17:10.650 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 01 11:17:10.650 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 01 11:17:10.650 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:10.651 INFO kablam! Sep 01 11:17:10.651 INFO kablam! warning: cannot find type `Resume` in this scope Sep 01 11:17:10.651 INFO kablam! --> src/client/connector.rs:114:10 Sep 01 11:17:10.651 INFO kablam! | Sep 01 11:17:10.651 INFO kablam! 114 | #[derive(Message)] Sep 01 11:17:10.651 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:10.651 INFO kablam! | Sep 01 11:17:10.651 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 01 11:17:10.651 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:10.651 INFO kablam! Sep 01 11:17:10.673 INFO kablam! warning: cannot find type `Conn` in this scope Sep 01 11:17:10.673 INFO kablam! --> src/server/worker.rs:30:10 Sep 01 11:17:10.673 INFO kablam! | Sep 01 11:17:10.673 INFO kablam! 30 | #[derive(Message)] Sep 01 11:17:10.673 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:10.673 INFO kablam! | Sep 01 11:17:10.673 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 01 11:17:10.673 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:10.673 INFO kablam! Sep 01 11:17:10.674 INFO kablam! warning: cannot find type `PauseServer` in this scope Sep 01 11:17:10.674 INFO kablam! --> src/server/mod.rs:105:10 Sep 01 11:17:10.674 INFO kablam! | Sep 01 11:17:10.674 INFO kablam! 105 | #[derive(Message)] Sep 01 11:17:10.674 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:10.674 INFO kablam! | Sep 01 11:17:10.674 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 01 11:17:10.674 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:10.674 INFO kablam! Sep 01 11:17:10.674 INFO kablam! warning: cannot find type `ResumeServer` in this scope Sep 01 11:17:10.674 INFO kablam! --> src/server/mod.rs:109:10 Sep 01 11:17:10.674 INFO kablam! | Sep 01 11:17:10.674 INFO kablam! 109 | #[derive(Message)] Sep 01 11:17:10.674 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:10.674 INFO kablam! | Sep 01 11:17:10.674 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 01 11:17:10.674 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:10.675 INFO kablam! Sep 01 11:17:10.678 INFO kablam! warning: cannot find type `Message` in this scope Sep 01 11:17:10.679 INFO kablam! --> src/ws/mod.rs:161:28 Sep 01 11:17:10.679 INFO kablam! | Sep 01 11:17:10.679 INFO kablam! 161 | #[derive(Debug, PartialEq, Message)] Sep 01 11:17:10.679 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:10.679 INFO kablam! | Sep 01 11:17:10.679 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 01 11:17:10.679 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:10.679 INFO kablam! Sep 01 11:17:12.855 INFO kablam! warning: unused import: `current as current_task` Sep 01 11:17:12.855 INFO kablam! --> src/payload.rs:3:21 Sep 01 11:17:12.855 INFO kablam! | Sep 01 11:17:12.855 INFO kablam! 3 | use futures::task::{current as current_task, Task}; Sep 01 11:17:12.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:17:12.855 INFO kablam! | Sep 01 11:17:12.855 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:17:12.855 INFO kablam! Sep 01 11:17:12.877 INFO kablam! warning: cannot find type `ClientConnectorStats` in this scope Sep 01 11:17:12.877 INFO kablam! --> src/client/connector.rs:37:19 Sep 01 11:17:12.877 INFO kablam! | Sep 01 11:17:12.877 INFO kablam! 37 | #[derive(Default, Message)] Sep 01 11:17:12.877 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:12.877 INFO kablam! | Sep 01 11:17:12.877 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 01 11:17:12.877 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 01 11:17:12.877 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:12.877 INFO kablam! Sep 01 11:17:12.877 INFO kablam! warning: cannot find type `Resume` in this scope Sep 01 11:17:12.878 INFO kablam! --> src/client/connector.rs:114:10 Sep 01 11:17:12.878 INFO kablam! | Sep 01 11:17:12.878 INFO kablam! 114 | #[derive(Message)] Sep 01 11:17:12.878 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:12.878 INFO kablam! | Sep 01 11:17:12.878 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 01 11:17:12.878 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:12.878 INFO kablam! Sep 01 11:17:12.938 INFO kablam! warning: cannot find type `Conn` in this scope Sep 01 11:17:12.938 INFO kablam! --> src/server/worker.rs:30:10 Sep 01 11:17:12.938 INFO kablam! | Sep 01 11:17:12.938 INFO kablam! 30 | #[derive(Message)] Sep 01 11:17:12.938 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:12.939 INFO kablam! | Sep 01 11:17:12.939 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 01 11:17:12.939 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:12.939 INFO kablam! Sep 01 11:17:12.939 INFO kablam! warning: cannot find type `PauseServer` in this scope Sep 01 11:17:12.939 INFO kablam! --> src/server/mod.rs:105:10 Sep 01 11:17:12.939 INFO kablam! | Sep 01 11:17:12.939 INFO kablam! 105 | #[derive(Message)] Sep 01 11:17:12.939 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:12.939 INFO kablam! | Sep 01 11:17:12.940 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 01 11:17:12.940 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:12.940 INFO kablam! Sep 01 11:17:12.940 INFO kablam! warning: cannot find type `ResumeServer` in this scope Sep 01 11:17:12.940 INFO kablam! --> src/server/mod.rs:109:10 Sep 01 11:17:12.940 INFO kablam! | Sep 01 11:17:12.940 INFO kablam! 109 | #[derive(Message)] Sep 01 11:17:12.940 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:12.940 INFO kablam! | Sep 01 11:17:12.940 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 01 11:17:12.940 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:12.940 INFO kablam! Sep 01 11:17:12.952 INFO kablam! warning: cannot find type `Message` in this scope Sep 01 11:17:12.952 INFO kablam! --> src/ws/mod.rs:161:28 Sep 01 11:17:12.952 INFO kablam! | Sep 01 11:17:12.952 INFO kablam! 161 | #[derive(Debug, PartialEq, Message)] Sep 01 11:17:12.953 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 11:17:12.953 INFO kablam! | Sep 01 11:17:12.953 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 01 11:17:12.953 INFO kablam! = note: for more information, see issue #50504 Sep 01 11:17:12.953 INFO kablam! Sep 01 11:17:59.316 INFO kablam! warning: method is never used: `payload` Sep 01 11:17:59.316 INFO kablam! --> src/httprequest.rs:488:5 Sep 01 11:17:59.316 INFO kablam! | Sep 01 11:17:59.316 INFO kablam! 488 | pub(crate) fn payload(&self) -> &Payload { Sep 01 11:17:59.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:17:59.316 INFO kablam! | Sep 01 11:17:59.317 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 11:17:59.317 INFO kablam! Sep 01 11:17:59.318 INFO kablam! warning: method is never used: `readall` Sep 01 11:17:59.318 INFO kablam! --> src/payload.rs:87:5 Sep 01 11:17:59.318 INFO kablam! | Sep 01 11:17:59.318 INFO kablam! 87 | pub(crate) fn readall(&self) -> Option { Sep 01 11:17:59.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:17:59.318 INFO kablam! Sep 01 11:17:59.319 INFO kablam! warning: method is never used: `readall` Sep 01 11:17:59.319 INFO kablam! --> src/payload.rs:239:5 Sep 01 11:17:59.319 INFO kablam! | Sep 01 11:17:59.319 INFO kablam! 239 | pub(crate) fn readall(&mut self) -> Option { Sep 01 11:17:59.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:17:59.319 INFO kablam! Sep 01 11:17:59.325 INFO kablam! warning: method is never used: `feed_data` Sep 01 11:17:59.325 INFO kablam! --> src/server/h1.rs:519:9 Sep 01 11:17:59.326 INFO kablam! | Sep 01 11:17:59.326 INFO kablam! 519 | fn feed_data(&mut self, data: &'static str) { Sep 01 11:17:59.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:17:59.332 INFO kablam! Sep 01 11:18:00.409 INFO kablam! warning: unused variable: `response` Sep 01 11:18:00.409 INFO kablam! --> tests/test_middleware.rs:838:9 Sep 01 11:18:00.409 INFO kablam! | Sep 01 11:18:00.409 INFO kablam! 838 | let response = srv.execute(request.send()).unwrap(); Sep 01 11:18:00.409 INFO kablam! | ^^^^^^^^ help: consider using `_response` instead Sep 01 11:18:00.409 INFO kablam! | Sep 01 11:18:00.409 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 11:18:00.409 INFO kablam! Sep 01 11:18:00.410 INFO kablam! warning: unused variable: `response` Sep 01 11:18:00.410 INFO kablam! --> tests/test_middleware.rs:868:9 Sep 01 11:18:00.410 INFO kablam! | Sep 01 11:18:00.410 INFO kablam! 868 | let response = srv.execute(request.send()).unwrap(); Sep 01 11:18:00.410 INFO kablam! | ^^^^^^^^ help: consider using `_response` instead Sep 01 11:18:00.410 INFO kablam! Sep 01 11:18:00.410 INFO kablam! warning: unused variable: `response` Sep 01 11:18:00.410 INFO kablam! --> tests/test_middleware.rs:900:9 Sep 01 11:18:00.410 INFO kablam! | Sep 01 11:18:00.410 INFO kablam! 900 | let response = srv.execute(request.send()).unwrap(); Sep 01 11:18:00.410 INFO kablam! | ^^^^^^^^ help: consider using `_response` instead Sep 01 11:18:00.410 INFO kablam! Sep 01 11:18:00.410 INFO kablam! warning: unused variable: `response` Sep 01 11:18:00.410 INFO kablam! --> tests/test_middleware.rs:932:9 Sep 01 11:18:00.410 INFO kablam! | Sep 01 11:18:00.410 INFO kablam! 932 | let response = srv.execute(request.send()).unwrap(); Sep 01 11:18:00.410 INFO kablam! | ^^^^^^^^ help: consider using `_response` instead Sep 01 11:18:00.410 INFO kablam! Sep 01 11:18:00.410 INFO kablam! warning: unused variable: `response` Sep 01 11:18:00.410 INFO kablam! --> tests/test_middleware.rs:963:9 Sep 01 11:18:00.410 INFO kablam! | Sep 01 11:18:00.410 INFO kablam! 963 | let response = srv.execute(request.send()).unwrap(); Sep 01 11:18:00.411 INFO kablam! | ^^^^^^^^ help: consider using `_response` instead Sep 01 11:18:00.411 INFO kablam! Sep 01 11:18:00.411 INFO kablam! warning: unused variable: `response` Sep 01 11:18:00.411 INFO kablam! --> tests/test_middleware.rs:994:9 Sep 01 11:18:00.411 INFO kablam! | Sep 01 11:18:00.411 INFO kablam! 994 | let response = srv.execute(request.send()).unwrap(); Sep 01 11:18:00.411 INFO kablam! | ^^^^^^^^ help: consider using `_response` instead Sep 01 11:18:00.411 INFO kablam! Sep 01 11:18:00.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.19s Sep 01 11:18:00.866 INFO kablam! su: No module specific data is present Sep 01 11:18:01.406 INFO running `"docker" "rm" "-f" "cddf1347da831be261d0953aac44489c0c032baa54e2f4e2f6dc49a7e4381602"` Sep 01 11:18:01.569 INFO blam! cddf1347da831be261d0953aac44489c0c032baa54e2f4e2f6dc49a7e4381602