Oct 12 01:01:08.197 INFO testing dweet-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:01:08.197 INFO running `"docker" "create" "-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/test-source/worker-1/rustdoc-test-static-cling/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 12 01:01:08.404 INFO blam! a8d3a523db71454d3910b68183570cd9e0f11021f3d6e673e6a479fc56b47fb9 Oct 12 01:01:08.412 INFO running `"docker" "start" "-a" "a8d3a523db71454d3910b68183570cd9e0f11021f3d6e673e6a479fc56b47fb9"` Oct 12 01:01:09.479 INFO kablam! usermod: no changes Oct 12 01:01:09.640 INFO kablam! Compiling dweet v0.1.0 (/source) Oct 12 01:01:12.704 INFO kablam! warning: unused variable: `res` Oct 12 01:01:12.704 INFO kablam! --> src/lib.rs:27:13 Oct 12 01:01:12.704 INFO kablam! | Oct 12 01:01:12.704 INFO kablam! 27 | let res = client.post(&url).header(ContentType::json()).body(&json_string).send().unwrap(); Oct 12 01:01:12.704 INFO kablam! | ^^^ help: consider using `_res` instead Oct 12 01:01:12.704 INFO kablam! | Oct 12 01:01:12.704 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:01:12.704 INFO kablam! Oct 12 01:01:12.752 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:01:12.752 INFO kablam! --> src/lib.rs:35:9 Oct 12 01:01:12.752 INFO kablam! | Oct 12 01:01:12.752 INFO kablam! 35 | res.read_to_string(&mut json_data); Oct 12 01:01:12.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:01:12.752 INFO kablam! | Oct 12 01:01:12.752 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 01:01:12.752 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:01:12.752 INFO kablam! Oct 12 01:01:12.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.30s Oct 12 01:01:12.823 INFO kablam! su: No module specific data is present Oct 12 01:01:13.384 INFO running `"docker" "rm" "-f" "a8d3a523db71454d3910b68183570cd9e0f11021f3d6e673e6a479fc56b47fb9"` Oct 12 01:01:13.714 INFO blam! a8d3a523db71454d3910b68183570cd9e0f11021f3d6e673e6a479fc56b47fb9 Oct 12 01:01:13.722 INFO running `"docker" "create" "-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/test-source/worker-1/rustdoc-test-static-cling/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 12 01:01:14.234 INFO blam! 6b60704525cd9507c311ca1943dc0fe8217d1b7bb9d794e79b8d0957baae0c5e Oct 12 01:01:14.238 INFO running `"docker" "start" "-a" "6b60704525cd9507c311ca1943dc0fe8217d1b7bb9d794e79b8d0957baae0c5e"` Oct 12 01:01:15.400 INFO kablam! usermod: no changes Oct 12 01:01:15.580 INFO kablam! Compiling dweet v0.1.0 (/source) Oct 12 01:01:17.900 INFO kablam! warning: unused variable: `res` Oct 12 01:01:17.900 INFO kablam! --> src/lib.rs:27:13 Oct 12 01:01:17.900 INFO kablam! | Oct 12 01:01:17.900 INFO kablam! 27 | let res = client.post(&url).header(ContentType::json()).body(&json_string).send().unwrap(); Oct 12 01:01:17.900 INFO kablam! | ^^^ help: consider using `_res` instead Oct 12 01:01:17.900 INFO kablam! | Oct 12 01:01:17.900 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:01:17.900 INFO kablam! Oct 12 01:01:17.912 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:01:17.912 INFO kablam! --> src/lib.rs:35:9 Oct 12 01:01:17.912 INFO kablam! | Oct 12 01:01:17.912 INFO kablam! 35 | res.read_to_string(&mut json_data); Oct 12 01:01:17.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:01:17.912 INFO kablam! | Oct 12 01:01:17.912 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 01:01:17.912 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:01:17.912 INFO kablam! Oct 12 01:01:18.406 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.98s Oct 12 01:01:18.412 INFO kablam! su: No module specific data is present Oct 12 01:01:18.805 INFO running `"docker" "rm" "-f" "6b60704525cd9507c311ca1943dc0fe8217d1b7bb9d794e79b8d0957baae0c5e"` Oct 12 01:01:18.951 INFO blam! 6b60704525cd9507c311ca1943dc0fe8217d1b7bb9d794e79b8d0957baae0c5e Oct 12 01:01:18.960 INFO running `"docker" "create" "-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/test-source/worker-1/rustdoc-test-static-cling/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 12 01:01:19.212 INFO blam! 5499b398fb55d52a28e184ca58c3aa67df7c5c1d5bf1f2e30e163bfdbc7b9540 Oct 12 01:01:19.214 INFO running `"docker" "start" "-a" "5499b398fb55d52a28e184ca58c3aa67df7c5c1d5bf1f2e30e163bfdbc7b9540"` Oct 12 01:01:20.445 INFO kablam! usermod: no changes Oct 12 01:01:20.593 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 12 01:01:20.605 INFO kablam! Running /target/debug/deps/dweet-723a52763032eee6 Oct 12 01:01:20.618 INFO blam! Oct 12 01:01:20.618 INFO kablam! Doc-tests dweet Oct 12 01:01:20.618 INFO blam! running 0 tests Oct 12 01:01:20.618 INFO blam! Oct 12 01:01:20.618 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:01:20.618 INFO blam! Oct 12 01:01:24.841 INFO blam! Oct 12 01:01:24.841 INFO blam! running 0 tests Oct 12 01:01:24.842 INFO blam! Oct 12 01:01:24.842 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:01:24.842 INFO blam! Oct 12 01:01:24.848 INFO kablam! su: No module specific data is present Oct 12 01:01:25.458 INFO running `"docker" "rm" "-f" "5499b398fb55d52a28e184ca58c3aa67df7c5c1d5bf1f2e30e163bfdbc7b9540"` Oct 12 01:01:25.671 INFO blam! 5499b398fb55d52a28e184ca58c3aa67df7c5c1d5bf1f2e30e163bfdbc7b9540