Oct 21 20:18:40.101 INFO checking Tobi823/eaw_dat_exporter against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:18:40.101 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 21 20:18:40.365 INFO blam! 97ba1ff9390ef2d165cbae46e40695d0cc854b9551a13fd2023078086f894d42 Oct 21 20:18:40.365 INFO running `"docker" "start" "-a" "97ba1ff9390ef2d165cbae46e40695d0cc854b9551a13fd2023078086f894d42"` Oct 21 20:18:41.047 INFO kablam! usermod: no changes Oct 21 20:18:41.117 INFO kablam! Checking log v0.4.5 Oct 21 20:18:41.117 INFO kablam! Checking csv v1.0.1 Oct 21 20:18:41.751 INFO kablam! Checking simplelog v0.5.2 Oct 21 20:18:42.800 INFO kablam! Checking eaw_dat_exporter v0.1.0 (/source) Oct 21 20:18:43.768 INFO kablam! warning: unused import: `std::error::Error` Oct 21 20:18:43.768 INFO kablam! --> src/main.rs:26:5 Oct 21 20:18:43.768 INFO kablam! | Oct 21 20:18:43.768 INFO kablam! 26 | use std::error::Error; Oct 21 20:18:43.768 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 20:18:43.768 INFO kablam! | Oct 21 20:18:43.769 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:18:43.769 INFO kablam! Oct 21 20:18:43.825 INFO kablam! warning: unused import: `std::error::Error` Oct 21 20:18:43.825 INFO kablam! --> src/main.rs:26:5 Oct 21 20:18:43.825 INFO kablam! | Oct 21 20:18:43.826 INFO kablam! 26 | use std::error::Error; Oct 21 20:18:43.826 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 20:18:43.826 INFO kablam! | Oct 21 20:18:43.826 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:18:43.826 INFO kablam! Oct 21 20:18:43.887 INFO kablam! warning: constant item is never used: `CSV_LINE_SEPARATOR` Oct 21 20:18:43.887 INFO kablam! --> src/main.rs:32:1 Oct 21 20:18:43.887 INFO kablam! | Oct 21 20:18:43.887 INFO kablam! 32 | const CSV_LINE_SEPARATOR: &str = "\r\n"; Oct 21 20:18:43.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:43.887 INFO kablam! | Oct 21 20:18:43.887 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:18:43.887 INFO kablam! Oct 21 20:18:43.887 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:18:43.887 INFO kablam! --> src/main.rs:169:9 Oct 21 20:18:43.887 INFO kablam! | Oct 21 20:18:43.887 INFO kablam! 169 | writer.write_record(&[id, name, text]); Oct 21 20:18:43.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:43.887 INFO kablam! | Oct 21 20:18:43.887 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:18:43.887 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:18:43.887 INFO kablam! Oct 21 20:18:43.935 INFO kablam! warning: constant item is never used: `CSV_LINE_SEPARATOR` Oct 21 20:18:43.935 INFO kablam! --> src/main.rs:32:1 Oct 21 20:18:43.935 INFO kablam! | Oct 21 20:18:43.935 INFO kablam! 32 | const CSV_LINE_SEPARATOR: &str = "\r\n"; Oct 21 20:18:43.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:43.935 INFO kablam! | Oct 21 20:18:43.935 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:18:43.935 INFO kablam! Oct 21 20:18:43.936 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:18:43.936 INFO kablam! --> src/main.rs:169:9 Oct 21 20:18:43.936 INFO kablam! | Oct 21 20:18:43.936 INFO kablam! 169 | writer.write_record(&[id, name, text]); Oct 21 20:18:43.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:43.936 INFO kablam! | Oct 21 20:18:43.936 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:18:43.936 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:18:43.936 INFO kablam! Oct 21 20:18:43.953 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.90s Oct 21 20:18:43.961 INFO kablam! su: No module specific data is present Oct 21 20:18:44.244 INFO running `"docker" "rm" "-f" "97ba1ff9390ef2d165cbae46e40695d0cc854b9551a13fd2023078086f894d42"` Oct 21 20:18:44.323 INFO blam! 97ba1ff9390ef2d165cbae46e40695d0cc854b9551a13fd2023078086f894d42