[INFO] fetching crate hyperlocal 0.8.0... [INFO] checking hyperlocal-0.8.0 against master#eb10639928a2781cf0a12440007fbcc1e3a6888f for pr-127827-1 [INFO] extracting crate hyperlocal 0.8.0 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate hyperlocal 0.8.0 on toolchain eb10639928a2781cf0a12440007fbcc1e3a6888f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hyperlocal 0.8.0 [INFO] finished tweaking crates.io crate hyperlocal 0.8.0 [INFO] tweaked toml for crates.io crate hyperlocal 0.8.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate crates.io crate hyperlocal 0.8.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" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hyper v0.14.1 [INFO] [stderr] Downloaded mio v0.7.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 519ea5aa192a546f32f9f23fbf52cc47f37809fc18497e508eea1ca825ff5930 [INFO] running `Command { std: "docker" "start" "-a" "519ea5aa192a546f32f9f23fbf52cc47f37809fc18497e508eea1ca825ff5930", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "519ea5aa192a546f32f9f23fbf52cc47f37809fc18497e508eea1ca825ff5930", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "519ea5aa192a546f32f9f23fbf52cc47f37809fc18497e508eea1ca825ff5930", kill_on_drop: false }` [INFO] [stdout] 519ea5aa192a546f32f9f23fbf52cc47f37809fc18497e508eea1ca825ff5930 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 917f4fb7450ef6e204e6928624a086f17d93b1e8cbd91568936d22dcbdf76781 [INFO] running `Command { std: "docker" "start" "-a" "917f4fb7450ef6e204e6928624a086f17d93b1e8cbd91568936d22dcbdf76781", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking bytes v1.0.0 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Checking futures-task v0.3.8 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking futures-channel v0.3.8 [INFO] [stderr] Checking tower-service v0.3.0 [INFO] [stderr] Checking httpdate v0.3.2 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking http v0.2.2 [INFO] [stderr] Checking tracing v0.1.22 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking mio v0.7.6 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking socket2 v0.3.19 [INFO] [stderr] Checking http-body v0.4.0 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling tokio-macros v1.0.0 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Checking pin-project v1.0.2 [INFO] [stderr] Checking futures-util v0.3.8 [INFO] [stderr] Checking hyper v0.14.1 [INFO] [stderr] Checking hyperlocal v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.68s [INFO] running `Command { std: "docker" "inspect" "917f4fb7450ef6e204e6928624a086f17d93b1e8cbd91568936d22dcbdf76781", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "917f4fb7450ef6e204e6928624a086f17d93b1e8cbd91568936d22dcbdf76781", kill_on_drop: false }` [INFO] [stdout] 917f4fb7450ef6e204e6928624a086f17d93b1e8cbd91568936d22dcbdf76781 [INFO] checking hyperlocal-0.8.0 against try#357cc345f0a672ac4bee347eb89b7552541416c1 for pr-127827-1 [INFO] extracting crate hyperlocal 0.8.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate hyperlocal 0.8.0 on toolchain 357cc345f0a672ac4bee347eb89b7552541416c1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+357cc345f0a672ac4bee347eb89b7552541416c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hyperlocal 0.8.0 [INFO] finished tweaking crates.io crate hyperlocal 0.8.0 [INFO] tweaked toml for crates.io crate hyperlocal 0.8.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate hyperlocal 0.8.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" "+357cc345f0a672ac4bee347eb89b7552541416c1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+357cc345f0a672ac4bee347eb89b7552541416c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6fefa5d28942eecc4bf8557d800031643b30040102bc103a10ca530ab541ae14 [INFO] running `Command { std: "docker" "start" "-a" "6fefa5d28942eecc4bf8557d800031643b30040102bc103a10ca530ab541ae14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6fefa5d28942eecc4bf8557d800031643b30040102bc103a10ca530ab541ae14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fefa5d28942eecc4bf8557d800031643b30040102bc103a10ca530ab541ae14", kill_on_drop: false }` [INFO] [stdout] 6fefa5d28942eecc4bf8557d800031643b30040102bc103a10ca530ab541ae14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+357cc345f0a672ac4bee347eb89b7552541416c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd23d93a4af83701abe2fed798c86fe48d8d4dbc88e5bd2e567e79db6cd58a07 [INFO] running `Command { std: "docker" "start" "-a" "cd23d93a4af83701abe2fed798c86fe48d8d4dbc88e5bd2e567e79db6cd58a07", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking bytes v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking futures-channel v0.3.8 [INFO] [stderr] Checking futures-task v0.3.8 [INFO] [stderr] Checking tower-service v0.3.0 [INFO] [stderr] Checking httpdate v0.3.2 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Checking http v0.2.2 [INFO] [stderr] Checking tracing v0.1.22 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking mio v0.7.6 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking socket2 v0.3.19 [INFO] [stderr] Checking http-body v0.4.0 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling tokio-macros v1.0.0 [INFO] [stderr] Checking pin-project v1.0.2 [INFO] [stderr] Checking futures-util v0.3.8 [INFO] [stderr] Checking hyper v0.14.1 [INFO] [stderr] Checking hyperlocal v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `with_graceful_shutdown` found for struct `Server>` in the current scope [INFO] [stdout] --> tests/server_client.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 26 | let server = Server::bind_unix("/tmp/hyperlocal.sock")? [INFO] [stdout] | __________________- [INFO] [stdout] 27 | | .serve(make_service) [INFO] [stdout] 28 | | .with_graceful_shutdown(async { rx.await.unwrap() }); [INFO] [stdout] | | -^^^^^^^^^^^^^^^^^^^^^^ method not found in `Server>` [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `Server` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hyperlocal` (test "server_client") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: implementation of `FnMut` is not general enough [INFO] [stdout] --> examples/server.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | let make_service = make_service_fn(|_| async { [INFO] [stdout] | ________________________^ [INFO] [stdout] 19 | | Ok::<_, hyper::Error>(service_fn(|_req| async { [INFO] [stdout] 20 | | Ok::<_, hyper::Error>(Response::new(Body::from(PHRASE))) [INFO] [stdout] 21 | | })) [INFO] [stdout] 22 | | }); [INFO] [stdout] | |______^ implementation of `FnMut` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `{async closure@examples/server.rs:18:40: 18:43}` must implement `FnMut<(&'1 tokio::net::UnixStream,)>`, for any lifetime `'1`... [INFO] [stdout] = note: ...but it actually implements `FnMut<(&'2 tokio::net::UnixStream,)>`, for some specific lifetime `'2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FnOnce` is not general enough [INFO] [stdout] --> examples/server.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | let make_service = make_service_fn(|_| async { [INFO] [stdout] | ________________________^ [INFO] [stdout] 19 | | Ok::<_, hyper::Error>(service_fn(|_req| async { [INFO] [stdout] 20 | | Ok::<_, hyper::Error>(Response::new(Body::from(PHRASE))) [INFO] [stdout] 21 | | })) [INFO] [stdout] 22 | | }); [INFO] [stdout] | |______^ implementation of `FnOnce` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `{async closure@examples/server.rs:18:40: 18:43}` must implement `FnOnce<(&'1 tokio::net::UnixStream,)>`, for any lifetime `'1`... [INFO] [stdout] = note: ...but it actually implements `FnOnce<(&'2 tokio::net::UnixStream,)>`, for some specific lifetime `'2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FnOnce` is not general enough [INFO] [stdout] --> examples/server.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | Server::bind_unix(path)?.serve(make_service).await?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `FnOnce` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `{async closure@examples/server.rs:18:40: 18:43}` must implement `FnOnce<(&'1 tokio::net::UnixStream,)>`, for any lifetime `'1`... [INFO] [stdout] = note: ...but it actually implements `FnOnce<(&'2 tokio::net::UnixStream,)>`, for some specific lifetime `'2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FnMut` is not general enough [INFO] [stdout] --> examples/server.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | Server::bind_unix(path)?.serve(make_service).await?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `FnMut` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `{async closure@examples/server.rs:18:40: 18:43}` must implement `FnMut<(&'1 tokio::net::UnixStream,)>`, for any lifetime `'1`... [INFO] [stdout] = note: ...but it actually implements `FnMut<(&'2 tokio::net::UnixStream,)>`, for some specific lifetime `'2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FnOnce` is not general enough [INFO] [stdout] --> examples/server.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | Server::bind_unix(path)?.serve(make_service).await?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `FnOnce` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `{async closure@examples/server.rs:18:40: 18:43}` must implement `FnOnce<(&tokio::net::UnixStream,)>`, for some specific lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `FnOnce<(&'1 tokio::net::UnixStream,)>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FnOnce` is not general enough [INFO] [stdout] --> examples/server.rs:24:50 [INFO] [stdout] | [INFO] [stdout] 24 | Server::bind_unix(path)?.serve(make_service).await?; [INFO] [stdout] | ^^^^^ implementation of `FnOnce` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `{async closure@examples/server.rs:18:40: 18:43}` must implement `FnOnce<(&'1 tokio::net::UnixStream,)>`, for any lifetime `'1`... [INFO] [stdout] = note: ...but it actually implements `FnOnce<(&'2 tokio::net::UnixStream,)>`, for some specific lifetime `'2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `FnMut` is not general enough [INFO] [stdout] --> examples/server.rs:24:50 [INFO] [stdout] | [INFO] [stdout] 24 | Server::bind_unix(path)?.serve(make_service).await?; [INFO] [stdout] | ^^^^^ implementation of `FnMut` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `{async closure@examples/server.rs:18:40: 18:43}` must implement `FnMut<(&'1 tokio::net::UnixStream,)>`, for any lifetime `'1`... [INFO] [stdout] = note: ...but it actually implements `FnMut<(&'2 tokio::net::UnixStream,)>`, for some specific lifetime `'2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hyperlocal` (example "server") due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "cd23d93a4af83701abe2fed798c86fe48d8d4dbc88e5bd2e567e79db6cd58a07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd23d93a4af83701abe2fed798c86fe48d8d4dbc88e5bd2e567e79db6cd58a07", kill_on_drop: false }` [INFO] [stdout] cd23d93a4af83701abe2fed798c86fe48d8d4dbc88e5bd2e567e79db6cd58a07