Oct 16 04:45:45.867 INFO testing kafka-0.7.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 04:45:45.869 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 04:45:46.352 INFO blam! a8437833eb19cb57fea8c562136370d0ebbc02fb9cf18468e3aa504ca369827d Oct 16 04:45:46.354 INFO running `"docker" "start" "-a" "a8437833eb19cb57fea8c562136370d0ebbc02fb9cf18468e3aa504ca369827d"` Oct 16 04:45:47.814 INFO kablam! usermod: no changes Oct 16 04:45:48.038 INFO kablam! Compiling snap v0.2.5 Oct 16 04:45:50.175 INFO kablam! Compiling kafka v0.7.0 (/source) Oct 16 04:45:52.547 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 04:45:52.547 INFO kablam! --> src/compression/gzip.rs:14:8 Oct 16 04:45:52.547 INFO kablam! | Oct 16 04:45:52.547 INFO kablam! 14 | Ok((compressed_bytes)) Oct 16 04:45:52.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 04:45:52.547 INFO kablam! | Oct 16 04:45:52.547 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 04:45:52.547 INFO kablam! Oct 16 04:45:53.919 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:53.919 INFO kablam! --> src/consumer/mod.rs:225:13 Oct 16 04:45:53.919 INFO kablam! | Oct 16 04:45:53.919 INFO kablam! 225 | let mut retry_partitions = &mut self.state.retry_partitions; Oct 16 04:45:53.919 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 16 04:45:53.919 INFO kablam! | | Oct 16 04:45:53.919 INFO kablam! | help: remove this `mut` Oct 16 04:45:53.919 INFO kablam! | Oct 16 04:45:53.919 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:45:53.919 INFO kablam! Oct 16 04:45:59.116 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.25s Oct 16 04:45:59.119 INFO kablam! su: No module specific data is present Oct 16 04:46:00.039 INFO running `"docker" "rm" "-f" "a8437833eb19cb57fea8c562136370d0ebbc02fb9cf18468e3aa504ca369827d"` Oct 16 04:46:00.335 INFO blam! a8437833eb19cb57fea8c562136370d0ebbc02fb9cf18468e3aa504ca369827d Oct 16 04:46:00.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 04:46:00.767 INFO blam! 1b766bc178de7ecd154860f7d86738070e3b59f53d248af34f87dfdfb58646f4 Oct 16 04:46:00.775 INFO running `"docker" "start" "-a" "1b766bc178de7ecd154860f7d86738070e3b59f53d248af34f87dfdfb58646f4"` Oct 16 04:46:02.007 INFO kablam! usermod: no changes Oct 16 04:46:02.247 INFO kablam! Compiling kafka v0.7.0 (/source) Oct 16 04:46:09.859 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 04:46:09.859 INFO kablam! --> examples/console-consumer.rs:10:5 Oct 16 04:46:09.859 INFO kablam! | Oct 16 04:46:09.859 INFO kablam! 10 | use std::ascii::AsciiExt; Oct 16 04:46:09.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:09.859 INFO kablam! | Oct 16 04:46:09.859 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:46:09.859 INFO kablam! Oct 16 04:46:10.175 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 04:46:10.175 INFO kablam! --> examples/console-consumer.rs:10:5 Oct 16 04:46:10.175 INFO kablam! | Oct 16 04:46:10.175 INFO kablam! 10 | use std::ascii::AsciiExt; Oct 16 04:46:10.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:10.175 INFO kablam! | Oct 16 04:46:10.175 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:46:10.175 INFO kablam! Oct 16 04:46:10.339 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 04:46:10.339 INFO kablam! --> examples/console-producer.rs:196:13 Oct 16 04:46:10.339 INFO kablam! | Oct 16 04:46:10.339 INFO kablam! 196 | use std::ascii::AsciiExt; Oct 16 04:46:10.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:10.339 INFO kablam! | Oct 16 04:46:10.339 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:46:10.339 INFO kablam! Oct 16 04:46:10.659 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 04:46:10.659 INFO kablam! --> examples/console-producer.rs:196:13 Oct 16 04:46:10.659 INFO kablam! | Oct 16 04:46:10.659 INFO kablam! 196 | use std::ascii::AsciiExt; Oct 16 04:46:10.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:10.659 INFO kablam! | Oct 16 04:46:10.659 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:46:10.659 INFO kablam! Oct 16 04:46:10.699 INFO kablam! warning: variable does not need to be mutable Oct 16 04:46:10.699 INFO kablam! --> examples/console-producer.rs:137:13 Oct 16 04:46:10.699 INFO kablam! | Oct 16 04:46:10.699 INFO kablam! 137 | let mut rec = &mut rec_stash[next_rec]; Oct 16 04:46:10.699 INFO kablam! | ----^^^ Oct 16 04:46:10.699 INFO kablam! | | Oct 16 04:46:10.699 INFO kablam! | help: remove this `mut` Oct 16 04:46:10.699 INFO kablam! | Oct 16 04:46:10.699 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:46:10.699 INFO kablam! Oct 16 04:46:11.107 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 04:46:11.108 INFO kablam! --> src/compression/gzip.rs:14:8 Oct 16 04:46:11.108 INFO kablam! | Oct 16 04:46:11.108 INFO kablam! 14 | Ok((compressed_bytes)) Oct 16 04:46:11.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 04:46:11.109 INFO kablam! | Oct 16 04:46:11.109 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 04:46:11.109 INFO kablam! Oct 16 04:46:14.203 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 04:46:14.203 INFO kablam! --> examples/offset-monitor.rs:8:5 Oct 16 04:46:14.203 INFO kablam! | Oct 16 04:46:14.203 INFO kablam! 8 | use std::ascii::AsciiExt; Oct 16 04:46:14.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:14.203 INFO kablam! | Oct 16 04:46:14.203 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:46:14.203 INFO kablam! Oct 16 04:46:14.643 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 04:46:14.643 INFO kablam! --> examples/offset-monitor.rs:8:5 Oct 16 04:46:14.643 INFO kablam! | Oct 16 04:46:14.643 INFO kablam! 8 | use std::ascii::AsciiExt; Oct 16 04:46:14.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:14.643 INFO kablam! | Oct 16 04:46:14.643 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:46:14.643 INFO kablam! Oct 16 04:46:18.957 INFO kablam! warning: variable does not need to be mutable Oct 16 04:46:18.957 INFO kablam! --> src/consumer/mod.rs:225:13 Oct 16 04:46:18.957 INFO kablam! | Oct 16 04:46:18.958 INFO kablam! 225 | let mut retry_partitions = &mut self.state.retry_partitions; Oct 16 04:46:18.958 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 16 04:46:18.958 INFO kablam! | | Oct 16 04:46:18.958 INFO kablam! | help: remove this `mut` Oct 16 04:46:18.958 INFO kablam! | Oct 16 04:46:18.958 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:46:18.959 INFO kablam! Oct 16 04:46:23.981 INFO kablam! warning: use of deprecated item 'example::openssl::ssl::SslConnectorBuilder::builder_mut': SslConnectorBuilder now implements DerefMut Oct 16 04:46:23.981 INFO kablam! --> examples/example-ssl.rs:38:35 Oct 16 04:46:23.981 INFO kablam! | Oct 16 04:46:23.981 INFO kablam! 38 | let mut ctx = builder.builder_mut(); Oct 16 04:46:23.981 INFO kablam! | ^^^^^^^^^^^ Oct 16 04:46:23.981 INFO kablam! | Oct 16 04:46:23.981 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:46:23.981 INFO kablam! Oct 16 04:46:24.038 INFO kablam! warning: variable does not need to be mutable Oct 16 04:46:24.038 INFO kablam! --> examples/example-ssl.rs:38:17 Oct 16 04:46:24.038 INFO kablam! | Oct 16 04:46:24.038 INFO kablam! 38 | let mut ctx = builder.builder_mut(); Oct 16 04:46:24.038 INFO kablam! | ----^^^ Oct 16 04:46:24.038 INFO kablam! | | Oct 16 04:46:24.038 INFO kablam! | help: remove this `mut` Oct 16 04:46:24.038 INFO kablam! | Oct 16 04:46:24.038 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:46:24.038 INFO kablam! Oct 16 04:46:26.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.08s Oct 16 04:46:26.131 INFO kablam! su: No module specific data is present Oct 16 04:46:26.482 INFO running `"docker" "rm" "-f" "1b766bc178de7ecd154860f7d86738070e3b59f53d248af34f87dfdfb58646f4"` Oct 16 04:46:26.702 INFO blam! 1b766bc178de7ecd154860f7d86738070e3b59f53d248af34f87dfdfb58646f4 Oct 16 04:46:26.704 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 04:46:27.038 INFO blam! ef617d9c1c1686372bd360a8793f3a05c594437bcfb297d05b6248b76eaa1ac6 Oct 16 04:46:27.040 INFO running `"docker" "start" "-a" "ef617d9c1c1686372bd360a8793f3a05c594437bcfb297d05b6248b76eaa1ac6"` Oct 16 04:46:27.880 INFO kablam! usermod: no changes Oct 16 04:46:28.030 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 16 04:46:28.051 INFO kablam! Running /target/debug/deps/kafka-282876e7136c965f Oct 16 04:46:28.062 INFO blam! Oct 16 04:46:28.063 INFO blam! running 33 tests Oct 16 04:46:28.065 INFO blam! test codecs::codec_as_strings ... ok Oct 16 04:46:28.065 INFO blam! test codecs::codec_i16 ... ok Oct 16 04:46:28.066 INFO blam! test codecs::codec_32 ... ok Oct 16 04:46:28.066 INFO blam! test codecs::codec_i64 ... ok Oct 16 04:46:28.066 INFO blam! test client::state::tests::test_loading_metadata ... ok Oct 16 04:46:28.068 INFO blam! test codecs::codec_string ... ok Oct 16 04:46:28.068 INFO blam! test codecs::codec_vec_u8 ... ok Oct 16 04:46:28.068 INFO blam! test compression::snappy::test_validate_stream ... ok Oct 16 04:46:28.069 INFO blam! test compression::snappy::tests::test_compress ... ok Oct 16 04:46:28.069 INFO blam! test codecs::codec_i8 ... ok Oct 16 04:46:28.071 INFO blam! test producer::default_partitioner_tests::default_partitioner_with_custom_hasher_default ... ok Oct 16 04:46:28.071 INFO blam! test compression::snappy::tests::test_snappy_reader_read ... ok Oct 16 04:46:28.071 INFO blam! test compression::snappy::tests::test_uncompress ... ok Oct 16 04:46:28.071 INFO blam! test compression::snappy::tests::test_snappy_reader_read_to_end ... ok Oct 16 04:46:28.071 INFO blam! test compression::gzip::test_uncompress ... ok Oct 16 04:46:28.071 INFO blam! test producer::default_partitioner_tests::test_key_partitioning ... ok Oct 16 04:46:28.073 INFO blam! test protocol::fetch::tests::test_from_slice_nocompression_k0821 ... ok Oct 16 04:46:28.073 INFO blam! test protocol::fetch::tests::test_from_slice_snappy_k0821 ... ok Oct 16 04:46:28.074 INFO blam! test protocol::test_kafka_code_from_protocol ... ok Oct 16 04:46:28.095 INFO blam! test protocol::fetch::tests::test_from_slice_snappy_k0822 ... ok Oct 16 04:46:28.103 INFO blam! test protocol::zreader::test_mutability_lifetimes ... ok Oct 16 04:46:28.103 INFO blam! test protocol::fetch::tests::test_from_slice_gzip_k0821 ... ok Oct 16 04:46:28.227 INFO blam! test codecs::test_string_too_long ... ok Oct 16 04:46:28.234 INFO blam! test protocol::zreader::test_read_i16 ... ok Oct 16 04:46:28.234 INFO blam! test protocol::fetch::tests::test_crc_validation ... ok Oct 16 04:46:28.234 INFO blam! test protocol::zreader::test_read ... ok Oct 16 04:46:28.234 INFO blam! test protocol::zreader::test_read_i32 ... ok Oct 16 04:46:28.243 INFO blam! test compression::snappy::tests::test_uncompress_invalid_input ... ok Oct 16 04:46:28.248 INFO blam! test protocol::zreader::test_read_str ... ok Oct 16 04:46:28.291 INFO blam! test protocol::test_to_millis_i32 ... ok Oct 16 04:46:28.291 INFO blam! test protocol::zreader::test_read_i8 ... ok Oct 16 04:46:28.291 INFO blam! test protocol::zreader::test_read_i64 ... ok Oct 16 04:46:28.303 INFO blam! test compression::gzip::test_uncompress_panic ... ok Oct 16 04:46:28.303 INFO blam! Oct 16 04:46:28.303 INFO blam! test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:46:28.303 INFO blam! Oct 16 04:46:28.303 INFO kablam! Running /target/debug/deps/test_kafka-412f4a1d813b06d2 Oct 16 04:46:28.311 INFO kablam! Doc-tests kafka Oct 16 04:46:28.311 INFO blam! Oct 16 04:46:28.311 INFO blam! running 0 tests Oct 16 04:46:28.311 INFO blam! Oct 16 04:46:28.311 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:46:28.311 INFO blam! Oct 16 04:46:31.479 INFO blam! Oct 16 04:46:31.479 INFO blam! running 17 tests Oct 16 04:46:42.299 INFO blam! test src/client/mod.rs - client::KafkaClient::fetch_group_offsets (line 1213) ... ok Oct 16 04:46:42.933 INFO blam! test src/client/mod.rs - client::KafkaClient::load_metadata (line 773) ... ok Oct 16 04:46:43.991 INFO blam! test src/client/mod.rs - client::KafkaClient::fetch_offsets (line 832) ... ok Oct 16 04:46:44.475 INFO blam! test src/client/mod.rs - client::KafkaClient::fetch_group_topic_offsets (line 1257) ... ok Oct 16 04:46:45.106 INFO blam! test src/client/mod.rs - client::KafkaClient::commit_offsets (line 1141) ... ok Oct 16 04:46:45.410 INFO blam! test src/client/mod.rs - client::KafkaClient::fetch_topic_offsets (line 938) ... ok Oct 16 04:46:45.999 INFO blam! test src/client/mod.rs - client::KafkaClient::commit_offset (line 1190) ... ok Oct 16 04:46:47.091 INFO blam! test src/client/mod.rs - client::KafkaClient::fetch_messages (line 1001) ... ok Oct 16 04:46:55.885 INFO blam! test src/client/mod.rs - client::KafkaClient::load_metadata_all (line 742) ... ok Oct 16 04:46:56.391 INFO blam! test src/client/mod.rs - client::KafkaClient::new (line 386) ... ok Oct 16 04:46:57.034 INFO blam! test src/client/mod.rs - client::KafkaClient::produce_messages (line 1102) ... ok Oct 16 04:46:57.177 INFO blam! test src/client/mod.rs - client::KafkaClient::set_compression (line 510) ... ok Oct 16 04:46:57.259 INFO blam! test src/client/mod.rs - client::KafkaClient::new_secure (line 420) ... ok Oct 16 04:46:57.666 INFO blam! test src/consumer/mod.rs - consumer (line 11) ... ok Oct 16 04:46:57.757 INFO blam! test src/client/mod.rs - client::KafkaClient::set_fetch_min_bytes (line 559) ... ok Oct 16 04:46:57.911 INFO blam! test src/client/mod.rs - client::KafkaClient::topics (line 717) ... ok Oct 16 04:47:00.351 INFO blam! test src/producer.rs - producer (line 15) ... ok Oct 16 04:47:00.352 INFO blam! Oct 16 04:47:00.352 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:47:00.352 INFO blam! Oct 16 04:47:00.367 INFO kablam! su: No module specific data is present Oct 16 04:47:00.890 INFO running `"docker" "rm" "-f" "ef617d9c1c1686372bd360a8793f3a05c594437bcfb297d05b6248b76eaa1ac6"` Oct 16 04:47:01.137 INFO blam! ef617d9c1c1686372bd360a8793f3a05c594437bcfb297d05b6248b76eaa1ac6