Oct 10 19:50:48.944 INFO testing krishnakumar4a4/rust-epmd against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:50:48.944 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:50:48.944 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 19:50:49.419 INFO blam! 7529bca90c23b4042d83078e88de270f03e8cde2922724ee8ca3108db568c94d Oct 10 19:50:49.432 INFO running `"docker" "start" "-a" "7529bca90c23b4042d83078e88de270f03e8cde2922724ee8ca3108db568c94d"` Oct 10 19:50:50.620 INFO kablam! usermod: no changes Oct 10 19:50:50.668 INFO kablam! Compiling rust-empd v0.1.0 (/source) Oct 10 19:50:51.788 INFO kablam! warning: unused variable: `r_array` Oct 10 19:50:51.788 INFO kablam! --> src/main.rs:77:13 Oct 10 19:50:51.788 INFO kablam! | Oct 10 19:50:51.788 INFO kablam! 77 | let mut r_array: [u8; 30] = [0; 30]; Oct 10 19:50:51.788 INFO kablam! | ^^^^^^^ help: consider using `_r_array` instead Oct 10 19:50:51.788 INFO kablam! | Oct 10 19:50:51.788 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:50:51.788 INFO kablam! Oct 10 19:50:51.796 INFO kablam! warning: variable does not need to be mutable Oct 10 19:50:51.796 INFO kablam! --> src/main.rs:77:9 Oct 10 19:50:51.796 INFO kablam! | Oct 10 19:50:51.796 INFO kablam! 77 | let mut r_array: [u8; 30] = [0; 30]; Oct 10 19:50:51.796 INFO kablam! | ----^^^^^^^ Oct 10 19:50:51.796 INFO kablam! | | Oct 10 19:50:51.796 INFO kablam! | help: remove this `mut` Oct 10 19:50:51.796 INFO kablam! | Oct 10 19:50:51.796 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:50:51.796 INFO kablam! Oct 10 19:50:51.796 INFO kablam! warning: function is never used: `ask_port` Oct 10 19:50:51.796 INFO kablam! --> src/main.rs:50:1 Oct 10 19:50:51.796 INFO kablam! | Oct 10 19:50:51.796 INFO kablam! 50 | fn ask_port(stream: &mut TcpStream) { Oct 10 19:50:51.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:50:51.796 INFO kablam! | Oct 10 19:50:51.796 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:50:51.796 INFO kablam! Oct 10 19:50:51.797 INFO kablam! warning: variable `bufVec` should have a snake case name such as `buf_vec` Oct 10 19:50:51.797 INFO kablam! --> src/main.rs:19:9 Oct 10 19:50:51.797 INFO kablam! | Oct 10 19:50:51.797 INFO kablam! 19 | let mut bufVec: [u8; 22] = [0; 22]; Oct 10 19:50:51.797 INFO kablam! | ^^^^^^^^^^ Oct 10 19:50:51.797 INFO kablam! | Oct 10 19:50:51.797 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:50:51.797 INFO kablam! Oct 10 19:50:52.458 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Oct 10 19:50:52.461 INFO kablam! su: No module specific data is present Oct 10 19:50:53.258 INFO running `"docker" "rm" "-f" "7529bca90c23b4042d83078e88de270f03e8cde2922724ee8ca3108db568c94d"` Oct 10 19:50:53.524 INFO blam! 7529bca90c23b4042d83078e88de270f03e8cde2922724ee8ca3108db568c94d Oct 10 19:50:53.533 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:50:53.534 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 19:50:53.924 INFO blam! 4862a002aa968a14c8e682c9e20f759eab6fc3afc647ed1e46273b323c117f93 Oct 10 19:50:53.925 INFO running `"docker" "start" "-a" "4862a002aa968a14c8e682c9e20f759eab6fc3afc647ed1e46273b323c117f93"` Oct 10 19:50:54.996 INFO kablam! usermod: no changes Oct 10 19:50:55.044 INFO kablam! Compiling rust-empd v0.1.0 (/source) Oct 10 19:50:56.348 INFO kablam! warning: unused variable: `r_array` Oct 10 19:50:56.348 INFO kablam! --> src/main.rs:77:13 Oct 10 19:50:56.348 INFO kablam! | Oct 10 19:50:56.348 INFO kablam! 77 | let mut r_array: [u8; 30] = [0; 30]; Oct 10 19:50:56.348 INFO kablam! | ^^^^^^^ help: consider using `_r_array` instead Oct 10 19:50:56.348 INFO kablam! | Oct 10 19:50:56.348 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:50:56.348 INFO kablam! Oct 10 19:50:56.370 INFO kablam! warning: variable does not need to be mutable Oct 10 19:50:56.370 INFO kablam! --> src/main.rs:77:9 Oct 10 19:50:56.370 INFO kablam! | Oct 10 19:50:56.370 INFO kablam! 77 | let mut r_array: [u8; 30] = [0; 30]; Oct 10 19:50:56.370 INFO kablam! | ----^^^^^^^ Oct 10 19:50:56.370 INFO kablam! | | Oct 10 19:50:56.370 INFO kablam! | help: remove this `mut` Oct 10 19:50:56.370 INFO kablam! | Oct 10 19:50:56.372 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:50:56.372 INFO kablam! Oct 10 19:50:56.372 INFO kablam! warning: function is never used: `ask_port` Oct 10 19:50:56.372 INFO kablam! --> src/main.rs:50:1 Oct 10 19:50:56.372 INFO kablam! | Oct 10 19:50:56.372 INFO kablam! 50 | fn ask_port(stream: &mut TcpStream) { Oct 10 19:50:56.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:50:56.372 INFO kablam! | Oct 10 19:50:56.372 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:50:56.372 INFO kablam! Oct 10 19:50:56.372 INFO kablam! warning: variable `bufVec` should have a snake case name such as `buf_vec` Oct 10 19:50:56.372 INFO kablam! --> src/main.rs:19:9 Oct 10 19:50:56.372 INFO kablam! | Oct 10 19:50:56.372 INFO kablam! 19 | let mut bufVec: [u8; 22] = [0; 22]; Oct 10 19:50:56.372 INFO kablam! | ^^^^^^^^^^ Oct 10 19:50:56.372 INFO kablam! | Oct 10 19:50:56.372 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:50:56.372 INFO kablam! Oct 10 19:50:57.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.05s Oct 10 19:50:57.079 INFO kablam! su: No module specific data is present Oct 10 19:50:57.857 INFO running `"docker" "rm" "-f" "4862a002aa968a14c8e682c9e20f759eab6fc3afc647ed1e46273b323c117f93"` Oct 10 19:50:58.086 INFO blam! 4862a002aa968a14c8e682c9e20f759eab6fc3afc647ed1e46273b323c117f93 Oct 10 19:50:58.092 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:50:58.093 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 19:50:58.696 INFO blam! 3d82297aae3b01e923c67d5fb8ef2620f856e239122475d21027547982c28c23 Oct 10 19:50:58.707 INFO running `"docker" "start" "-a" "3d82297aae3b01e923c67d5fb8ef2620f856e239122475d21027547982c28c23"` Oct 10 19:50:59.840 INFO kablam! usermod: no changes Oct 10 19:50:59.886 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 19:50:59.886 INFO kablam! Running /target/debug/deps/rust_empd-7ddfd35fd7d7b74b Oct 10 19:50:59.887 INFO blam! Oct 10 19:50:59.887 INFO blam! running 1 test Oct 10 19:50:59.888 INFO blam! test tests::it_works ... ok Oct 10 19:50:59.888 INFO blam! Oct 10 19:50:59.888 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:50:59.888 INFO blam! Oct 10 19:50:59.896 INFO kablam! Running /target/debug/deps/rust_empd-ba67f1a0e3fd0afa Oct 10 19:50:59.904 INFO blam! Oct 10 19:50:59.904 INFO blam! running 0 tests Oct 10 19:50:59.904 INFO blam! Oct 10 19:50:59.904 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:50:59.904 INFO blam! Oct 10 19:50:59.908 INFO kablam! Doc-tests rust-empd Oct 10 19:51:00.879 INFO blam! Oct 10 19:51:00.879 INFO blam! running 0 tests Oct 10 19:51:00.879 INFO blam! Oct 10 19:51:00.879 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:51:00.879 INFO blam! Oct 10 19:51:00.885 INFO kablam! su: No module specific data is present Oct 10 19:51:01.221 INFO running `"docker" "rm" "-f" "3d82297aae3b01e923c67d5fb8ef2620f856e239122475d21027547982c28c23"` Oct 10 19:51:01.422 INFO blam! 3d82297aae3b01e923c67d5fb8ef2620f856e239122475d21027547982c28c23