[INFO] fetching crate simple-api 0.1.0... [INFO] checking simple-api-0.1.0 against master#1280928a99ad3ef2c5735b42dc8852456ae3b974 for pr-120798 [INFO] extracting crate simple-api 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate simple-api 0.1.0 on toolchain 1280928a99ad3ef2c5735b42dc8852456ae3b974 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simple-api 0.1.0 [INFO] finished tweaking crates.io crate simple-api 0.1.0 [INFO] tweaked toml for crates.io crate simple-api 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate crates.io crate simple-api 0.1.0 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" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redis v0.23.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef6e00c48962be3570a8c73d5d60724dd5d6cb74b684053f1d57fdcc02106838 [INFO] running `Command { std: "docker" "start" "-a" "ef6e00c48962be3570a8c73d5d60724dd5d6cb74b684053f1d57fdcc02106838", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef6e00c48962be3570a8c73d5d60724dd5d6cb74b684053f1d57fdcc02106838", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef6e00c48962be3570a8c73d5d60724dd5d6cb74b684053f1d57fdcc02106838", kill_on_drop: false }` [INFO] [stdout] ef6e00c48962be3570a8c73d5d60724dd5d6cb74b684053f1d57fdcc02106838 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 724e2ed9b7294877e15d0c1ef17406a9eef244a622393f187767f00b8d5140c9 [INFO] running `Command { std: "docker" "start" "-a" "724e2ed9b7294877e15d0c1ef17406a9eef244a622393f187767f00b8d5140c9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Checking pin-project-lite v0.2.10 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking cpufeatures v0.2.9 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling quote v1.0.31 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Compiling syn v2.0.27 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling serde v1.0.179 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.72 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling serde_derive v1.0.179 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Compiling time-macros v0.2.11 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Checking polyval v0.6.1 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking aes v0.8.3 [INFO] [stderr] Checking ghash v0.5.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking aho-corasick v1.0.2 [INFO] [stderr] Compiling cookie v0.17.0 [INFO] [stderr] Checking try-lock v0.2.4 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking regex-syntax v0.7.4 [INFO] [stderr] Compiling anyhow v1.0.72 [INFO] [stderr] Compiling serde_json v1.0.104 [INFO] [stderr] Checking deranged v0.3.7 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking aes-gcm v0.10.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking url v2.4.0 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking base64 v0.21.2 [INFO] [stderr] Checking time v0.3.25 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha2 v0.10.7 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking uuid v1.4.1 [INFO] [stderr] Checking regex-automata v0.3.4 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Checking regex v1.9.1 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking combine v4.6.6 [INFO] [stderr] Checking h2 v0.3.20 [INFO] [stderr] Checking hyper v0.14.27 [INFO] [stderr] Checking redis v0.23.1 [INFO] [stderr] Checking simple-api v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `tokio::fs::File` [INFO] [stdout] --> src/views.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use tokio::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::fs::File` [INFO] [stdout] --> src/views.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use tokio::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/views.rs:33:26 [INFO] [stdout] | [INFO] [stdout] 33 | async fn call(&self, req: &mut HttpRequest, ctx: &mut Context) -> anyhow::Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/views.rs:33:26 [INFO] [stdout] | [INFO] [stdout] 33 | async fn call(&self, req: &mut HttpRequest, ctx: &mut Context) -> anyhow::Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `NO_COOKIE` is never used [INFO] [stdout] --> src/session.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | static NO_COOKIE: &'static str = "No cookie"; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `NO_SESSION_ID` is never used [INFO] [stdout] --> src/session.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | static NO_SESSION_ID: &'static str = "No session id"; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `NO_COOKIE` is never used [INFO] [stdout] --> src/session.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | static NO_COOKIE: &'static str = "No cookie"; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `NO_SESSION_ID` is never used [INFO] [stdout] --> src/session.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | static NO_SESSION_ID: &'static str = "No session id"; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.25s [INFO] running `Command { std: "docker" "inspect" "724e2ed9b7294877e15d0c1ef17406a9eef244a622393f187767f00b8d5140c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "724e2ed9b7294877e15d0c1ef17406a9eef244a622393f187767f00b8d5140c9", kill_on_drop: false }` [INFO] [stdout] 724e2ed9b7294877e15d0c1ef17406a9eef244a622393f187767f00b8d5140c9 [INFO] checking simple-api-0.1.0 against try#9b9e20bc79549d80ab413f49d990713851172cc1 for pr-120798 [INFO] extracting crate simple-api 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate simple-api 0.1.0 on toolchain 9b9e20bc79549d80ab413f49d990713851172cc1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simple-api 0.1.0 [INFO] finished tweaking crates.io crate simple-api 0.1.0 [INFO] tweaked toml for crates.io crate simple-api 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate simple-api 0.1.0 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" "+9b9e20bc79549d80ab413f49d990713851172cc1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c8e6aa5788d9e16251543a0c46d662776159a58f61903333146a99abbb5a4137 [INFO] running `Command { std: "docker" "start" "-a" "c8e6aa5788d9e16251543a0c46d662776159a58f61903333146a99abbb5a4137", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8e6aa5788d9e16251543a0c46d662776159a58f61903333146a99abbb5a4137", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8e6aa5788d9e16251543a0c46d662776159a58f61903333146a99abbb5a4137", kill_on_drop: false }` [INFO] [stdout] c8e6aa5788d9e16251543a0c46d662776159a58f61903333146a99abbb5a4137 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a67017b130811893a3b37716ecf4412404acadad16f9785645486a697c12100f [INFO] running `Command { std: "docker" "start" "-a" "a67017b130811893a3b37716ecf4412404acadad16f9785645486a697c12100f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Checking pin-project-lite v0.2.10 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Checking cpufeatures v0.2.9 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling quote v1.0.31 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Compiling syn v2.0.27 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Compiling serde v1.0.179 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling serde_derive v1.0.179 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.72 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Compiling time-macros v0.2.11 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Checking polyval v0.6.1 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking ghash v0.5.0 [INFO] [stderr] Checking aes v0.8.3 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking aho-corasick v1.0.2 [INFO] [stderr] Compiling cookie v0.17.0 [INFO] [stderr] Checking regex-syntax v0.7.4 [INFO] [stderr] Checking try-lock v0.2.4 [INFO] [stderr] Checking deranged v0.3.7 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Compiling serde_json v1.0.104 [INFO] [stderr] Compiling anyhow v1.0.72 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking aes-gcm v0.10.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking url v2.4.0 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking time v0.3.25 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Checking base64 v0.21.2 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha2 v0.10.7 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking uuid v1.4.1 [INFO] [stderr] Checking regex-automata v0.3.4 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Checking regex v1.9.1 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking combine v4.6.6 [INFO] [stderr] Checking h2 v0.3.20 [INFO] [stderr] Checking hyper v0.14.27 [INFO] [stderr] Checking redis v0.23.1 [INFO] [stdout] error[E0284]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/redis-0.23.1/src/parser.rs:124:29 [INFO] [stdout] | [INFO] [stdout] 124 | ... combine::count_min_max(length, length, value(Some(count + 1))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `P` declared on the function `count_min_max` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `<_ as combine::Parser<_>>::Output == Result` [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 124 | combine::count_min_max::, types::RedisError>, Input, P>(length, length, value(Some(count + 1))) [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: concrete type differs from previous defining opaque type use [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/redis-0.23.1/src/parser.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | / { [INFO] [stdout] 65 | | let count = count.unwrap_or(1); [INFO] [stdout] 66 | | [INFO] [stdout] 67 | | opaque!(any_send_sync_partial_state( [INFO] [stdout] ... | [INFO] [stdout] 165 | | )) [INFO] [stdout] 166 | | } [INFO] [stdout] | |_^ expected `{type error}`, got `combine::parser::combinator::Opaque<{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.6/src/parser/combinator.rs:1420:13: 1420:91}, I, Result, combine::parser::combinator::AnySendSyncPartialState>` [INFO] [stdout] | [INFO] [stdout] note: previous use here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/redis-0.23.1/src/parser.rs:124:68 [INFO] [stdout] | [INFO] [stdout] 124 | ... combine::count_min_max(length, length, value(Some(count + 1))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stderr] error: could not compile `redis` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "a67017b130811893a3b37716ecf4412404acadad16f9785645486a697c12100f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a67017b130811893a3b37716ecf4412404acadad16f9785645486a697c12100f", kill_on_drop: false }` [INFO] [stdout] a67017b130811893a3b37716ecf4412404acadad16f9785645486a697c12100f