Oct 31 19:50:34.114 INFO checking testingcan/xlsx-csv against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 19:50:34.114 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-alt check --frozen --all --all-targets" "-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 31 19:50:34.513 INFO blam! cbe2e660474e1aed9597e35bd9d9fe4eaad8b229993d5ed47473e1c9011e2dec Oct 31 19:50:34.544 INFO running `"docker" "start" "-a" "cbe2e660474e1aed9597e35bd9d9fe4eaad8b229993d5ed47473e1c9011e2dec"` Oct 31 19:50:35.532 INFO kablam! usermod: no changes Oct 31 19:50:35.792 INFO kablam! Checking podio v0.1.6 Oct 31 19:50:35.792 INFO kablam! Checking rust-ini v0.12.2 Oct 31 19:50:35.808 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Oct 31 19:50:35.808 INFO kablam! Checking memchr v0.1.11 Oct 31 19:50:35.808 INFO kablam! Checking miniz_oxide v0.1.3 Oct 31 19:50:35.808 INFO kablam! Checking encoding_rs v0.7.2 Oct 31 19:50:35.808 INFO kablam! Checking encoding_rs v0.8.6 Oct 31 19:50:35.808 INFO kablam! Compiling quote v0.6.4 Oct 31 19:50:37.444 INFO kablam! Checking msdos_time v0.1.6 Oct 31 19:50:37.624 INFO kablam! Checking nom v4.0.0 Oct 31 19:50:38.250 INFO kablam! Checking csv-core v0.1.4 Oct 31 19:50:39.013 INFO kablam! Checking clap v2.32.0 Oct 31 19:50:39.168 INFO kablam! Checking aho-corasick v0.5.3 Oct 31 19:50:41.538 INFO kablam! Checking csv v1.0.0 Oct 31 19:50:42.162 INFO kablam! Checking thread-id v2.0.0 Oct 31 19:50:43.501 INFO kablam! Compiling syn v0.14.5 Oct 31 19:50:44.285 INFO kablam! Checking thread_local v0.2.7 Oct 31 19:50:46.677 INFO kablam! Checking flate2 v1.0.1 Oct 31 19:50:47.087 INFO kablam! Checking regex v0.1.80 Oct 31 19:50:53.284 INFO kablam! Checking zip v0.4.2 Oct 31 19:50:57.860 INFO kablam! Checking serde-hjson v0.8.1 Oct 31 19:51:03.061 INFO kablam! Checking config v0.9.0 Oct 31 19:51:14.323 INFO kablam! Compiling synstructure v0.9.0 Oct 31 19:51:14.324 INFO kablam! Compiling serde_derive v1.0.70 Oct 31 19:51:20.989 INFO kablam! Compiling failure_derive v0.1.2 Oct 31 19:51:25.426 INFO kablam! Checking failure v0.1.2 Oct 31 19:51:26.418 INFO kablam! Checking quick-xml v0.12.1 Oct 31 19:51:28.254 INFO kablam! Checking calamine v0.14.3 Oct 31 19:51:41.027 INFO kablam! Checking xlsx-csv v0.2.2 (/source) Oct 31 19:51:42.804 INFO kablam! warning: unused variable: `f` Oct 31 19:51:42.805 INFO kablam! --> src/file.rs:90:17 Oct 31 19:51:42.805 INFO kablam! | Oct 31 19:51:42.805 INFO kablam! 90 | let mut f = File::create("foo.xlsx"); Oct 31 19:51:42.805 INFO kablam! | ^ help: consider using `_f` instead Oct 31 19:51:42.805 INFO kablam! | Oct 31 19:51:42.805 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:51:42.805 INFO kablam! Oct 31 19:51:42.848 INFO kablam! warning: variable does not need to be mutable Oct 31 19:51:42.848 INFO kablam! --> src/file.rs:90:13 Oct 31 19:51:42.848 INFO kablam! | Oct 31 19:51:42.848 INFO kablam! 90 | let mut f = File::create("foo.xlsx"); Oct 31 19:51:42.848 INFO kablam! | ----^ Oct 31 19:51:42.848 INFO kablam! | | Oct 31 19:51:42.848 INFO kablam! | help: remove this `mut` Oct 31 19:51:42.848 INFO kablam! | Oct 31 19:51:42.848 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:51:42.848 INFO kablam! Oct 31 19:51:42.941 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:51:42.942 INFO kablam! --> src/file.rs:93:9 Oct 31 19:51:42.942 INFO kablam! | Oct 31 19:51:42.942 INFO kablam! 93 | remove_file("foo.xlsx"); Oct 31 19:51:42.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:51:42.942 INFO kablam! | Oct 31 19:51:42.942 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 19:51:42.942 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:51:42.943 INFO kablam! Oct 31 19:51:44.677 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 31 19:51:44.696 INFO kablam! su: No module specific data is present Oct 31 19:51:45.976 INFO running `"docker" "rm" "-f" "cbe2e660474e1aed9597e35bd9d9fe4eaad8b229993d5ed47473e1c9011e2dec"` Oct 31 19:51:46.309 INFO blam! cbe2e660474e1aed9597e35bd9d9fe4eaad8b229993d5ed47473e1c9011e2dec