Oct 10 13:39:05.360 INFO testing testingcan/xlsx-csv against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:39:05.360 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:39:05.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10 13:39:05.884 INFO blam! 4fa6b96a40dc2cfbc7ea0b9a1f6e700dde6193d6808e358ddc7bab0615a0e1a6 Oct 10 13:39:05.892 INFO running `"docker" "start" "-a" "4fa6b96a40dc2cfbc7ea0b9a1f6e700dde6193d6808e358ddc7bab0615a0e1a6"` Oct 10 13:39:07.324 INFO kablam! usermod: no changes Oct 10 13:39:07.632 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Oct 10 13:39:07.632 INFO kablam! Compiling miniz_oxide v0.1.3 Oct 10 13:39:07.632 INFO kablam! Compiling encoding_rs v0.8.6 Oct 10 13:39:07.656 INFO kablam! Compiling clap v2.32.0 Oct 10 13:39:07.656 INFO kablam! Compiling syn v0.14.5 Oct 10 13:39:07.662 INFO kablam! Compiling serde-hjson v0.8.1 Oct 10 13:39:20.480 INFO kablam! Compiling config v0.9.0 Oct 10 13:39:21.445 INFO kablam! Compiling flate2 v1.0.1 Oct 10 13:39:29.077 INFO kablam! Compiling zip v0.4.2 Oct 10 13:39:48.498 INFO kablam! Compiling synstructure v0.9.0 Oct 10 13:39:48.529 INFO kablam! Compiling serde_derive v1.0.70 Oct 10 13:39:56.264 INFO kablam! Compiling failure_derive v0.1.2 Oct 10 13:40:01.340 INFO kablam! Compiling failure v0.1.2 Oct 10 13:40:02.660 INFO kablam! Compiling quick-xml v0.12.1 Oct 10 13:40:07.656 INFO kablam! Compiling calamine v0.14.3 Oct 10 13:40:15.232 INFO kablam! Compiling xlsx-csv v0.2.2 (/source) Oct 10 13:40:26.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 10 13:40:26.522 INFO kablam! su: No module specific data is present Oct 10 13:40:27.228 INFO running `"docker" "rm" "-f" "4fa6b96a40dc2cfbc7ea0b9a1f6e700dde6193d6808e358ddc7bab0615a0e1a6"` Oct 10 13:40:27.531 INFO blam! 4fa6b96a40dc2cfbc7ea0b9a1f6e700dde6193d6808e358ddc7bab0615a0e1a6 Oct 10 13:40:27.535 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:40:27.535 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10 13:40:28.082 INFO blam! 4b00503dfd5b44c7a5b3396f361bab25b3ca8e8369a2e8d1f8069c29898bc3a4 Oct 10 13:40:28.093 INFO running `"docker" "start" "-a" "4b00503dfd5b44c7a5b3396f361bab25b3ca8e8369a2e8d1f8069c29898bc3a4"` Oct 10 13:40:29.339 INFO kablam! usermod: no changes Oct 10 13:40:29.541 INFO kablam! Compiling xlsx-csv v0.2.2 (/source) Oct 10 13:40:33.304 INFO kablam! warning: unused variable: `f` Oct 10 13:40:33.304 INFO kablam! --> src/file.rs:90:17 Oct 10 13:40:33.304 INFO kablam! | Oct 10 13:40:33.304 INFO kablam! 90 | let mut f = File::create("foo.xlsx"); Oct 10 13:40:33.305 INFO kablam! | ^ help: consider using `_f` instead Oct 10 13:40:33.305 INFO kablam! | Oct 10 13:40:33.305 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:40:33.305 INFO kablam! Oct 10 13:40:33.373 INFO kablam! warning: variable does not need to be mutable Oct 10 13:40:33.373 INFO kablam! --> src/file.rs:90:13 Oct 10 13:40:33.373 INFO kablam! | Oct 10 13:40:33.374 INFO kablam! 90 | let mut f = File::create("foo.xlsx"); Oct 10 13:40:33.374 INFO kablam! | ----^ Oct 10 13:40:33.374 INFO kablam! | | Oct 10 13:40:33.374 INFO kablam! | help: remove this `mut` Oct 10 13:40:33.375 INFO kablam! | Oct 10 13:40:33.375 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:40:33.375 INFO kablam! Oct 10 13:40:33.481 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:40:33.481 INFO kablam! --> src/file.rs:93:9 Oct 10 13:40:33.482 INFO kablam! | Oct 10 13:40:33.482 INFO kablam! 93 | remove_file("foo.xlsx"); Oct 10 13:40:33.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:40:33.482 INFO kablam! | Oct 10 13:40:33.483 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 13:40:33.483 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:40:33.483 INFO kablam! Oct 10 13:40:36.357 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.99s Oct 10 13:40:36.375 INFO kablam! su: No module specific data is present Oct 10 13:40:36.800 INFO running `"docker" "rm" "-f" "4b00503dfd5b44c7a5b3396f361bab25b3ca8e8369a2e8d1f8069c29898bc3a4"` Oct 10 13:40:37.126 INFO blam! 4b00503dfd5b44c7a5b3396f361bab25b3ca8e8369a2e8d1f8069c29898bc3a4 Oct 10 13:40:37.144 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:40:37.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10 13:40:37.664 INFO blam! f46b7b0f7d011a11d0b910817b10b53ab4fc7a2379d29091fa55a8d8c4fea1cf Oct 10 13:40:37.670 INFO running `"docker" "start" "-a" "f46b7b0f7d011a11d0b910817b10b53ab4fc7a2379d29091fa55a8d8c4fea1cf"` Oct 10 13:40:38.920 INFO kablam! usermod: no changes Oct 10 13:40:39.064 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 13:40:39.080 INFO kablam! Running /target/debug/deps/xlsx_csv-ec550a4d38c1cb9f Oct 10 13:40:39.088 INFO blam! Oct 10 13:40:39.088 INFO blam! running 2 tests Oct 10 13:40:39.112 INFO blam! test settings::tests::default_settings ... ok Oct 10 13:40:39.179 INFO blam! test file::tests::parse_dir ... FAILED Oct 10 13:40:39.179 INFO blam! Oct 10 13:40:39.179 INFO blam! failures: Oct 10 13:40:39.179 INFO blam! Oct 10 13:40:39.179 INFO blam! ---- file::tests::parse_dir stdout ---- Oct 10 13:40:39.179 INFO blam! thread 'file::tests::parse_dir' panicked at 'assertion failed: `(left == right)` Oct 10 13:40:39.179 INFO blam! left: `0`, Oct 10 13:40:39.179 INFO blam! right: `1`', src/file.rs:92:9 Oct 10 13:40:39.179 INFO blam! stack backtrace: Oct 10 13:40:39.179 INFO blam! 0: 0x55cf1cb5a5ce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 13:40:39.179 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 13:40:39.179 INFO blam! 1: 0x55cf1cb634c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 13:40:39.179 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 13:40:39.179 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 13:40:39.179 INFO blam! 2: 0x55cf1cb5e21d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 13:40:39.179 INFO blam! at libstd/panicking.rs:211 Oct 10 13:40:39.179 INFO blam! 3: 0x55cf1cb5df2b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 13:40:39.179 INFO blam! at libstd/panicking.rs:221 Oct 10 13:40:39.179 INFO blam! 4: 0x55cf1cb5e8cc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 13:40:39.179 INFO blam! at libstd/panicking.rs:476 Oct 10 13:40:39.179 INFO blam! 5: 0x55cf1cb5e489 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 13:40:39.179 INFO blam! at libstd/panicking.rs:390 Oct 10 13:40:39.179 INFO blam! 6: 0x55cf1cb5e3ed - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 10 13:40:39.179 INFO blam! at libstd/panicking.rs:345 Oct 10 13:40:39.179 INFO blam! 7: 0x55cf1c95573d - xlsx_csv::file::tests::parse_dir::hb286bbce4d9f4a02 Oct 10 13:40:39.179 INFO blam! at src/file.rs:92 Oct 10 13:40:39.179 INFO blam! 8: 0x55cf1c9554f9 - xlsx_csv::file::tests::parse_dir::{{closure}}::h7e3729b9a30bb24e Oct 10 13:40:39.179 INFO blam! at src/file.rs:89 Oct 10 13:40:39.179 INFO blam! 9: 0x55cf1c955c1d - core::ops::function::FnOnce::call_once::h70b366a528fa55d9 Oct 10 13:40:39.179 INFO blam! at libcore/ops/function.rs:238 Oct 10 13:40:39.179 INFO blam! 10: 0x55cf1c95896e - >::call_box::h95b7cb918af67b5d Oct 10 13:40:39.179 INFO blam! at libtest/lib.rs:1468 Oct 10 13:40:39.179 INFO blam! at libcore/ops/function.rs:238 Oct 10 13:40:39.179 INFO blam! at liballoc/boxed.rs:672 Oct 10 13:40:39.179 INFO blam! 11: 0x55cf1cb6e699 - __rust_maybe_catch_panic Oct 10 13:40:39.179 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 13:40:39.179 INFO blam! 12: 0x55cf1c9794bd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 13:40:39.179 INFO blam! at libstd/panicking.rs:289 Oct 10 13:40:39.179 INFO blam! at libstd/panic.rs:392 Oct 10 13:40:39.179 INFO blam! at libtest/lib.rs:1423 Oct 10 13:40:39.179 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 13:40:39.179 INFO blam! 13: 0x55cf1c97a0c4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 13:40:39.180 INFO blam! at libstd/thread/mod.rs:409 Oct 10 13:40:39.180 INFO blam! at libstd/panic.rs:313 Oct 10 13:40:39.180 INFO blam! at libstd/panicking.rs:310 Oct 10 13:40:39.180 INFO blam! 14: 0x55cf1cb6e699 - __rust_maybe_catch_panic Oct 10 13:40:39.180 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 13:40:39.180 INFO blam! 15: 0x55cf1c967686 - >::call_box::h96125cb29a9ba44b Oct 10 13:40:39.180 INFO blam! at libstd/panicking.rs:289 Oct 10 13:40:39.180 INFO blam! at libstd/panic.rs:392 Oct 10 13:40:39.180 INFO blam! at libstd/thread/mod.rs:408 Oct 10 13:40:39.180 INFO blam! at liballoc/boxed.rs:672 Oct 10 13:40:39.180 INFO blam! 16: 0x55cf1cb5c64a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 13:40:39.180 INFO blam! at liballoc/boxed.rs:682 Oct 10 13:40:39.180 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 13:40:39.180 INFO blam! 17: 0x55cf1cb51245 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 13:40:39.180 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 13:40:39.180 INFO blam! 18: 0x7f0dc92916b9 - start_thread Oct 10 13:40:39.180 INFO blam! 19: 0x7f0dc8db141c - clone Oct 10 13:40:39.180 INFO blam! 20: 0x0 - Oct 10 13:40:39.180 INFO blam! Oct 10 13:40:39.180 INFO blam! Oct 10 13:40:39.180 INFO blam! failures: Oct 10 13:40:39.180 INFO blam! file::tests::parse_dir Oct 10 13:40:39.180 INFO blam! Oct 10 13:40:39.180 INFO blam! test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:40:39.180 INFO blam! Oct 10 13:40:39.194 INFO kablam! error: test failed, to rerun pass '--lib' Oct 10 13:40:39.195 INFO kablam! su: No module specific data is present Oct 10 13:40:39.932 INFO running `"docker" "rm" "-f" "f46b7b0f7d011a11d0b910817b10b53ab4fc7a2379d29091fa55a8d8c4fea1cf"` Oct 10 13:40:40.232 INFO blam! f46b7b0f7d011a11d0b910817b10b53ab4fc7a2379d29091fa55a8d8c4fea1cf