Oct 12 12:24:50.054 INFO checking testingcan/xlsx-csv against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 12:24:50.055 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 12:24:50.433 INFO blam! bc2d39555440557d27c1aa0e13ff476cd51cac6d9c8f850c1dc7a37dfcfb1987 Oct 12 12:24:50.434 INFO running `"docker" "start" "-a" "bc2d39555440557d27c1aa0e13ff476cd51cac6d9c8f850c1dc7a37dfcfb1987"` Oct 12 12:24:52.755 INFO kablam! usermod: no changes Oct 12 12:24:53.074 INFO kablam! Compiling serde v1.0.70 Oct 12 12:24:53.075 INFO kablam! Checking rust-ini v0.12.2 Oct 12 12:24:53.076 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Oct 12 12:24:53.076 INFO kablam! Checking memchr v0.1.11 Oct 12 12:24:53.076 INFO kablam! Checking miniz_oxide v0.1.3 Oct 12 12:24:53.121 INFO kablam! Checking encoding_rs v0.7.2 Oct 12 12:24:53.121 INFO kablam! Checking encoding_rs v0.8.6 Oct 12 12:24:53.122 INFO kablam! Checking serde_test v0.8.23 Oct 12 12:24:54.800 INFO kablam! Checking msdos_time v0.1.6 Oct 12 12:24:56.441 INFO kablam! Checking csv-core v0.1.4 Oct 12 12:24:56.447 INFO kablam! Checking nom v4.0.0 Oct 12 12:24:56.448 INFO kablam! Checking aho-corasick v0.5.3 Oct 12 12:24:58.608 INFO kablam! Checking clap v2.32.0 Oct 12 12:24:58.776 INFO kablam! Compiling syn v0.14.5 Oct 12 12:24:59.652 INFO kablam! Checking num-traits v0.1.43 Oct 12 12:25:00.901 INFO kablam! Checking linked-hash-map v0.3.0 Oct 12 12:25:01.631 INFO kablam! Checking thread-id v2.0.0 Oct 12 12:25:04.893 INFO kablam! Checking thread_local v0.2.7 Oct 12 12:25:06.616 INFO kablam! Checking flate2 v1.0.1 Oct 12 12:25:07.612 INFO kablam! Checking regex v0.1.80 Oct 12 12:25:13.605 INFO kablam! Checking zip v0.4.2 Oct 12 12:25:20.932 INFO kablam! Checking serde-hjson v0.8.1 Oct 12 12:25:36.964 INFO kablam! Compiling synstructure v0.9.0 Oct 12 12:25:36.964 INFO kablam! Compiling serde_derive v1.0.70 Oct 12 12:25:41.193 INFO kablam! Checking serde_json v1.0.24 Oct 12 12:25:41.195 INFO kablam! Checking toml v0.4.6 Oct 12 12:25:41.197 INFO kablam! Checking csv v1.0.0 Oct 12 12:25:47.601 INFO kablam! Compiling failure_derive v0.1.2 Oct 12 12:25:53.674 INFO kablam! Checking config v0.9.0 Oct 12 12:25:55.193 INFO kablam! Checking failure v0.1.2 Oct 12 12:25:56.433 INFO kablam! Checking quick-xml v0.12.1 Oct 12 12:25:58.682 INFO kablam! Checking calamine v0.14.3 Oct 12 12:26:10.131 INFO kablam! Checking xlsx-csv v0.2.2 (/source) Oct 12 12:26:11.964 INFO kablam! warning: unused variable: `f` Oct 12 12:26:11.964 INFO kablam! --> src/file.rs:90:17 Oct 12 12:26:11.965 INFO kablam! | Oct 12 12:26:11.965 INFO kablam! 90 | let mut f = File::create("foo.xlsx"); Oct 12 12:26:11.966 INFO kablam! | ^ help: consider using `_f` instead Oct 12 12:26:11.966 INFO kablam! | Oct 12 12:26:11.967 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:26:11.967 INFO kablam! Oct 12 12:26:12.024 INFO kablam! warning: variable does not need to be mutable Oct 12 12:26:12.024 INFO kablam! --> src/file.rs:90:13 Oct 12 12:26:12.024 INFO kablam! | Oct 12 12:26:12.024 INFO kablam! 90 | let mut f = File::create("foo.xlsx"); Oct 12 12:26:12.024 INFO kablam! | ----^ Oct 12 12:26:12.024 INFO kablam! | | Oct 12 12:26:12.024 INFO kablam! | help: remove this `mut` Oct 12 12:26:12.026 INFO kablam! | Oct 12 12:26:12.026 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 12:26:12.026 INFO kablam! Oct 12 12:26:12.114 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:26:12.114 INFO kablam! --> src/file.rs:93:9 Oct 12 12:26:12.114 INFO kablam! | Oct 12 12:26:12.114 INFO kablam! 93 | remove_file("foo.xlsx"); Oct 12 12:26:12.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:26:12.120 INFO kablam! | Oct 12 12:26:12.120 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 12:26:12.120 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:26:12.120 INFO kablam! Oct 12 12:26:14.449 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 12 12:26:14.468 INFO kablam! su: No module specific data is present Oct 12 12:26:16.004 INFO running `"docker" "rm" "-f" "bc2d39555440557d27c1aa0e13ff476cd51cac6d9c8f850c1dc7a37dfcfb1987"` Oct 12 12:26:16.264 INFO blam! bc2d39555440557d27c1aa0e13ff476cd51cac6d9c8f850c1dc7a37dfcfb1987