Oct 14 17:09:51.619 INFO testing jbcden/csv_parser against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:09:51.620 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:51.972 INFO blam! d2ecf9405185b5d89c7fe6b1e905f808c028df58d4bfe6c2d53a1739163efa41 Oct 14 17:09:51.984 INFO running `"docker" "start" "-a" "d2ecf9405185b5d89c7fe6b1e905f808c028df58d4bfe6c2d53a1739163efa41"` Oct 14 17:09:52.882 INFO kablam! usermod: no changes Oct 14 17:09:52.954 INFO kablam! Compiling csv_parser v0.1.0 (/source) Oct 14 17:09:53.135 INFO kablam! warning: unused import: `std::fs::File` Oct 14 17:09:53.135 INFO kablam! --> src/main.rs:1:5 Oct 14 17:09:53.135 INFO kablam! | Oct 14 17:09:53.135 INFO kablam! 1 | use std::fs::File; Oct 14 17:09:53.135 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:09:53.135 INFO kablam! | Oct 14 17:09:53.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:09:53.135 INFO kablam! Oct 14 17:09:53.135 INFO kablam! warning: unused import: `std::io::Read` Oct 14 17:09:53.135 INFO kablam! --> src/main.rs:2:5 Oct 14 17:09:53.135 INFO kablam! | Oct 14 17:09:53.135 INFO kablam! 2 | use std::io::Read; Oct 14 17:09:53.135 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:09:53.135 INFO kablam! Oct 14 17:09:53.175 INFO kablam! warning: variable does not need to be mutable Oct 14 17:09:53.175 INFO kablam! --> src/main.rs:7:9 Oct 14 17:09:53.175 INFO kablam! | Oct 14 17:09:53.175 INFO kablam! 7 | let mut csv = std::fs::File::open("../FINAL.csv").unwrap(); Oct 14 17:09:53.175 INFO kablam! | ----^^^ Oct 14 17:09:53.175 INFO kablam! | | Oct 14 17:09:53.175 INFO kablam! | help: remove this `mut` Oct 14 17:09:53.175 INFO kablam! | Oct 14 17:09:53.175 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:09:53.175 INFO kablam! Oct 14 17:09:53.175 INFO kablam! warning: variable does not need to be mutable Oct 14 17:09:53.175 INFO kablam! --> src/main.rs:8:9 Oct 14 17:09:53.175 INFO kablam! | Oct 14 17:09:53.175 INFO kablam! 8 | let mut buf_read = BufReader::new(&csv); Oct 14 17:09:53.175 INFO kablam! | ----^^^^^^^^ Oct 14 17:09:53.175 INFO kablam! | | Oct 14 17:09:53.175 INFO kablam! | help: remove this `mut` Oct 14 17:09:53.175 INFO kablam! Oct 14 17:09:53.179 INFO kablam! warning: function is never used: `efficient_unsafe` Oct 14 17:09:53.179 INFO kablam! --> src/main.rs:34:1 Oct 14 17:09:53.179 INFO kablam! | Oct 14 17:09:53.179 INFO kablam! 34 | fn efficient_unsafe(line: Result) -> i32 { Oct 14 17:09:53.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:09:53.179 INFO kablam! | Oct 14 17:09:53.179 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:09:53.179 INFO kablam! Oct 14 17:09:53.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 14 17:09:53.881 INFO kablam! su: No module specific data is present Oct 14 17:09:54.444 INFO running `"docker" "rm" "-f" "d2ecf9405185b5d89c7fe6b1e905f808c028df58d4bfe6c2d53a1739163efa41"` Oct 14 17:09:54.651 INFO blam! d2ecf9405185b5d89c7fe6b1e905f808c028df58d4bfe6c2d53a1739163efa41 Oct 14 17:09:54.657 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.064 INFO blam! 53d1a538ba2eee8e00ea7bb69f1625edde275ab442b7706c09552ddd8af754f6 Oct 14 17:09:55.068 INFO running `"docker" "start" "-a" "53d1a538ba2eee8e00ea7bb69f1625edde275ab442b7706c09552ddd8af754f6"` Oct 14 17:09:56.059 INFO kablam! usermod: no changes Oct 14 17:09:56.113 INFO kablam! Compiling csv_parser v0.1.0 (/source) Oct 14 17:09:56.320 INFO kablam! warning: unused import: `std::fs::File` Oct 14 17:09:56.320 INFO kablam! --> src/main.rs:1:5 Oct 14 17:09:56.320 INFO kablam! | Oct 14 17:09:56.321 INFO kablam! 1 | use std::fs::File; Oct 14 17:09:56.321 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:09:56.321 INFO kablam! | Oct 14 17:09:56.322 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:09:56.322 INFO kablam! Oct 14 17:09:56.322 INFO kablam! warning: unused import: `std::io::Read` Oct 14 17:09:56.322 INFO kablam! --> src/main.rs:2:5 Oct 14 17:09:56.323 INFO kablam! | Oct 14 17:09:56.323 INFO kablam! 2 | use std::io::Read; Oct 14 17:09:56.323 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:09:56.324 INFO kablam! Oct 14 17:09:56.351 INFO kablam! warning: variable does not need to be mutable Oct 14 17:09:56.351 INFO kablam! --> src/main.rs:7:9 Oct 14 17:09:56.351 INFO kablam! | Oct 14 17:09:56.351 INFO kablam! 7 | let mut csv = std::fs::File::open("../FINAL.csv").unwrap(); Oct 14 17:09:56.351 INFO kablam! | ----^^^ Oct 14 17:09:56.351 INFO kablam! | | Oct 14 17:09:56.351 INFO kablam! | help: remove this `mut` Oct 14 17:09:56.351 INFO kablam! | Oct 14 17:09:56.351 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:09:56.351 INFO kablam! Oct 14 17:09:56.351 INFO kablam! warning: variable does not need to be mutable Oct 14 17:09:56.351 INFO kablam! --> src/main.rs:8:9 Oct 14 17:09:56.351 INFO kablam! | Oct 14 17:09:56.351 INFO kablam! 8 | let mut buf_read = BufReader::new(&csv); Oct 14 17:09:56.351 INFO kablam! | ----^^^^^^^^ Oct 14 17:09:56.351 INFO kablam! | | Oct 14 17:09:56.351 INFO kablam! | help: remove this `mut` Oct 14 17:09:56.351 INFO kablam! Oct 14 17:09:56.351 INFO kablam! warning: function is never used: `efficient_unsafe` Oct 14 17:09:56.351 INFO kablam! --> src/main.rs:34:1 Oct 14 17:09:56.351 INFO kablam! | Oct 14 17:09:56.351 INFO kablam! 34 | fn efficient_unsafe(line: Result) -> i32 { Oct 14 17:09:56.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:09:56.351 INFO kablam! | Oct 14 17:09:56.351 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:09:56.351 INFO kablam! Oct 14 17:09:56.798 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.70s Oct 14 17:09:56.801 INFO kablam! su: No module specific data is present Oct 14 17:09:57.359 INFO running `"docker" "rm" "-f" "53d1a538ba2eee8e00ea7bb69f1625edde275ab442b7706c09552ddd8af754f6"` Oct 14 17:09:57.535 INFO blam! 53d1a538ba2eee8e00ea7bb69f1625edde275ab442b7706c09552ddd8af754f6 Oct 14 17:09:57.537 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.822 INFO blam! ea346dc1807779a61fd7276a1295a5217e395340f3220b6aa50a4edd85e173a1 Oct 14 17:09:57.835 INFO running `"docker" "start" "-a" "ea346dc1807779a61fd7276a1295a5217e395340f3220b6aa50a4edd85e173a1"` Oct 14 17:09:58.286 INFO kablam! usermod: no changes Oct 14 17:09:58.309 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 14 17:09:58.310 INFO kablam! Running /target/debug/deps/csv_parser-599a792721d14096 Oct 14 17:09:58.312 INFO blam! Oct 14 17:09:58.312 INFO blam! running 0 tests Oct 14 17:09:58.312 INFO blam! Oct 14 17:09:58.312 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:09:58.312 INFO blam! Oct 14 17:09:58.313 INFO kablam! su: No module specific data is present Oct 14 17:09:58.559 INFO running `"docker" "rm" "-f" "ea346dc1807779a61fd7276a1295a5217e395340f3220b6aa50a4edd85e173a1"` Oct 14 17:09:58.631 INFO blam! ea346dc1807779a61fd7276a1295a5217e395340f3220b6aa50a4edd85e173a1