Oct 11 07:26:35.384 INFO testing BurakGurbuz97/ChatApp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:26:35.385 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:26:35.386 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:26:35.810 INFO blam! e0b82adc1786f5eecf3fbc17bae65a8ab563e8ebc995f3d09c54bd86b2e14c03 Oct 11 07:26:35.811 INFO running `"docker" "start" "-a" "e0b82adc1786f5eecf3fbc17bae65a8ab563e8ebc995f3d09c54bd86b2e14c03"` Oct 11 07:26:37.105 INFO kablam! usermod: no changes Oct 11 07:26:37.788 INFO kablam! Compiling actix-web v0.6.6 Oct 11 07:26:37.812 INFO kablam! Compiling semver v0.9.0 Oct 11 07:26:37.812 INFO kablam! Compiling serde_json v1.0.17 Oct 11 07:26:37.812 INFO kablam! Compiling tokio-io v0.1.6 Oct 11 07:26:37.812 INFO kablam! Compiling http v0.1.5 Oct 11 07:26:37.812 INFO kablam! Compiling serde_urlencoded v0.5.2 Oct 11 07:26:37.812 INFO kablam! Compiling cookie v0.10.1 Oct 11 07:26:47.640 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 11 07:26:47.699 INFO kablam! Compiling tokio-fs v0.1.0 Oct 11 07:26:50.146 INFO kablam! Compiling cargo_metadata v0.5.4 Oct 11 07:26:54.434 INFO kablam! Compiling tokio-udp v0.1.0 Oct 11 07:26:54.434 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 11 07:26:57.628 INFO kablam! Compiling skeptic v0.13.3 Oct 11 07:26:57.960 INFO kablam! Compiling h2 v0.1.7 Oct 11 07:26:59.120 INFO kablam! Compiling tokio v0.1.6 Oct 11 07:27:02.402 INFO kablam! Compiling tokio-core v0.1.17 Oct 11 07:27:07.712 INFO kablam! Compiling trust-dns-proto v0.3.3 Oct 11 07:27:07.712 INFO kablam! Compiling tokio-signal v0.1.5 Oct 11 07:27:08.456 INFO kablam! Compiling actix v0.5.7 Oct 11 07:27:15.155 INFO kablam! Compiling trust-dns-resolver v0.8.2 Oct 11 07:28:01.385 INFO kablam! Compiling chat v0.1.0 (/source) Oct 11 07:28:09.888 INFO kablam! warning: unused `#[macro_use]` import Oct 11 07:28:09.888 INFO kablam! --> src/main.rs:12:1 Oct 11 07:28:09.888 INFO kablam! | Oct 11 07:28:09.888 INFO kablam! 12 | #[macro_use] Oct 11 07:28:09.888 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:28:09.888 INFO kablam! | Oct 11 07:28:09.888 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:28:09.888 INFO kablam! Oct 11 07:28:09.888 INFO kablam! warning: unused import: `fs` Oct 11 07:28:09.888 INFO kablam! --> src/main.rs:20:17 Oct 11 07:28:09.888 INFO kablam! | Oct 11 07:28:09.888 INFO kablam! 20 | use actix_web::{fs, ws, App, Error, HttpRequest, HttpResponse}; Oct 11 07:28:09.888 INFO kablam! | ^^ Oct 11 07:28:09.888 INFO kablam! Oct 11 07:28:09.888 INFO kablam! warning: cannot find type `Message` in this scope Oct 11 07:28:09.888 INFO kablam! --> src/server.rs:7:10 Oct 11 07:28:09.888 INFO kablam! | Oct 11 07:28:09.888 INFO kablam! 7 | #[derive(Message)] Oct 11 07:28:09.888 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 07:28:09.888 INFO kablam! | Oct 11 07:28:09.888 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 11 07:28:09.888 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 11 07:28:09.888 INFO kablam! = note: for more information, see issue #50504 Oct 11 07:28:09.888 INFO kablam! Oct 11 07:28:09.888 INFO kablam! warning: cannot find type `Connect` in this scope Oct 11 07:28:09.888 INFO kablam! --> src/server.rs:10:10 Oct 11 07:28:09.888 INFO kablam! | Oct 11 07:28:09.888 INFO kablam! 10 | #[derive(Message)] Oct 11 07:28:09.888 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 07:28:09.888 INFO kablam! | Oct 11 07:28:09.888 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 11 07:28:09.888 INFO kablam! = note: for more information, see issue #50504 Oct 11 07:28:09.888 INFO kablam! Oct 11 07:28:09.888 INFO kablam! warning: cannot find type `Disconnect` in this scope Oct 11 07:28:09.888 INFO kablam! --> src/server.rs:17:10 Oct 11 07:28:09.888 INFO kablam! | Oct 11 07:28:09.888 INFO kablam! 17 | #[derive(Message)] Oct 11 07:28:09.888 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 07:28:09.888 INFO kablam! | Oct 11 07:28:09.888 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 11 07:28:09.888 INFO kablam! = note: for more information, see issue #50504 Oct 11 07:28:09.888 INFO kablam! Oct 11 07:28:09.888 INFO kablam! warning: cannot find type `ClientMessage` in this scope Oct 11 07:28:09.889 INFO kablam! --> src/server.rs:22:10 Oct 11 07:28:09.889 INFO kablam! | Oct 11 07:28:09.889 INFO kablam! 22 | #[derive(Message)] Oct 11 07:28:09.889 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 07:28:09.889 INFO kablam! | Oct 11 07:28:09.889 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 11 07:28:09.889 INFO kablam! = note: for more information, see issue #50504 Oct 11 07:28:09.889 INFO kablam! Oct 11 07:28:10.034 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:28:10.034 INFO kablam! --> src/server.rs:49:6 Oct 11 07:28:10.034 INFO kablam! | Oct 11 07:28:10.034 INFO kablam! 49 | addr.do_send(Message(message.to_owned())); Oct 11 07:28:10.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:28:10.034 INFO kablam! | Oct 11 07:28:10.034 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 07:28:10.034 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:28:10.034 INFO kablam! Oct 11 07:28:10.034 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 11 07:28:10.034 INFO kablam! --> src/main.rs:115:6 Oct 11 07:28:10.034 INFO kablam! | Oct 11 07:28:10.034 INFO kablam! 115 | let PORT = get_server_port().to_string(); Oct 11 07:28:10.034 INFO kablam! | ^^^^ Oct 11 07:28:10.034 INFO kablam! | Oct 11 07:28:10.034 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:28:10.034 INFO kablam! Oct 11 07:28:10.034 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 11 07:28:10.034 INFO kablam! --> src/main.rs:116:6 Oct 11 07:28:10.034 INFO kablam! | Oct 11 07:28:10.034 INFO kablam! 116 | let PORT = format!{"0.0.0.0:{}",PORT}; Oct 11 07:28:10.034 INFO kablam! | ^^^^ Oct 11 07:28:10.034 INFO kablam! Oct 11 07:28:18.399 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 41s Oct 11 07:28:18.414 INFO kablam! su: No module specific data is present Oct 11 07:28:18.700 INFO running `"docker" "rm" "-f" "e0b82adc1786f5eecf3fbc17bae65a8ab563e8ebc995f3d09c54bd86b2e14c03"` Oct 11 07:28:18.799 INFO blam! e0b82adc1786f5eecf3fbc17bae65a8ab563e8ebc995f3d09c54bd86b2e14c03 Oct 11 07:28:18.800 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:28:18.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:28:18.990 INFO blam! 669c1eb5365076188bf88d423c35bed63f8a7e89d08e7ce71b960d71d79c5772 Oct 11 07:28:18.990 INFO running `"docker" "start" "-a" "669c1eb5365076188bf88d423c35bed63f8a7e89d08e7ce71b960d71d79c5772"` Oct 11 07:28:19.462 INFO kablam! usermod: no changes Oct 11 07:28:19.708 INFO kablam! Compiling chat v0.1.0 (/source) Oct 11 07:28:27.499 INFO kablam! warning: unused `#[macro_use]` import Oct 11 07:28:27.499 INFO kablam! --> src/main.rs:12:1 Oct 11 07:28:27.499 INFO kablam! | Oct 11 07:28:27.499 INFO kablam! 12 | #[macro_use] Oct 11 07:28:27.499 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:28:27.499 INFO kablam! | Oct 11 07:28:27.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:28:27.499 INFO kablam! Oct 11 07:28:27.499 INFO kablam! warning: unused import: `fs` Oct 11 07:28:27.499 INFO kablam! --> src/main.rs:20:17 Oct 11 07:28:27.499 INFO kablam! | Oct 11 07:28:27.499 INFO kablam! 20 | use actix_web::{fs, ws, App, Error, HttpRequest, HttpResponse}; Oct 11 07:28:27.499 INFO kablam! | ^^ Oct 11 07:28:27.499 INFO kablam! Oct 11 07:28:27.499 INFO kablam! warning: cannot find type `Message` in this scope Oct 11 07:28:27.499 INFO kablam! --> src/server.rs:7:10 Oct 11 07:28:27.499 INFO kablam! | Oct 11 07:28:27.499 INFO kablam! 7 | #[derive(Message)] Oct 11 07:28:27.499 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 07:28:27.499 INFO kablam! | Oct 11 07:28:27.499 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 11 07:28:27.499 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 11 07:28:27.499 INFO kablam! = note: for more information, see issue #50504 Oct 11 07:28:27.499 INFO kablam! Oct 11 07:28:27.499 INFO kablam! warning: cannot find type `Connect` in this scope Oct 11 07:28:27.499 INFO kablam! --> src/server.rs:10:10 Oct 11 07:28:27.500 INFO kablam! | Oct 11 07:28:27.500 INFO kablam! 10 | #[derive(Message)] Oct 11 07:28:27.500 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 07:28:27.500 INFO kablam! | Oct 11 07:28:27.500 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 11 07:28:27.500 INFO kablam! = note: for more information, see issue #50504 Oct 11 07:28:27.500 INFO kablam! Oct 11 07:28:27.500 INFO kablam! warning: cannot find type `Disconnect` in this scope Oct 11 07:28:27.500 INFO kablam! --> src/server.rs:17:10 Oct 11 07:28:27.500 INFO kablam! | Oct 11 07:28:27.500 INFO kablam! 17 | #[derive(Message)] Oct 11 07:28:27.500 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 07:28:27.500 INFO kablam! | Oct 11 07:28:27.500 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 11 07:28:27.500 INFO kablam! = note: for more information, see issue #50504 Oct 11 07:28:27.500 INFO kablam! Oct 11 07:28:27.500 INFO kablam! warning: cannot find type `ClientMessage` in this scope Oct 11 07:28:27.500 INFO kablam! --> src/server.rs:22:10 Oct 11 07:28:27.500 INFO kablam! | Oct 11 07:28:27.500 INFO kablam! 22 | #[derive(Message)] Oct 11 07:28:27.500 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 07:28:27.500 INFO kablam! | Oct 11 07:28:27.500 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 11 07:28:27.500 INFO kablam! = note: for more information, see issue #50504 Oct 11 07:28:27.500 INFO kablam! Oct 11 07:28:27.648 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:28:27.648 INFO kablam! --> src/server.rs:49:6 Oct 11 07:28:27.648 INFO kablam! | Oct 11 07:28:27.648 INFO kablam! 49 | addr.do_send(Message(message.to_owned())); Oct 11 07:28:27.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:28:27.648 INFO kablam! | Oct 11 07:28:27.648 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 07:28:27.648 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:28:27.648 INFO kablam! Oct 11 07:28:27.648 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 11 07:28:27.648 INFO kablam! --> src/main.rs:115:6 Oct 11 07:28:27.648 INFO kablam! | Oct 11 07:28:27.648 INFO kablam! 115 | let PORT = get_server_port().to_string(); Oct 11 07:28:27.648 INFO kablam! | ^^^^ Oct 11 07:28:27.648 INFO kablam! | Oct 11 07:28:27.648 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:28:27.648 INFO kablam! Oct 11 07:28:27.648 INFO kablam! warning: variable `PORT` should have a snake case name such as `port` Oct 11 07:28:27.648 INFO kablam! --> src/main.rs:116:6 Oct 11 07:28:27.649 INFO kablam! | Oct 11 07:28:27.649 INFO kablam! 116 | let PORT = format!{"0.0.0.0:{}",PORT}; Oct 11 07:28:27.649 INFO kablam! | ^^^^ Oct 11 07:28:27.649 INFO kablam! Oct 11 07:28:28.045 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.56s Oct 11 07:28:28.056 INFO kablam! su: No module specific data is present Oct 11 07:28:28.307 INFO running `"docker" "rm" "-f" "669c1eb5365076188bf88d423c35bed63f8a7e89d08e7ce71b960d71d79c5772"` Oct 11 07:28:28.389 INFO blam! 669c1eb5365076188bf88d423c35bed63f8a7e89d08e7ce71b960d71d79c5772 Oct 11 07:28:28.391 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:28:28.391 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:28:28.663 INFO blam! 3a17d70a306206d7d3f9e6aaac5b692b458dd7c33fc8cd7d88f6dc1f0e9d0a3f Oct 11 07:28:28.665 INFO running `"docker" "start" "-a" "3a17d70a306206d7d3f9e6aaac5b692b458dd7c33fc8cd7d88f6dc1f0e9d0a3f"` Oct 11 07:28:29.036 INFO kablam! usermod: no changes Oct 11 07:28:29.221 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 11 07:28:29.242 INFO kablam! Running /target/debug/deps/chat-523e3710b6bb2f03 Oct 11 07:28:29.245 INFO blam! Oct 11 07:28:29.245 INFO blam! running 0 tests Oct 11 07:28:29.245 INFO blam! Oct 11 07:28:29.245 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:28:29.245 INFO blam! Oct 11 07:28:29.247 INFO kablam! su: No module specific data is present Oct 11 07:28:29.505 INFO running `"docker" "rm" "-f" "3a17d70a306206d7d3f9e6aaac5b692b458dd7c33fc8cd7d88f6dc1f0e9d0a3f"` Oct 11 07:28:29.589 INFO blam! 3a17d70a306206d7d3f9e6aaac5b692b458dd7c33fc8cd7d88f6dc1f0e9d0a3f