Oct 13 06:45:45.329 INFO testing mortonar/rust-xmpp-server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:45:45.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 13 06:45:45.875 INFO blam! cabb9bfe719d4decd30371bf7b77ab4d13d9225143b2c0c0727217cc5a7d910c Oct 13 06:45:45.878 INFO running `"docker" "start" "-a" "cabb9bfe719d4decd30371bf7b77ab4d13d9225143b2c0c0727217cc5a7d910c"` Oct 13 06:45:47.136 INFO kablam! usermod: no changes Oct 13 06:45:47.199 INFO kablam! Compiling xml-rs v0.6.0 Oct 13 06:45:49.887 INFO kablam! Compiling rust-xmpp-server v0.0.1 (/source) Oct 13 06:45:50.079 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 06:45:50.079 INFO kablam! --> src/main.rs:11:19 Oct 13 06:45:50.079 INFO kablam! | Oct 13 06:45:50.080 INFO kablam! 11 | let port = if (args.len() != 2) { Oct 13 06:45:50.080 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 06:45:50.080 INFO kablam! | Oct 13 06:45:50.081 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 06:45:50.081 INFO kablam! Oct 13 06:45:50.131 INFO kablam! warning: field is never used: `tcp_stream` Oct 13 06:45:50.131 INFO kablam! --> src/client_session.rs:5:5 Oct 13 06:45:50.131 INFO kablam! | Oct 13 06:45:50.131 INFO kablam! 5 | tcp_stream: TcpStream Oct 13 06:45:50.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:45:50.131 INFO kablam! | Oct 13 06:45:50.131 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:45:50.131 INFO kablam! Oct 13 06:45:50.626 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.45s Oct 13 06:45:50.628 INFO kablam! su: No module specific data is present Oct 13 06:45:50.890 INFO running `"docker" "rm" "-f" "cabb9bfe719d4decd30371bf7b77ab4d13d9225143b2c0c0727217cc5a7d910c"` Oct 13 06:45:50.961 INFO blam! cabb9bfe719d4decd30371bf7b77ab4d13d9225143b2c0c0727217cc5a7d910c Oct 13 06:45:50.964 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 13 06:45:51.175 INFO blam! 4d28b8dd8e781e36a766e34ddc5e9d84ab8b063c8caa77b9266a215ccfde699e Oct 13 06:45:51.176 INFO running `"docker" "start" "-a" "4d28b8dd8e781e36a766e34ddc5e9d84ab8b063c8caa77b9266a215ccfde699e"` Oct 13 06:45:51.470 INFO kablam! usermod: no changes Oct 13 06:45:51.496 INFO kablam! Compiling rust-xmpp-server v0.0.1 (/source) Oct 13 06:45:51.747 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 06:45:51.748 INFO kablam! --> src/main.rs:11:19 Oct 13 06:45:51.748 INFO kablam! | Oct 13 06:45:51.748 INFO kablam! 11 | let port = if (args.len() != 2) { Oct 13 06:45:51.748 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 06:45:51.749 INFO kablam! | Oct 13 06:45:51.749 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 06:45:51.749 INFO kablam! Oct 13 06:45:51.795 INFO kablam! warning: field is never used: `tcp_stream` Oct 13 06:45:51.796 INFO kablam! --> src/client_session.rs:5:5 Oct 13 06:45:51.796 INFO kablam! | Oct 13 06:45:51.796 INFO kablam! 5 | tcp_stream: TcpStream Oct 13 06:45:51.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:45:51.797 INFO kablam! | Oct 13 06:45:51.797 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:45:51.797 INFO kablam! Oct 13 06:45:52.197 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 13 06:45:52.199 INFO kablam! su: No module specific data is present Oct 13 06:45:52.607 INFO running `"docker" "rm" "-f" "4d28b8dd8e781e36a766e34ddc5e9d84ab8b063c8caa77b9266a215ccfde699e"` Oct 13 06:45:52.752 INFO blam! 4d28b8dd8e781e36a766e34ddc5e9d84ab8b063c8caa77b9266a215ccfde699e Oct 13 06:45:52.755 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 13 06:45:52.974 INFO blam! 769e74a1c3ab3d1bcddda2d735221719a4f032a6457facebeb1cae3f6861633e Oct 13 06:45:52.976 INFO running `"docker" "start" "-a" "769e74a1c3ab3d1bcddda2d735221719a4f032a6457facebeb1cae3f6861633e"` Oct 13 06:45:53.427 INFO kablam! usermod: no changes Oct 13 06:45:53.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 06:45:53.452 INFO kablam! Running /target/debug/deps/rust_xmpp_server-cd4a7851cf5b0c91 Oct 13 06:45:53.456 INFO blam! Oct 13 06:45:53.456 INFO blam! running 0 tests Oct 13 06:45:53.456 INFO blam! Oct 13 06:45:53.456 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:45:53.456 INFO blam! Oct 13 06:45:53.458 INFO kablam! su: No module specific data is present Oct 13 06:45:53.768 INFO running `"docker" "rm" "-f" "769e74a1c3ab3d1bcddda2d735221719a4f032a6457facebeb1cae3f6861633e"` Oct 13 06:45:53.907 INFO blam! 769e74a1c3ab3d1bcddda2d735221719a4f032a6457facebeb1cae3f6861633e