Oct 27 12:32:50.317 INFO checking BurakGurbuz97/ChatApp against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:32:50.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 12:32:50.752 INFO blam! 3a7166706688560399fc2422dd3b48e259e8c853e7597fb7943f1bed2ecfb4f0 Oct 27 12:32:50.757 INFO running `"docker" "start" "-a" "3a7166706688560399fc2422dd3b48e259e8c853e7597fb7943f1bed2ecfb4f0"` Oct 27 12:32:52.303 INFO kablam! usermod: no changes Oct 27 12:32:52.869 INFO kablam! Compiling actix-web v0.6.6 Oct 27 12:32:52.871 INFO kablam! Compiling semver v0.9.0 Oct 27 12:32:52.923 INFO kablam! Checking http v0.1.5 Oct 27 12:32:52.923 INFO kablam! Checking crossbeam-channel v0.1.2 Oct 27 12:32:52.939 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 27 12:32:52.955 INFO kablam! Checking env_logger v0.5.10 Oct 27 12:32:52.955 INFO kablam! Checking trust-dns-proto v0.3.3 Oct 27 12:32:52.955 INFO kablam! Checking tokio-signal v0.1.5 Oct 27 12:33:01.799 INFO kablam! Checking cookie v0.10.1 Oct 27 12:33:01.907 INFO kablam! Compiling cargo_metadata v0.5.4 Oct 27 12:33:12.791 INFO kablam! Checking h2 v0.1.7 Oct 27 12:33:13.465 INFO kablam! Compiling skeptic v0.13.3 Oct 27 12:33:13.819 INFO kablam! Checking trust-dns-resolver v0.8.2 Oct 27 12:33:20.469 INFO kablam! Compiling actix v0.5.7 Oct 27 12:33:43.395 INFO kablam! Checking chat v0.1.0 (/source) Oct 27 12:33:54.767 INFO kablam! warning: unused `#[macro_use]` import Oct 27 12:33:54.767 INFO kablam! --> src/main.rs:12:1 Oct 27 12:33:54.767 INFO kablam! | Oct 27 12:33:54.767 INFO kablam! 12 | #[macro_use] Oct 27 12:33:54.767 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:33:54.767 INFO kablam! | Oct 27 12:33:54.767 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:33:54.767 INFO kablam! Oct 27 12:33:54.767 INFO kablam! warning: unused import: `fs` Oct 27 12:33:54.767 INFO kablam! --> src/main.rs:20:17 Oct 27 12:33:54.767 INFO kablam! | Oct 27 12:33:54.767 INFO kablam! 20 | use actix_web::{fs, ws, App, Error, HttpRequest, HttpResponse}; Oct 27 12:33:54.767 INFO kablam! | ^^ Oct 27 12:33:54.767 INFO kablam! Oct 27 12:33:54.767 INFO kablam! warning: cannot find type `Message` in this scope Oct 27 12:33:54.767 INFO kablam! --> src/server.rs:7:10 Oct 27 12:33:54.767 INFO kablam! | Oct 27 12:33:54.767 INFO kablam! 7 | #[derive(Message)] Oct 27 12:33:54.767 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:54.767 INFO kablam! | Oct 27 12:33:54.767 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 12:33:54.767 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! Oct 27 12:33:54.767 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:54.767 INFO kablam! Oct 27 12:33:54.767 INFO kablam! warning: cannot find type `Connect` in this scope Oct 27 12:33:54.767 INFO kablam! --> src/server.rs:10:10 Oct 27 12:33:54.767 INFO kablam! | Oct 27 12:33:54.767 INFO kablam! 10 | #[derive(Message)] Oct 27 12:33:54.767 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:54.778 INFO kablam! | Oct 27 12:33:54.779 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! Oct 27 12:33:54.779 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:54.779 INFO kablam! Oct 27 12:33:54.779 INFO kablam! warning: cannot find type `Disconnect` in this scope Oct 27 12:33:54.779 INFO kablam! --> src/server.rs:17:10 Oct 27 12:33:54.779 INFO kablam! | Oct 27 12:33:54.779 INFO kablam! 17 | #[derive(Message)] Oct 27 12:33:54.779 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:54.779 INFO kablam! | Oct 27 12:33:54.779 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! Oct 27 12:33:54.779 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:54.779 INFO kablam! Oct 27 12:33:54.779 INFO kablam! warning: cannot find type `ClientMessage` in this scope Oct 27 12:33:54.779 INFO kablam! --> src/server.rs:22:10 Oct 27 12:33:54.779 INFO kablam! | Oct 27 12:33:54.779 INFO kablam! 22 | #[derive(Message)] Oct 27 12:33:54.779 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:54.779 INFO kablam! | Oct 27 12:33:54.779 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! Oct 27 12:33:54.779 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:54.779 INFO kablam! Oct 27 12:33:54.891 INFO kablam! warning: unused `#[macro_use]` import Oct 27 12:33:54.891 INFO kablam! --> src/main.rs:12:1 Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 INFO kablam! 12 | #[macro_use] Oct 27 12:33:54.891 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:33:54.891 INFO kablam! Oct 27 12:33:54.891 INFO kablam! warning: unused import: `fs` Oct 27 12:33:54.891 INFO kablam! --> src/main.rs:20:17 Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 INFO kablam! 20 | use actix_web::{fs, ws, App, Error, HttpRequest, HttpResponse}; Oct 27 12:33:54.891 INFO kablam! | ^^ Oct 27 12:33:54.891 INFO kablam! Oct 27 12:33:54.891 INFO kablam! warning: cannot find type `Message` in this scope Oct 27 12:33:54.891 INFO kablam! --> src/server.rs:7:10 Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 INFO kablam! 7 | #[derive(Message)] Oct 27 12:33:54.891 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 12:33:54.891 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! Oct 27 12:33:54.891 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:54.891 INFO kablam! Oct 27 12:33:54.891 INFO kablam! warning: cannot find type `Connect` in this scope Oct 27 12:33:54.891 INFO kablam! --> src/server.rs:10:10 Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 INFO kablam! 10 | #[derive(Message)] Oct 27 12:33:54.891 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 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! Oct 27 12:33:54.891 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:54.891 INFO kablam! Oct 27 12:33:54.891 INFO kablam! warning: cannot find type `Disconnect` in this scope Oct 27 12:33:54.891 INFO kablam! --> src/server.rs:17:10 Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 INFO kablam! 17 | #[derive(Message)] Oct 27 12:33:54.891 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 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! Oct 27 12:33:54.891 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:54.891 INFO kablam! Oct 27 12:33:54.891 INFO kablam! warning: cannot find type `ClientMessage` in this scope Oct 27 12:33:54.891 INFO kablam! --> src/server.rs:22:10 Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 INFO kablam! 22 | #[derive(Message)] Oct 27 12:33:54.891 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:54.891 INFO kablam! | Oct 27 12:33:54.891 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! Oct 27 12:33:54.891 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:54.891 INFO kablam! Oct 27 12:33:55.227 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:33:55.228 INFO kablam! --> src/server.rs:49:6 Oct 27 12:33:55.228 INFO kablam! | Oct 27 12:33:55.229 INFO kablam! 49 | addr.do_send(Message(message.to_owned())); Oct 27 12:33:55.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:33:55.229 INFO kablam! | Oct 27 12:33:55.230 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:33:55.230 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:33:55.231 INFO kablam! Oct 27 12:33:55.232 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 27 12:33:55.232 INFO kablam! --> src/main.rs:115:6 Oct 27 12:33:55.232 INFO kablam! | Oct 27 12:33:55.232 INFO kablam! 115 | let PORT = get_server_port().to_string(); Oct 27 12:33:55.233 INFO kablam! | ^^^^ Oct 27 12:33:55.233 INFO kablam! | Oct 27 12:33:55.233 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:33:55.234 INFO kablam! Oct 27 12:33:55.236 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 27 12:33:55.236 INFO kablam! --> src/main.rs:116:6 Oct 27 12:33:55.237 INFO kablam! | Oct 27 12:33:55.237 INFO kablam! 116 | let PORT = format!{"0.0.0.0:{}",PORT}; Oct 27 12:33:55.237 INFO kablam! | ^^^^ Oct 27 12:33:55.238 INFO kablam! Oct 27 12:33:55.243 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:33:55.244 INFO kablam! --> src/server.rs:49:6 Oct 27 12:33:55.245 INFO kablam! | Oct 27 12:33:55.245 INFO kablam! 49 | addr.do_send(Message(message.to_owned())); Oct 27 12:33:55.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:33:55.246 INFO kablam! | Oct 27 12:33:55.246 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:33:55.247 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:33:55.247 INFO kablam! Oct 27 12:33:55.247 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 27 12:33:55.248 INFO kablam! --> src/main.rs:115:6 Oct 27 12:33:55.248 INFO kablam! | Oct 27 12:33:55.248 INFO kablam! 115 | let PORT = get_server_port().to_string(); Oct 27 12:33:55.248 INFO kablam! | ^^^^ Oct 27 12:33:55.249 INFO kablam! | Oct 27 12:33:55.249 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:33:55.249 INFO kablam! Oct 27 12:33:55.250 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 27 12:33:55.250 INFO kablam! --> src/main.rs:116:6 Oct 27 12:33:55.250 INFO kablam! | Oct 27 12:33:55.250 INFO kablam! 116 | let PORT = format!{"0.0.0.0:{}",PORT}; Oct 27 12:33:55.251 INFO kablam! | ^^^^ Oct 27 12:33:55.251 INFO kablam! Oct 27 12:33:55.312 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 27 12:33:55.332 INFO kablam! su: No module specific data is present Oct 27 12:33:56.247 INFO running `"docker" "rm" "-f" "3a7166706688560399fc2422dd3b48e259e8c853e7597fb7943f1bed2ecfb4f0"` Oct 27 12:33:56.546 INFO blam! 3a7166706688560399fc2422dd3b48e259e8c853e7597fb7943f1bed2ecfb4f0