[INFO] fetching crate basteh 0.4.0-alpha.5...
[INFO] testing basteh-0.4.0-alpha.5 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate basteh 0.4.0-alpha.5 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate basteh 0.4.0-alpha.5 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate basteh 0.4.0-alpha.5
[INFO] finished tweaking crates.io crate basteh 0.4.0-alpha.5
[INFO] tweaked toml for crates.io crate basteh 0.4.0-alpha.5 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 24 packages to latest compatible versions
[INFO] [stderr]       Adding addr2line v0.21.0 (latest: v0.22.0)
[INFO] [stderr]       Adding gimli v0.28.1 (latest: v0.29.0)
[INFO] [stderr]       Adding object v0.32.2 (latest: v0.35.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6e9206b820958265d0b34717e5d234008eace8d237490044dfc4ac1b2fe35af7
[INFO] running `Command { std: "docker" "start" "-a" "6e9206b820958265d0b34717e5d234008eace8d237490044dfc4ac1b2fe35af7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e9206b820958265d0b34717e5d234008eace8d237490044dfc4ac1b2fe35af7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e9206b820958265d0b34717e5d234008eace8d237490044dfc4ac1b2fe35af7", kill_on_drop: false }`
[INFO] [stdout] 6e9206b820958265d0b34717e5d234008eace8d237490044dfc4ac1b2fe35af7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 59ff3bfc799055532bfd6c753804d3b4e78251a8f1f597c4e8de4955e6a3f23a
[INFO] running `Command { std: "docker" "start" "-a" "59ff3bfc799055532bfd6c753804d3b4e78251a8f1f597c4e8de4955e6a3f23a", kill_on_drop: false }`
[INFO] [stderr]    Compiling basteh v0.4.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:39
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:52
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:23
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:36
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:46
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "59ff3bfc799055532bfd6c753804d3b4e78251a8f1f597c4e8de4955e6a3f23a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59ff3bfc799055532bfd6c753804d3b4e78251a8f1f597c4e8de4955e6a3f23a", kill_on_drop: false }`
[INFO] [stdout] 59ff3bfc799055532bfd6c753804d3b4e78251a8f1f597c4e8de4955e6a3f23a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f75040f8c647959a06c7f07b5863ab7d39fed9e86892e43db187b3bc847527a
[INFO] running `Command { std: "docker" "start" "-a" "7f75040f8c647959a06c7f07b5863ab7d39fed9e86892e43db187b3bc847527a", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:39
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:52
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:23
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:36
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:46
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling basteh v0.4.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:39
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:52
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:23
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:36
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:46
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.42s
[INFO] running `Command { std: "docker" "inspect" "7f75040f8c647959a06c7f07b5863ab7d39fed9e86892e43db187b3bc847527a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f75040f8c647959a06c7f07b5863ab7d39fed9e86892e43db187b3bc847527a", kill_on_drop: false }`
[INFO] [stdout] 7f75040f8c647959a06c7f07b5863ab7d39fed9e86892e43db187b3bc847527a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cdd74a5d831c831b1b9d149a1c9484f7db53b465f6ce52a9570c52b61e91fc2d
[INFO] running `Command { std: "docker" "start" "-a" "cdd74a5d831c831b1b9d149a1c9484f7db53b465f6ce52a9570c52b61e91fc2d", kill_on_drop: false }`
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:66:39
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stderr]    |                                       ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:66:52
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stderr]    |                                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:80:23
[INFO] [stderr]    |
[INFO] [stderr] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stderr]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:80:36
[INFO] [stderr]    |
[INFO] [stderr] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stderr]    |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:91:33
[INFO] [stderr]    |
[INFO] [stderr] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stderr]    |                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:91:46
[INFO] [stderr]    |
[INFO] [stderr] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stderr]    |                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: `basteh` (lib) generated 6 warnings (run `cargo fix --lib -p basteh` to apply 6 suggestions)
[INFO] [stderr] warning: `basteh` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/basteh-1494c312e7856b07)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests basteh
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::expire (line 367) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::get_range (line 171) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh (line 21) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::expiry (line 388) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::get (line 148) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::extend (line 413) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::contains_key (line 347) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::get_expiring (line 197) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::push_mutiple (line 243) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::persist (line 434) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::push (line 222) ... ok
[INFO] [stdout] test src/lib.rs - (line 41) ... ignored
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::mutate (line 296) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::keys (line 70) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::pop (line 269) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::scope (line 51) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::remove (line 324) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::set_expiring (line 116) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::set (line 90) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.55s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cdd74a5d831c831b1b9d149a1c9484f7db53b465f6ce52a9570c52b61e91fc2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdd74a5d831c831b1b9d149a1c9484f7db53b465f6ce52a9570c52b61e91fc2d", kill_on_drop: false }`
[INFO] [stdout] cdd74a5d831c831b1b9d149a1c9484f7db53b465f6ce52a9570c52b61e91fc2d
[INFO] testing basteh-0.4.0-alpha.5 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate basteh 0.4.0-alpha.5 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate basteh 0.4.0-alpha.5 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate basteh 0.4.0-alpha.5
[INFO] finished tweaking crates.io crate basteh 0.4.0-alpha.5
[INFO] tweaked toml for crates.io crate basteh 0.4.0-alpha.5 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 24 packages to latest compatible versions
[INFO] [stderr]       Adding addr2line v0.21.0 (latest: v0.22.0)
[INFO] [stderr]       Adding gimli v0.28.1 (latest: v0.29.0)
[INFO] [stderr]       Adding object v0.32.2 (latest: v0.35.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e8327ca0cf8e569e1fb756df74df7b2326d098ac29842bd6acc87e22b88cf9b3
[INFO] running `Command { std: "docker" "start" "-a" "e8327ca0cf8e569e1fb756df74df7b2326d098ac29842bd6acc87e22b88cf9b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8327ca0cf8e569e1fb756df74df7b2326d098ac29842bd6acc87e22b88cf9b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8327ca0cf8e569e1fb756df74df7b2326d098ac29842bd6acc87e22b88cf9b3", kill_on_drop: false }`
[INFO] [stdout] e8327ca0cf8e569e1fb756df74df7b2326d098ac29842bd6acc87e22b88cf9b3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 100140de22a476390d894950ec64d1050dd1d8f07a94f3b053b005a03fe92eab
[INFO] running `Command { std: "docker" "start" "-a" "100140de22a476390d894950ec64d1050dd1d8f07a94f3b053b005a03fe92eab", kill_on_drop: false }`
[INFO] [stderr]    Compiling basteh v0.4.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:39
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:52
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:23
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:36
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:46
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "100140de22a476390d894950ec64d1050dd1d8f07a94f3b053b005a03fe92eab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "100140de22a476390d894950ec64d1050dd1d8f07a94f3b053b005a03fe92eab", kill_on_drop: false }`
[INFO] [stdout] 100140de22a476390d894950ec64d1050dd1d8f07a94f3b053b005a03fe92eab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5ad4f99bfe61e4c84a80c5f343509fd8bf3b16d0751eec2fa9b08ecbcb82717
[INFO] running `Command { std: "docker" "start" "-a" "f5ad4f99bfe61e4c84a80c5f343509fd8bf3b16d0751eec2fa9b08ecbcb82717", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:39
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:52
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:23
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:36
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:46
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling basteh v0.4.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:39
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:66:52
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:23
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:80:36
[INFO] [stdout]    |
[INFO] [stdout] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stdout]    |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/provider.rs:91:46
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stdout]    |                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.26s
[INFO] running `Command { std: "docker" "inspect" "f5ad4f99bfe61e4c84a80c5f343509fd8bf3b16d0751eec2fa9b08ecbcb82717", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5ad4f99bfe61e4c84a80c5f343509fd8bf3b16d0751eec2fa9b08ecbcb82717", kill_on_drop: false }`
[INFO] [stdout] f5ad4f99bfe61e4c84a80c5f343509fd8bf3b16d0751eec2fa9b08ecbcb82717
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1ca7c3512ba369e0a89e73846f5f8fd568a42c885df1a3338f4c803d412d804c
[INFO] running `Command { std: "docker" "start" "-a" "1ca7c3512ba369e0a89e73846f5f8fd568a42c885df1a3338f4c803d412d804c", kill_on_drop: false }`
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:66:39
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stderr]    |                                       ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:66:52
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let expiry = self.expiry(scope.clone(), key.clone()).await?;
[INFO] [stderr]    |                                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:80:23
[INFO] [stderr]    |
[INFO] [stderr] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stderr]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:80:36
[INFO] [stderr]    |
[INFO] [stderr] 80 |         self.set(scope.clone(), key.clone(), value).await?;
[INFO] [stderr]    |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:91:33
[INFO] [stderr]    |
[INFO] [stderr] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stderr]    |                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/provider.rs:91:46
[INFO] [stderr]    |
[INFO] [stderr] 91 |         let val = self.get(scope.clone(), key.clone()).await?;
[INFO] [stderr]    |                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: `basteh` (lib) generated 6 warnings (run `cargo fix --lib -p basteh` to apply 6 suggestions)
[INFO] [stderr] warning: `basteh` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/basteh-1494c312e7856b07)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests basteh
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::contains_key (line 347) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::expire (line 367) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::get_expiring (line 197) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh (line 21) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::expiry (line 388) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::extend (line 413) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::get (line 148) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::get_range (line 171) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::mutate (line 296) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::pop (line 269) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::push (line 222) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::persist (line 434) ... ok
[INFO] [stdout] test src/lib.rs - (line 41) ... ignored
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::scope (line 51) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::remove (line 324) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::keys (line 70) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::push_mutiple (line 243) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::set_expiring (line 116) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::set (line 90) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.48s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1ca7c3512ba369e0a89e73846f5f8fd568a42c885df1a3338f4c803d412d804c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ca7c3512ba369e0a89e73846f5f8fd568a42c885df1a3338f4c803d412d804c", kill_on_drop: false }`
[INFO] [stdout] 1ca7c3512ba369e0a89e73846f5f8fd568a42c885df1a3338f4c803d412d804c
