Oct 14 17:09:51.672 INFO testing jbcden/csv_parser against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:09:51.674 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 17:09:52.016 INFO blam! 4b48298bfc0b786073b2462e8818250dd6a1285c5b80456666a42012a0f78b5d Oct 14 17:09:52.020 INFO running `"docker" "start" "-a" "4b48298bfc0b786073b2462e8818250dd6a1285c5b80456666a42012a0f78b5d"` Oct 14 17:09:52.807 INFO kablam! usermod: no changes Oct 14 17:09:52.851 INFO kablam! Compiling csv_parser v0.1.0 (/source) Oct 14 17:09:53.119 INFO kablam! warning: unused import: `std::fs::File` Oct 14 17:09:53.119 INFO kablam! --> src/main.rs:1:5 Oct 14 17:09:53.119 INFO kablam! | Oct 14 17:09:53.119 INFO kablam! 1 | use std::fs::File; Oct 14 17:09:53.119 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:09:53.119 INFO kablam! | Oct 14 17:09:53.119 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:09:53.119 INFO kablam! Oct 14 17:09:53.119 INFO kablam! warning: unused import: `std::io::Read` Oct 14 17:09:53.119 INFO kablam! --> src/main.rs:2:5 Oct 14 17:09:53.119 INFO kablam! | Oct 14 17:09:53.119 INFO kablam! 2 | use std::io::Read; Oct 14 17:09:53.119 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:09:53.119 INFO kablam! Oct 14 17:09:53.163 INFO kablam! warning: variable does not need to be mutable Oct 14 17:09:53.163 INFO kablam! --> src/main.rs:7:9 Oct 14 17:09:53.163 INFO kablam! | Oct 14 17:09:53.163 INFO kablam! 7 | let mut csv = std::fs::File::open("../FINAL.csv").unwrap(); Oct 14 17:09:53.163 INFO kablam! | ----^^^ Oct 14 17:09:53.163 INFO kablam! | | Oct 14 17:09:53.163 INFO kablam! | help: remove this `mut` Oct 14 17:09:53.163 INFO kablam! | Oct 14 17:09:53.163 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:09:53.163 INFO kablam! Oct 14 17:09:53.163 INFO kablam! warning: variable does not need to be mutable Oct 14 17:09:53.163 INFO kablam! --> src/main.rs:8:9 Oct 14 17:09:53.163 INFO kablam! | Oct 14 17:09:53.163 INFO kablam! 8 | let mut buf_read = BufReader::new(&csv); Oct 14 17:09:53.163 INFO kablam! | ----^^^^^^^^ Oct 14 17:09:53.163 INFO kablam! | | Oct 14 17:09:53.163 INFO kablam! | help: remove this `mut` Oct 14 17:09:53.163 INFO kablam! Oct 14 17:09:53.163 INFO kablam! warning: function is never used: `efficient_unsafe` Oct 14 17:09:53.163 INFO kablam! --> src/main.rs:34:1 Oct 14 17:09:53.163 INFO kablam! | Oct 14 17:09:53.163 INFO kablam! 34 | fn efficient_unsafe(line: Result) -> i32 { Oct 14 17:09:53.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:09:53.163 INFO kablam! | Oct 14 17:09:53.163 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:09:53.163 INFO kablam! Oct 14 17:09:53.802 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 14 17:09:53.803 INFO kablam! su: No module specific data is present Oct 14 17:09:54.407 INFO running `"docker" "rm" "-f" "4b48298bfc0b786073b2462e8818250dd6a1285c5b80456666a42012a0f78b5d"` Oct 14 17:09:54.667 INFO blam! 4b48298bfc0b786073b2462e8818250dd6a1285c5b80456666a42012a0f78b5d Oct 14 17:09:54.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 17:09:55.139 INFO blam! be1c37116c3a9813f313022d20e2eea5838296a2b7461d84f5a41db71d5f25f5 Oct 14 17:09:55.155 INFO running `"docker" "start" "-a" "be1c37116c3a9813f313022d20e2eea5838296a2b7461d84f5a41db71d5f25f5"` Oct 14 17:09:56.075 INFO kablam! usermod: no changes Oct 14 17:09:56.143 INFO kablam! Compiling csv_parser v0.1.0 (/source) Oct 14 17:09:56.391 INFO kablam! warning: unused import: `std::fs::File` Oct 14 17:09:56.391 INFO kablam! --> src/main.rs:1:5 Oct 14 17:09:56.391 INFO kablam! | Oct 14 17:09:56.391 INFO kablam! 1 | use std::fs::File; Oct 14 17:09:56.391 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:09:56.391 INFO kablam! | Oct 14 17:09:56.391 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:09:56.391 INFO kablam! Oct 14 17:09:56.391 INFO kablam! warning: unused import: `std::io::Read` Oct 14 17:09:56.391 INFO kablam! --> src/main.rs:2:5 Oct 14 17:09:56.391 INFO kablam! | Oct 14 17:09:56.391 INFO kablam! 2 | use std::io::Read; Oct 14 17:09:56.391 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:09:56.391 INFO kablam! Oct 14 17:09:56.435 INFO kablam! warning: variable does not need to be mutable Oct 14 17:09:56.435 INFO kablam! --> src/main.rs:7:9 Oct 14 17:09:56.435 INFO kablam! | Oct 14 17:09:56.435 INFO kablam! 7 | let mut csv = std::fs::File::open("../FINAL.csv").unwrap(); Oct 14 17:09:56.435 INFO kablam! | ----^^^ Oct 14 17:09:56.435 INFO kablam! | | Oct 14 17:09:56.435 INFO kablam! | help: remove this `mut` Oct 14 17:09:56.435 INFO kablam! | Oct 14 17:09:56.435 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:09:56.435 INFO kablam! Oct 14 17:09:56.435 INFO kablam! warning: variable does not need to be mutable Oct 14 17:09:56.435 INFO kablam! --> src/main.rs:8:9 Oct 14 17:09:56.435 INFO kablam! | Oct 14 17:09:56.435 INFO kablam! 8 | let mut buf_read = BufReader::new(&csv); Oct 14 17:09:56.435 INFO kablam! | ----^^^^^^^^ Oct 14 17:09:56.435 INFO kablam! | | Oct 14 17:09:56.435 INFO kablam! | help: remove this `mut` Oct 14 17:09:56.435 INFO kablam! Oct 14 17:09:56.435 INFO kablam! warning: function is never used: `efficient_unsafe` Oct 14 17:09:56.435 INFO kablam! --> src/main.rs:34:1 Oct 14 17:09:56.435 INFO kablam! | Oct 14 17:09:56.435 INFO kablam! 34 | fn efficient_unsafe(line: Result) -> i32 { Oct 14 17:09:56.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:09:56.435 INFO kablam! | Oct 14 17:09:56.435 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:09:56.435 INFO kablam! Oct 14 17:09:56.902 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 14 17:09:56.904 INFO kablam! su: No module specific data is present Oct 14 17:09:57.368 INFO running `"docker" "rm" "-f" "be1c37116c3a9813f313022d20e2eea5838296a2b7461d84f5a41db71d5f25f5"` Oct 14 17:09:57.536 INFO blam! be1c37116c3a9813f313022d20e2eea5838296a2b7461d84f5a41db71d5f25f5 Oct 14 17:09:57.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 17:09:57.951 INFO blam! cc5d2aeed9cc7f7917d731e50d8aeecf6b67adf8f9d007d7df9cc360fea81fb1 Oct 14 17:09:57.959 INFO running `"docker" "start" "-a" "cc5d2aeed9cc7f7917d731e50d8aeecf6b67adf8f9d007d7df9cc360fea81fb1"` Oct 14 17:09:58.400 INFO kablam! usermod: no changes Oct 14 17:09:58.425 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:09:58.425 INFO kablam! Running /target/debug/deps/csv_parser-8c68f6bebc009f14 Oct 14 17:09:58.427 INFO blam! Oct 14 17:09:58.427 INFO blam! running 0 tests Oct 14 17:09:58.427 INFO blam! Oct 14 17:09:58.427 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:09:58.427 INFO blam! Oct 14 17:09:58.428 INFO kablam! su: No module specific data is present Oct 14 17:09:58.695 INFO running `"docker" "rm" "-f" "cc5d2aeed9cc7f7917d731e50d8aeecf6b67adf8f9d007d7df9cc360fea81fb1"` Oct 14 17:09:58.913 INFO blam! cc5d2aeed9cc7f7917d731e50d8aeecf6b67adf8f9d007d7df9cc360fea81fb1