Oct 15 22:26:26.977 INFO testing redshift-1.0.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 22:26:26.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 22:26:27.443 INFO blam! 08f12fe30b830d10933cb8c2d0207b75aa870871db2c0b35dd5b3654e7dbf2b2 Oct 15 22:26:27.449 INFO running `"docker" "start" "-a" "08f12fe30b830d10933cb8c2d0207b75aa870871db2c0b35dd5b3654e7dbf2b2"` Oct 15 22:26:28.603 INFO kablam! usermod: no changes Oct 15 22:26:28.645 INFO kablam! Compiling csv v0.14.7 Oct 15 22:26:30.641 INFO kablam! Compiling redshift v1.0.3 (/source) Oct 15 22:26:31.263 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:26:31.263 INFO kablam! --> src/reader.rs:131:33 Oct 15 22:26:31.263 INFO kablam! | Oct 15 22:26:31.264 INFO kablam! 131 | self.get_next_char(true); Oct 15 22:26:31.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:26:31.264 INFO kablam! | Oct 15 22:26:31.265 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:26:31.265 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:26:31.265 INFO kablam! Oct 15 22:26:33.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.66s Oct 15 22:26:33.288 INFO kablam! su: No module specific data is present Oct 15 22:26:34.077 INFO running `"docker" "rm" "-f" "08f12fe30b830d10933cb8c2d0207b75aa870871db2c0b35dd5b3654e7dbf2b2"` Oct 15 22:26:34.403 INFO blam! 08f12fe30b830d10933cb8c2d0207b75aa870871db2c0b35dd5b3654e7dbf2b2 Oct 15 22:26:34.413 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 22:26:34.846 INFO blam! 68506193002b89e3a789d51b4a0e3254b3626e927ad273a012a9bc02882365fa Oct 15 22:26:34.849 INFO running `"docker" "start" "-a" "68506193002b89e3a789d51b4a0e3254b3626e927ad273a012a9bc02882365fa"` Oct 15 22:26:36.038 INFO kablam! usermod: no changes Oct 15 22:26:36.123 INFO kablam! Compiling redshift v1.0.3 (/source) Oct 15 22:26:38.151 INFO kablam! warning: variable does not need to be mutable Oct 15 22:26:38.151 INFO kablam! --> tests/writer_tests.rs:41:13 Oct 15 22:26:38.151 INFO kablam! | Oct 15 22:26:38.151 INFO kablam! 41 | let mut writer = redshift::writer::Writer::new(); Oct 15 22:26:38.151 INFO kablam! | ----^^^^^^ Oct 15 22:26:38.151 INFO kablam! | | Oct 15 22:26:38.151 INFO kablam! | help: remove this `mut` Oct 15 22:26:38.151 INFO kablam! | Oct 15 22:26:38.151 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:26:38.151 INFO kablam! Oct 15 22:26:38.153 INFO kablam! warning: structure field `A` should have a snake case name such as `a` Oct 15 22:26:38.153 INFO kablam! --> tests/writer_tests.rs:9:9 Oct 15 22:26:38.153 INFO kablam! | Oct 15 22:26:38.153 INFO kablam! 9 | pub A: &'a str, Oct 15 22:26:38.153 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 22:26:38.153 INFO kablam! | Oct 15 22:26:38.153 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 22:26:38.153 INFO kablam! Oct 15 22:26:38.153 INFO kablam! warning: structure field `B` should have a snake case name such as `b` Oct 15 22:26:38.153 INFO kablam! --> tests/writer_tests.rs:10:9 Oct 15 22:26:38.153 INFO kablam! | Oct 15 22:26:38.153 INFO kablam! 10 | pub B: &'a str, Oct 15 22:26:38.153 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 22:26:38.153 INFO kablam! Oct 15 22:26:38.153 INFO kablam! warning: structure field `C` should have a snake case name such as `c` Oct 15 22:26:38.153 INFO kablam! --> tests/writer_tests.rs:11:9 Oct 15 22:26:38.153 INFO kablam! | Oct 15 22:26:38.153 INFO kablam! 11 | pub C: &'a str, Oct 15 22:26:38.153 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 22:26:38.153 INFO kablam! Oct 15 22:26:38.886 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:26:38.887 INFO kablam! --> src/reader.rs:131:33 Oct 15 22:26:38.887 INFO kablam! | Oct 15 22:26:38.887 INFO kablam! 131 | self.get_next_char(true); Oct 15 22:26:38.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:26:38.887 INFO kablam! | Oct 15 22:26:38.887 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:26:38.887 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:26:38.887 INFO kablam! Oct 15 22:26:40.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.03s Oct 15 22:26:40.111 INFO kablam! su: No module specific data is present Oct 15 22:26:40.917 INFO running `"docker" "rm" "-f" "68506193002b89e3a789d51b4a0e3254b3626e927ad273a012a9bc02882365fa"` Oct 15 22:26:41.185 INFO blam! 68506193002b89e3a789d51b4a0e3254b3626e927ad273a012a9bc02882365fa Oct 15 22:26:41.187 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 22:26:41.627 INFO blam! 55a8bee944935aaaf322146a94ce6a26982193c004358894f59aac9e05137a43 Oct 15 22:26:41.629 INFO running `"docker" "start" "-a" "55a8bee944935aaaf322146a94ce6a26982193c004358894f59aac9e05137a43"` Oct 15 22:26:43.335 INFO kablam! usermod: no changes Oct 15 22:26:43.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 22:26:43.427 INFO kablam! Running /target/debug/deps/redshift-f642a8764707e49c Oct 15 22:26:43.427 INFO kablam! Running /target/debug/deps/redshift2csv-be903ea25a7733dc Oct 15 22:26:43.427 INFO kablam! Running /target/debug/deps/reader_tests-618d4cf96c8dd694 Oct 15 22:26:43.427 INFO blam! Oct 15 22:26:43.427 INFO blam! running 0 tests Oct 15 22:26:43.427 INFO blam! Oct 15 22:26:43.427 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:26:43.427 INFO blam! Oct 15 22:26:43.427 INFO blam! Oct 15 22:26:43.427 INFO blam! running 0 tests Oct 15 22:26:43.427 INFO blam! Oct 15 22:26:43.427 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:26:43.427 INFO blam! Oct 15 22:26:43.431 INFO blam! Oct 15 22:26:43.431 INFO blam! running 6 tests Oct 15 22:26:43.435 INFO blam! test test::basic_escape_sequences_test ... ok Oct 15 22:26:43.435 INFO blam! test test::basic_reader_test_with_no_trailing_newline ... ok Oct 15 22:26:43.435 INFO blam! test test::can_parse_empty_values ... ok Oct 15 22:26:43.435 INFO blam! test test::can_parse_empty_values_with_no_trailing_newline ... ok Oct 15 22:26:43.435 INFO blam! test test::can_parse_empty_values_with_double_quotes ... ok Oct 15 22:26:43.439 INFO blam! test test::basic_reader_test ... ok Oct 15 22:26:43.439 INFO blam! Oct 15 22:26:43.439 INFO kablam! Running /target/debug/deps/writer_tests-39c1f7d3a05f3a90 Oct 15 22:26:43.439 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:26:43.439 INFO blam! Oct 15 22:26:43.443 INFO kablam! Doc-tests redshift Oct 15 22:26:43.443 INFO blam! Oct 15 22:26:43.443 INFO blam! running 2 tests Oct 15 22:26:43.443 INFO blam! test test::basic_writer_test ... ok Oct 15 22:26:43.443 INFO blam! test test::basic_writer_with_header ... ok Oct 15 22:26:43.443 INFO blam! Oct 15 22:26:43.443 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:26:43.443 INFO blam! Oct 15 22:26:44.468 INFO blam! Oct 15 22:26:44.468 INFO blam! running 6 tests Oct 15 22:26:49.275 INFO blam! test src/writer.rs - writer::Writer::with_header (line 113) ... ok Oct 15 22:26:49.348 INFO blam! test src/writer.rs - writer::Writer::new (line 96) ... ok Oct 15 22:26:49.741 INFO blam! test src/reader.rs - reader::Reader::new (line 65) ... ok Oct 15 22:26:49.759 INFO blam! test src/writer.rs - writer::ColumnDefinition (line 7) ... ok Oct 15 22:26:49.981 INFO blam! test src/writer.rs - writer::Writer (line 46) ... ok Oct 15 22:26:50.211 INFO blam! test src/reader.rs - reader::Reader (line 22) ... ok Oct 15 22:26:50.211 INFO blam! Oct 15 22:26:50.211 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:26:50.211 INFO blam! Oct 15 22:26:50.227 INFO kablam! su: No module specific data is present Oct 15 22:26:50.985 INFO running `"docker" "rm" "-f" "55a8bee944935aaaf322146a94ce6a26982193c004358894f59aac9e05137a43"` Oct 15 22:26:51.195 INFO blam! 55a8bee944935aaaf322146a94ce6a26982193c004358894f59aac9e05137a43