Oct 15 22:26:26.912 INFO testing redshift-1.0.3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 22:26:26.913 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 22:26:27.371 INFO blam! 9aff471f3b4c0ce0e0e604ed9b60a2caa42a7bbefd4767cda6a41738a07c53d7 Oct 15 22:26:27.382 INFO running `"docker" "start" "-a" "9aff471f3b4c0ce0e0e604ed9b60a2caa42a7bbefd4767cda6a41738a07c53d7"` Oct 15 22:26:28.999 INFO kablam! usermod: no changes Oct 15 22:26:29.060 INFO kablam! Compiling redshift v1.0.3 (/source) Oct 15 22:26:29.627 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:26:29.627 INFO kablam! --> src/reader.rs:131:33 Oct 15 22:26:29.627 INFO kablam! | Oct 15 22:26:29.627 INFO kablam! 131 | self.get_next_char(true); Oct 15 22:26:29.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:26:29.627 INFO kablam! | Oct 15 22:26:29.627 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:26:29.627 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:26:29.627 INFO kablam! Oct 15 22:26:31.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Oct 15 22:26:31.591 INFO kablam! su: No module specific data is present Oct 15 22:26:32.083 INFO running `"docker" "rm" "-f" "9aff471f3b4c0ce0e0e604ed9b60a2caa42a7bbefd4767cda6a41738a07c53d7"` Oct 15 22:26:32.307 INFO blam! 9aff471f3b4c0ce0e0e604ed9b60a2caa42a7bbefd4767cda6a41738a07c53d7 Oct 15 22:26:32.314 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 22:26:32.624 INFO blam! 5cc20385eae8e88f21e7ebdf7f9392da47820a78e8971c2e11f4182628f3d6a8 Oct 15 22:26:32.628 INFO running `"docker" "start" "-a" "5cc20385eae8e88f21e7ebdf7f9392da47820a78e8971c2e11f4182628f3d6a8"` Oct 15 22:26:33.847 INFO kablam! usermod: no changes Oct 15 22:26:33.887 INFO kablam! Compiling redshift v1.0.3 (/source) Oct 15 22:26:35.913 INFO kablam! warning: variable does not need to be mutable Oct 15 22:26:35.914 INFO kablam! --> tests/writer_tests.rs:41:13 Oct 15 22:26:35.914 INFO kablam! | Oct 15 22:26:35.914 INFO kablam! 41 | let mut writer = redshift::writer::Writer::new(); Oct 15 22:26:35.914 INFO kablam! | ----^^^^^^ Oct 15 22:26:35.914 INFO kablam! | | Oct 15 22:26:35.914 INFO kablam! | help: remove this `mut` Oct 15 22:26:35.914 INFO kablam! | Oct 15 22:26:35.915 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:26:35.915 INFO kablam! Oct 15 22:26:35.927 INFO kablam! warning: structure field `A` should have a snake case name such as `a` Oct 15 22:26:35.927 INFO kablam! --> tests/writer_tests.rs:9:9 Oct 15 22:26:35.927 INFO kablam! | Oct 15 22:26:35.927 INFO kablam! 9 | pub A: &'a str, Oct 15 22:26:35.928 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 22:26:35.928 INFO kablam! | Oct 15 22:26:35.928 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 22:26:35.928 INFO kablam! Oct 15 22:26:35.928 INFO kablam! warning: structure field `B` should have a snake case name such as `b` Oct 15 22:26:35.928 INFO kablam! --> tests/writer_tests.rs:10:9 Oct 15 22:26:35.929 INFO kablam! | Oct 15 22:26:35.929 INFO kablam! 10 | pub B: &'a str, Oct 15 22:26:35.929 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 22:26:35.929 INFO kablam! Oct 15 22:26:35.929 INFO kablam! warning: structure field `C` should have a snake case name such as `c` Oct 15 22:26:35.929 INFO kablam! --> tests/writer_tests.rs:11:9 Oct 15 22:26:35.929 INFO kablam! | Oct 15 22:26:35.930 INFO kablam! 11 | pub C: &'a str, Oct 15 22:26:35.930 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 22:26:35.930 INFO kablam! Oct 15 22:26:36.299 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:26:36.300 INFO kablam! --> src/reader.rs:131:33 Oct 15 22:26:36.300 INFO kablam! | Oct 15 22:26:36.300 INFO kablam! 131 | self.get_next_char(true); Oct 15 22:26:36.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:26:36.301 INFO kablam! | Oct 15 22:26:36.301 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:26:36.302 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:26:36.302 INFO kablam! Oct 15 22:26:37.931 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.07s Oct 15 22:26:37.931 INFO kablam! su: No module specific data is present Oct 15 22:26:38.837 INFO running `"docker" "rm" "-f" "5cc20385eae8e88f21e7ebdf7f9392da47820a78e8971c2e11f4182628f3d6a8"` Oct 15 22:26:39.103 INFO blam! 5cc20385eae8e88f21e7ebdf7f9392da47820a78e8971c2e11f4182628f3d6a8 Oct 15 22:26:39.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 22:26:39.499 INFO blam! 4dd8861a0a355c658a27ade170027cd7018786592555f857f106fb25e1059206 Oct 15 22:26:39.500 INFO running `"docker" "start" "-a" "4dd8861a0a355c658a27ade170027cd7018786592555f857f106fb25e1059206"` Oct 15 22:26:40.739 INFO kablam! usermod: no changes Oct 15 22:26:40.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 22:26:40.828 INFO kablam! Running /target/debug/deps/redshift-12169a27cf4d09ed Oct 15 22:26:40.836 INFO blam! Oct 15 22:26:40.836 INFO blam! running 0 tests Oct 15 22:26:40.836 INFO blam! Oct 15 22:26:40.836 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:26:40.836 INFO blam! Oct 15 22:26:40.839 INFO kablam! Running /target/debug/deps/redshift2csv-5bd1f8d798545d66 Oct 15 22:26:40.844 INFO blam! Oct 15 22:26:40.844 INFO blam! running 0 tests Oct 15 22:26:40.844 INFO blam! Oct 15 22:26:40.844 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:26:40.844 INFO blam! Oct 15 22:26:40.844 INFO kablam! Running /target/debug/deps/reader_tests-aea7e49c87494423 Oct 15 22:26:40.852 INFO blam! Oct 15 22:26:40.852 INFO blam! running 6 tests Oct 15 22:26:40.871 INFO blam! test test::basic_escape_sequences_test ... ok Oct 15 22:26:40.871 INFO blam! test test::basic_reader_test ... ok Oct 15 22:26:40.871 INFO blam! test test::basic_reader_test_with_no_trailing_newline ... ok Oct 15 22:26:40.871 INFO blam! test test::can_parse_empty_values ... ok Oct 15 22:26:40.871 INFO blam! test test::can_parse_empty_values_with_double_quotes ... ok Oct 15 22:26:40.875 INFO blam! test test::can_parse_empty_values_with_no_trailing_newline ... ok Oct 15 22:26:40.875 INFO blam! Oct 15 22:26:40.875 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:26:40.875 INFO blam! Oct 15 22:26:40.876 INFO kablam! Running /target/debug/deps/writer_tests-212db28dbcf0adef Oct 15 22:26:40.880 INFO blam! Oct 15 22:26:40.880 INFO blam! running 2 tests Oct 15 22:26:40.880 INFO blam! test test::basic_writer_with_header ... ok Oct 15 22:26:40.880 INFO blam! test test::basic_writer_test ... ok Oct 15 22:26:40.880 INFO blam! Oct 15 22:26:40.880 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:26:40.880 INFO blam! Oct 15 22:26:40.882 INFO kablam! Doc-tests redshift Oct 15 22:26:41.812 INFO blam! Oct 15 22:26:41.812 INFO blam! running 6 tests Oct 15 22:26:47.506 INFO blam! test src/writer.rs - writer::Writer::with_header (line 113) ... ok Oct 15 22:26:48.299 INFO blam! test src/writer.rs - writer::ColumnDefinition (line 7) ... ok Oct 15 22:26:48.595 INFO blam! test src/reader.rs - reader::Reader::new (line 65) ... ok Oct 15 22:26:48.608 INFO blam! test src/writer.rs - writer::Writer::new (line 96) ... ok Oct 15 22:26:49.031 INFO blam! test src/writer.rs - writer::Writer (line 46) ... ok Oct 15 22:26:49.304 INFO blam! test src/reader.rs - reader::Reader (line 22) ... ok Oct 15 22:26:49.305 INFO blam! Oct 15 22:26:49.305 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:26:49.305 INFO blam! Oct 15 22:26:49.323 INFO kablam! su: No module specific data is present Oct 15 22:26:50.327 INFO running `"docker" "rm" "-f" "4dd8861a0a355c658a27ade170027cd7018786592555f857f106fb25e1059206"` Oct 15 22:26:50.628 INFO blam! 4dd8861a0a355c658a27ade170027cd7018786592555f857f106fb25e1059206