[INFO] fetching crate actix-service 2.0.2...
[INFO] checking actix-service-2.0.2 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate actix-service 2.0.2 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate actix-service 2.0.2 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate actix-service 2.0.2
[INFO] finished tweaking crates.io crate actix-service 2.0.2
[INFO] tweaked toml for crates.io crate actix-service 2.0.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate actix-service 2.0.2 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" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 355bc83b64bbbbfb3b3cf37f4fe07d1372a9988a4bd8fa8a5836cdcf0b558fdf
[INFO] running `Command { std: "docker" "start" "-a" "355bc83b64bbbbfb3b3cf37f4fe07d1372a9988a4bd8fa8a5836cdcf0b558fdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "355bc83b64bbbbfb3b3cf37f4fe07d1372a9988a4bd8fa8a5836cdcf0b558fdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "355bc83b64bbbbfb3b3cf37f4fe07d1372a9988a4bd8fa8a5836cdcf0b558fdf", kill_on_drop: false }`
[INFO] [stdout] 355bc83b64bbbbfb3b3cf37f4fe07d1372a9988a4bd8fa8a5836cdcf0b558fdf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d37b4b14b17af2518ce9b41eb2e79b116f6b0c7c0dc549c7dd4f53f2ba161490
[INFO] running `Command { std: "docker" "start" "-a" "d37b4b14b17af2518ce9b41eb2e79b116f6b0c7c0dc549c7dd4f53f2ba161490", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]     Checking actix-service v2.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_util`
[INFO] [stdout]   --> src/macros.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     use futures_util::{
[INFO] [stdout]    |         ^^^^^^^^^^^^ use of undeclared crate or module `futures_util`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 95 |     use futures_core::{
[INFO] [stdout]    |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_utils`
[INFO] [stdout]    --> src/transform.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 |     use actix_utils::future::{ready, Ready};
[INFO] [stdout]     |         ^^^^^^^^^^^ use of undeclared crate or module `actix_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_util`
[INFO] [stdout]    --> src/and_then.rs:272:9
[INFO] [stdout]     |
[INFO] [stdout] 272 |     use futures_util::future::lazy;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `futures_util`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 272 |     use futures_core::future::lazy;
[INFO] [stdout]     |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_util`
[INFO] [stdout]    --> src/apply.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |     use futures_util::future::lazy;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `futures_util`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 214 |     use futures_core::future::lazy;
[INFO] [stdout]     |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_util`
[INFO] [stdout]    --> src/fn_service.rs:356:9
[INFO] [stdout]     |
[INFO] [stdout] 356 |     use futures_util::future::lazy;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `futures_util`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 356 |     use futures_core::future::lazy;
[INFO] [stdout]     |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_util`
[INFO] [stdout]    --> src/map.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     use futures_util::future::lazy;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `futures_util`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 202 |     use futures_core::future::lazy;
[INFO] [stdout]     |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_util`
[INFO] [stdout]    --> src/map_err.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     use futures_util::future::lazy;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `futures_util`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 205 |     use futures_core::future::lazy;
[INFO] [stdout]     |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_util`
[INFO] [stdout]    --> src/then.rs:247:9
[INFO] [stdout]     |
[INFO] [stdout] 247 |     use futures_util::future::lazy;
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of undeclared crate or module `futures_util`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 247 |     use futures_core::future::lazy;
[INFO] [stdout]     |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/and_then.rs:315:7
[INFO] [stdout]     |
[INFO] [stdout] 315 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/and_then.rs:324:7
[INFO] [stdout]     |
[INFO] [stdout] 324 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/and_then.rs:333:7
[INFO] [stdout]     |
[INFO] [stdout] 333 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/apply.rs:238:7
[INFO] [stdout]     |
[INFO] [stdout] 238 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/apply.rs:255:7
[INFO] [stdout]     |
[INFO] [stdout] 255 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/fn_service.rs:361:7
[INFO] [stdout]     |
[INFO] [stdout] 361 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/fn_service.rs:372:7
[INFO] [stdout]     |
[INFO] [stdout] 372 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/fn_service.rs:382:7
[INFO] [stdout]     |
[INFO] [stdout] 382 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/fn_service.rs:395:7
[INFO] [stdout]     |
[INFO] [stdout] 395 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/map.rs:223:7
[INFO] [stdout]     |
[INFO] [stdout] 223 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/map.rs:230:7
[INFO] [stdout]     |
[INFO] [stdout] 230 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/map.rs:238:7
[INFO] [stdout]     |
[INFO] [stdout] 238 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/map_err.rs:229:7
[INFO] [stdout]     |
[INFO] [stdout] 229 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/map_err.rs:236:7
[INFO] [stdout]     |
[INFO] [stdout] 236 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/map_err.rs:244:7
[INFO] [stdout]     |
[INFO] [stdout] 244 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/then.rs:296:7
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/then.rs:305:7
[INFO] [stdout]     |
[INFO] [stdout] 305 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]    --> src/then.rs:319:7
[INFO] [stdout]     |
[INFO] [stdout] 319 |     #[actix_rt::test]
[INFO] [stdout]     |       ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]   --> examples/clone.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[actix_rt::main]
[INFO] [stdout]    |   ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]  --> examples/clone.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let f1 = actix_rt::spawn(f.clone()());
[INFO] [stdout]   |              ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `actix_rt`
[INFO] [stdout]  --> examples/clone.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let f2 = actix_rt::spawn(f());
[INFO] [stdout]   |              ^^^^^^^^ use of undeclared crate or module `actix_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0752]: `main` function is not allowed to be `async`
[INFO] [stdout]   --> examples/clone.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | async fn main() {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0752.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `actix-service` (example "clone") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `actix-service` (lib test) due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "d37b4b14b17af2518ce9b41eb2e79b116f6b0c7c0dc549c7dd4f53f2ba161490", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d37b4b14b17af2518ce9b41eb2e79b116f6b0c7c0dc549c7dd4f53f2ba161490", kill_on_drop: false }`
[INFO] [stdout] d37b4b14b17af2518ce9b41eb2e79b116f6b0c7c0dc549c7dd4f53f2ba161490
