[INFO] cloning repository https://github.com/mankeheaven/rust-hello [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mankeheaven/rust-hello" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmankeheaven%2Frust-hello", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmankeheaven%2Frust-hello'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9c33ec75964baccb9dc2c859a0f7efcab282d181 [INFO] checking mankeheaven/rust-hello against try#44e31dee3cf6f37b4f652572897bb0eb25c477ee for pr-139763 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmankeheaven%2Frust-hello" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mankeheaven/rust-hello on toolchain 44e31dee3cf6f37b4f652572897bb0eb25c477ee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mankeheaven/rust-hello [INFO] finished tweaking git repo https://github.com/mankeheaven/rust-hello [INFO] tweaked toml for git repo https://github.com/mankeheaven/rust-hello written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mankeheaven/rust-hello 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" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d7096cc2a9f16ed7b012d96f90cd22eb9280bc875a5b6c9f42afb152bd7b6fc [INFO] running `Command { std: "docker" "start" "-a" "8d7096cc2a9f16ed7b012d96f90cd22eb9280bc875a5b6c9f42afb152bd7b6fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d7096cc2a9f16ed7b012d96f90cd22eb9280bc875a5b6c9f42afb152bd7b6fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d7096cc2a9f16ed7b012d96f90cd22eb9280bc875a5b6c9f42afb152bd7b6fc", kill_on_drop: false }` [INFO] [stdout] 8d7096cc2a9f16ed7b012d96f90cd22eb9280bc875a5b6c9f42afb152bd7b6fc [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a41819c5daf8f8a4a25d324f866e800ab77923149ffd8fb1491b329d8472466 [INFO] running `Command { std: "docker" "start" "-a" "0a41819c5daf8f8a4a25d324f866e800ab77923149ffd8fb1491b329d8472466", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking bytes v1.9.0 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling time-macros v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Checking is-terminal v0.4.13 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling bitflags v2.7.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling cc v1.2.8 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling time v0.3.37 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling tokio v1.43.0 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Checking winnow v0.6.24 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling rustix v0.38.43 [INFO] [stderr] Checking log v0.4.24 [INFO] [stderr] Compiling libsqlite3-sys v0.26.0 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling devise_core v0.4.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling serde_json v1.0.135 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling state v0.6.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Checking scheduled-thread-pool v0.2.7 [INFO] [stderr] Checking http v1.2.0 [INFO] [stderr] Compiling rocket v0.5.1 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling devise_codegen v0.4.2 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling dsl_auto_type v0.1.2 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling devise v0.4.2 [INFO] [stderr] Compiling rocket_http v0.5.1 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking tempfile v3.15.0 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling diesel_derives v2.2.3 [INFO] [stderr] Compiling async-trait v0.1.85 [INFO] [stderr] Checking r2d2 v0.8.10 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Checking atomic v0.5.3 [INFO] [stderr] Checking dotenvy v0.15.7 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling rocket_codegen v0.5.1 [INFO] [stderr] Checking tokio-util v0.7.13 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking ubyte v0.10.4 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking toml_edit v0.22.22 [INFO] [stderr] Checking toml v0.8.19 [INFO] [stderr] Checking diesel v2.2.6 [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/data/from_data.rs:407:83 [INFO] [stdout] | [INFO] [stdout] 404 | impl<'r, T: FromData<'r> + 'r> FromData<'r> for Result { [INFO] [stdout] | -- lifetime `'r` defined here [INFO] [stdout] ... [INFO] [stdout] 407 | async fn from_data(req: &'r Request<'_>, data: Data<'r>) -> Outcome<'r, Self> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 408 | | match T::from_data(req, data).await { [INFO] [stdout] 409 | | Success(v) => Success(Ok(v)), [INFO] [stdout] 410 | | Error((_, e)) => Success(Err(e)), [INFO] [stdout] ... | [INFO] [stdout] 413 | | } [INFO] [stdout] | |_____^ coercion requires that `'r` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/data/from_data.rs:407:83 [INFO] [stdout] | [INFO] [stdout] 407 | async fn from_data(req: &'r Request<'_>, data: Data<'r>) -> Outcome<'r, Self> { [INFO] [stdout] | _________________________________________--________________________________________^ [INFO] [stdout] | | | [INFO] [stdout] | | lifetime `'life0` defined here [INFO] [stdout] 408 | | match T::from_data(req, data).await { [INFO] [stdout] 409 | | Success(v) => Success(Ok(v)), [INFO] [stdout] 410 | | Error((_, e)) => Success(Err(e)), [INFO] [stdout] ... | [INFO] [stdout] 413 | | } [INFO] [stdout] | |_____^ coercion requires that `'life0` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FromData` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/data/from_data.rs:407:83 [INFO] [stdout] | [INFO] [stdout] 407 | async fn from_data(req: &'r Request<'_>, data: Data<'r>) -> Outcome<'r, Self> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 408 | | match T::from_data(req, data).await { [INFO] [stdout] 409 | | Success(v) => Success(Ok(v)), [INFO] [stdout] 410 | | Error((_, e)) => Success(Err(e)), [INFO] [stdout] ... | [INFO] [stdout] 413 | | } [INFO] [stdout] | |_____^ implementation of `FromData` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `T` must implement `FromData<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `FromData<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] help: the following changes may resolve your lifetime errors [INFO] [stdout] | [INFO] [stdout] = help: replace `'r` with `'static` [INFO] [stdout] = help: replace `'life0` with `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/data/from_data.rs:420:83 [INFO] [stdout] | [INFO] [stdout] 417 | impl<'r, T: FromData<'r>> FromData<'r> for Option { [INFO] [stdout] | -- lifetime `'r` defined here [INFO] [stdout] ... [INFO] [stdout] 420 | async fn from_data(req: &'r Request<'_>, data: Data<'r>) -> Outcome<'r, Self> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 421 | | match T::from_data(req, data).await { [INFO] [stdout] 422 | | Success(v) => Success(Some(v)), [INFO] [stdout] 423 | | Error(..) | Forward(..) => Success(None), [INFO] [stdout] 424 | | } [INFO] [stdout] 425 | | } [INFO] [stdout] | |_____^ coercion requires that `'r` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/data/from_data.rs:420:83 [INFO] [stdout] | [INFO] [stdout] 420 | async fn from_data(req: &'r Request<'_>, data: Data<'r>) -> Outcome<'r, Self> { [INFO] [stdout] | _________________________________________--________________________________________^ [INFO] [stdout] | | | [INFO] [stdout] | | lifetime `'life0` defined here [INFO] [stdout] 421 | | match T::from_data(req, data).await { [INFO] [stdout] 422 | | Success(v) => Success(Some(v)), [INFO] [stdout] 423 | | Error(..) | Forward(..) => Success(None), [INFO] [stdout] 424 | | } [INFO] [stdout] 425 | | } [INFO] [stdout] | |_____^ coercion requires that `'life0` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FromData` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/data/from_data.rs:420:83 [INFO] [stdout] | [INFO] [stdout] 420 | async fn from_data(req: &'r Request<'_>, data: Data<'r>) -> Outcome<'r, Self> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 421 | | match T::from_data(req, data).await { [INFO] [stdout] 422 | | Success(v) => Success(Some(v)), [INFO] [stdout] 423 | | Error(..) | Forward(..) => Success(None), [INFO] [stdout] 424 | | } [INFO] [stdout] 425 | | } [INFO] [stdout] | |_____^ implementation of `FromData` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `T` must implement `FromData<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `FromData<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/request/from_request.rs:489:82 [INFO] [stdout] | [INFO] [stdout] 486 | impl<'r, T: FromRequest<'r>> FromRequest<'r> for Result { [INFO] [stdout] | -- lifetime `'r` defined here [INFO] [stdout] ... [INFO] [stdout] 489 | async fn from_request(request: &'r Request<'_>) -> Outcome { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 490 | | match T::from_request(request).await { [INFO] [stdout] 491 | | Success(val) => Success(Ok(val)), [INFO] [stdout] 492 | | Error((_, e)) => Success(Err(e)), [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] | |_____^ coercion requires that `'r` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/request/from_request.rs:489:82 [INFO] [stdout] | [INFO] [stdout] 489 | async fn from_request(request: &'r Request<'_>) -> Outcome { [INFO] [stdout] | ________________________________________________--________________________________^ [INFO] [stdout] | | | [INFO] [stdout] | | lifetime `'life0` defined here [INFO] [stdout] 490 | | match T::from_request(request).await { [INFO] [stdout] 491 | | Success(val) => Success(Ok(val)), [INFO] [stdout] 492 | | Error((_, e)) => Success(Err(e)), [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] | |_____^ coercion requires that `'life0` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FromRequest` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/request/from_request.rs:489:82 [INFO] [stdout] | [INFO] [stdout] 489 | async fn from_request(request: &'r Request<'_>) -> Outcome { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 490 | | match T::from_request(request).await { [INFO] [stdout] 491 | | Success(val) => Success(Ok(val)), [INFO] [stdout] 492 | | Error((_, e)) => Success(Err(e)), [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] | |_____^ implementation of `FromRequest` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `T` must implement `FromRequest<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `FromRequest<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/request/from_request.rs:502:82 [INFO] [stdout] | [INFO] [stdout] 499 | impl<'r, T: FromRequest<'r>> FromRequest<'r> for Option { [INFO] [stdout] | -- lifetime `'r` defined here [INFO] [stdout] ... [INFO] [stdout] 502 | async fn from_request(request: &'r Request<'_>) -> Outcome { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 503 | | match T::from_request(request).await { [INFO] [stdout] 504 | | Success(val) => Success(Some(val)), [INFO] [stdout] 505 | | Error(_) | Forward(_) => Success(None), [INFO] [stdout] 506 | | } [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ coercion requires that `'r` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/request/from_request.rs:502:82 [INFO] [stdout] | [INFO] [stdout] 502 | async fn from_request(request: &'r Request<'_>) -> Outcome { [INFO] [stdout] | ________________________________________________--________________________________^ [INFO] [stdout] | | | [INFO] [stdout] | | lifetime `'life0` defined here [INFO] [stdout] 503 | | match T::from_request(request).await { [INFO] [stdout] 504 | | Success(val) => Success(Some(val)), [INFO] [stdout] 505 | | Error(_) | Forward(_) => Success(None), [INFO] [stdout] 506 | | } [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ coercion requires that `'life0` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FromRequest` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/request/from_request.rs:502:82 [INFO] [stdout] | [INFO] [stdout] 502 | async fn from_request(request: &'r Request<'_>) -> Outcome { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 503 | | match T::from_request(request).await { [INFO] [stdout] 504 | | Success(val) => Success(Some(val)), [INFO] [stdout] 505 | | Error(_) | Forward(_) => Success(None), [INFO] [stdout] 506 | | } [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ implementation of `FromRequest` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `T` must implement `FromRequest<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `FromRequest<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/request/from_request.rs:514:82 [INFO] [stdout] | [INFO] [stdout] 511 | impl<'r, T: FromRequest<'r>> FromRequest<'r> for Outcome { [INFO] [stdout] | -- lifetime `'r` defined here [INFO] [stdout] ... [INFO] [stdout] 514 | async fn from_request(request: &'r Request<'_>) -> Outcome { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 515 | | Success(T::from_request(request).await) [INFO] [stdout] 516 | | } [INFO] [stdout] | |_____^ coercion requires that `'r` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/request/from_request.rs:514:82 [INFO] [stdout] | [INFO] [stdout] 514 | async fn from_request(request: &'r Request<'_>) -> Outcome { [INFO] [stdout] | ________________________________________________--________________________________^ [INFO] [stdout] | | | [INFO] [stdout] | | lifetime `'life0` defined here [INFO] [stdout] 515 | | Success(T::from_request(request).await) [INFO] [stdout] 516 | | } [INFO] [stdout] | |_____^ coercion requires that `'life0` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FromRequest` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/request/from_request.rs:514:82 [INFO] [stdout] | [INFO] [stdout] 514 | async fn from_request(request: &'r Request<'_>) -> Outcome { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 515 | | Success(T::from_request(request).await) [INFO] [stdout] 516 | | } [INFO] [stdout] | |_____^ implementation of `FromRequest` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `T` must implement `FromRequest<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `FromRequest<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/from_form.rs:785:76 [INFO] [stdout] | [INFO] [stdout] 772 | impl<'v, K, V> FromForm<'v> for HashMap [INFO] [stdout] | -- lifetime `'v` defined here [INFO] [stdout] ... [INFO] [stdout] 785 | async fn push_data(ctxt: &mut Self::Context, field: DataField<'v, '_>) { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 786 | | ctxt.push_data(field).await; [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ coercion requires that `'v` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/from_form.rs:785:76 [INFO] [stdout] | [INFO] [stdout] 785 | async fn push_data(ctxt: &mut Self::Context, field: DataField<'v, '_>) { [INFO] [stdout] | _______________________________________________________________________--___^ [INFO] [stdout] | | | [INFO] [stdout] | | lifetime `'life1` defined here [INFO] [stdout] 786 | | ctxt.push_data(field).await; [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ coercion requires that `'life1` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `from_form::FromForm` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/from_form.rs:785:76 [INFO] [stdout] | [INFO] [stdout] 785 | async fn push_data(ctxt: &mut Self::Context, field: DataField<'v, '_>) { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 786 | | ctxt.push_data(field).await; [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ implementation of `from_form::FromForm` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `K` must implement `from_form::FromForm<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `from_form::FromForm<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] help: the following changes may resolve your lifetime errors [INFO] [stdout] | [INFO] [stdout] = help: replace `'v` with `'static` [INFO] [stdout] = help: replace `'life1` with `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/from_form.rs:808:76 [INFO] [stdout] | [INFO] [stdout] 795 | impl<'v, K, V> FromForm<'v> for BTreeMap [INFO] [stdout] | -- lifetime `'v` defined here [INFO] [stdout] ... [INFO] [stdout] 808 | async fn push_data(ctxt: &mut Self::Context, field: DataField<'v, '_>) { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 809 | | ctxt.push_data(field).await; [INFO] [stdout] 810 | | } [INFO] [stdout] | |_____^ coercion requires that `'v` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/from_form.rs:808:76 [INFO] [stdout] | [INFO] [stdout] 808 | async fn push_data(ctxt: &mut Self::Context, field: DataField<'v, '_>) { [INFO] [stdout] | _______________________________________________________________________--___^ [INFO] [stdout] | | | [INFO] [stdout] | | lifetime `'life1` defined here [INFO] [stdout] 809 | | ctxt.push_data(field).await; [INFO] [stdout] 810 | | } [INFO] [stdout] | |_____^ coercion requires that `'life1` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `from_form::FromForm` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/from_form.rs:808:76 [INFO] [stdout] | [INFO] [stdout] 808 | async fn push_data(ctxt: &mut Self::Context, field: DataField<'v, '_>) { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 809 | | ctxt.push_data(field).await; [INFO] [stdout] 810 | | } [INFO] [stdout] | |_____^ implementation of `from_form::FromForm` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `K` must implement `from_form::FromForm<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `from_form::FromForm<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/from_form.rs:901:76 [INFO] [stdout] | [INFO] [stdout] 882 | impl<'v, A: FromForm<'v>, B: FromForm<'v>> FromForm<'v> for (A, B) { [INFO] [stdout] | -- lifetime `'v` defined here [INFO] [stdout] ... [INFO] [stdout] 901 | async fn push_data(ctxt: &mut Self::Context, field: DataField<'v, '_>) { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 902 | | match ctxt.context(field.name) { [INFO] [stdout] 903 | | Ok(Either::Left(ctxt)) => A::push_data(ctxt, field.shift()).await, [INFO] [stdout] 904 | | Ok(Either::Right(ctxt)) => B::push_data(ctxt, field.shift()).await, [INFO] [stdout] ... | [INFO] [stdout] 907 | | } [INFO] [stdout] | |_____^ coercion requires that `'v` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/from_form.rs:901:76 [INFO] [stdout] | [INFO] [stdout] 901 | async fn push_data(ctxt: &mut Self::Context, field: DataField<'v, '_>) { [INFO] [stdout] | _______________________________________________________________________--___^ [INFO] [stdout] | | | [INFO] [stdout] | | lifetime `'life1` defined here [INFO] [stdout] 902 | | match ctxt.context(field.name) { [INFO] [stdout] 903 | | Ok(Either::Left(ctxt)) => A::push_data(ctxt, field.shift()).await, [INFO] [stdout] 904 | | Ok(Either::Right(ctxt)) => B::push_data(ctxt, field.shift()).await, [INFO] [stdout] ... | [INFO] [stdout] 907 | | } [INFO] [stdout] | |_____^ coercion requires that `'life1` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `from_form::FromForm` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/from_form.rs:901:76 [INFO] [stdout] | [INFO] [stdout] 901 | async fn push_data(ctxt: &mut Self::Context, field: DataField<'v, '_>) { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 902 | | match ctxt.context(field.name) { [INFO] [stdout] 903 | | Ok(Either::Left(ctxt)) => A::push_data(ctxt, field.shift()).await, [INFO] [stdout] 904 | | Ok(Either::Right(ctxt)) => B::push_data(ctxt, field.shift()).await, [INFO] [stdout] ... | [INFO] [stdout] 907 | | } [INFO] [stdout] | |_____^ implementation of `from_form::FromForm` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `A` must implement `from_form::FromForm<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `from_form::FromForm<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `from_form::FromForm` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/from_form.rs:901:76 [INFO] [stdout] | [INFO] [stdout] 901 | async fn push_data(ctxt: &mut Self::Context, field: DataField<'v, '_>) { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 902 | | match ctxt.context(field.name) { [INFO] [stdout] 903 | | Ok(Either::Left(ctxt)) => A::push_data(ctxt, field.shift()).await, [INFO] [stdout] 904 | | Ok(Either::Right(ctxt)) => B::push_data(ctxt, field.shift()).await, [INFO] [stdout] ... | [INFO] [stdout] 907 | | } [INFO] [stdout] | |_____^ implementation of `from_form::FromForm` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `B` must implement `from_form::FromForm<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `from_form::FromForm<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/form.rs:318:1 [INFO] [stdout] | [INFO] [stdout] 318 | #[crate::async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ returning this value requires that `'life0` must outlive `'static` [INFO] [stdout] ... [INFO] [stdout] 322 | async fn from_data(req: &'r Request<'_>, data: Data<'r>) -> Outcome<'r, Self> { [INFO] [stdout] | -- lifetime `'life0` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `crate::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/form.rs:322:83 [INFO] [stdout] | [INFO] [stdout] 319 | impl<'r, T: FromForm<'r>> FromData<'r> for Form { [INFO] [stdout] | -- lifetime `'r` defined here [INFO] [stdout] ... [INFO] [stdout] 322 | async fn from_data(req: &'r Request<'_>, data: Data<'r>) -> Outcome<'r, Self> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 323 | | use either::Either; [INFO] [stdout] 324 | | [INFO] [stdout] 325 | | let mut parser = try_outcome!(Parser::new(req, data).await); [INFO] [stdout] ... | [INFO] [stdout] 339 | | } [INFO] [stdout] | |_____^ coercion requires that `'r` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `from_form::FromForm` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/form/form.rs:322:83 [INFO] [stdout] | [INFO] [stdout] 322 | async fn from_data(req: &'r Request<'_>, data: Data<'r>) -> Outcome<'r, Self> { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 323 | | use either::Either; [INFO] [stdout] 324 | | [INFO] [stdout] 325 | | let mut parser = try_outcome!(Parser::new(req, data).await); [INFO] [stdout] ... | [INFO] [stdout] 339 | | } [INFO] [stdout] | |_____^ implementation of `from_form::FromForm` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `T` must implement `from_form::FromForm<'0>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `from_form::FromForm<'1>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rocket` (lib) due to 28 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "0a41819c5daf8f8a4a25d324f866e800ab77923149ffd8fb1491b329d8472466", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a41819c5daf8f8a4a25d324f866e800ab77923149ffd8fb1491b329d8472466", kill_on_drop: false }` [INFO] [stdout] 0a41819c5daf8f8a4a25d324f866e800ab77923149ffd8fb1491b329d8472466