Oct 15 15:26:27.119 INFO testing type1-encoding-parser-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:26:27.119 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:27.426 INFO blam! 43dcf7e9a90c5eb0479d711cf735fff459aea58557a86a866dc0b50f623841e9 Oct 15 15:26:27.428 INFO running `"docker" "start" "-a" "43dcf7e9a90c5eb0479d711cf735fff459aea58557a86a866dc0b50f623841e9"` Oct 15 15:26:27.974 INFO kablam! usermod: no changes Oct 15 15:26:28.009 INFO kablam! Compiling type1-encoding-parser v0.1.0 (/source) Oct 15 15:26:28.675 INFO kablam! warning: unused variable: `count` Oct 15 15:26:28.675 INFO kablam! --> src/lib.rs:178:29 Oct 15 15:26:28.675 INFO kablam! | Oct 15 15:26:28.675 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:28.675 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 15:26:28.675 INFO kablam! | Oct 15 15:26:28.675 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:26:28.675 INFO kablam! Oct 15 15:26:30.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.27s Oct 15 15:26:30.271 INFO kablam! su: No module specific data is present Oct 15 15:26:31.195 INFO running `"docker" "rm" "-f" "43dcf7e9a90c5eb0479d711cf735fff459aea58557a86a866dc0b50f623841e9"` Oct 15 15:26:31.517 INFO blam! 43dcf7e9a90c5eb0479d711cf735fff459aea58557a86a866dc0b50f623841e9 Oct 15 15:26:31.525 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:31.947 INFO blam! 230ac09463842c0e62fd813fdbf74c03436916fc093c36bc86eee058f86517e7 Oct 15 15:26:31.951 INFO running `"docker" "start" "-a" "230ac09463842c0e62fd813fdbf74c03436916fc093c36bc86eee058f86517e7"` Oct 15 15:26:33.115 INFO kablam! usermod: no changes Oct 15 15:26:33.175 INFO kablam! Compiling type1-encoding-parser v0.1.0 (/source) Oct 15 15:26:33.839 INFO kablam! warning: unused import: `std::path::Path` Oct 15 15:26:33.839 INFO kablam! --> examples/dump.rs:5:5 Oct 15 15:26:33.839 INFO kablam! | Oct 15 15:26:33.839 INFO kablam! 5 | use std::path::Path; Oct 15 15:26:33.839 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 15:26:33.839 INFO kablam! | Oct 15 15:26:33.851 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:26:33.851 INFO kablam! Oct 15 15:26:33.898 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 15:26:33.898 INFO kablam! --> examples/dump.rs:13:5 Oct 15 15:26:33.898 INFO kablam! | Oct 15 15:26:33.898 INFO kablam! 13 | f.read_to_end(&mut contents); Oct 15 15:26:33.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:26:33.898 INFO kablam! | Oct 15 15:26:33.898 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 15:26:33.898 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 15:26:33.898 INFO kablam! Oct 15 15:26:34.283 INFO kablam! warning: unused variable: `count` Oct 15 15:26:34.283 INFO kablam! --> src/lib.rs:178:29 Oct 15 15:26:34.283 INFO kablam! | Oct 15 15:26:34.283 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.283 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 15 15:26:34.283 INFO kablam! | Oct 15 15:26:34.283 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:26:34.283 INFO kablam! Oct 15 15:26:34.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 15:26:34.323 INFO kablam! --> src/lib.rs:237:9 Oct 15 15:26:34.323 INFO kablam! | Oct 15 15:26:34.323 INFO kablam! 237 | f.read_to_end(&mut contents); Oct 15 15:26:34.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:26:34.323 INFO kablam! | Oct 15 15:26:34.323 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 15:26:34.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 15:26:34.323 INFO kablam! Oct 15 15:26:36.877 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.74s Oct 15 15:26:36.880 INFO kablam! su: No module specific data is present Oct 15 15:26:37.818 INFO running `"docker" "rm" "-f" "230ac09463842c0e62fd813fdbf74c03436916fc093c36bc86eee058f86517e7"` Oct 15 15:26:38.063 INFO blam! 230ac09463842c0e62fd813fdbf74c03436916fc093c36bc86eee058f86517e7