Oct 26 19:39:18.372 INFO checking testingcan/xlsx-csv against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:39:18.372 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 19:39:18.845 INFO blam! 0e1a33ef1c8ed6736990a0195eab6417e27a895dca7eee98b2cb6be160fd2c3c Oct 26 19:39:18.848 INFO running `"docker" "start" "-a" "0e1a33ef1c8ed6736990a0195eab6417e27a895dca7eee98b2cb6be160fd2c3c"` Oct 26 19:39:21.282 INFO kablam! usermod: no changes Oct 26 19:39:21.559 INFO kablam! Checking podio v0.1.6 Oct 26 19:39:21.559 INFO kablam! Checking rust-ini v0.12.2 Oct 26 19:39:21.560 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Oct 26 19:39:21.560 INFO kablam! Checking memchr v0.1.11 Oct 26 19:39:21.561 INFO kablam! Checking miniz_oxide v0.1.3 Oct 26 19:39:21.561 INFO kablam! Checking encoding_rs v0.7.2 Oct 26 19:39:21.561 INFO kablam! Checking encoding_rs v0.8.6 Oct 26 19:39:21.561 INFO kablam! Checking msdos_time v0.1.6 Oct 26 19:39:23.129 INFO kablam! Checking nom v4.0.0 Oct 26 19:39:23.148 INFO kablam! Checking clap v2.32.0 Oct 26 19:39:23.780 INFO kablam! Compiling syn v0.14.5 Oct 26 19:39:24.833 INFO kablam! Checking aho-corasick v0.5.3 Oct 26 19:39:25.077 INFO kablam! Checking serde_json v1.0.24 Oct 26 19:39:28.264 INFO kablam! Checking thread-id v2.0.0 Oct 26 19:39:28.979 INFO kablam! Checking backtrace v0.3.9 Oct 26 19:39:29.331 INFO kablam! Checking thread_local v0.2.7 Oct 26 19:39:32.313 INFO kablam! Checking regex v0.1.80 Oct 26 19:39:34.448 INFO kablam! Checking flate2 v1.0.1 Oct 26 19:39:41.147 INFO kablam! Checking zip v0.4.2 Oct 26 19:39:45.351 INFO kablam! Checking serde-hjson v0.8.1 Oct 26 19:39:49.390 INFO kablam! Checking config v0.9.0 Oct 26 19:39:57.903 INFO kablam! Compiling synstructure v0.9.0 Oct 26 19:39:57.903 INFO kablam! Compiling serde_derive v1.0.70 Oct 26 19:40:03.515 INFO kablam! Compiling failure_derive v0.1.2 Oct 26 19:40:07.613 INFO kablam! Checking failure v0.1.2 Oct 26 19:40:08.561 INFO kablam! Checking quick-xml v0.12.1 Oct 26 19:40:10.257 INFO kablam! Checking calamine v0.14.3 Oct 26 19:40:22.162 INFO kablam! Checking xlsx-csv v0.2.2 (/source) Oct 26 19:40:23.699 INFO kablam! warning: unused variable: `f` Oct 26 19:40:23.699 INFO kablam! --> src/file.rs:90:17 Oct 26 19:40:23.699 INFO kablam! | Oct 26 19:40:23.699 INFO kablam! 90 | let mut f = File::create("foo.xlsx"); Oct 26 19:40:23.699 INFO kablam! | ^ help: consider using `_f` instead Oct 26 19:40:23.699 INFO kablam! | Oct 26 19:40:23.699 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:40:23.699 INFO kablam! Oct 26 19:40:23.707 INFO kablam! warning: variable does not need to be mutable Oct 26 19:40:23.707 INFO kablam! --> src/file.rs:90:13 Oct 26 19:40:23.707 INFO kablam! | Oct 26 19:40:23.707 INFO kablam! 90 | let mut f = File::create("foo.xlsx"); Oct 26 19:40:23.707 INFO kablam! | ----^ Oct 26 19:40:23.707 INFO kablam! | | Oct 26 19:40:23.707 INFO kablam! | help: remove this `mut` Oct 26 19:40:23.707 INFO kablam! | Oct 26 19:40:23.707 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:40:23.707 INFO kablam! Oct 26 19:40:23.759 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:40:23.759 INFO kablam! --> src/file.rs:93:9 Oct 26 19:40:23.759 INFO kablam! | Oct 26 19:40:23.759 INFO kablam! 93 | remove_file("foo.xlsx"); Oct 26 19:40:23.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:40:23.759 INFO kablam! | Oct 26 19:40:23.759 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:40:23.759 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:40:23.759 INFO kablam! Oct 26 19:40:26.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 04s Oct 26 19:40:26.097 INFO kablam! su: No module specific data is present Oct 26 19:40:27.781 INFO running `"docker" "rm" "-f" "0e1a33ef1c8ed6736990a0195eab6417e27a895dca7eee98b2cb6be160fd2c3c"` Oct 26 19:40:28.087 INFO blam! 0e1a33ef1c8ed6736990a0195eab6417e27a895dca7eee98b2cb6be160fd2c3c