Oct 16 04:45:42.861 INFO testing kafka-0.7.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 04:45:42.861 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 16 04:45:43.288 INFO blam! 8a1f24b7b770d321f5d484b32a3d3b90d95af1d05518f7d6b0de45a25f59f54d Oct 16 04:45:43.290 INFO running `"docker" "start" "-a" "8a1f24b7b770d321f5d484b32a3d3b90d95af1d05518f7d6b0de45a25f59f54d"` Oct 16 04:45:44.715 INFO kablam! usermod: no changes Oct 16 04:45:44.847 INFO kablam! Compiling kafka v0.7.0 (/source) Oct 16 04:45:46.940 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 04:45:46.940 INFO kablam! --> src/compression/gzip.rs:14:8 Oct 16 04:45:46.940 INFO kablam! | Oct 16 04:45:46.940 INFO kablam! 14 | Ok((compressed_bytes)) Oct 16 04:45:46.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 04:45:46.940 INFO kablam! | Oct 16 04:45:46.940 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 04:45:46.941 INFO kablam! Oct 16 04:45:48.355 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:48.355 INFO kablam! --> src/consumer/mod.rs:225:13 Oct 16 04:45:48.355 INFO kablam! | Oct 16 04:45:48.355 INFO kablam! 225 | let mut retry_partitions = &mut self.state.retry_partitions; Oct 16 04:45:48.355 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 16 04:45:48.355 INFO kablam! | | Oct 16 04:45:48.355 INFO kablam! | help: remove this `mut` Oct 16 04:45:48.355 INFO kablam! | Oct 16 04:45:48.355 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:45:48.355 INFO kablam! Oct 16 04:45:55.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.76s Oct 16 04:45:55.507 INFO kablam! su: No module specific data is present Oct 16 04:45:56.335 INFO running `"docker" "rm" "-f" "8a1f24b7b770d321f5d484b32a3d3b90d95af1d05518f7d6b0de45a25f59f54d"` Oct 16 04:45:56.647 INFO blam! 8a1f24b7b770d321f5d484b32a3d3b90d95af1d05518f7d6b0de45a25f59f54d Oct 16 04:45:56.655 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 16 04:45:57.180 INFO blam! 83cbeccd8de479ee9370aca599ee9c314e39f27afac47635afb118ea75230088 Oct 16 04:45:57.191 INFO running `"docker" "start" "-a" "83cbeccd8de479ee9370aca599ee9c314e39f27afac47635afb118ea75230088"` Oct 16 04:45:58.368 INFO kablam! usermod: no changes Oct 16 04:45:58.572 INFO kablam! Compiling kafka v0.7.0 (/source) Oct 16 04:46:04.571 INFO kablam! warning: use of deprecated item 'example::openssl::ssl::SslConnectorBuilder::builder_mut': SslConnectorBuilder now implements DerefMut Oct 16 04:46:04.571 INFO kablam! --> examples/example-ssl.rs:38:35 Oct 16 04:46:04.571 INFO kablam! | Oct 16 04:46:04.571 INFO kablam! 38 | let mut ctx = builder.builder_mut(); Oct 16 04:46:04.571 INFO kablam! | ^^^^^^^^^^^ Oct 16 04:46:04.575 INFO kablam! | Oct 16 04:46:04.575 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:46:04.575 INFO kablam! Oct 16 04:46:04.843 INFO kablam! warning: variable does not need to be mutable Oct 16 04:46:04.843 INFO kablam! --> examples/example-ssl.rs:38:17 Oct 16 04:46:04.843 INFO kablam! | Oct 16 04:46:04.843 INFO kablam! 38 | let mut ctx = builder.builder_mut(); Oct 16 04:46:04.843 INFO kablam! | ----^^^ Oct 16 04:46:04.843 INFO kablam! | | Oct 16 04:46:04.843 INFO kablam! | help: remove this `mut` Oct 16 04:46:04.843 INFO kablam! | Oct 16 04:46:04.843 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:46:04.843 INFO kablam! Oct 16 04:46:04.958 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 04:46:04.958 INFO kablam! --> src/compression/gzip.rs:14:8 Oct 16 04:46:04.958 INFO kablam! | Oct 16 04:46:04.958 INFO kablam! 14 | Ok((compressed_bytes)) Oct 16 04:46:04.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 04:46:04.958 INFO kablam! | Oct 16 04:46:04.958 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 04:46:04.958 INFO kablam! Oct 16 04:46:07.843 INFO kablam! warning: variable does not need to be mutable Oct 16 04:46:07.843 INFO kablam! --> src/consumer/mod.rs:225:13 Oct 16 04:46:07.843 INFO kablam! | Oct 16 04:46:07.843 INFO kablam! 225 | let mut retry_partitions = &mut self.state.retry_partitions; Oct 16 04:46:07.843 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 16 04:46:07.843 INFO kablam! | | Oct 16 04:46:07.843 INFO kablam! | help: remove this `mut` Oct 16 04:46:07.843 INFO kablam! | Oct 16 04:46:07.843 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:46:07.843 INFO kablam! Oct 16 04:46:08.478 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 04:46:08.478 INFO kablam! --> examples/offset-monitor.rs:8:5 Oct 16 04:46:08.478 INFO kablam! | Oct 16 04:46:08.478 INFO kablam! 8 | use std::ascii::AsciiExt; Oct 16 04:46:08.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:08.479 INFO kablam! | Oct 16 04:46:08.489 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:46:08.489 INFO kablam! Oct 16 04:46:09.874 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 04:46:09.874 INFO kablam! --> examples/offset-monitor.rs:8:5 Oct 16 04:46:09.874 INFO kablam! | Oct 16 04:46:09.874 INFO kablam! 8 | use std::ascii::AsciiExt; Oct 16 04:46:09.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:09.874 INFO kablam! | Oct 16 04:46:09.874 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:46:09.874 INFO kablam! Oct 16 04:46:11.219 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 04:46:11.220 INFO kablam! --> examples/console-consumer.rs:10:5 Oct 16 04:46:11.220 INFO kablam! | Oct 16 04:46:11.220 INFO kablam! 10 | use std::ascii::AsciiExt; Oct 16 04:46:11.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:11.221 INFO kablam! | Oct 16 04:46:11.221 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:46:11.221 INFO kablam! Oct 16 04:46:11.555 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 04:46:11.555 INFO kablam! --> examples/console-consumer.rs:10:5 Oct 16 04:46:11.555 INFO kablam! | Oct 16 04:46:11.555 INFO kablam! 10 | use std::ascii::AsciiExt; Oct 16 04:46:11.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:11.555 INFO kablam! | Oct 16 04:46:11.555 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:46:11.555 INFO kablam! Oct 16 04:46:19.410 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 04:46:19.410 INFO kablam! --> examples/console-producer.rs:196:13 Oct 16 04:46:19.410 INFO kablam! | Oct 16 04:46:19.411 INFO kablam! 196 | use std::ascii::AsciiExt; Oct 16 04:46:19.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:19.411 INFO kablam! | Oct 16 04:46:19.412 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:46:19.412 INFO kablam! Oct 16 04:46:19.667 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 04:46:19.667 INFO kablam! --> examples/console-producer.rs:196:13 Oct 16 04:46:19.668 INFO kablam! | Oct 16 04:46:19.668 INFO kablam! 196 | use std::ascii::AsciiExt; Oct 16 04:46:19.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:46:19.669 INFO kablam! | Oct 16 04:46:19.669 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:46:19.669 INFO kablam! Oct 16 04:46:19.704 INFO kablam! warning: variable does not need to be mutable Oct 16 04:46:19.704 INFO kablam! --> examples/console-producer.rs:137:13 Oct 16 04:46:19.704 INFO kablam! | Oct 16 04:46:19.704 INFO kablam! 137 | let mut rec = &mut rec_stash[next_rec]; Oct 16 04:46:19.705 INFO kablam! | ----^^^ Oct 16 04:46:19.705 INFO kablam! | | Oct 16 04:46:19.705 INFO kablam! | help: remove this `mut` Oct 16 04:46:19.705 INFO kablam! | Oct 16 04:46:19.706 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:46:19.706 INFO kablam! Oct 16 04:46:22.531 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.13s Oct 16 04:46:22.537 INFO kablam! su: No module specific data is present Oct 16 04:46:23.019 INFO running `"docker" "rm" "-f" "83cbeccd8de479ee9370aca599ee9c314e39f27afac47635afb118ea75230088"` Oct 16 04:46:23.119 INFO blam! 83cbeccd8de479ee9370aca599ee9c314e39f27afac47635afb118ea75230088 Oct 16 04:46:23.125 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 16 04:46:23.326 INFO blam! efa0ad41fdaa70fca6b26938c9e60acc1dd4e09f0e4d1025a9a1a776aebeca81 Oct 16 04:46:23.329 INFO running `"docker" "start" "-a" "efa0ad41fdaa70fca6b26938c9e60acc1dd4e09f0e4d1025a9a1a776aebeca81"` Oct 16 04:46:23.763 INFO kablam! usermod: no changes Oct 16 04:46:23.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 04:46:23.842 INFO kablam! Running /target/debug/deps/kafka-b4430183096d9fa5 Oct 16 04:46:23.846 INFO blam! Oct 16 04:46:23.846 INFO blam! running 33 tests Oct 16 04:46:23.850 INFO blam! test codecs::codec_32 ... ok Oct 16 04:46:23.851 INFO blam! test codecs::codec_i16 ... ok Oct 16 04:46:23.851 INFO blam! test codecs::codec_as_strings ... ok Oct 16 04:46:23.852 INFO blam! test codecs::codec_i64 ... ok Oct 16 04:46:23.852 INFO blam! test client::state::tests::test_loading_metadata ... ok Oct 16 04:46:23.852 INFO blam! test codecs::codec_i8 ... ok Oct 16 04:46:23.852 INFO blam! test compression::snappy::test_validate_stream ... ok Oct 16 04:46:23.852 INFO blam! test codecs::codec_vec_u8 ... ok Oct 16 04:46:23.852 INFO blam! test codecs::codec_string ... ok Oct 16 04:46:23.854 INFO blam! test compression::snappy::tests::test_snappy_reader_read ... ok Oct 16 04:46:23.855 INFO blam! test compression::gzip::test_uncompress ... ok Oct 16 04:46:23.855 INFO blam! test producer::default_partitioner_tests::default_partitioner_with_custom_hasher_default ... ok Oct 16 04:46:23.856 INFO blam! test compression::snappy::tests::test_compress ... ok Oct 16 04:46:23.859 INFO blam! test producer::default_partitioner_tests::test_key_partitioning ... ok Oct 16 04:46:23.859 INFO blam! test compression::snappy::tests::test_uncompress ... ok Oct 16 04:46:23.864 INFO blam! test protocol::fetch::tests::test_from_slice_gzip_k0821 ... ok Oct 16 04:46:23.866 INFO blam! test protocol::fetch::tests::test_from_slice_nocompression_k0821 ... ok Oct 16 04:46:23.866 INFO blam! test compression::snappy::tests::test_snappy_reader_read_to_end ... ok Oct 16 04:46:23.867 INFO blam! test protocol::fetch::tests::test_from_slice_snappy_k0821 ... ok Oct 16 04:46:23.867 INFO blam! test protocol::zreader::test_mutability_lifetimes ... ok Oct 16 04:46:23.868 INFO blam! test protocol::test_kafka_code_from_protocol ... ok Oct 16 04:46:23.870 INFO blam! test protocol::fetch::tests::test_from_slice_snappy_k0822 ... ok Oct 16 04:46:23.920 INFO blam! test protocol::zreader::test_read ... ok Oct 16 04:46:23.921 INFO blam! test protocol::zreader::test_read_i32 ... ok Oct 16 04:46:23.924 INFO blam! test protocol::fetch::tests::test_crc_validation ... ok Oct 16 04:46:23.927 INFO blam! test protocol::zreader::test_read_i8 ... ok Oct 16 04:46:23.930 INFO blam! test protocol::zreader::test_read_i16 ... ok Oct 16 04:46:23.930 INFO blam! test codecs::test_string_too_long ... ok Oct 16 04:46:23.933 INFO blam! test compression::snappy::tests::test_uncompress_invalid_input ... ok Oct 16 04:46:23.942 INFO blam! test protocol::test_to_millis_i32 ... ok Oct 16 04:46:23.945 INFO blam! test protocol::zreader::test_read_i64 ... ok Oct 16 04:46:23.945 INFO blam! test protocol::zreader::test_read_str ... ok Oct 16 04:46:23.953 INFO blam! test compression::gzip::test_uncompress_panic ... ok Oct 16 04:46:23.953 INFO blam! Oct 16 04:46:23.953 INFO blam! test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:46:23.953 INFO blam! Oct 16 04:46:23.956 INFO kablam! Running /target/debug/deps/test_kafka-e7725347064b683e Oct 16 04:46:23.957 INFO blam! Oct 16 04:46:23.958 INFO blam! running 0 tests Oct 16 04:46:23.958 INFO blam! Oct 16 04:46:23.958 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:46:23.958 INFO blam! Oct 16 04:46:23.958 INFO kablam! Doc-tests kafka Oct 16 04:46:26.762 INFO blam! Oct 16 04:46:26.762 INFO blam! running 17 tests Oct 16 04:46:34.682 INFO blam! test src/client/mod.rs - client::KafkaClient::commit_offsets (line 1141) ... ok Oct 16 04:46:36.238 INFO blam! test src/client/mod.rs - client::KafkaClient::load_metadata (line 773) ... ok Oct 16 04:46:37.437 INFO blam! test src/client/mod.rs - client::KafkaClient::fetch_group_offsets (line 1213) ... ok Oct 16 04:46:37.681 INFO blam! test src/client/mod.rs - client::KafkaClient::commit_offset (line 1190) ... ok Oct 16 04:46:37.895 INFO blam! test src/client/mod.rs - client::KafkaClient::fetch_group_topic_offsets (line 1257) ... ok Oct 16 04:46:38.139 INFO blam! test src/client/mod.rs - client::KafkaClient::fetch_offsets (line 832) ... ok Oct 16 04:46:38.307 INFO blam! test src/client/mod.rs - client::KafkaClient::fetch_topic_offsets (line 938) ... ok Oct 16 04:46:39.351 INFO blam! test src/client/mod.rs - client::KafkaClient::fetch_messages (line 1001) ... ok Oct 16 04:46:45.287 INFO blam! test src/client/mod.rs - client::KafkaClient::load_metadata_all (line 742) ... ok Oct 16 04:46:49.963 INFO blam! test src/consumer/mod.rs - consumer (line 11) ... ok Oct 16 04:46:50.947 INFO blam! test src/client/mod.rs - client::KafkaClient::new (line 386) ... ok Oct 16 04:46:51.007 INFO blam! test src/client/mod.rs - client::KafkaClient::set_fetch_min_bytes (line 559) ... ok Oct 16 04:46:51.106 INFO blam! test src/client/mod.rs - client::KafkaClient::topics (line 717) ... ok Oct 16 04:46:51.828 INFO blam! test src/client/mod.rs - client::KafkaClient::new_secure (line 420) ... ok Oct 16 04:46:52.567 INFO blam! test src/client/mod.rs - client::KafkaClient::produce_messages (line 1102) ... ok Oct 16 04:46:52.679 INFO blam! test src/client/mod.rs - client::KafkaClient::set_compression (line 510) ... ok Oct 16 04:46:54.635 INFO blam! test src/producer.rs - producer (line 15) ... ok Oct 16 04:46:54.635 INFO blam! Oct 16 04:46:54.635 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:46:54.635 INFO blam! Oct 16 04:46:54.655 INFO kablam! su: No module specific data is present Oct 16 04:46:55.512 INFO running `"docker" "rm" "-f" "efa0ad41fdaa70fca6b26938c9e60acc1dd4e09f0e4d1025a9a1a776aebeca81"` Oct 16 04:46:55.836 INFO blam! efa0ad41fdaa70fca6b26938c9e60acc1dd4e09f0e4d1025a9a1a776aebeca81