Oct 16 15:27:52.477 INFO testing cdrs-2.0.0-beta.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 15:27:52.479 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15:27:52.907 INFO blam! 103a68b056d1ded4896dc4bf6940fc3306660b7f0e979a9f2741327efd10cf43 Oct 16 15:27:52.923 INFO running `"docker" "start" "-a" "103a68b056d1ded4896dc4bf6940fc3306660b7f0e979a9f2741327efd10cf43"` Oct 16 15:27:54.759 INFO kablam! usermod: no changes Oct 16 15:27:54.920 INFO kablam! Compiling lz4-compress v0.1.0 Oct 16 15:27:56.121 INFO kablam! Compiling cdrs v2.0.0-beta.3 (/source) Oct 16 15:28:27.922 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.13s Oct 16 15:28:27.929 INFO kablam! su: No module specific data is present Oct 16 15:28:29.303 INFO running `"docker" "rm" "-f" "103a68b056d1ded4896dc4bf6940fc3306660b7f0e979a9f2741327efd10cf43"` Oct 16 15:28:29.643 INFO blam! 103a68b056d1ded4896dc4bf6940fc3306660b7f0e979a9f2741327efd10cf43 Oct 16 15:28:29.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15:28:30.036 INFO blam! 8e86691ef5bad6789ced303e33d5bb4d19e2c1f65cad5b845035cf32f42dc4d9 Oct 16 15:28:30.038 INFO running `"docker" "start" "-a" "8e86691ef5bad6789ced303e33d5bb4d19e2c1f65cad5b845035cf32f42dc4d9"` Oct 16 15:28:31.586 INFO kablam! usermod: no changes Oct 16 15:28:31.775 INFO kablam! Compiling cdrs_helpers_derive v0.1.0 Oct 16 15:28:31.775 INFO kablam! Compiling cdrs v2.0.0-beta.3 (/source) Oct 16 15:29:21.028 INFO kablam! warning: unused import: `Session` Oct 16 15:29:21.028 INFO kablam! --> tests/keyspace.rs:6:50 Oct 16 15:29:21.028 INFO kablam! | Oct 16 15:29:21.028 INFO kablam! 6 | use cdrs::cluster::session::{new as new_session, Session}; Oct 16 15:29:21.029 INFO kablam! | ^^^^^^^ Oct 16 15:29:21.029 INFO kablam! | Oct 16 15:29:21.029 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 15:29:21.029 INFO kablam! Oct 16 15:29:21.029 INFO kablam! warning: unused import: `TcpConnectionPool` Oct 16 15:29:21.029 INFO kablam! --> tests/keyspace.rs:7:61 Oct 16 15:29:21.029 INFO kablam! | Oct 16 15:29:21.029 INFO kablam! 7 | use cdrs::cluster::{ClusterTcpConfig, NodeTcpConfigBuilder, TcpConnectionPool}; Oct 16 15:29:21.029 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 15:29:21.029 INFO kablam! Oct 16 15:29:21.404 INFO kablam! warning: constant item is never used: `ADDR` Oct 16 15:29:21.404 INFO kablam! --> tests/keyspace.rs:13:1 Oct 16 15:29:21.404 INFO kablam! | Oct 16 15:29:21.404 INFO kablam! 13 | const ADDR: &'static str = "127.0.0.1:9042"; Oct 16 15:29:21.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:29:21.404 INFO kablam! | Oct 16 15:29:21.404 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 15:29:21.404 INFO kablam! Oct 16 15:29:22.319 INFO kablam! warning: function is never used: `setup` Oct 16 15:29:22.319 INFO kablam! --> tests/common/mod.rs:13:1 Oct 16 15:29:22.319 INFO kablam! | Oct 16 15:29:22.319 INFO kablam! 13 | pub fn setup(create_table_cql: &'static str) -> Result { Oct 16 15:29:22.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:29:22.319 INFO kablam! | Oct 16 15:29:22.319 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 15:29:22.319 INFO kablam! Oct 16 15:29:25.089 INFO kablam! warning: unused import: `cdrs::error::Result as CDRSResult` Oct 16 15:29:25.089 INFO kablam! --> tests/derive_traits.rs:15:5 Oct 16 15:29:25.089 INFO kablam! | Oct 16 15:29:25.089 INFO kablam! 15 | use cdrs::error::Result as CDRSResult; Oct 16 15:29:25.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:29:25.090 INFO kablam! | Oct 16 15:29:25.090 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 15:29:25.090 INFO kablam! Oct 16 15:29:25.090 INFO kablam! warning: unused imports: `AsRust`, `IntoRustByName` Oct 16 15:29:25.090 INFO kablam! --> tests/derive_traits.rs:25:19 Oct 16 15:29:25.090 INFO kablam! | Oct 16 15:29:25.090 INFO kablam! 25 | use cdrs::types::{AsRust, AsRustType, IntoRustByName}; Oct 16 15:29:25.090 INFO kablam! | ^^^^^^ ^^^^^^^^^^^^^^ Oct 16 15:29:25.090 INFO kablam! Oct 16 15:29:26.391 INFO kablam! warning: function is never used: `setup` Oct 16 15:29:26.391 INFO kablam! --> tests/common/mod.rs:13:1 Oct 16 15:29:26.391 INFO kablam! | Oct 16 15:29:26.391 INFO kablam! 13 | pub fn setup(create_table_cql: &'static str) -> Result { Oct 16 15:29:26.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:29:26.391 INFO kablam! | Oct 16 15:29:26.391 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 15:29:26.391 INFO kablam! Oct 16 15:29:26.391 INFO kablam! warning: method is never used: `into_query_values` Oct 16 15:29:26.391 INFO kablam! --> tests/derive_traits.rs:187:5 Oct 16 15:29:26.391 INFO kablam! | Oct 16 15:29:26.391 INFO kablam! 187 | fn into_query_values(self) -> QueryValues { Oct 16 15:29:26.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:29:26.391 INFO kablam! Oct 16 15:29:45.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 16 15:29:45.948 INFO kablam! su: No module specific data is present Oct 16 15:29:46.366 INFO running `"docker" "rm" "-f" "8e86691ef5bad6789ced303e33d5bb4d19e2c1f65cad5b845035cf32f42dc4d9"` Oct 16 15:29:46.557 INFO blam! 8e86691ef5bad6789ced303e33d5bb4d19e2c1f65cad5b845035cf32f42dc4d9 Oct 16 15:29:46.567 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15:29:46.902 INFO blam! efb31d3d11844ffca2097d3d2a07ef524fb786b6d6e6d627458bafa5471f35b4 Oct 16 15:29:46.903 INFO running `"docker" "start" "-a" "efb31d3d11844ffca2097d3d2a07ef524fb786b6d6e6d627458bafa5471f35b4"` Oct 16 15:29:47.609 INFO kablam! usermod: no changes Oct 16 15:29:47.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 16 15:29:47.738 INFO kablam! Running /target/debug/deps/cdrs-80a92fa53889c110 Oct 16 15:29:47.756 INFO blam! Oct 16 15:29:47.756 INFO blam! running 138 tests Oct 16 15:29:47.766 INFO blam! test authenticators::tests::test_password_authenticator_get_cassandra_name ... ok Oct 16 15:29:47.766 INFO blam! test compression::tests::test_compression_decode_none ... ok Oct 16 15:29:47.766 INFO blam! test compression::tests::test_compression_decode_snappy ... ok Oct 16 15:29:47.766 INFO blam! test authenticators::tests::test_password_authenticator_get_auth_token ... ok Oct 16 15:29:47.771 INFO blam! test compression::tests::test_compression_encode_lz4_with_invalid_input ... ok Oct 16 15:29:47.771 INFO blam! test authenticators::tests::test_password_authenticator_new ... ok Oct 16 15:29:47.771 INFO blam! test authenticators::tests::test_authenticator_none_get_cassandra_name ... ok Oct 16 15:29:47.771 INFO blam! test compression::tests::test_compression_encode_none ... ok Oct 16 15:29:47.771 INFO blam! test compression::tests::test_compression_decode_lz4 ... ok Oct 16 15:29:47.771 INFO blam! test compression::tests::test_compression_encode_snappy ... ok Oct 16 15:29:47.771 INFO blam! test authenticators::tests::test_password_authenticator_trait_impl ... ok Oct 16 15:29:47.771 INFO blam! test compression::tests::test_compression_encode_lz4 ... ok Oct 16 15:29:47.771 INFO blam! test compression::tests::test_compression_encode_snappy_with_non_utf8 ... ok Oct 16 15:29:47.771 INFO blam! test compression::tests::test_compression_from_str ... ok Oct 16 15:29:47.771 INFO blam! test compression::tests::test_compression_from_string ... ok Oct 16 15:29:47.771 INFO blam! test consistency::tests::test_consistency_from ... ok Oct 16 15:29:47.771 INFO blam! test consistency::tests::test_consistency_into_cbytes ... ok Oct 16 15:29:47.771 INFO blam! test frame::events::schema_change_type_test::from_cursor ... ok Oct 16 15:29:47.771 INFO blam! test frame::events::schema_change_target_test::from_cursor ... ok Oct 16 15:29:47.771 INFO blam! test consistency::tests::test_consistency_from_bytes ... ok Oct 16 15:29:47.784 INFO blam! test frame::events::server_event::status_change_up ... ok Oct 16 15:29:47.784 INFO blam! test consistency::tests::test_consistency_from_cursor ... ok Oct 16 15:29:47.784 INFO blam! test frame::events::server_event::status_change_down ... ok Oct 16 15:29:47.784 INFO blam! test frame::events::server_event::schema_change_updated ... ok Oct 16 15:29:47.784 INFO blam! test frame::events::server_event::schema_change_created ... ok Oct 16 15:29:47.784 INFO blam! test frame::events::server_event::schema_change_dropped ... ok Oct 16 15:29:47.789 INFO blam! test frame::events::simple_server_event_test::as_string ... ok Oct 16 15:29:47.789 INFO blam! test frame::events::server_event::topology_change_new_node ... ok Oct 16 15:29:47.790 INFO blam! test frame::events::status_change_type_test::from_cursor ... ok Oct 16 15:29:47.803 INFO blam! test frame::events::server_event::topology_change_removed_node ... ok Oct 16 15:29:47.803 INFO blam! test frame::events::topology_change_type_test::from_cursor ... ok Oct 16 15:29:47.803 INFO blam! test frame::frame_auth_response::tests::body_req_auth_response ... ok Oct 16 15:29:47.815 INFO blam! test frame::frame_auth_challenge::tests::body_res_auth_challenge_from_cursor ... ok Oct 16 15:29:47.815 INFO blam! test frame::frame_auth_success::tests::test_name ... ok Oct 16 15:29:47.815 INFO blam! test frame::frame_authenticate::tests::body_res_authenticate ... ok Oct 16 15:29:47.815 INFO blam! test frame::frame_auth_response::tests::frame_body_req_auth_response ... ok Oct 16 15:29:47.819 INFO blam! test frame::frame_options::tests::test_frame_options ... ok Oct 16 15:29:47.819 INFO blam! test frame::frame_ready::tests::body_res_ready_from ... ok Oct 16 15:29:47.819 INFO blam! test frame::frame_ready::tests::body_res_ready_into_cbytes ... ok Oct 16 15:29:47.819 INFO blam! test frame::frame_event::tests::body_res_event ... ok Oct 16 15:29:47.819 INFO blam! test frame::frame_startup::test::new_req_startup ... ok Oct 16 15:29:47.819 INFO blam! test frame::frame_startup::test::new_body_req_startup_some_compression ... ok Oct 16 15:29:47.819 INFO blam! test frame::frame_startup::test::new_body_req_startup_none_compression ... ok Oct 16 15:29:47.819 INFO blam! test frame::frame_ready::tests::body_res_ready_new ... ok Oct 16 15:29:47.819 INFO blam! test frame::tests::test_flag_get_collection ... ok Oct 16 15:29:47.819 INFO blam! test frame::tests::test_flag_from ... ok Oct 16 15:29:47.819 INFO blam! test frame::tests::test_flag_as_byte ... ok Oct 16 15:29:47.819 INFO blam! test frame::frame_supported::tests::test_name ... ok Oct 16 15:29:47.819 INFO blam! test frame::tests::test_flag_has_x ... ok Oct 16 15:29:47.819 INFO blam! test frame::tests::test_flag_many_to_cbytes ... ok Oct 16 15:29:47.819 INFO blam! test frame::tests::test_frame_version_from ... ok Oct 16 15:29:47.819 INFO blam! test frame::tests::test_frame_version_as_byte ... ok Oct 16 15:29:47.819 INFO blam! test frame::tests::test_opcode_as_byte ... ok Oct 16 15:29:47.819 INFO blam! test frame::tests::test_opcode_from ... ok Oct 16 15:29:47.819 INFO blam! test load_balancing::random::tests::random ... ok Oct 16 15:29:47.819 INFO blam! test load_balancing::round_robin::tests::round_robin ... ok Oct 16 15:29:47.819 INFO blam! test load_balancing::round_robin_sync::tests::round_robin ... ok Oct 16 15:29:47.819 INFO blam! test query::query_flags::tests::as_byte_test ... ok Oct 16 15:29:47.819 INFO blam! test query::query_flags::tests::has_skip_metadata_test ... ok Oct 16 15:29:47.819 INFO blam! test query::query_flags::tests::has_page_size_test ... ok Oct 16 15:29:47.819 INFO blam! test query::query_flags::tests::has_value_test ... ok Oct 16 15:29:47.819 INFO blam! test query::query_flags::tests::has_with_default_timestamp_test ... ok Oct 16 15:29:47.819 INFO blam! test query::query_flags::tests::has_with_names_for_values_test ... ok Oct 16 15:29:47.819 INFO blam! test query::query_flags::tests::has_with_paging_state_test ... ok Oct 16 15:29:47.819 INFO blam! test query::query_flags::tests::has_with_serial_consistency_test ... ok Oct 16 15:29:47.819 INFO blam! test query::query_flags::tests::set_page_size_test ... ok Oct 16 15:29:47.819 INFO blam! test query::query_flags::tests::set_skip_metadata_test ... ok Oct 16 15:29:47.820 INFO blam! test query::query_flags::tests::set_value_test ... ok Oct 16 15:29:47.820 INFO blam! test query::query_flags::tests::set_with_default_timestamp_test ... ok Oct 16 15:29:47.820 INFO blam! test query::query_flags::tests::set_with_names_for_values_test ... ok Oct 16 15:29:47.820 INFO blam! test query::query_flags::tests::set_with_paging_state_test ... ok Oct 16 15:29:47.827 INFO blam! test query::query_flags::tests::set_with_serial_consistency_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::as_rust_blob_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::as_rust_bool_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::as_rust_f64_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::as_rust_f32_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::as_rust_i16_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::as_rust_i64_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::as_rust_i32_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::as_rust_i8_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::as_rust_inet_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::as_rust_string_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_ascii_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_bigint_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_blob_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_boolean_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_custom_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_date_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_double_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_float_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_inet_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_int_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_list_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_map_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_set_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_smallint_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_text_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_timestamp_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_time_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_timeuuid_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_tinyint_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_varint_test ... ok Oct 16 15:29:47.827 INFO blam! test types::data_serialization_types::tests::decode_udt_test ... ok Oct 16 15:29:47.836 INFO blam! test types::data_serialization_types::tests::decode_varchar_test ... ok Oct 16 15:29:47.836 INFO blam! test types::tests::test_cbytes_into_plain ... ok Oct 16 15:29:47.836 INFO blam! test types::tests::test_cbytes_new ... ok Oct 16 15:29:47.836 INFO blam! test types::tests::test_cbytes_into_cbytes ... ok Oct 16 15:29:47.836 INFO blam! test types::tests::test_cbytes_from_cursor ... ok Oct 16 15:29:47.843 INFO blam! test frame::events::status_change_type_test::from_cursor_wrong ... ok Oct 16 15:29:47.843 INFO blam! test frame::events::schema_change_target_test::from_cursor_wrong ... ok Oct 16 15:29:47.843 INFO blam! test frame::events::schema_change_type_test::from_cursor_wrong ... ok Oct 16 15:29:47.843 INFO blam! test frame::events::topology_change_type_test::from_cursor_wrong ... ok Oct 16 15:29:47.843 INFO blam! test types::tests::test_cbytesshort_from_cursor ... ok Oct 16 15:29:47.843 INFO blam! test types::tests::test_cbytesshort_into_cbytes ... ok Oct 16 15:29:47.843 INFO blam! test types::tests::test_cbytesshort_new ... ok Oct 16 15:29:47.843 INFO blam! test types::tests::test_cbytesshort_into_plain ... ok Oct 16 15:29:47.844 INFO blam! test types::tests::test_cint_from_cursor ... ok Oct 16 15:29:47.844 INFO blam! test types::tests::test_cstring_from_cursor ... ok Oct 16 15:29:47.844 INFO blam! test types::tests::test_cstring_new ... ok Oct 16 15:29:47.844 INFO blam! test types::tests::test_cstringlist ... ok Oct 16 15:29:47.844 INFO blam! test types::tests::test_cintshort_from_cursor ... ok Oct 16 15:29:47.844 INFO blam! test types::tests::test_cstring_into_cbytes ... ok Oct 16 15:29:47.844 INFO blam! test types::tests::test_cstring_as_str ... ok Oct 16 15:29:47.845 INFO blam! test types::tests::test_cstring_into_plain ... ok Oct 16 15:29:47.845 INFO blam! test types::tests::test_cstringlong_as_str ... ok Oct 16 15:29:47.845 INFO blam! test types::tests::test_cstringlong_into_cbytes ... ok Oct 16 15:29:47.845 INFO blam! test types::tests::test_cstringlong_new ... ok Oct 16 15:29:47.845 INFO blam! test types::tests::test_cstringlong_into_plain ... ok Oct 16 15:29:47.845 INFO blam! test types::tests::test_cstringlong_from_cursor ... ok Oct 16 15:29:47.845 INFO blam! test types::tests::test_cursor_next_value ... ok Oct 16 15:29:47.845 INFO blam! test types::tests::test_from_i_bytes ... ok Oct 16 15:29:47.845 INFO blam! test types::value::tests::test_new_normal_value ... ok Oct 16 15:29:47.845 INFO blam! test types::value::tests::test_new_normal_value_all_types ... ok Oct 16 15:29:47.845 INFO blam! test types::tests::test_try_u16_from_bytes ... ok Oct 16 15:29:47.845 INFO blam! test types::value::tests::test_new_null_value ... ok Oct 16 15:29:47.845 INFO blam! test types::value::tests::test_new_not_set_value ... ok Oct 16 15:29:47.845 INFO blam! test types::value::tests::test_value_into_cbytes ... ok Oct 16 15:29:47.845 INFO blam! test types::value::tests::test_value_type_into_cbytes ... ok Oct 16 15:29:47.845 INFO blam! Oct 16 15:29:47.845 INFO blam! test result: ok. 138 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 15:29:47.845 INFO blam! Oct 16 15:29:47.850 INFO kablam! Running /target/debug/deps/collection_types-25cdac1872da263f Oct 16 15:29:47.852 INFO blam! Oct 16 15:29:47.852 INFO blam! running 7 tests Oct 16 15:29:47.852 INFO blam! test list ... ignored Oct 16 15:29:47.852 INFO blam! test list_v4 ... ignored Oct 16 15:29:47.852 INFO blam! test map ... ignored Oct 16 15:29:47.852 INFO blam! test map_without_blob ... ignored Oct 16 15:29:47.852 INFO blam! test map_without_blob_v4 ... ignored Oct 16 15:29:47.852 INFO blam! test set ... ignored Oct 16 15:29:47.852 INFO blam! test set_v4 ... ignored Oct 16 15:29:47.852 INFO blam! Oct 16 15:29:47.852 INFO blam! test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out Oct 16 15:29:47.852 INFO blam! Oct 16 15:29:47.853 INFO kablam! Running /target/debug/deps/derive_traits-9377801cbf150f87 Oct 16 15:29:47.854 INFO blam! Oct 16 15:29:47.854 INFO blam! running 3 tests Oct 16 15:29:47.854 INFO blam! test alter_udt_add ... ignored Oct 16 15:29:47.854 INFO blam! test nested_udt ... ignored Oct 16 15:29:47.854 INFO blam! test simple_udt ... ignored Oct 16 15:29:47.854 INFO blam! Oct 16 15:29:47.855 INFO blam! test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 16 15:29:47.855 INFO blam! Oct 16 15:29:47.855 INFO kablam! Running /target/debug/deps/keyspace-b3698f714bbf3a6e Oct 16 15:29:47.856 INFO blam! Oct 16 15:29:47.856 INFO blam! running 4 tests Oct 16 15:29:47.857 INFO blam! test alter_keyspace ... ignored Oct 16 15:29:47.857 INFO blam! test create_keyspace ... ignored Oct 16 15:29:47.857 INFO blam! test drop_keyspace ... ignored Oct 16 15:29:47.857 INFO blam! test use_keyspace ... ignored Oct 16 15:29:47.857 INFO blam! Oct 16 15:29:47.857 INFO blam! test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out Oct 16 15:29:47.857 INFO blam! Oct 16 15:29:47.857 INFO kablam! Running /target/debug/deps/native_types-3861f53815c98bc8 Oct 16 15:29:47.858 INFO blam! Oct 16 15:29:47.858 INFO blam! running 9 tests Oct 16 15:29:47.859 INFO blam! test blob ... ignored Oct 16 15:29:47.859 INFO blam! test counter ... ignored Oct 16 15:29:47.859 INFO blam! test float ... ignored Oct 16 15:29:47.859 INFO blam! test inet ... ignored Oct 16 15:29:47.859 INFO blam! test integer ... ignored Oct 16 15:29:47.859 INFO blam! test integer_v4 ... ignored Oct 16 15:29:47.859 INFO blam! test string ... ignored Oct 16 15:29:47.859 INFO blam! test time ... ignored Oct 16 15:29:47.859 INFO blam! test uuid ... ignored Oct 16 15:29:47.859 INFO blam! Oct 16 15:29:47.859 INFO blam! test result: ok. 0 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out Oct 16 15:29:47.859 INFO blam! Oct 16 15:29:47.859 INFO kablam! Running /target/debug/deps/tuple_types-dc437deb68287ed9 Oct 16 15:29:47.861 INFO blam! Oct 16 15:29:47.861 INFO blam! running 2 tests Oct 16 15:29:47.861 INFO blam! test nested_tuples ... ignored Oct 16 15:29:47.861 INFO blam! test simple_tuple ... ignored Oct 16 15:29:47.861 INFO blam! Oct 16 15:29:47.861 INFO blam! test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Oct 16 15:29:47.861 INFO blam! Oct 16 15:29:47.862 INFO kablam! Running /target/debug/deps/user_defined_types-b35a6874023d6330 Oct 16 15:29:47.863 INFO blam! Oct 16 15:29:47.863 INFO blam! running 3 tests Oct 16 15:29:47.863 INFO blam! test alter_udt_add ... ignored Oct 16 15:29:47.863 INFO blam! test nested_udt ... ignored Oct 16 15:29:47.863 INFO blam! test simple_udt ... ignored Oct 16 15:29:47.863 INFO blam! Oct 16 15:29:47.863 INFO blam! test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 16 15:29:47.863 INFO blam! Oct 16 15:29:47.863 INFO kablam! Doc-tests cdrs Oct 16 15:29:50.044 INFO blam! Oct 16 15:29:50.044 INFO blam! running 3 tests Oct 16 15:29:53.875 INFO blam! test src/transport.rs - transport::TransportTcp::new (line 59) ... ok Oct 16 15:29:56.170 INFO blam! test src/compression.rs - compression::Compression::encode (line 85) ... ok Oct 16 15:29:56.179 INFO blam! test src/compression.rs - compression::Compression::decode (line 106) ... ok Oct 16 15:29:56.179 INFO blam! Oct 16 15:29:56.179 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 15:29:56.179 INFO blam! Oct 16 15:29:56.201 INFO kablam! su: No module specific data is present Oct 16 15:29:56.595 INFO running `"docker" "rm" "-f" "efb31d3d11844ffca2097d3d2a07ef524fb786b6d6e6d627458bafa5471f35b4"` Oct 16 15:29:56.765 INFO blam! efb31d3d11844ffca2097d3d2a07ef524fb786b6d6e6d627458bafa5471f35b4