[INFO] fetching crate cuttlestore 0.2.1... [INFO] checking cuttlestore-0.2.1 against 1.95.0-beta.7 for beta-1.95-4 [INFO] extracting crate cuttlestore 0.2.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate cuttlestore 0.2.1 [INFO] finished tweaking crates.io crate cuttlestore 0.2.1 [INFO] tweaked toml for crates.io crate cuttlestore 0.2.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cuttlestore 0.2.1 on toolchain 1.95.0-beta.7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate cuttlestore 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1806bdf4ab7fa11331a140ec80be0a7ef8f65b4abf44e7c3403a033c53e5b60e [INFO] running `Command { std: "docker" "start" "-a" "1806bdf4ab7fa11331a140ec80be0a7ef8f65b4abf44e7c3403a033c53e5b60e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1806bdf4ab7fa11331a140ec80be0a7ef8f65b4abf44e7c3403a033c53e5b60e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1806bdf4ab7fa11331a140ec80be0a7ef8f65b4abf44e7c3403a033c53e5b60e", kill_on_drop: false }` [INFO] [stdout] 1806bdf4ab7fa11331a140ec80be0a7ef8f65b4abf44e7c3403a033c53e5b60e [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2546fec85d8aa5b5dd15a1daf71c6605422b5b4ba80c0055f1ce9cdf44dcca15 [INFO] running `Command { std: "docker" "start" "-a" "2546fec85d8aa5b5dd15a1daf71c6605422b5b4ba80c0055f1ce9cdf44dcca15", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Compiling futures-task v0.3.26 [INFO] [stderr] Compiling openssl v0.10.45 [INFO] [stderr] Compiling tokio v1.25.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking futures-sink v0.3.26 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling futures-channel v0.3.26 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling futures-util v0.3.26 [INFO] [stderr] Compiling futures-core v0.3.26 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Checking futures-io v0.3.26 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Checking unicode-bidi v0.3.10 [INFO] [stderr] Checking either v1.8.1 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling paste v1.0.11 [INFO] [stderr] Checking form_urlencoded v1.1.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Checking idna v0.3.0 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Checking parking_lot_core v0.9.7 [INFO] [stderr] Checking mio v0.8.6 [INFO] [stderr] Checking socket2 v0.4.7 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling async-trait v0.1.64 [INFO] [stderr] Compiling openssl-sys v0.9.80 [INFO] [stderr] Compiling libsqlite3-sys v0.24.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking url v2.3.1 [INFO] [stderr] Compiling spin v0.9.5 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling hashlink v0.8.1 [INFO] [stderr] Compiling futures-intrusive v0.4.2 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.93 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling dotenvy v0.15.6 [INFO] [stderr] Compiling rayon-core v1.10.2 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling atoi v1.0.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking ciborium-io v0.2.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling sqlformat v0.2.1 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Checking plotters-backend v0.3.4 [INFO] [stderr] Checking os_str_bytes v6.4.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking ciborium-ll v0.2.0 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking dashmap v5.4.0 [INFO] [stderr] Checking plotters-svg v0.3.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Compiling futures-executor v0.3.26 [INFO] [stderr] Checking clap v3.2.23 [INFO] [stderr] Checking plotters v0.3.4 [INFO] [stderr] Checking rayon v1.6.1 [INFO] [stderr] Checking lipsum v0.8.2 [INFO] [stderr] Checking nanoid v0.4.0 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling tokio-stream v0.1.12 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling tokio-macros v1.8.2 [INFO] [stderr] Compiling futures-macro v0.3.26 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling async-stream-impl v0.3.4 [INFO] [stderr] Compiling lazy-regex-proc_macros v2.4.1 [INFO] [stderr] Checking async-stream v0.3.4 [INFO] [stderr] Checking lazy-regex v2.4.1 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling sqlx-rt v0.6.2 [INFO] [stderr] Checking futures v0.3.26 [INFO] [stderr] Checking tokio-util v0.7.7 [INFO] [stderr] Checking bb8 v0.8.0 [INFO] [stderr] Checking tokio-test v0.4.2 [INFO] [stderr] Checking combine v4.6.6 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking ciborium v0.2.0 [INFO] [stderr] Compiling sqlx-core v0.6.2 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking criterion v0.4.0 [INFO] [stderr] Checking redis v0.22.3 [INFO] [stderr] Compiling sqlx-macros v0.6.2 [INFO] [stderr] Checking sqlx v0.6.2 [INFO] [stderr] Checking bb8-redis v0.12.0 [INFO] [stderr] Checking cuttlestore v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/api.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 184 | ) -> Result>, CuttlestoreError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 184 | ) -> Result>, CuttlestoreError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/backend_api.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 111 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] 112 | ) -> Result), CuttlestoreError>>, CuttlestoreError>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 112 | ) -> Result), CuttlestoreError>>, CuttlestoreError>; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/backends/in_memory/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 90 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] 91 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 91 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/backends/redis/mod.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 94 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] 95 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 95 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/backends/sqlite/mod.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 108 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] 109 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 109 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/api.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 184 | ) -> Result>, CuttlestoreError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 184 | ) -> Result>, CuttlestoreError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/backend_api.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 111 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] 112 | ) -> Result), CuttlestoreError>>, CuttlestoreError>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 112 | ) -> Result), CuttlestoreError>>, CuttlestoreError>; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/backends/in_memory/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 90 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] 91 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 91 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/backends/redis/mod.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 94 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] 95 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 95 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/backends/sqlite/mod.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 108 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] 109 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 109 | ) -> Result), CuttlestoreError>>, CuttlestoreError> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.11s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.45, redis v0.22.3 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5` [INFO] running `Command { std: "docker" "inspect" "2546fec85d8aa5b5dd15a1daf71c6605422b5b4ba80c0055f1ce9cdf44dcca15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2546fec85d8aa5b5dd15a1daf71c6605422b5b4ba80c0055f1ce9cdf44dcca15", kill_on_drop: false }` [INFO] [stdout] 2546fec85d8aa5b5dd15a1daf71c6605422b5b4ba80c0055f1ce9cdf44dcca15