Oct 16 05:19:20.322 INFO testing irclap-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 05:19:20.322 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 16 05:19:20.523 INFO blam! 6c1c2aa0ce8e6a8a5a4da2752a5646e8fc89b0434cf059cf19beb03bca841601 Oct 16 05:19:20.528 INFO running `"docker" "start" "-a" "6c1c2aa0ce8e6a8a5a4da2752a5646e8fc89b0434cf059cf19beb03bca841601"` Oct 16 05:19:20.898 INFO kablam! usermod: no changes Oct 16 05:19:21.116 INFO kablam! Compiling tokio-mockstream v1.1.0 Oct 16 05:19:21.116 INFO kablam! Compiling tokio-tls v0.2.0 Oct 16 05:19:22.668 INFO kablam! Compiling irc v0.13.6 Oct 16 05:19:32.819 INFO kablam! Compiling irclap v0.1.0 (/source) Oct 16 05:19:39.115 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 16 05:19:39.115 INFO kablam! --> src/lib.rs:11:12 Oct 16 05:19:39.115 INFO kablam! | Oct 16 05:19:39.115 INFO kablam! 11 | #![feature(conservative_impl_trait)] Oct 16 05:19:39.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 05:19:39.115 INFO kablam! | Oct 16 05:19:39.115 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 05:19:39.115 INFO kablam! Oct 16 05:19:39.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.50s Oct 16 05:19:39.434 INFO kablam! su: No module specific data is present Oct 16 05:19:39.764 INFO running `"docker" "rm" "-f" "6c1c2aa0ce8e6a8a5a4da2752a5646e8fc89b0434cf059cf19beb03bca841601"` Oct 16 05:19:39.824 INFO blam! 6c1c2aa0ce8e6a8a5a4da2752a5646e8fc89b0434cf059cf19beb03bca841601 Oct 16 05:19:39.825 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 16 05:19:40.056 INFO blam! 16d5d73620717b2d99123484c59f3795890f783076985f6b1d0ebd269386744d Oct 16 05:19:40.058 INFO running `"docker" "start" "-a" "16d5d73620717b2d99123484c59f3795890f783076985f6b1d0ebd269386744d"` Oct 16 05:19:40.491 INFO kablam! usermod: no changes Oct 16 05:19:40.667 INFO kablam! Compiling irclap v0.1.0 (/source) Oct 16 05:19:46.463 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 05:19:46.463 INFO kablam! --> examples/echo.rs:26:5 Oct 16 05:19:46.463 INFO kablam! | Oct 16 05:19:46.463 INFO kablam! 26 | responder.send_message(&message); Oct 16 05:19:46.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 05:19:46.463 INFO kablam! | Oct 16 05:19:46.463 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 05:19:46.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 05:19:46.463 INFO kablam! Oct 16 05:19:46.566 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 16 05:19:46.566 INFO kablam! --> src/lib.rs:11:12 Oct 16 05:19:46.566 INFO kablam! | Oct 16 05:19:46.566 INFO kablam! 11 | #![feature(conservative_impl_trait)] Oct 16 05:19:46.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 05:19:46.566 INFO kablam! | Oct 16 05:19:46.566 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 05:19:46.566 INFO kablam! Oct 16 05:19:50.276 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.77s Oct 16 05:19:50.288 INFO kablam! su: No module specific data is present Oct 16 05:19:50.593 INFO running `"docker" "rm" "-f" "16d5d73620717b2d99123484c59f3795890f783076985f6b1d0ebd269386744d"` Oct 16 05:19:50.669 INFO blam! 16d5d73620717b2d99123484c59f3795890f783076985f6b1d0ebd269386744d Oct 16 05:19:50.673 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 16 05:19:50.851 INFO blam! 0e45479b0eaf36a82ebf745771cce275fe416a1c7b9975874c778642d1444792 Oct 16 05:19:50.854 INFO running `"docker" "start" "-a" "0e45479b0eaf36a82ebf745771cce275fe416a1c7b9975874c778642d1444792"` Oct 16 05:19:51.259 INFO kablam! usermod: no changes Oct 16 05:19:51.390 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 16 05:19:51.403 INFO kablam! Running /target/debug/deps/irclap-932b3a71cb9b90a6 Oct 16 05:19:51.408 INFO blam! Oct 16 05:19:51.408 INFO blam! running 1 test Oct 16 05:19:51.408 INFO blam! test irc_util::test::can_strip_botname_from_msg ... ok Oct 16 05:19:51.408 INFO blam! Oct 16 05:19:51.408 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:19:51.408 INFO blam! Oct 16 05:19:51.409 INFO kablam! Doc-tests irclap Oct 16 05:20:01.437 INFO blam! Oct 16 05:20:01.437 INFO blam! running 1 test Oct 16 05:20:14.039 INFO blam! test src/lib.rs - IrclapSimpleContextMapping::user_only (line 131) ... ok Oct 16 05:20:14.039 INFO blam! Oct 16 05:20:14.039 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:20:14.039 INFO blam! Oct 16 05:20:14.048 INFO kablam! su: No module specific data is present Oct 16 05:20:14.382 INFO running `"docker" "rm" "-f" "0e45479b0eaf36a82ebf745771cce275fe416a1c7b9975874c778642d1444792"` Oct 16 05:20:14.451 INFO blam! 0e45479b0eaf36a82ebf745771cce275fe416a1c7b9975874c778642d1444792