Oct 15 15:26:32.259 INFO testing type1-encoding-parser-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 15:26:32.260 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 15:26:32.745 INFO blam! aa3279ba471f9b7fa700f3632fab7a3f6fea08c1113d4e0f6f82fcce17c6c5ff Oct 15 15:26:32.746 INFO running `"docker" "start" "-a" "aa3279ba471f9b7fa700f3632fab7a3f6fea08c1113d4e0f6f82fcce17c6c5ff"` Oct 15 15:26:33.923 INFO kablam! usermod: no changes Oct 15 15:26:33.963 INFO kablam! Compiling type1-encoding-parser v0.1.0 (/source) Oct 15 15:26:34.655 INFO kablam! warning: unused variable: `count` Oct 15 15:26:34.655 INFO kablam! --> src/lib.rs:178:29 Oct 15 15:26:34.655 INFO kablam! | Oct 15 15:26:34.655 INFO kablam! 178 | let count = if let &Value::Integer(ref c) = &lexed[i-1] { Ok(*c) } else { Err("array expected int") }?; Oct 15 15:26:34.655 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 15:26:34.655 INFO kablam! | Oct 15 15:26:34.655 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:26:34.655 INFO kablam! Oct 15 15:26:36.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.93s Oct 15 15:26:36.874 INFO kablam! su: No module specific data is present Oct 15 15:26:37.844 INFO running `"docker" "rm" "-f" "aa3279ba471f9b7fa700f3632fab7a3f6fea08c1113d4e0f6f82fcce17c6c5ff"` Oct 15 15:26:38.155 INFO blam! aa3279ba471f9b7fa700f3632fab7a3f6fea08c1113d4e0f6f82fcce17c6c5ff Oct 15 15:26:38.171 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 15:26:38.641 INFO blam! c345e3a9cd0b7eb45a02b64b7de213fe643f1a389a7ed6d2a50fcf95e03d90f8 Oct 15 15:26:38.643 INFO running `"docker" "start" "-a" "c345e3a9cd0b7eb45a02b64b7de213fe643f1a389a7ed6d2a50fcf95e03d90f8"` Oct 15 15:26:40.075 INFO kablam! usermod: no changes Oct 15 15:26:40.146 INFO kablam! Compiling type1-encoding-parser v0.1.0 (/source) Oct 15 15:26:40.711 INFO kablam! warning: unused import: `std::path::Path` Oct 15 15:26:40.711 INFO kablam! --> examples/dump.rs:5:5 Oct 15 15:26:40.711 INFO kablam! | Oct 15 15:26:40.711 INFO kablam! 5 | use std::path::Path; Oct 15 15:26:40.711 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 15:26:40.711 INFO kablam! | Oct 15 15:26:40.711 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:26:40.711 INFO kablam! Oct 15 15:26:40.807 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 15:26:40.807 INFO kablam! --> examples/dump.rs:13:5 Oct 15 15:26:40.807 INFO kablam! | Oct 15 15:26:40.807 INFO kablam! 13 | f.read_to_end(&mut contents); Oct 15 15:26:40.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:26:40.807 INFO kablam! | Oct 15 15:26:40.807 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 15:26:40.807 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 15:26:40.807 INFO kablam! Oct 15 15:26:41.031 INFO kablam! warning: unused variable: `count` Oct 15 15:26:41.031 INFO kablam! --> src/lib.rs:178:29 Oct 15 15:26:41.031 INFO kablam! | Oct 15 15:26:41.031 INFO kablam! 178 | let count = if let &Value::Integer(ref c) = &lexed[i-1] { Ok(*c) } else { Err("array expected int") }?; Oct 15 15:26:41.031 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 15:26:41.031 INFO kablam! | Oct 15 15:26:41.031 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:26:41.031 INFO kablam! Oct 15 15:26:41.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 15:26:41.119 INFO kablam! --> src/lib.rs:237:9 Oct 15 15:26:41.119 INFO kablam! | Oct 15 15:26:41.119 INFO kablam! 237 | f.read_to_end(&mut contents); Oct 15 15:26:41.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:26:41.119 INFO kablam! | Oct 15 15:26:41.119 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 15:26:41.120 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 15:26:41.120 INFO kablam! Oct 15 15:26:43.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.30s Oct 15 15:26:43.407 INFO kablam! su: No module specific data is present Oct 15 15:26:44.219 INFO running `"docker" "rm" "-f" "c345e3a9cd0b7eb45a02b64b7de213fe643f1a389a7ed6d2a50fcf95e03d90f8"` Oct 15 15:26:44.499 INFO blam! c345e3a9cd0b7eb45a02b64b7de213fe643f1a389a7ed6d2a50fcf95e03d90f8