Oct 11 13:52:26.658 INFO testing redshift-1.0.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 13:52:26.658 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 13:52:26.658 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:52:26.939 INFO blam! 04a2b57ef927abe57dfc7233dbbea3260fed22f96d3cbc9452ea5994e03b81b5 Oct 11 13:52:26.941 INFO running `"docker" "start" "-a" "04a2b57ef927abe57dfc7233dbbea3260fed22f96d3cbc9452ea5994e03b81b5"` Oct 11 13:52:27.563 INFO kablam! usermod: no changes Oct 11 13:52:27.614 INFO kablam! Compiling redshift v1.0.3 (/source) Oct 11 13:52:28.168 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:52:28.168 INFO kablam! --> src/reader.rs:131:33 Oct 11 13:52:28.168 INFO kablam! | Oct 11 13:52:28.168 INFO kablam! 131 | self.get_next_char(true); Oct 11 13:52:28.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:52:28.168 INFO kablam! | Oct 11 13:52:28.168 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 13:52:28.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:52:28.168 INFO kablam! Oct 11 13:52:29.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Oct 11 13:52:29.978 INFO kablam! su: No module specific data is present Oct 11 13:52:30.596 INFO running `"docker" "rm" "-f" "04a2b57ef927abe57dfc7233dbbea3260fed22f96d3cbc9452ea5994e03b81b5"` Oct 11 13:52:30.900 INFO blam! 04a2b57ef927abe57dfc7233dbbea3260fed22f96d3cbc9452ea5994e03b81b5 Oct 11 13:52:30.902 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 13:52:30.902 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:52:31.399 INFO blam! 1310d419b6b96d2b56be38d0c01b0adca881afdb8c09ef06c6551fdad10a718b Oct 11 13:52:31.401 INFO running `"docker" "start" "-a" "1310d419b6b96d2b56be38d0c01b0adca881afdb8c09ef06c6551fdad10a718b"` Oct 11 13:52:32.363 INFO kablam! usermod: no changes Oct 11 13:52:32.424 INFO kablam! Compiling redshift v1.0.3 (/source) Oct 11 13:52:33.684 INFO kablam! warning: variable does not need to be mutable Oct 11 13:52:33.684 INFO kablam! --> tests/writer_tests.rs:41:13 Oct 11 13:52:33.684 INFO kablam! | Oct 11 13:52:33.684 INFO kablam! 41 | let mut writer = redshift::writer::Writer::new(); Oct 11 13:52:33.684 INFO kablam! | ----^^^^^^ Oct 11 13:52:33.684 INFO kablam! | | Oct 11 13:52:33.684 INFO kablam! | help: remove this `mut` Oct 11 13:52:33.684 INFO kablam! | Oct 11 13:52:33.684 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 13:52:33.684 INFO kablam! Oct 11 13:52:33.688 INFO kablam! warning: structure field `A` should have a snake case name such as `a` Oct 11 13:52:33.688 INFO kablam! --> tests/writer_tests.rs:9:9 Oct 11 13:52:33.688 INFO kablam! | Oct 11 13:52:33.688 INFO kablam! 9 | pub A: &'a str, Oct 11 13:52:33.688 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 13:52:33.688 INFO kablam! | Oct 11 13:52:33.688 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 13:52:33.688 INFO kablam! Oct 11 13:52:33.688 INFO kablam! warning: structure field `B` should have a snake case name such as `b` Oct 11 13:52:33.688 INFO kablam! --> tests/writer_tests.rs:10:9 Oct 11 13:52:33.688 INFO kablam! | Oct 11 13:52:33.688 INFO kablam! 10 | pub B: &'a str, Oct 11 13:52:33.688 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 13:52:33.688 INFO kablam! Oct 11 13:52:33.688 INFO kablam! warning: structure field `C` should have a snake case name such as `c` Oct 11 13:52:33.688 INFO kablam! --> tests/writer_tests.rs:11:9 Oct 11 13:52:33.688 INFO kablam! | Oct 11 13:52:33.688 INFO kablam! 11 | pub C: &'a str, Oct 11 13:52:33.688 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 13:52:33.688 INFO kablam! Oct 11 13:52:34.484 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:52:34.484 INFO kablam! --> src/reader.rs:131:33 Oct 11 13:52:34.484 INFO kablam! | Oct 11 13:52:34.484 INFO kablam! 131 | self.get_next_char(true); Oct 11 13:52:34.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:52:34.484 INFO kablam! | Oct 11 13:52:34.484 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 13:52:34.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:52:34.484 INFO kablam! Oct 11 13:52:35.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.83s Oct 11 13:52:35.219 INFO kablam! su: No module specific data is present Oct 11 13:52:36.189 INFO running `"docker" "rm" "-f" "1310d419b6b96d2b56be38d0c01b0adca881afdb8c09ef06c6551fdad10a718b"` Oct 11 13:52:36.392 INFO blam! 1310d419b6b96d2b56be38d0c01b0adca881afdb8c09ef06c6551fdad10a718b Oct 11 13:52:36.400 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 13:52:36.400 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:52:36.812 INFO blam! 79420ce6d99b49e23a3113dff0ffce0127a925a14ff57c4efe3db47e9ae6d05c Oct 11 13:52:36.824 INFO running `"docker" "start" "-a" "79420ce6d99b49e23a3113dff0ffce0127a925a14ff57c4efe3db47e9ae6d05c"` Oct 11 13:52:37.888 INFO kablam! usermod: no changes Oct 11 13:52:37.957 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 13:52:37.957 INFO kablam! Running /target/debug/deps/redshift-f642a8764707e49c Oct 11 13:52:37.960 INFO blam! Oct 11 13:52:37.960 INFO blam! running 0 tests Oct 11 13:52:37.960 INFO blam! Oct 11 13:52:37.960 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:52:37.960 INFO blam! Oct 11 13:52:37.960 INFO kablam! Running /target/debug/deps/redshift2csv-be903ea25a7733dc Oct 11 13:52:37.968 INFO kablam! Running /target/debug/deps/reader_tests-618d4cf96c8dd694 Oct 11 13:52:37.968 INFO blam! Oct 11 13:52:37.968 INFO blam! running 0 tests Oct 11 13:52:37.968 INFO blam! Oct 11 13:52:37.968 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:52:37.968 INFO blam! Oct 11 13:52:37.970 INFO blam! Oct 11 13:52:37.970 INFO blam! running 6 tests Oct 11 13:52:37.992 INFO blam! test test::basic_reader_test_with_no_trailing_newline ... ok Oct 11 13:52:37.992 INFO kablam! Running /target/debug/deps/writer_tests-39c1f7d3a05f3a90 Oct 11 13:52:37.992 INFO blam! test test::basic_reader_test ... ok Oct 11 13:52:37.992 INFO blam! test test::can_parse_empty_values_with_double_quotes ... ok Oct 11 13:52:37.992 INFO blam! test test::basic_escape_sequences_test ... ok Oct 11 13:52:37.992 INFO blam! test test::can_parse_empty_values ... ok Oct 11 13:52:37.992 INFO blam! test test::can_parse_empty_values_with_no_trailing_newline ... ok Oct 11 13:52:37.992 INFO blam! Oct 11 13:52:37.992 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:52:37.992 INFO blam! Oct 11 13:52:37.992 INFO blam! Oct 11 13:52:37.992 INFO blam! running 2 tests Oct 11 13:52:37.992 INFO blam! test test::basic_writer_with_header ... ok Oct 11 13:52:38.000 INFO blam! test test::basic_writer_test ... ok Oct 11 13:52:38.000 INFO kablam! Doc-tests redshift Oct 11 13:52:38.000 INFO blam! Oct 11 13:52:38.000 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:52:38.000 INFO blam! Oct 11 13:52:38.784 INFO blam! Oct 11 13:52:38.784 INFO blam! running 6 tests Oct 11 13:52:40.855 INFO blam! test src/writer.rs - writer::Writer::new (line 96) ... ok Oct 11 13:52:41.944 INFO blam! test src/writer.rs - writer::Writer (line 46) ... ok Oct 11 13:52:41.953 INFO blam! test src/writer.rs - writer::ColumnDefinition (line 7) ... ok Oct 11 13:52:42.092 INFO blam! test src/reader.rs - reader::Reader::new (line 65) ... ok Oct 11 13:52:42.146 INFO blam! test src/writer.rs - writer::Writer::with_header (line 113) ... ok Oct 11 13:52:42.634 INFO blam! test src/reader.rs - reader::Reader (line 22) ... ok Oct 11 13:52:42.634 INFO blam! Oct 11 13:52:42.636 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:52:42.636 INFO blam! Oct 11 13:52:42.649 INFO kablam! su: No module specific data is present Oct 11 13:52:43.242 INFO running `"docker" "rm" "-f" "79420ce6d99b49e23a3113dff0ffce0127a925a14ff57c4efe3db47e9ae6d05c"` Oct 11 13:52:43.432 INFO blam! 79420ce6d99b49e23a3113dff0ffce0127a925a14ff57c4efe3db47e9ae6d05c