[INFO] fetching crate basteh 0.4.0-alpha.5...
[INFO] testing basteh-0.4.0-alpha.5 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate basteh 0.4.0-alpha.5 into /workspace/builds/worker-6-tc2/source
[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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate basteh 0.4.0-alpha.5 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 12 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0122978398e54dd93f9b579c3e2e9c5cb60a95e43e074462bb05e1446efe794c
[INFO] running `Command { std: "docker" "start" "-a" "0122978398e54dd93f9b579c3e2e9c5cb60a95e43e074462bb05e1446efe794c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0122978398e54dd93f9b579c3e2e9c5cb60a95e43e074462bb05e1446efe794c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0122978398e54dd93f9b579c3e2e9c5cb60a95e43e074462bb05e1446efe794c", kill_on_drop: false }`
[INFO] [stdout] 0122978398e54dd93f9b579c3e2e9c5cb60a95e43e074462bb05e1446efe794c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8edf8a2fb906a7abba4d82fa74af03098395331f49bc6af0eb615de1b5b7d189
[INFO] running `Command { std: "docker" "start" "-a" "8edf8a2fb906a7abba4d82fa74af03098395331f49bc6af0eb615de1b5b7d189", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror v1.0.69
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.41s
[INFO] running `Command { std: "docker" "inspect" "8edf8a2fb906a7abba4d82fa74af03098395331f49bc6af0eb615de1b5b7d189", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8edf8a2fb906a7abba4d82fa74af03098395331f49bc6af0eb615de1b5b7d189", kill_on_drop: false }`
[INFO] [stdout] 8edf8a2fb906a7abba4d82fa74af03098395331f49bc6af0eb615de1b5b7d189
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 95b7eb7a0a9b5d1f314b0dbef00f5f07084a5c833cc96444aaee8617a89e5685
[INFO] running `Command { std: "docker" "start" "-a" "95b7eb7a0a9b5d1f314b0dbef00f5f07084a5c833cc96444aaee8617a89e5685", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-macros v2.6.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] [stderr]    Compiling tokio v1.48.0
[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] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.18s
[INFO] running `Command { std: "docker" "inspect" "95b7eb7a0a9b5d1f314b0dbef00f5f07084a5c833cc96444aaee8617a89e5685", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95b7eb7a0a9b5d1f314b0dbef00f5f07084a5c833cc96444aaee8617a89e5685", kill_on_drop: false }`
[INFO] [stdout] 95b7eb7a0a9b5d1f314b0dbef00f5f07084a5c833cc96444aaee8617a89e5685
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2d3d162a37b36d543830760df988967fd2277fda713dc16449243f1dc764f99e
[INFO] running `Command { std: "docker" "start" "-a" "2d3d162a37b36d543830760df988967fd2277fda713dc16449243f1dc764f99e", 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.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/basteh-a5a1ee1c1eb86551)
[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::get_range (line 171) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::extend (line 413) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::expiry (line 388) ... 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::get (line 148) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::contains_key (line 347) ... 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::mutate (line 296) ... ok
[INFO] [stdout] test src/lib.rs - (line 41) ... ignored
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::keys (line 70) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::scope (line 51) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::pop (line 269) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::remove (line 324) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::push (line 222) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::set (line 90) ... ok
[INFO] [stdout] test src/basteh.rs - basteh::Basteh::set_expiring (line 116) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.25s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2d3d162a37b36d543830760df988967fd2277fda713dc16449243f1dc764f99e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d3d162a37b36d543830760df988967fd2277fda713dc16449243f1dc764f99e", kill_on_drop: false }`
[INFO] [stdout] 2d3d162a37b36d543830760df988967fd2277fda713dc16449243f1dc764f99e
