Oct 16 06:56:37.559 INFO testing hackchat-0.1.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 06:56:37.559 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 06:56:37.886 INFO blam! 746c270601405968cb19e845b730092f5e12315775dd68e07f9843ea94704294 Oct 16 06:56:37.892 INFO running `"docker" "start" "-a" "746c270601405968cb19e845b730092f5e12315775dd68e07f9843ea94704294"` Oct 16 06:56:38.307 INFO kablam! usermod: no changes Oct 16 06:56:38.440 INFO kablam! Compiling websocket v0.17.1 Oct 16 06:56:41.964 INFO kablam! Compiling hackchat v0.1.4 (/source) Oct 16 06:56:44.512 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 06:56:44.512 INFO kablam! --> src/lib.rs:133:17 Oct 16 06:56:44.512 INFO kablam! | Oct 16 06:56:44.512 INFO kablam! 133 | thread::sleep_ms(60 * 1000); Oct 16 06:56:44.512 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 06:56:44.512 INFO kablam! | Oct 16 06:56:44.512 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:56:44.512 INFO kablam! Oct 16 06:56:46.053 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.73s Oct 16 06:56:46.060 INFO kablam! su: No module specific data is present Oct 16 06:56:46.860 INFO running `"docker" "rm" "-f" "746c270601405968cb19e845b730092f5e12315775dd68e07f9843ea94704294"` Oct 16 06:56:47.107 INFO blam! 746c270601405968cb19e845b730092f5e12315775dd68e07f9843ea94704294 Oct 16 06:56:47.110 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 06:56:47.448 INFO blam! c9e65860f19b7c6745d9485334079e748eb922d83df227bb7b4cda0bce763c20 Oct 16 06:56:47.451 INFO running `"docker" "start" "-a" "c9e65860f19b7c6745d9485334079e748eb922d83df227bb7b4cda0bce763c20"` Oct 16 06:56:48.487 INFO kablam! usermod: no changes Oct 16 06:56:48.582 INFO kablam! Compiling hackchat v0.1.4 (/source) Oct 16 06:56:51.140 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 06:56:51.140 INFO kablam! --> src/lib.rs:133:17 Oct 16 06:56:51.140 INFO kablam! | Oct 16 06:56:51.140 INFO kablam! 133 | thread::sleep_ms(60 * 1000); Oct 16 06:56:51.140 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 06:56:51.140 INFO kablam! | Oct 16 06:56:51.140 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:56:51.140 INFO kablam! Oct 16 06:56:51.179 INFO kablam! warning: unused variable: `trip_code` Oct 16 06:56:51.179 INFO kablam! --> examples/testbot.rs:11:47 Oct 16 06:56:51.179 INFO kablam! | Oct 16 06:56:51.179 INFO kablam! 11 | ChatEvent::Message(nick, message, trip_code) => { Oct 16 06:56:51.179 INFO kablam! | ^^^^^^^^^ help: consider using `_trip_code` instead Oct 16 06:56:51.179 INFO kablam! | Oct 16 06:56:51.179 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 06:56:51.179 INFO kablam! Oct 16 06:56:53.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.64s Oct 16 06:56:53.158 INFO kablam! su: No module specific data is present Oct 16 06:56:53.440 INFO running `"docker" "rm" "-f" "c9e65860f19b7c6745d9485334079e748eb922d83df227bb7b4cda0bce763c20"` Oct 16 06:56:53.537 INFO blam! c9e65860f19b7c6745d9485334079e748eb922d83df227bb7b4cda0bce763c20