Oct 16 03:20:29.220 INFO testing m3u8-rs-1.0.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 03:20:29.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 03:20:29.452 INFO blam! 091c7a16ee3fe386a4f0e518e48ac386d124287bef1a0a4dc420e71454f79759 Oct 16 03:20:29.457 INFO running `"docker" "start" "-a" "091c7a16ee3fe386a4f0e518e48ac386d124287bef1a0a4dc420e71454f79759"` Oct 16 03:20:29.830 INFO kablam! usermod: no changes Oct 16 03:20:29.859 INFO kablam! Compiling m3u8-rs v1.0.4 (/source) Oct 16 03:20:30.484 INFO kablam! warning: unused `#[macro_use]` import Oct 16 03:20:30.484 INFO kablam! --> src/lib.rs:91:1 Oct 16 03:20:30.484 INFO kablam! | Oct 16 03:20:30.484 INFO kablam! 91 | #[macro_use] Oct 16 03:20:30.484 INFO kablam! | ^^^^^^^^^^^^ Oct 16 03:20:30.484 INFO kablam! | Oct 16 03:20:30.484 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:20:30.484 INFO kablam! Oct 16 03:20:32.481 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.63s Oct 16 03:20:32.484 INFO kablam! su: No module specific data is present Oct 16 03:20:32.808 INFO running `"docker" "rm" "-f" "091c7a16ee3fe386a4f0e518e48ac386d124287bef1a0a4dc420e71454f79759"` Oct 16 03:20:32.911 INFO blam! 091c7a16ee3fe386a4f0e518e48ac386d124287bef1a0a4dc420e71454f79759 Oct 16 03:20:32.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 03:20:33.368 INFO blam! 6924d6df1d356a93e2edcffc334a2c8b39e886f18279a84bf15e0cbcd85b127a Oct 16 03:20:33.370 INFO running `"docker" "start" "-a" "6924d6df1d356a93e2edcffc334a2c8b39e886f18279a84bf15e0cbcd85b127a"` Oct 16 03:20:34.575 INFO kablam! usermod: no changes Oct 16 03:20:34.631 INFO kablam! Compiling m3u8-rs v1.0.4 (/source) Oct 16 03:20:35.535 INFO kablam! warning: unused variable: `i` Oct 16 03:20:35.535 INFO kablam! --> examples/with_nom_result.rs:16:23 Oct 16 03:20:35.535 INFO kablam! | Oct 16 03:20:35.535 INFO kablam! 16 | IResult::Done(i, playlist) => playlist, Oct 16 03:20:35.535 INFO kablam! | ^ help: consider using `_i` instead Oct 16 03:20:35.535 INFO kablam! | Oct 16 03:20:35.535 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 03:20:35.535 INFO kablam! Oct 16 03:20:35.535 INFO kablam! warning: unused variable: `i` Oct 16 03:20:35.535 INFO kablam! --> examples/with_nom_result.rs:35:23 Oct 16 03:20:35.535 INFO kablam! | Oct 16 03:20:35.535 INFO kablam! 35 | IResult::Done(i, Playlist::MasterPlaylist(pl)) => println!("Master playlist:\n{:?}", pl), Oct 16 03:20:35.535 INFO kablam! | ^ help: consider using `_i` instead Oct 16 03:20:35.535 INFO kablam! Oct 16 03:20:35.535 INFO kablam! warning: unused variable: `i` Oct 16 03:20:35.535 INFO kablam! --> examples/with_nom_result.rs:36:23 Oct 16 03:20:35.535 INFO kablam! | Oct 16 03:20:35.535 INFO kablam! 36 | IResult::Done(i, Playlist::MediaPlaylist(pl)) => println!("Media playlist:\n{:?}", pl), Oct 16 03:20:35.535 INFO kablam! | ^ help: consider using `_i` instead Oct 16 03:20:35.535 INFO kablam! Oct 16 03:20:35.587 INFO kablam! warning: function is never used: `main_alt` Oct 16 03:20:35.587 INFO kablam! --> examples/with_nom_result.rs:27:1 Oct 16 03:20:35.588 INFO kablam! | Oct 16 03:20:35.588 INFO kablam! 27 | fn main_alt() { Oct 16 03:20:35.588 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 03:20:35.589 INFO kablam! | Oct 16 03:20:35.589 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:20:35.589 INFO kablam! Oct 16 03:20:35.799 INFO kablam! warning: unused `#[macro_use]` import Oct 16 03:20:35.800 INFO kablam! --> src/lib.rs:91:1 Oct 16 03:20:35.800 INFO kablam! | Oct 16 03:20:35.800 INFO kablam! 91 | #[macro_use] Oct 16 03:20:35.801 INFO kablam! | ^^^^^^^^^^^^ Oct 16 03:20:35.801 INFO kablam! | Oct 16 03:20:35.802 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:20:35.802 INFO kablam! Oct 16 03:20:37.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.82s Oct 16 03:20:37.440 INFO kablam! su: No module specific data is present Oct 16 03:20:37.652 INFO running `"docker" "rm" "-f" "6924d6df1d356a93e2edcffc334a2c8b39e886f18279a84bf15e0cbcd85b127a"` Oct 16 03:20:37.733 INFO blam! 6924d6df1d356a93e2edcffc334a2c8b39e886f18279a84bf15e0cbcd85b127a