[INFO] fetching crate api-signature 0.2.0... [INFO] checking api-signature-0.2.0 against try#0ec6e73c26e84416f7a6c0dacee999279e12896e for pr-84385 [INFO] extracting crate api-signature 0.2.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate api-signature 0.2.0 on toolchain 0ec6e73c26e84416f7a6c0dacee999279e12896e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate api-signature 0.2.0 [INFO] finished tweaking crates.io crate api-signature 0.2.0 [INFO] tweaked toml for crates.io crate api-signature 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e18a71c7cbdcb22dbeb02c8f9d0c587ac625009f67e2d97508c705a2c3e06ea [INFO] running `Command { std: "docker" "start" "-a" "9e18a71c7cbdcb22dbeb02c8f9d0c587ac625009f67e2d97508c705a2c3e06ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e18a71c7cbdcb22dbeb02c8f9d0c587ac625009f67e2d97508c705a2c3e06ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e18a71c7cbdcb22dbeb02c8f9d0c587ac625009f67e2d97508c705a2c3e06ea", kill_on_drop: false }` [INFO] [stdout] 9e18a71c7cbdcb22dbeb02c8f9d0c587ac625009f67e2d97508c705a2c3e06ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34da5bc579ad58e13ca0cdfe3ed5697423f69eb437082e66d0846de40f079255 [INFO] running `Command { std: "docker" "start" "-a" "34da5bc579ad58e13ca0cdfe3ed5697423f69eb437082e66d0846de40f079255", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.46 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.134 [INFO] [stderr] Compiling serde_derive v1.0.145 [INFO] [stderr] Compiling serde v1.0.145 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling once_cell v1.15.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling semver v1.0.14 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking itoa v1.0.4 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Checking bytes v1.2.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking socket2 v0.4.7 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling paste v1.0.9 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Compiling heapless v0.7.16 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Checking rle-decode-fast v1.0.3 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking futures-sink v0.3.24 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling lexpr-macros v0.2.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking libflate_lz77 v1.1.0 [INFO] [stderr] Checking block-buffer v0.10.3 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking spin v0.9.4 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Checking tokio-util v0.7.4 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking local-waker v0.1.3 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking percent-encoding v2.2.0 [INFO] [stderr] Checking lexpr v0.2.6 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking rmp v0.8.11 [INFO] [stderr] Checking actix-utils v3.0.0 [INFO] [stderr] Checking digest v0.10.5 [INFO] [stderr] Checking actix-rt v2.7.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking actix-codec v0.5.0 [INFO] [stderr] Checking libflate v1.2.0 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Checking actix-service v2.0.2 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking bytestring v1.1.0 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking time v0.3.15 [INFO] [stderr] Checking postcard-cobs v0.1.5-pre [INFO] [stderr] Checking xml-rs v0.8.4 [INFO] [stderr] Checking iter-read v0.3.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking strum v0.18.0 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking cpufeatures v0.2.5 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking crypto v0.3.0 [INFO] [stderr] Checking bs58 v0.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling zerocopy-derive v0.2.0 [INFO] [stderr] Compiling typed-builder v0.5.1 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Checking sha2 v0.10.6 [INFO] [stderr] Checking zerocopy v0.3.0 [INFO] [stderr] Compiling pest v2.4.0 [INFO] [stderr] Compiling proc-macro-crate v1.2.1 [INFO] [stderr] Compiling num_enum_derive v0.5.7 [INFO] [stderr] Compiling pest_meta v2.4.0 [INFO] [stderr] Checking actix-http v3.2.2 [INFO] [stderr] Compiling pest_generator v2.4.0 [INFO] [stdout] error[E0310]: the parameter type `U` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-http-3.2.2/src/h1/service.rs:308:9 [INFO] [stdout] | [INFO] [stdout] 308 | / Box::pin(async move { [INFO] [stdout] 309 | | let expect = expect [INFO] [stdout] 310 | | .await [INFO] [stdout] 311 | | .map_err(|e| error!("Init http expect service error: {:?}", e))?; [INFO] [stdout] ... | [INFO] [stdout] 333 | | )) [INFO] [stdout] 334 | | }) [INFO] [stdout] | |__________^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 289 | U: ServiceFactory<(Request, Framed), Config = (), Response = ()> + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `X` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-http-3.2.2/src/h1/service.rs:308:9 [INFO] [stdout] | [INFO] [stdout] 308 | / Box::pin(async move { [INFO] [stdout] 309 | | let expect = expect [INFO] [stdout] 310 | | .await [INFO] [stdout] 311 | | .map_err(|e| error!("Init http expect service error: {:?}", e))?; [INFO] [stdout] ... | [INFO] [stdout] 333 | | )) [INFO] [stdout] 334 | | }) [INFO] [stdout] | |__________^ ...so that the type `X` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 284 | X: ServiceFactory + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `B` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-http-3.2.2/src/h1/service.rs:308:9 [INFO] [stdout] | [INFO] [stdout] 308 | / Box::pin(async move { [INFO] [stdout] 309 | | let expect = expect [INFO] [stdout] 310 | | .await [INFO] [stdout] 311 | | .map_err(|e| error!("Init http expect service error: {:?}", e))?; [INFO] [stdout] ... | [INFO] [stdout] 333 | | )) [INFO] [stdout] 334 | | }) [INFO] [stdout] | |__________^ ...so that the type `B` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 282 | B: MessageBody + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `S` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-http-3.2.2/src/h1/service.rs:308:9 [INFO] [stdout] | [INFO] [stdout] 308 | / Box::pin(async move { [INFO] [stdout] 309 | | let expect = expect [INFO] [stdout] 310 | | .await [INFO] [stdout] 311 | | .map_err(|e| error!("Init http expect service error: {:?}", e))?; [INFO] [stdout] ... | [INFO] [stdout] 333 | | )) [INFO] [stdout] 334 | | }) [INFO] [stdout] | |__________^ ...so that the type `S` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 276 | S: ServiceFactory + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `U` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-http-3.2.2/src/service.rs:435:9 [INFO] [stdout] | [INFO] [stdout] 435 | / Box::pin(async move { [INFO] [stdout] 436 | | let expect = expect [INFO] [stdout] 437 | | .await [INFO] [stdout] 438 | | .map_err(|e| error!("Init http expect service error: {:?}", e))?; [INFO] [stdout] ... | [INFO] [stdout] 460 | | )) [INFO] [stdout] 461 | | }) [INFO] [stdout] | |__________^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 416 | U: ServiceFactory<(Request, Framed), Config = (), Response = ()> + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `X` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-http-3.2.2/src/service.rs:435:9 [INFO] [stdout] | [INFO] [stdout] 435 | / Box::pin(async move { [INFO] [stdout] 436 | | let expect = expect [INFO] [stdout] 437 | | .await [INFO] [stdout] 438 | | .map_err(|e| error!("Init http expect service error: {:?}", e))?; [INFO] [stdout] ... | [INFO] [stdout] 460 | | )) [INFO] [stdout] 461 | | }) [INFO] [stdout] | |__________^ ...so that the type `X` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 411 | X: ServiceFactory + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `S` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-http-3.2.2/src/service.rs:435:9 [INFO] [stdout] | [INFO] [stdout] 435 | / Box::pin(async move { [INFO] [stdout] 436 | | let expect = expect [INFO] [stdout] 437 | | .await [INFO] [stdout] 438 | | .map_err(|e| error!("Init http expect service error: {:?}", e))?; [INFO] [stdout] ... | [INFO] [stdout] 460 | | )) [INFO] [stdout] 461 | | }) [INFO] [stdout] | |__________^ ...so that the type `S` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 402 | S: ServiceFactory + 'static, [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `actix-http` due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "34da5bc579ad58e13ca0cdfe3ed5697423f69eb437082e66d0846de40f079255", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34da5bc579ad58e13ca0cdfe3ed5697423f69eb437082e66d0846de40f079255", kill_on_drop: false }` [INFO] [stdout] 34da5bc579ad58e13ca0cdfe3ed5697423f69eb437082e66d0846de40f079255