[INFO] crate cdrs 2.1.0 is already in cache [INFO] extracting crate cdrs 2.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/cdrs/2.1.0 [INFO] extracting crate cdrs 2.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cdrs/2.1.0 [INFO] validating manifest of cdrs-2.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cdrs-2.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cdrs-2.1.0 [INFO] finished frobbing cdrs-2.1.0 [INFO] frobbed toml for cdrs-2.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/cdrs/2.1.0/Cargo.toml [INFO] started frobbing cdrs-2.1.0 [INFO] finished frobbing cdrs-2.1.0 [INFO] frobbed toml for cdrs-2.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cdrs/2.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cdrs-2.1.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cdrs/2.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 2a49c58eb5ad38550cd14d28b97dfdff275e6706696e5e519cf6d455bec8c45d [INFO] running `"docker" "start" "-a" "2a49c58eb5ad38550cd14d28b97dfdff275e6706696e5e519cf6d455bec8c45d"` [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling snap v0.2.5 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.2 [INFO] [stderr] Compiling lz4-compress v0.1.0 [INFO] [stderr] Compiling r2d2 v0.8.5 [INFO] [stderr] Compiling cdrs v2.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/frame/parser.rs:26:42 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn parse_frame(cursor_cell: &RefCell, compressor: &Compression) -> error::Result { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | impl<'a> PasswordAuthenticator<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | impl<'a> Authenticator for PasswordAuthenticator<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:19:59 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new<'b>(username: &'b str, password: &'b str) -> PasswordAuthenticator<'b> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | PasswordAuthenticator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator::username': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:21:7 [INFO] [stderr] | [INFO] [stderr] 21 | username: username, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator::password': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | password: password, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator::username': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:30:29 [INFO] [stderr] | [INFO] [stderr] 30 | token.extend_from_slice(self.username.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator::password': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:32:29 [INFO] [stderr] | [INFO] [stderr] 32 | token.extend_from_slice(self.password.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.08s [INFO] running `"docker" "inspect" "2a49c58eb5ad38550cd14d28b97dfdff275e6706696e5e519cf6d455bec8c45d"` [INFO] running `"docker" "rm" "-f" "2a49c58eb5ad38550cd14d28b97dfdff275e6706696e5e519cf6d455bec8c45d"` [INFO] [stdout] 2a49c58eb5ad38550cd14d28b97dfdff275e6706696e5e519cf6d455bec8c45d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cdrs/2.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 0682055a44e47b419c74b2d90949e9f0a516108db5c444b546f48137e54b074d [INFO] running `"docker" "start" "-a" "0682055a44e47b419c74b2d90949e9f0a516108db5c444b546f48137e54b074d"` [INFO] [stderr] Compiling proc-macro2 v0.1.10 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling cdrs_helpers_derive v0.1.0 [INFO] [stderr] Compiling cdrs v2.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> examples/prepare_batch_execute.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | / /// **IMPORTANT NOTE:** query values should be WITHOUT NAMES [INFO] [stderr] 26 | | /// https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v4.spec#L413 [INFO] [stderr] | |_______________________________________________________________________________________^ [INFO] [stderr] 27 | query_values!(self.key) [INFO] [stderr] | ----------------------- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Session` [INFO] [stderr] --> tests/keyspace.rs:6:50 [INFO] [stderr] | [INFO] [stderr] 6 | use cdrs::cluster::session::{new as new_session, Session}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `TcpConnectionPool` [INFO] [stderr] --> tests/keyspace.rs:7:61 [INFO] [stderr] | [INFO] [stderr] 7 | use cdrs::cluster::{ClusterTcpConfig, NodeTcpConfigBuilder, TcpConnectionPool}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `cdrs::error::Result as CDRSResult` [INFO] [stderr] --> tests/derive_traits.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use cdrs::error::Result as CDRSResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `AsRust`, `IntoRustByName` [INFO] [stderr] --> tests/derive_traits.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | use cdrs::types::{AsRust, AsRustType, IntoRustByName}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `ADDR` [INFO] [stderr] --> tests/keyspace.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | const ADDR: &'static str = "127.0.0.1:9042"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `setup` [INFO] [stderr] --> tests/common/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn setup(create_table_cql: &'static str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/frame/parser.rs:26:42 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn parse_frame(cursor_cell: &RefCell, compressor: &Compression) -> error::Result { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | impl<'a> PasswordAuthenticator<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | impl<'a> Authenticator for PasswordAuthenticator<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:19:59 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new<'b>(username: &'b str, password: &'b str) -> PasswordAuthenticator<'b> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | PasswordAuthenticator { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:91:25 [INFO] [stderr] | [INFO] [stderr] 91 | let authenticator = PasswordAuthenticator::new("a", "a"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:97:5 [INFO] [stderr] | [INFO] [stderr] 97 | PasswordAuthenticator::new("foo", "bar"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:102:16 [INFO] [stderr] | [INFO] [stderr] 102 | let auth = PasswordAuthenticator::new("foo", "bar"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:111:16 [INFO] [stderr] | [INFO] [stderr] 111 | let auth = PasswordAuthenticator::new("foo", "bar"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:142:16 [INFO] [stderr] | [INFO] [stderr] 142 | let auth = PasswordAuthenticator::new("foo", "bar"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator::username': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:21:7 [INFO] [stderr] | [INFO] [stderr] 21 | username: username, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator::password': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | password: password, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator::username': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:30:29 [INFO] [stderr] | [INFO] [stderr] 30 | token.extend_from_slice(self.username.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'authenticators::PasswordAuthenticator::password': `PasswordAuthenticator` is deprecated in favour of `StaticPasswordAuthenticator` because the second one doesn't require static lifetime for credentials thus it's easier to use. [INFO] [stderr] --> src/authenticators.rs:32:29 [INFO] [stderr] | [INFO] [stderr] 32 | token.extend_from_slice(self.password.as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `NoneAuthenticator` [INFO] [stderr] --> examples/crud_operations.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | use cdrs::authenticators::{NoneAuthenticator, StaticPasswordAuthenticator}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `setup` [INFO] [stderr] --> tests/common/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn setup(create_table_cql: &'static str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.50s [INFO] running `"docker" "inspect" "0682055a44e47b419c74b2d90949e9f0a516108db5c444b546f48137e54b074d"` [INFO] running `"docker" "rm" "-f" "0682055a44e47b419c74b2d90949e9f0a516108db5c444b546f48137e54b074d"` [INFO] [stdout] 0682055a44e47b419c74b2d90949e9f0a516108db5c444b546f48137e54b074d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cdrs/2.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 3220d1a48150fee50800f650bc155d784fd4213459de56e7e58ab07888d8f052 [INFO] running `"docker" "start" "-a" "3220d1a48150fee50800f650bc155d784fd4213459de56e7e58ab07888d8f052"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/cdrs-8640caf19fcc105d [INFO] [stdout] [INFO] [stdout] running 148 tests [INFO] [stdout] test authenticators::tests::test_password_authenticator_new ... ok [INFO] [stdout] test authenticators::tests::test_password_authenticator_get_cassandra_name ... ok [INFO] [stdout] test authenticators::tests::test_password_authenticator_trait_impl ... ok [INFO] [stdout] test authenticators::tests::test_static_password_authenticator_get_auth_token ... ok [INFO] [stdout] test authenticators::tests::test_authenticator_none_get_cassandra_name ... ok [INFO] [stdout] test authenticators::tests::test_password_authenticator_get_auth_token ... ok [INFO] [stdout] test authenticators::tests::test_static_password_authenticator_new ... ok [INFO] [stdout] test authenticators::tests::test_static_password_authenticator_trait_impl ... ok [INFO] [stdout] test authenticators::tests::test_static_password_authenticator_get_cassandra_name ... ok [INFO] [stdout] test compression::tests::test_compression_decode_none ... ok [INFO] [stdout] test compression::tests::test_compression_decode_snappy ... ok [INFO] [stdout] test compression::tests::test_compression_decode_lz4 ... ok [INFO] [stdout] test compression::tests::test_compression_encode_lz4 ... ok [INFO] [stdout] test compression::tests::test_compression_encode_lz4_with_invalid_input ... ok [INFO] [stdout] test compression::tests::test_compression_encode_none ... ok [INFO] [stdout] test compression::tests::test_compression_encode_snappy ... ok [INFO] [stdout] test frame::events::schema_change_target_test::from_cursor ... ok [INFO] [stdout] test compression::tests::test_compression_from_str ... ok [INFO] [stdout] test compression::tests::test_compression_encode_snappy_with_non_utf8 ... ok [INFO] [stdout] test compression::tests::test_compression_from_string ... ok [INFO] [stdout] test consistency::tests::test_consistency_from ... ok [INFO] [stdout] test consistency::tests::test_consistency_from_bytes ... ok [INFO] [stdout] test frame::events::server_event::schema_change_created ... ok [INFO] [stdout] test frame::events::server_event::schema_change_dropped ... ok [INFO] [stdout] test frame::events::server_event::schema_change_updated ... ok [INFO] [stdout] test consistency::tests::test_consistency_from_cursor ... ok [INFO] [stdout] test consistency::tests::test_consistency_into_cbytes ... ok [INFO] [stdout] test frame::events::schema_change_type_test::from_cursor ... ok [INFO] [stdout] test frame::events::server_event::status_change_up ... ok [INFO] [stdout] test frame::events::server_event::topology_change_new_node ... ok [INFO] [stdout] test frame::events::server_event::topology_change_removed_node ... ok [INFO] [stdout] test frame::events::topology_change_type_test::from_cursor ... ok [INFO] [stdout] test frame::events::server_event::status_change_down ... ok [INFO] [stdout] test frame::frame_auth_challenge::tests::body_res_auth_challenge_from_cursor ... ok [INFO] [stdout] test frame::frame_auth_response::tests::body_req_auth_response ... ok [INFO] [stdout] test frame::events::simple_server_event_test::as_string ... ok [INFO] [stdout] test frame::events::status_change_type_test::from_cursor ... ok [INFO] [stdout] test frame::frame_auth_response::tests::frame_body_req_auth_response ... ok [INFO] [stdout] test frame::frame_event::tests::body_res_event ... ok [INFO] [stdout] test frame::frame_auth_success::tests::test_name ... ok [INFO] [stdout] test frame::frame_ready::tests::body_res_ready_into_cbytes ... ok [INFO] [stdout] test frame::frame_ready::tests::body_res_ready_new ... ok [INFO] [stdout] test frame::frame_authenticate::tests::body_res_authenticate ... ok [INFO] [stdout] test frame::frame_options::tests::test_frame_options ... ok [INFO] [stdout] test frame::frame_ready::tests::body_res_ready_from ... ok [INFO] [stdout] test frame::frame_startup::test::new_body_req_startup_none_compression ... ok [INFO] [stdout] test frame::frame_supported::tests::test_name ... ok [INFO] [stdout] test frame::tests::test_flag_as_byte ... ok [INFO] [stdout] test frame::tests::test_flag_from ... ok [INFO] [stdout] test frame::tests::test_flag_get_collection ... ok [INFO] [stdout] test frame::tests::test_flag_has_x ... ok [INFO] [stdout] test frame::tests::test_flag_many_to_cbytes ... ok [INFO] [stdout] test frame::tests::test_frame_version_as_byte ... ok [INFO] [stdout] test frame::tests::test_frame_version_from ... ok [INFO] [stdout] test frame::tests::test_opcode_as_byte ... ok [INFO] [stdout] test frame::tests::test_opcode_from ... ok [INFO] [stdout] test frame::frame_startup::test::new_body_req_startup_some_compression ... ok [INFO] [stdout] test load_balancing::random::tests::random ... ok [INFO] [stdout] test frame::frame_startup::test::new_req_startup ... ok [INFO] [stdout] test load_balancing::single_node::tests::single_node ... ok [INFO] [stdout] test query::query_flags::tests::as_byte_test ... ok [INFO] [stdout] test load_balancing::round_robin_sync::tests::round_robin ... ok [INFO] [stdout] test load_balancing::round_robin::tests::round_robin ... ok [INFO] [stdout] test query::query_flags::tests::has_with_default_timestamp_test ... ok [INFO] [stdout] test query::query_flags::tests::has_page_size_test ... ok [INFO] [stdout] test query::query_flags::tests::has_with_names_for_values_test ... ok [INFO] [stdout] test query::query_flags::tests::has_skip_metadata_test ... ok [INFO] [stdout] test query::query_flags::tests::set_page_size_test ... ok [INFO] [stdout] test query::query_flags::tests::set_skip_metadata_test ... ok [INFO] [stdout] test query::query_flags::tests::has_with_paging_state_test ... ok [INFO] [stdout] test query::query_flags::tests::has_with_serial_consistency_test ... ok [INFO] [stdout] test query::query_flags::tests::set_with_names_for_values_test ... ok [INFO] [stdout] test query::query_flags::tests::set_with_default_timestamp_test ... ok [INFO] [stdout] test query::query_flags::tests::set_value_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::as_rust_blob_test ... ok [INFO] [stdout] test query::query_flags::tests::set_with_serial_consistency_test ... ok [INFO] [stdout] test query::query_flags::tests::set_with_paging_state_test ... ok [INFO] [stdout] test query::query_flags::tests::has_value_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::as_rust_bool_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::as_rust_f32_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::as_rust_f64_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::as_rust_i16_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::as_rust_i32_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::as_rust_i64_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::as_rust_inet_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::as_rust_string_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::as_rust_i8_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_bigint_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_ascii_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_blob_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_boolean_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_custom_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_date_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_decimal_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_float_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_double_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_map_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_inet_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_int_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_list_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_time_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_timestamp_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_timeuuid_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_tinyint_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_udt_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_varchar_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_varint_test ... ok [INFO] [stdout] test types::decimal::test::from_f32 ... ok [INFO] [stdout] test types::decimal::test::from_f64 ... ok [INFO] [stdout] test types::decimal::test::into_cbytes_test ... ok [INFO] [stdout] test types::tests::test_cbytes_from_cursor ... ok [INFO] [stdout] test types::tests::test_cbytes_into_cbytes ... ok [INFO] [stdout] test types::tests::test_cbytes_into_plain ... ok [INFO] [stdout] test types::tests::test_cbytes_new ... ok [INFO] [stdout] test types::tests::test_cbytesshort_from_cursor ... ok [INFO] [stdout] test types::tests::test_cbytesshort_into_cbytes ... ok [INFO] [stdout] test types::tests::test_cbytesshort_into_plain ... ok [INFO] [stdout] test types::tests::test_cbytesshort_new ... ok [INFO] [stdout] test types::tests::test_cint_from_cursor ... ok [INFO] [stdout] test types::tests::test_cintshort_from_cursor ... ok [INFO] [stdout] test types::tests::test_cstring_as_str ... ok [INFO] [stdout] test types::tests::test_cstring_from_cursor ... ok [INFO] [stdout] test types::tests::test_cstring_into_cbytes ... ok [INFO] [stdout] test types::tests::test_cstring_into_plain ... ok [INFO] [stdout] test types::tests::test_cstring_new ... ok [INFO] [stdout] test types::tests::test_cstringlist ... ok [INFO] [stdout] test types::tests::test_cstringlong_as_str ... ok [INFO] [stdout] test types::tests::test_cstringlong_from_cursor ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_text_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_set_test ... ok [INFO] [stdout] test types::data_serialization_types::tests::decode_smallint_test ... ok [INFO] [stdout] test types::tests::test_cstringlong_into_plain ... ok [INFO] [stdout] test types::tests::test_cstringlong_new ... ok [INFO] [stdout] test types::tests::test_to_varint ... ok [INFO] [stdout] test types::tests::test_from_i_bytes ... ok [INFO] [stdout] test types::tests::test_try_u16_from_bytes ... ok [INFO] [stdout] test types::value::tests::test_new_normal_value ... ok [INFO] [stdout] test types::value::tests::test_new_normal_value_all_types ... ok [INFO] [stdout] test types::value::tests::test_new_not_set_value ... ok [INFO] [stdout] test types::value::tests::test_new_null_value ... ok [INFO] [stdout] test types::value::tests::test_value_into_cbytes ... ok [INFO] [stdout] test types::value::tests::test_value_type_into_cbytes ... ok [INFO] [stdout] test types::tests::test_cstringlong_into_cbytes ... ok [INFO] [stdout] test types::tests::test_cursor_next_value ... ok [INFO] [stdout] test frame::events::schema_change_target_test::from_cursor_wrong ... ok [INFO] [stdout] test frame::events::topology_change_type_test::from_cursor_wrong ... ok [INFO] [stdout] test frame::events::status_change_type_test::from_cursor_wrong ... ok [INFO] [stdout] test frame::events::schema_change_type_test::from_cursor_wrong ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 148 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/collection_types-197db92252f27d6c [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test list ... ignored [INFO] [stdout] test list_v4 ... ignored [INFO] [stdout] test map ... ignored [INFO] [stdout] test map_without_blob ... ignored [INFO] [stdout] test map_without_blob_v4 ... ignored [INFO] [stdout] test set ... ignored [INFO] [stdout] test set_v4 ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/derive_traits-fe6c7cb0ac75e2c9 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test alter_udt_add ... ignored [INFO] [stdout] test nested_udt ... ignored [INFO] [stdout] test simple_udt ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/keyspace-e2970e3eaac62ba5 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test alter_keyspace ... ignored [INFO] [stdout] test create_keyspace ... ignored [INFO] [stdout] test drop_keyspace ... ignored [INFO] [stdout] test use_keyspace ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/native_types-6b8b7543f1c976c0 [INFO] [stderr] Running /opt/crater/target/debug/deps/tuple_types-29d036b4a9c1ff15 [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test blob ... ignored [INFO] [stdout] test counter ... ignored [INFO] [stdout] test float ... ignored [INFO] [stdout] test inet ... ignored [INFO] [stdout] test integer ... ignored [INFO] [stdout] test integer_v4 ... ignored [INFO] [stdout] test string ... ignored [INFO] [stdout] test time ... ignored [INFO] [stdout] test uuid ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test nested_tuples ... ignored [INFO] [stdout] test simple_tuple ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/user_defined_types-953ee094f66e1c27 [INFO] [stderr] Doc-tests cdrs [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test alter_udt_add ... ignored [INFO] [stdout] test nested_udt ... ignored [INFO] [stdout] test simple_udt ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/transport.rs - transport::TransportTcp::new (line 59) ... ok [INFO] [stdout] test src/compression.rs - compression::Compression::encode (line 85) ... ok [INFO] [stdout] test src/compression.rs - compression::Compression::decode (line 106) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3220d1a48150fee50800f650bc155d784fd4213459de56e7e58ab07888d8f052"` [INFO] running `"docker" "rm" "-f" "3220d1a48150fee50800f650bc155d784fd4213459de56e7e58ab07888d8f052"` [INFO] [stdout] 3220d1a48150fee50800f650bc155d784fd4213459de56e7e58ab07888d8f052