Oct 21 21:55:59.166 INFO checking BurakGurbuz97/ChatApp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:55:59.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 21:55:59.724 INFO blam! f484a7361ca8e51fe438366cccfb37bee5f3798c39ab8e5d4b89412534490d6d Oct 21 21:55:59.728 INFO running `"docker" "start" "-a" "f484a7361ca8e51fe438366cccfb37bee5f3798c39ab8e5d4b89412534490d6d"` Oct 21 21:56:00.923 INFO kablam! usermod: no changes Oct 21 21:56:01.352 INFO kablam! Compiling serde v1.0.55 Oct 21 21:56:01.352 INFO kablam! Compiling actix-web v0.6.6 Oct 21 21:56:01.356 INFO kablam! Checking crossbeam-epoch v0.2.0 Oct 21 21:56:01.368 INFO kablam! Checking http v0.1.5 Oct 21 21:56:01.372 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 21 21:56:01.380 INFO kablam! Checking trust-dns-proto v0.3.3 Oct 21 21:56:01.380 INFO kablam! Checking tokio-signal v0.1.5 Oct 21 21:56:01.380 INFO kablam! Checking cookie v0.10.1 Oct 21 21:56:05.292 INFO kablam! Checking crossbeam-channel v0.1.2 Oct 21 21:56:12.039 INFO kablam! Checking h2 v0.1.7 Oct 21 21:56:13.314 INFO kablam! Checking trust-dns-resolver v0.8.2 Oct 21 21:56:20.198 INFO kablam! Compiling serde_json v1.0.17 Oct 21 21:56:20.198 INFO kablam! Compiling semver v0.9.0 Oct 21 21:56:24.828 INFO kablam! Compiling cargo_metadata v0.5.4 Oct 21 21:56:28.800 INFO kablam! Compiling skeptic v0.13.3 Oct 21 21:56:32.477 INFO kablam! Compiling actix v0.5.7 Oct 21 21:56:53.077 INFO kablam! Checking chat v0.1.0 (/source) Oct 21 21:56:59.083 INFO kablam! warning: unused `#[macro_use]` import Oct 21 21:56:59.083 INFO kablam! --> src/main.rs:12:1 Oct 21 21:56:59.083 INFO kablam! | Oct 21 21:56:59.083 INFO kablam! 12 | #[macro_use] Oct 21 21:56:59.083 INFO kablam! | ^^^^^^^^^^^^ Oct 21 21:56:59.083 INFO kablam! | Oct 21 21:56:59.083 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:56:59.083 INFO kablam! Oct 21 21:56:59.083 INFO kablam! warning: unused import: `fs` Oct 21 21:56:59.083 INFO kablam! --> src/main.rs:20:17 Oct 21 21:56:59.083 INFO kablam! | Oct 21 21:56:59.083 INFO kablam! 20 | use actix_web::{fs, ws, App, Error, HttpRequest, HttpResponse}; Oct 21 21:56:59.083 INFO kablam! | ^^ Oct 21 21:56:59.083 INFO kablam! Oct 21 21:56:59.083 INFO kablam! warning: cannot find type `Message` in this scope Oct 21 21:56:59.083 INFO kablam! --> src/server.rs:7:10 Oct 21 21:56:59.083 INFO kablam! | Oct 21 21:56:59.083 INFO kablam! 7 | #[derive(Message)] Oct 21 21:56:59.083 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:56:59.083 INFO kablam! | Oct 21 21:56:59.083 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 21:56:59.083 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 21 21:56:59.083 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:56:59.083 INFO kablam! Oct 21 21:56:59.083 INFO kablam! warning: cannot find type `Connect` in this scope Oct 21 21:56:59.083 INFO kablam! --> src/server.rs:10:10 Oct 21 21:56:59.083 INFO kablam! | Oct 21 21:56:59.083 INFO kablam! 10 | #[derive(Message)] Oct 21 21:56:59.083 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:56:59.083 INFO kablam! | Oct 21 21:56:59.083 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 21 21:56:59.083 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:56:59.083 INFO kablam! Oct 21 21:56:59.084 INFO kablam! warning: cannot find type `Disconnect` in this scope Oct 21 21:56:59.084 INFO kablam! --> src/server.rs:17:10 Oct 21 21:56:59.084 INFO kablam! | Oct 21 21:56:59.084 INFO kablam! 17 | #[derive(Message)] Oct 21 21:56:59.084 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:56:59.084 INFO kablam! | Oct 21 21:56:59.084 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 21 21:56:59.084 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:56:59.084 INFO kablam! Oct 21 21:56:59.084 INFO kablam! warning: cannot find type `ClientMessage` in this scope Oct 21 21:56:59.084 INFO kablam! --> src/server.rs:22:10 Oct 21 21:56:59.084 INFO kablam! | Oct 21 21:56:59.084 INFO kablam! 22 | #[derive(Message)] Oct 21 21:56:59.084 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:56:59.084 INFO kablam! | Oct 21 21:56:59.084 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 21 21:56:59.084 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:56:59.084 INFO kablam! Oct 21 21:56:59.116 INFO kablam! warning: unused `#[macro_use]` import Oct 21 21:56:59.116 INFO kablam! --> src/main.rs:12:1 Oct 21 21:56:59.116 INFO kablam! | Oct 21 21:56:59.116 INFO kablam! 12 | #[macro_use] Oct 21 21:56:59.116 INFO kablam! | ^^^^^^^^^^^^ Oct 21 21:56:59.116 INFO kablam! | Oct 21 21:56:59.116 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:56:59.116 INFO kablam! Oct 21 21:56:59.116 INFO kablam! warning: unused import: `fs` Oct 21 21:56:59.116 INFO kablam! --> src/main.rs:20:17 Oct 21 21:56:59.116 INFO kablam! | Oct 21 21:56:59.116 INFO kablam! 20 | use actix_web::{fs, ws, App, Error, HttpRequest, HttpResponse}; Oct 21 21:56:59.116 INFO kablam! | ^^ Oct 21 21:56:59.116 INFO kablam! Oct 21 21:56:59.116 INFO kablam! warning: cannot find type `Message` in this scope Oct 21 21:56:59.116 INFO kablam! --> src/server.rs:7:10 Oct 21 21:56:59.116 INFO kablam! | Oct 21 21:56:59.116 INFO kablam! 7 | #[derive(Message)] Oct 21 21:56:59.116 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:56:59.116 INFO kablam! | Oct 21 21:56:59.116 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 21 21:56:59.116 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 21 21:56:59.116 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:56:59.116 INFO kablam! Oct 21 21:56:59.116 INFO kablam! warning: cannot find type `Connect` in this scope Oct 21 21:56:59.116 INFO kablam! --> src/server.rs:10:10 Oct 21 21:56:59.116 INFO kablam! | Oct 21 21:56:59.116 INFO kablam! 10 | #[derive(Message)] Oct 21 21:56:59.116 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:56:59.116 INFO kablam! | Oct 21 21:56:59.116 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 21 21:56:59.116 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:56:59.116 INFO kablam! Oct 21 21:56:59.116 INFO kablam! warning: cannot find type `Disconnect` in this scope Oct 21 21:56:59.116 INFO kablam! --> src/server.rs:17:10 Oct 21 21:56:59.116 INFO kablam! | Oct 21 21:56:59.116 INFO kablam! 17 | #[derive(Message)] Oct 21 21:56:59.116 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:56:59.116 INFO kablam! | Oct 21 21:56:59.116 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 21 21:56:59.116 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:56:59.116 INFO kablam! Oct 21 21:56:59.116 INFO kablam! warning: cannot find type `ClientMessage` in this scope Oct 21 21:56:59.117 INFO kablam! --> src/server.rs:22:10 Oct 21 21:56:59.117 INFO kablam! | Oct 21 21:56:59.117 INFO kablam! 22 | #[derive(Message)] Oct 21 21:56:59.117 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 21 21:56:59.117 INFO kablam! | Oct 21 21:56:59.117 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 21 21:56:59.117 INFO kablam! = note: for more information, see issue #50504 Oct 21 21:56:59.117 INFO kablam! Oct 21 21:56:59.255 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:56:59.255 INFO kablam! --> src/server.rs:49:6 Oct 21 21:56:59.255 INFO kablam! | Oct 21 21:56:59.255 INFO kablam! 49 | addr.do_send(Message(message.to_owned())); Oct 21 21:56:59.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:56:59.255 INFO kablam! | Oct 21 21:56:59.255 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:56:59.255 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:56:59.255 INFO kablam! Oct 21 21:56:59.255 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 21 21:56:59.255 INFO kablam! --> src/main.rs:115:6 Oct 21 21:56:59.255 INFO kablam! | Oct 21 21:56:59.255 INFO kablam! 115 | let PORT = get_server_port().to_string(); Oct 21 21:56:59.255 INFO kablam! | ^^^^ Oct 21 21:56:59.255 INFO kablam! | Oct 21 21:56:59.255 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:56:59.255 INFO kablam! Oct 21 21:56:59.255 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 21 21:56:59.255 INFO kablam! --> src/main.rs:116:6 Oct 21 21:56:59.255 INFO kablam! | Oct 21 21:56:59.255 INFO kablam! 116 | let PORT = format!{"0.0.0.0:{}",PORT}; Oct 21 21:56:59.255 INFO kablam! | ^^^^ Oct 21 21:56:59.255 INFO kablam! Oct 21 21:56:59.305 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:56:59.305 INFO kablam! --> src/server.rs:49:6 Oct 21 21:56:59.305 INFO kablam! | Oct 21 21:56:59.305 INFO kablam! 49 | addr.do_send(Message(message.to_owned())); Oct 21 21:56:59.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:56:59.305 INFO kablam! | Oct 21 21:56:59.305 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:56:59.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:56:59.305 INFO kablam! Oct 21 21:56:59.305 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 21 21:56:59.305 INFO kablam! --> src/main.rs:115:6 Oct 21 21:56:59.305 INFO kablam! | Oct 21 21:56:59.305 INFO kablam! 115 | let PORT = get_server_port().to_string(); Oct 21 21:56:59.305 INFO kablam! | ^^^^ Oct 21 21:56:59.305 INFO kablam! | Oct 21 21:56:59.305 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:56:59.305 INFO kablam! Oct 21 21:56:59.305 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 21 21:56:59.305 INFO kablam! --> src/main.rs:116:6 Oct 21 21:56:59.305 INFO kablam! | Oct 21 21:56:59.305 INFO kablam! 116 | let PORT = format!{"0.0.0.0:{}",PORT}; Oct 21 21:56:59.305 INFO kablam! | ^^^^ Oct 21 21:56:59.305 INFO kablam! Oct 21 21:56:59.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.38s Oct 21 21:56:59.338 INFO kablam! su: No module specific data is present Oct 21 21:56:59.656 INFO running `"docker" "rm" "-f" "f484a7361ca8e51fe438366cccfb37bee5f3798c39ab8e5d4b89412534490d6d"` Oct 21 21:56:59.782 INFO blam! f484a7361ca8e51fe438366cccfb37bee5f3798c39ab8e5d4b89412534490d6d