Oct 12 06:28:15.049 INFO testing adobe-cmap-parser-0.3.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 06:28:15.049 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 06:28:15.589 INFO blam! f45a0afc0a56737440d1c0e0354bf0a8caad372112ef9e7e3b729caa61fd9b27 Oct 12 06:28:15.597 INFO running `"docker" "start" "-a" "f45a0afc0a56737440d1c0e0354bf0a8caad372112ef9e7e3b729caa61fd9b27"` Oct 12 06:28:17.007 INFO kablam! usermod: no changes Oct 12 06:28:17.104 INFO kablam! Compiling adobe-cmap-parser v0.3.3 (/source) Oct 12 06:28:19.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.87s Oct 12 06:28:19.928 INFO kablam! su: No module specific data is present Oct 12 06:28:20.632 INFO running `"docker" "rm" "-f" "f45a0afc0a56737440d1c0e0354bf0a8caad372112ef9e7e3b729caa61fd9b27"` Oct 12 06:28:20.876 INFO blam! f45a0afc0a56737440d1c0e0354bf0a8caad372112ef9e7e3b729caa61fd9b27 Oct 12 06:28:20.890 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 06:28:21.313 INFO blam! ee89808ab7d0a7b2d6b5315e41443d213dae0d53435b95dbe1f9511f130a5669 Oct 12 06:28:21.324 INFO running `"docker" "start" "-a" "ee89808ab7d0a7b2d6b5315e41443d213dae0d53435b95dbe1f9511f130a5669"` Oct 12 06:28:22.557 INFO kablam! usermod: no changes Oct 12 06:28:22.611 INFO kablam! Compiling adobe-cmap-parser v0.3.3 (/source) Oct 12 06:28:23.308 INFO kablam! warning: unused import: `std::path::Path` Oct 12 06:28:23.308 INFO kablam! --> examples/dump.rs:5:5 Oct 12 06:28:23.308 INFO kablam! | Oct 12 06:28:23.308 INFO kablam! 5 | use std::path::Path; Oct 12 06:28:23.309 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 06:28:23.309 INFO kablam! | Oct 12 06:28:23.309 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 06:28:23.309 INFO kablam! Oct 12 06:28:23.356 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 06:28:23.356 INFO kablam! --> examples/dump.rs:13:5 Oct 12 06:28:23.356 INFO kablam! | Oct 12 06:28:23.356 INFO kablam! 13 | f.read_to_end(&mut contents); Oct 12 06:28:23.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:28:23.356 INFO kablam! | Oct 12 06:28:23.356 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 06:28:23.356 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 06:28:23.356 INFO kablam! Oct 12 06:28:23.932 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 06:28:23.932 INFO kablam! --> src/lib.rs:257:9 Oct 12 06:28:23.932 INFO kablam! | Oct 12 06:28:23.932 INFO kablam! 257 | f.read_to_end(&mut contents); Oct 12 06:28:23.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:28:23.932 INFO kablam! | Oct 12 06:28:23.932 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 06:28:23.932 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 06:28:23.932 INFO kablam! Oct 12 06:28:25.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.87s Oct 12 06:28:25.460 INFO kablam! su: No module specific data is present Oct 12 06:28:25.863 INFO running `"docker" "rm" "-f" "ee89808ab7d0a7b2d6b5315e41443d213dae0d53435b95dbe1f9511f130a5669"` Oct 12 06:28:26.192 INFO blam! ee89808ab7d0a7b2d6b5315e41443d213dae0d53435b95dbe1f9511f130a5669