[INFO] fetching crate cdrs 2.2.0... [INFO] checking cdrs-2.2.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate cdrs 2.2.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate cdrs 2.2.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cdrs 2.2.0 [INFO] finished tweaking crates.io crate cdrs 2.2.0 [INFO] tweaked toml for crates.io crate cdrs 2.2.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cdrs_helpers_derive v0.1.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d9301b947d458844e5241ceb80fe35e7430623aa18506377df7d64a39c93cb54 [INFO] running `"docker" "start" "-a" "d9301b947d458844e5241ceb80fe35e7430623aa18506377df7d64a39c93cb54"` [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Compiling proc-macro2 v0.1.10 [INFO] [stderr] Checking lz4-compress v0.1.0 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Checking cdrs v2.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cdrs_helpers_derive v0.1.0 [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: 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::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: 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: 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: 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] Finished dev [unoptimized + debuginfo] target(s) in 13.61s [INFO] running `"docker" "inspect" "d9301b947d458844e5241ceb80fe35e7430623aa18506377df7d64a39c93cb54"` [INFO] running `"docker" "rm" "-f" "d9301b947d458844e5241ceb80fe35e7430623aa18506377df7d64a39c93cb54"` [INFO] [stdout] d9301b947d458844e5241ceb80fe35e7430623aa18506377df7d64a39c93cb54