Oct 27 12:32:50.674 INFO checking BurakGurbuz97/ChatApp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:32:50.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 12:32:51.119 INFO blam! 9130336d65c4db7840418f923f9b60ecf0f3fdf1360987fe3279bc2131491b04 Oct 27 12:32:51.127 INFO running `"docker" "start" "-a" "9130336d65c4db7840418f923f9b60ecf0f3fdf1360987fe3279bc2131491b04"` Oct 27 12:32:53.167 INFO kablam! usermod: no changes Oct 27 12:32:53.652 INFO kablam! Compiling actix-web v0.6.6 Oct 27 12:32:53.657 INFO kablam! Compiling semver v0.9.0 Oct 27 12:32:53.659 INFO kablam! Checking http v0.1.5 Oct 27 12:32:53.661 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 27 12:32:53.662 INFO kablam! Checking trust-dns-proto v0.3.3 Oct 27 12:32:53.668 INFO kablam! Checking tokio-signal v0.1.5 Oct 27 12:32:53.668 INFO kablam! Checking cookie v0.10.1 Oct 27 12:33:01.431 INFO kablam! Compiling cargo_metadata v0.5.4 Oct 27 12:33:08.807 INFO kablam! Checking h2 v0.1.7 Oct 27 12:33:11.943 INFO kablam! Compiling skeptic v0.13.3 Oct 27 12:33:12.581 INFO kablam! Checking trust-dns-resolver v0.8.2 Oct 27 12:33:18.951 INFO kablam! Compiling actix v0.5.7 Oct 27 12:33:41.511 INFO kablam! Checking chat v0.1.0 (/source) Oct 27 12:33:51.915 INFO kablam! warning: unused `#[macro_use]` import Oct 27 12:33:51.915 INFO kablam! --> src/main.rs:12:1 Oct 27 12:33:51.915 INFO kablam! | Oct 27 12:33:51.915 INFO kablam! 12 | #[macro_use] Oct 27 12:33:51.915 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:33:51.915 INFO kablam! | Oct 27 12:33:51.915 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:33:51.915 INFO kablam! Oct 27 12:33:51.917 INFO kablam! warning: unused import: `fs` Oct 27 12:33:51.917 INFO kablam! --> src/main.rs:20:17 Oct 27 12:33:51.917 INFO kablam! | Oct 27 12:33:51.917 INFO kablam! 20 | use actix_web::{fs, ws, App, Error, HttpRequest, HttpResponse}; Oct 27 12:33:51.917 INFO kablam! | ^^ Oct 27 12:33:51.917 INFO kablam! Oct 27 12:33:51.917 INFO kablam! warning: cannot find type `Message` in this scope Oct 27 12:33:51.917 INFO kablam! --> src/server.rs:7:10 Oct 27 12:33:51.917 INFO kablam! | Oct 27 12:33:51.917 INFO kablam! 7 | #[derive(Message)] Oct 27 12:33:51.917 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:51.917 INFO kablam! | Oct 27 12:33:51.917 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 12:33:51.917 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:51.917 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:51.917 INFO kablam! Oct 27 12:33:51.917 INFO kablam! warning: cannot find type `Connect` in this scope Oct 27 12:33:51.917 INFO kablam! --> src/server.rs:10:10 Oct 27 12:33:51.917 INFO kablam! | Oct 27 12:33:51.917 INFO kablam! 10 | #[derive(Message)] Oct 27 12:33:51.917 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:51.917 INFO kablam! | Oct 27 12:33:51.917 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:51.917 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:51.917 INFO kablam! Oct 27 12:33:51.917 INFO kablam! warning: cannot find type `Disconnect` in this scope Oct 27 12:33:51.917 INFO kablam! --> src/server.rs:17:10 Oct 27 12:33:51.917 INFO kablam! | Oct 27 12:33:51.917 INFO kablam! 17 | #[derive(Message)] Oct 27 12:33:51.917 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:51.917 INFO kablam! | Oct 27 12:33:51.917 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:51.917 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:51.917 INFO kablam! Oct 27 12:33:51.917 INFO kablam! warning: cannot find type `ClientMessage` in this scope Oct 27 12:33:51.917 INFO kablam! --> src/server.rs:22:10 Oct 27 12:33:51.917 INFO kablam! | Oct 27 12:33:51.917 INFO kablam! 22 | #[derive(Message)] Oct 27 12:33:51.917 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:51.917 INFO kablam! | Oct 27 12:33:51.917 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:51.917 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:51.917 INFO kablam! Oct 27 12:33:52.250 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:33:52.251 INFO kablam! --> src/server.rs:49:6 Oct 27 12:33:52.252 INFO kablam! | Oct 27 12:33:52.252 INFO kablam! 49 | addr.do_send(Message(message.to_owned())); Oct 27 12:33:52.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:33:52.253 INFO kablam! | Oct 27 12:33:52.254 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:33:52.255 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:33:52.255 INFO kablam! Oct 27 12:33:52.256 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 27 12:33:52.257 INFO kablam! --> src/main.rs:115:6 Oct 27 12:33:52.258 INFO kablam! | Oct 27 12:33:52.258 INFO kablam! 115 | let PORT = get_server_port().to_string(); Oct 27 12:33:52.259 INFO kablam! | ^^^^ Oct 27 12:33:52.260 INFO kablam! | Oct 27 12:33:52.260 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:33:52.261 INFO kablam! Oct 27 12:33:52.261 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 27 12:33:52.262 INFO kablam! --> src/main.rs:116:6 Oct 27 12:33:52.263 INFO kablam! | Oct 27 12:33:52.263 INFO kablam! 116 | let PORT = format!{"0.0.0.0:{}",PORT}; Oct 27 12:33:52.264 INFO kablam! | ^^^^ Oct 27 12:33:52.265 INFO kablam! Oct 27 12:33:52.399 INFO kablam! warning: unused `#[macro_use]` import Oct 27 12:33:52.400 INFO kablam! --> src/main.rs:12:1 Oct 27 12:33:52.401 INFO kablam! | Oct 27 12:33:52.401 INFO kablam! 12 | #[macro_use] Oct 27 12:33:52.402 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:33:52.403 INFO kablam! | Oct 27 12:33:52.403 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:33:52.404 INFO kablam! Oct 27 12:33:52.405 INFO kablam! warning: unused import: `fs` Oct 27 12:33:52.405 INFO kablam! --> src/main.rs:20:17 Oct 27 12:33:52.406 INFO kablam! | Oct 27 12:33:52.406 INFO kablam! 20 | use actix_web::{fs, ws, App, Error, HttpRequest, HttpResponse}; Oct 27 12:33:52.407 INFO kablam! | ^^ Oct 27 12:33:52.407 INFO kablam! Oct 27 12:33:52.408 INFO kablam! warning: cannot find type `Message` in this scope Oct 27 12:33:52.408 INFO kablam! --> src/server.rs:7:10 Oct 27 12:33:52.409 INFO kablam! | Oct 27 12:33:52.409 INFO kablam! 7 | #[derive(Message)] Oct 27 12:33:52.409 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:52.409 INFO kablam! | Oct 27 12:33:52.409 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 12:33:52.409 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:52.409 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:52.409 INFO kablam! Oct 27 12:33:52.409 INFO kablam! warning: cannot find type `Connect` in this scope Oct 27 12:33:52.409 INFO kablam! --> src/server.rs:10:10 Oct 27 12:33:52.409 INFO kablam! | Oct 27 12:33:52.409 INFO kablam! 10 | #[derive(Message)] Oct 27 12:33:52.409 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:52.409 INFO kablam! | Oct 27 12:33:52.409 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:52.409 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:52.409 INFO kablam! Oct 27 12:33:52.409 INFO kablam! warning: cannot find type `Disconnect` in this scope Oct 27 12:33:52.409 INFO kablam! --> src/server.rs:17:10 Oct 27 12:33:52.409 INFO kablam! | Oct 27 12:33:52.409 INFO kablam! 17 | #[derive(Message)] Oct 27 12:33:52.409 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:52.409 INFO kablam! | Oct 27 12:33:52.415 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:52.415 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:52.415 INFO kablam! Oct 27 12:33:52.415 INFO kablam! warning: cannot find type `ClientMessage` in this scope Oct 27 12:33:52.415 INFO kablam! --> src/server.rs:22:10 Oct 27 12:33:52.415 INFO kablam! | Oct 27 12:33:52.415 INFO kablam! 22 | #[derive(Message)] Oct 27 12:33:52.415 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:33:52.415 INFO kablam! | Oct 27 12:33:52.415 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:52.415 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:33:52.415 INFO kablam! Oct 27 12:33:52.615 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:33:52.615 INFO kablam! --> src/server.rs:49:6 Oct 27 12:33:52.615 INFO kablam! | Oct 27 12:33:52.615 INFO kablam! 49 | addr.do_send(Message(message.to_owned())); Oct 27 12:33:52.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:33:52.615 INFO kablam! | Oct 27 12:33:52.615 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:33:52.615 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:33:52.615 INFO kablam! Oct 27 12:33:52.615 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 27 12:33:52.616 INFO kablam! --> src/main.rs:115:6 Oct 27 12:33:52.616 INFO kablam! | Oct 27 12:33:52.616 INFO kablam! 115 | let PORT = get_server_port().to_string(); Oct 27 12:33:52.616 INFO kablam! | ^^^^ Oct 27 12:33:52.616 INFO kablam! | Oct 27 12:33:52.616 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:33:52.616 INFO kablam! Oct 27 12:33:52.616 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 27 12:33:52.616 INFO kablam! --> src/main.rs:116:6 Oct 27 12:33:52.616 INFO kablam! | Oct 27 12:33:52.616 INFO kablam! 116 | let PORT = format!{"0.0.0.0:{}",PORT}; Oct 27 12:33:52.616 INFO kablam! | ^^^^ Oct 27 12:33:52.616 INFO kablam! Oct 27 12:33:52.668 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.47s Oct 27 12:33:52.707 INFO kablam! su: No module specific data is present Oct 27 12:33:54.127 INFO running `"docker" "rm" "-f" "9130336d65c4db7840418f923f9b60ecf0f3fdf1360987fe3279bc2131491b04"` Oct 27 12:33:54.363 INFO blam! 9130336d65c4db7840418f923f9b60ecf0f3fdf1360987fe3279bc2131491b04