Oct 10 15:43:21.579 INFO testing rust-gjk/ChatApp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:43:21.579 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:43:21.580 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 15:43:22.098 INFO blam! 0d1075febd58d5a361296fc58aab443738640d984cfbab2e42ea9eb272219f79 Oct 10 15:43:22.100 INFO running `"docker" "start" "-a" "0d1075febd58d5a361296fc58aab443738640d984cfbab2e42ea9eb272219f79"` Oct 10 15:43:24.084 INFO kablam! usermod: no changes Oct 10 15:43:24.190 INFO kablam! Compiling serde v1.0.44 Oct 10 15:43:24.207 INFO kablam! Compiling serde_derive v1.0.44 Oct 10 15:43:42.161 INFO kablam! Compiling serde_cbor v0.8.2 Oct 10 15:43:44.504 INFO kablam! Compiling ChatApp v0.1.0 (/source) Oct 10 15:43:45.630 INFO kablam! warning: crate `ChatApp` should have a snake case name such as `chat_app` Oct 10 15:43:45.631 INFO kablam! | Oct 10 15:43:45.631 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 15:43:45.631 INFO kablam! Oct 10 15:43:46.400 INFO kablam! warning: variable does not need to be mutable Oct 10 15:43:46.400 INFO kablam! --> src/server.rs:4:9 Oct 10 15:43:46.400 INFO kablam! | Oct 10 15:43:46.400 INFO kablam! 4 | let mut socket = UdpSocket::bind("0.0.0.0:12345").unwrap(); Oct 10 15:43:46.400 INFO kablam! | ----^^^^^^ Oct 10 15:43:46.400 INFO kablam! | | Oct 10 15:43:46.400 INFO kablam! | help: remove this `mut` Oct 10 15:43:46.400 INFO kablam! | Oct 10 15:43:46.400 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:43:46.400 INFO kablam! Oct 10 15:43:46.408 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:43:46.408 INFO kablam! --> src/client.rs:14:5 Oct 10 15:43:46.408 INFO kablam! | Oct 10 15:43:46.408 INFO kablam! 14 | recv_socket.send(b"connected"); Oct 10 15:43:46.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:43:46.408 INFO kablam! | Oct 10 15:43:46.408 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:43:46.408 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:43:46.408 INFO kablam! Oct 10 15:43:46.408 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:43:46.408 INFO kablam! --> src/client.rs:19:6 Oct 10 15:43:46.408 INFO kablam! | Oct 10 15:43:46.408 INFO kablam! 19 | send_socket.send(zprava.as_bytes()); Oct 10 15:43:46.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:43:46.408 INFO kablam! | Oct 10 15:43:46.408 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:43:46.408 INFO kablam! Oct 10 15:43:47.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.37s Oct 10 15:43:47.490 INFO kablam! su: No module specific data is present Oct 10 15:43:48.604 INFO running `"docker" "rm" "-f" "0d1075febd58d5a361296fc58aab443738640d984cfbab2e42ea9eb272219f79"` Oct 10 15:43:48.892 INFO blam! 0d1075febd58d5a361296fc58aab443738640d984cfbab2e42ea9eb272219f79 Oct 10 15:43:48.894 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:43:48.894 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 15:43:49.390 INFO blam! b52b489e121f8fced2c28cac5cb780e5578f7d12b6dde4c8dce097904e0c10ba Oct 10 15:43:49.392 INFO running `"docker" "start" "-a" "b52b489e121f8fced2c28cac5cb780e5578f7d12b6dde4c8dce097904e0c10ba"` Oct 10 15:43:51.169 INFO kablam! usermod: no changes Oct 10 15:43:51.241 INFO kablam! Compiling ChatApp v0.1.0 (/source) Oct 10 15:43:52.468 INFO kablam! warning: crate `ChatApp` should have a snake case name such as `chat_app` Oct 10 15:43:52.468 INFO kablam! | Oct 10 15:43:52.468 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 15:43:52.468 INFO kablam! Oct 10 15:43:52.737 INFO kablam! warning: variable does not need to be mutable Oct 10 15:43:52.737 INFO kablam! --> src/server.rs:4:9 Oct 10 15:43:52.737 INFO kablam! | Oct 10 15:43:52.738 INFO kablam! 4 | let mut socket = UdpSocket::bind("0.0.0.0:12345").unwrap(); Oct 10 15:43:52.738 INFO kablam! | ----^^^^^^ Oct 10 15:43:52.738 INFO kablam! | | Oct 10 15:43:52.738 INFO kablam! | help: remove this `mut` Oct 10 15:43:52.739 INFO kablam! | Oct 10 15:43:52.739 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:43:52.739 INFO kablam! Oct 10 15:43:52.740 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:43:52.741 INFO kablam! --> src/client.rs:14:5 Oct 10 15:43:52.741 INFO kablam! | Oct 10 15:43:52.741 INFO kablam! 14 | recv_socket.send(b"connected"); Oct 10 15:43:52.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:43:52.742 INFO kablam! | Oct 10 15:43:52.742 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:43:52.744 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:43:52.745 INFO kablam! Oct 10 15:43:52.745 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:43:52.745 INFO kablam! --> src/client.rs:19:6 Oct 10 15:43:52.745 INFO kablam! | Oct 10 15:43:52.746 INFO kablam! 19 | send_socket.send(zprava.as_bytes()); Oct 10 15:43:52.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:43:52.746 INFO kablam! | Oct 10 15:43:52.747 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:43:52.747 INFO kablam! Oct 10 15:43:53.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.25s Oct 10 15:43:53.447 INFO kablam! su: No module specific data is present Oct 10 15:43:54.687 INFO running `"docker" "rm" "-f" "b52b489e121f8fced2c28cac5cb780e5578f7d12b6dde4c8dce097904e0c10ba"` Oct 10 15:43:54.937 INFO blam! b52b489e121f8fced2c28cac5cb780e5578f7d12b6dde4c8dce097904e0c10ba Oct 10 15:43:54.949 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:43:54.950 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 15:43:55.429 INFO blam! aef21e4cedef17da5318db6874222b39109630baab5398f81e124e340e78066a Oct 10 15:43:55.431 INFO running `"docker" "start" "-a" "aef21e4cedef17da5318db6874222b39109630baab5398f81e124e340e78066a"` Oct 10 15:43:56.680 INFO kablam! usermod: no changes Oct 10 15:43:56.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 10 15:43:56.792 INFO kablam! Running /target/debug/deps/ChatApp-a5c52e86bdddbff7 Oct 10 15:43:56.796 INFO blam! Oct 10 15:43:56.796 INFO blam! running 0 tests Oct 10 15:43:56.796 INFO blam! Oct 10 15:43:56.796 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:43:56.796 INFO blam! Oct 10 15:43:56.804 INFO blam! Oct 10 15:43:56.804 INFO kablam! Running /target/debug/deps/ChatApp-22bee5beb665858a Oct 10 15:43:56.804 INFO blam! running 0 tests Oct 10 15:43:56.804 INFO kablam! Doc-tests ChatApp Oct 10 15:43:56.804 INFO blam! Oct 10 15:43:56.804 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:43:56.804 INFO blam! Oct 10 15:43:58.137 INFO blam! Oct 10 15:43:58.137 INFO blam! running 0 tests Oct 10 15:43:58.137 INFO blam! Oct 10 15:43:58.137 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:43:58.137 INFO blam! Oct 10 15:43:58.146 INFO kablam! su: No module specific data is present Oct 10 15:43:58.851 INFO running `"docker" "rm" "-f" "aef21e4cedef17da5318db6874222b39109630baab5398f81e124e340e78066a"` Oct 10 15:43:59.178 INFO blam! aef21e4cedef17da5318db6874222b39109630baab5398f81e124e340e78066a