Oct 11 09:22:29.753 INFO testing type1-encoding-parser-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:22:29.753 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:22:29.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:22:30.104 INFO blam! 92e9d46c3d36c0ab9168eaadcd5bf3795c3d2ece8263360969daba2982587e77 Oct 11 09:22:30.106 INFO running `"docker" "start" "-a" "92e9d46c3d36c0ab9168eaadcd5bf3795c3d2ece8263360969daba2982587e77"` Oct 11 09:22:31.269 INFO kablam! usermod: no changes Oct 11 09:22:31.306 INFO kablam! Compiling type1-encoding-parser v0.1.0 (/source) Oct 11 09:22:32.144 INFO kablam! warning: unused variable: `count` Oct 11 09:22:32.144 INFO kablam! --> src/lib.rs:178:29 Oct 11 09:22:32.144 INFO kablam! | Oct 11 09:22:32.144 INFO kablam! 178 | let count = if let &Value::Integer(ref c) = &lexed[i-1] { Ok(*c) } else { Err("array expected int") }?; Oct 11 09:22:32.144 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 11 09:22:32.144 INFO kablam! | Oct 11 09:22:32.144 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 09:22:32.144 INFO kablam! Oct 11 09:22:33.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Oct 11 09:22:33.676 INFO kablam! su: No module specific data is present Oct 11 09:22:34.320 INFO running `"docker" "rm" "-f" "92e9d46c3d36c0ab9168eaadcd5bf3795c3d2ece8263360969daba2982587e77"` Oct 11 09:22:34.740 INFO blam! 92e9d46c3d36c0ab9168eaadcd5bf3795c3d2ece8263360969daba2982587e77 Oct 11 09:22:34.745 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:22:34.746 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:22:35.128 INFO blam! 9c1ee64ec58a710a9f47cdd288a5014c4f504aeb5ded3322730afa637c7ad12d Oct 11 09:22:35.132 INFO running `"docker" "start" "-a" "9c1ee64ec58a710a9f47cdd288a5014c4f504aeb5ded3322730afa637c7ad12d"` Oct 11 09:22:36.152 INFO kablam! usermod: no changes Oct 11 09:22:36.208 INFO kablam! Compiling type1-encoding-parser v0.1.0 (/source) Oct 11 09:22:37.221 INFO kablam! warning: unused import: `std::path::Path` Oct 11 09:22:37.221 INFO kablam! --> examples/dump.rs:5:5 Oct 11 09:22:37.221 INFO kablam! | Oct 11 09:22:37.221 INFO kablam! 5 | use std::path::Path; Oct 11 09:22:37.221 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 09:22:37.221 INFO kablam! | Oct 11 09:22:37.221 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 09:22:37.221 INFO kablam! Oct 11 09:22:37.293 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 09:22:37.293 INFO kablam! --> examples/dump.rs:13:5 Oct 11 09:22:37.293 INFO kablam! | Oct 11 09:22:37.294 INFO kablam! 13 | f.read_to_end(&mut contents); Oct 11 09:22:37.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:22:37.294 INFO kablam! | Oct 11 09:22:37.294 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 09:22:37.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 09:22:37.295 INFO kablam! Oct 11 09:22:37.802 INFO kablam! warning: unused variable: `count` Oct 11 09:22:37.802 INFO kablam! --> src/lib.rs:178:29 Oct 11 09:22:37.802 INFO kablam! | Oct 11 09:22:37.802 INFO kablam! 178 | let count = if let &Value::Integer(ref c) = &lexed[i-1] { Ok(*c) } else { Err("array expected int") }?; Oct 11 09:22:37.802 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 11 09:22:37.802 INFO kablam! | Oct 11 09:22:37.802 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 09:22:37.802 INFO kablam! Oct 11 09:22:37.849 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 09:22:37.849 INFO kablam! --> src/lib.rs:237:9 Oct 11 09:22:37.849 INFO kablam! | Oct 11 09:22:37.849 INFO kablam! 237 | f.read_to_end(&mut contents); Oct 11 09:22:37.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:22:37.849 INFO kablam! | Oct 11 09:22:37.849 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 09:22:37.849 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 09:22:37.849 INFO kablam! Oct 11 09:22:40.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.09s Oct 11 09:22:40.274 INFO kablam! su: No module specific data is present Oct 11 09:22:41.142 INFO running `"docker" "rm" "-f" "9c1ee64ec58a710a9f47cdd288a5014c4f504aeb5ded3322730afa637c7ad12d"` Oct 11 09:22:41.416 INFO blam! 9c1ee64ec58a710a9f47cdd288a5014c4f504aeb5ded3322730afa637c7ad12d Oct 11 09:22:41.432 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:22:41.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:22:41.834 INFO blam! 5860cd615472063997ef4ef7d03154bf865513d18712fcee9a16bc8f2d04bb9a Oct 11 09:22:41.842 INFO running `"docker" "start" "-a" "5860cd615472063997ef4ef7d03154bf865513d18712fcee9a16bc8f2d04bb9a"` Oct 11 09:22:42.892 INFO kablam! usermod: no changes Oct 11 09:22:42.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 09:22:42.972 INFO kablam! Running /target/debug/deps/type1_encoding_parser-b5cba634337f6c46 Oct 11 09:22:43.000 INFO blam! Oct 11 09:22:43.000 INFO blam! running 1 test Oct 11 09:22:43.044 INFO blam! test tests::it_works ... FAILED Oct 11 09:22:43.044 INFO kablam! error: test failed, to rerun pass '--lib' Oct 11 09:22:43.044 INFO blam! Oct 11 09:22:43.044 INFO kablam! su: No module specific data is present Oct 11 09:22:43.044 INFO blam! failures: Oct 11 09:22:43.044 INFO blam! Oct 11 09:22:43.044 INFO blam! ---- tests::it_works stdout ---- Oct 11 09:22:43.044 INFO blam! thread 'tests::it_works' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 11 09:22:43.044 INFO blam! stack backtrace: Oct 11 09:22:43.044 INFO blam! 0: 0x5563eef46a2e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 09:22:43.044 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 09:22:43.044 INFO blam! 1: 0x5563eef4f8d6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 09:22:43.044 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 09:22:43.044 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 09:22:43.044 INFO blam! 2: 0x5563eef4a62d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 09:22:43.044 INFO blam! at libstd/panicking.rs:211 Oct 11 09:22:43.044 INFO blam! 3: 0x5563eef4a33b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 09:22:43.044 INFO blam! at libstd/panicking.rs:221 Oct 11 09:22:43.044 INFO blam! 4: 0x5563eef4acdc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 09:22:43.044 INFO blam! at libstd/panicking.rs:476 Oct 11 09:22:43.044 INFO blam! 5: 0x5563eef4a899 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 09:22:43.044 INFO blam! at libstd/panicking.rs:390 Oct 11 09:22:43.044 INFO blam! 6: 0x5563eef4a795 - rust_begin_unwind Oct 11 09:22:43.044 INFO blam! at libstd/panicking.rs:325 Oct 11 09:22:43.044 INFO blam! 7: 0x5563eef8b02b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 09:22:43.044 INFO blam! at libcore/panicking.rs:77 Oct 11 09:22:43.044 INFO blam! 8: 0x5563eeed3a03 - core::result::unwrap_failed::h6fdbb533d23bb18f Oct 11 09:22:43.044 INFO blam! at libcore/macros.rs:26 Oct 11 09:22:43.044 INFO blam! 9: 0x5563eeeced7b - >::unwrap::h198216e61e398656 Oct 11 09:22:43.044 INFO blam! at libcore/result.rs:808 Oct 11 09:22:43.044 INFO blam! 10: 0x5563eeedc34c - type1_encoding_parser::tests::it_works::hf66957aea70f8d35 Oct 11 09:22:43.044 INFO blam! at src/lib.rs:234 Oct 11 09:22:43.044 INFO blam! 11: 0x5563eeedc2f9 - type1_encoding_parser::tests::it_works::{{closure}}::h74d098b71f205e3f Oct 11 09:22:43.044 INFO blam! at src/lib.rs:233 Oct 11 09:22:43.044 INFO blam! 12: 0x5563eeed842d - core::ops::function::FnOnce::call_once::hf59aaff517892242 Oct 11 09:22:43.044 INFO blam! at libcore/ops/function.rs:238 Oct 11 09:22:43.044 INFO blam! 13: 0x5563eeef8d9e - >::call_box::h95b7cb918af67b5d Oct 11 09:22:43.044 INFO blam! at libtest/lib.rs:1468 Oct 11 09:22:43.044 INFO blam! at libcore/ops/function.rs:238 Oct 11 09:22:43.044 INFO blam! at liballoc/boxed.rs:672 Oct 11 09:22:43.044 INFO blam! 14: 0x5563eef5aaa9 - __rust_maybe_catch_panic Oct 11 09:22:43.044 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 09:22:43.044 INFO blam! 15: 0x5563eef198ed - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 09:22:43.044 INFO blam! at libstd/panicking.rs:289 Oct 11 09:22:43.044 INFO blam! at libstd/panic.rs:392 Oct 11 09:22:43.044 INFO blam! at libtest/lib.rs:1423 Oct 11 09:22:43.044 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 09:22:43.044 INFO blam! 16: 0x5563eef1a4f4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 09:22:43.044 INFO blam! at libstd/thread/mod.rs:409 Oct 11 09:22:43.044 INFO blam! at libstd/panic.rs:313 Oct 11 09:22:43.044 INFO blam! at libstd/panicking.rs:310 Oct 11 09:22:43.044 INFO blam! 17: 0x5563eef5aaa9 - __rust_maybe_catch_panic Oct 11 09:22:43.044 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 09:22:43.044 INFO blam! 18: 0x5563eef07ab6 - >::call_box::h96125cb29a9ba44b Oct 11 09:22:43.044 INFO blam! at libstd/panicking.rs:289 Oct 11 09:22:43.044 INFO blam! at libstd/panic.rs:392 Oct 11 09:22:43.044 INFO blam! at libstd/thread/mod.rs:408 Oct 11 09:22:43.044 INFO blam! at liballoc/boxed.rs:672 Oct 11 09:22:43.044 INFO blam! 19: 0x5563eef48a6a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 09:22:43.044 INFO blam! at liballoc/boxed.rs:682 Oct 11 09:22:43.044 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 09:22:43.044 INFO blam! 20: 0x5563eef3e1f5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 09:22:43.044 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 09:22:43.044 INFO blam! 21: 0x7fac714886b9 - start_thread Oct 11 09:22:43.044 INFO blam! 22: 0x7fac70fa841c - clone Oct 11 09:22:43.044 INFO blam! 23: 0x0 - Oct 11 09:22:43.044 INFO blam! Oct 11 09:22:43.044 INFO blam! Oct 11 09:22:43.044 INFO blam! failures: Oct 11 09:22:43.044 INFO blam! tests::it_works Oct 11 09:22:43.044 INFO blam! Oct 11 09:22:43.044 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:22:43.044 INFO blam! Oct 11 09:22:43.720 INFO running `"docker" "rm" "-f" "5860cd615472063997ef4ef7d03154bf865513d18712fcee9a16bc8f2d04bb9a"` Oct 11 09:22:44.096 INFO blam! 5860cd615472063997ef4ef7d03154bf865513d18712fcee9a16bc8f2d04bb9a