[INFO] crate hyperlocal-v07 0.7.0 is already in cache
[INFO] checking hyperlocal-v07-0.7.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate hyperlocal-v07 0.7.0 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate hyperlocal-v07 0.7.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate hyperlocal-v07 0.7.0
[INFO] finished tweaking crates.io crate hyperlocal-v07 0.7.0
[INFO] tweaked toml for crates.io crate hyperlocal-v07 0.7.0 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate crates.io crate hyperlocal-v07 0.7.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 75f4d53996647f04f345fd5b1a885f154026c23e0cc002d7258b4021fc9ec5fe
[INFO] running `"docker" "start" "-a" "75f4d53996647f04f345fd5b1a885f154026c23e0cc002d7258b4021fc9ec5fe"`
[INFO] [stderr]    Compiling syn v1.0.16
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]     Checking tokio v0.2.13
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking h2 v0.2.2
[INFO] [stderr]     Checking hyper v0.13.3
[INFO] [stderr]     Checking hyperlocal-v07 v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `hyperlocal`
[INFO] [stderr]  --> tests/server_client.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use hyperlocal::{UnixClientExt, UnixServerExt, Uri};
[INFO] [stderr]   |     ^^^^^^^^^^ use of undeclared type or module `hyperlocal`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `hyperlocal`
[INFO] [stderr]  --> examples/client.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use hyperlocal::{UnixClientExt, Uri};
[INFO] [stderr]   |     ^^^^^^^^^^ use of undeclared type or module `hyperlocal`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `hyperlocal`
[INFO] [stderr]  --> examples/server.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use hyperlocal::UnixServerExt;
[INFO] [stderr]   |     ^^^^^^^^^^ use of undeclared type or module `hyperlocal`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `unix` found for struct `hyper::client::Client<_, _>` in the current scope
[INFO] [stderr]   --> examples/client.rs:11:26
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let client = Client::unix();
[INFO] [stderr]    |                          ^^^^ function or associated item not found in `hyper::client::Client<_, _>`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use hyperlocal_v07::UnixClientExt;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `bind_unix` found for struct `hyper::server::Server<_, _, _>` in the current scope
[INFO] [stderr]   --> tests/server_client.rs:26:26
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let server = Server::bind_unix("/tmp/hyperlocal.sock")?
[INFO] [stderr]    |                          ^^^^^^^^^ function or associated item not found in `hyper::server::Server<_, _, _>`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use hyperlocal_v07::UnixServerExt;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `futures_util::stream::TryStreamExt`
[INFO] [stderr]  --> examples/client.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use futures_util::stream::TryStreamExt;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `unix` found for struct `hyper::client::Client<_, _>` in the current scope
[INFO] [stderr]   --> tests/server_client.rs:30:26
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let client = Client::unix();
[INFO] [stderr]    |                          ^^^^ function or associated item not found in `hyper::client::Client<_, _>`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use hyperlocal_v07::UnixClientExt;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] warning: unused import: `futures_util::stream::StreamExt`
[INFO] [stderr]  --> tests/server_client.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use futures_util::stream::StreamExt;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `hyperlocal-v07`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hyperlocal-v07`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no function or associated item named `bind_unix` found for struct `hyper::server::Server<_, _, _>` in the current scope
[INFO] [stderr]   --> examples/server.rs:25:13
[INFO] [stderr]    |
[INFO] [stderr] 25 |     Server::bind_unix(path)?.serve(make_service).await?;
[INFO] [stderr]    |             ^^^^^^^^^ function or associated item not found in `hyper::server::Server<_, _, _>`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use hyperlocal_v07::UnixServerExt;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `hyperlocal-v07`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "75f4d53996647f04f345fd5b1a885f154026c23e0cc002d7258b4021fc9ec5fe"`
[INFO] running `"docker" "rm" "-f" "75f4d53996647f04f345fd5b1a885f154026c23e0cc002d7258b4021fc9ec5fe"`
[INFO] [stdout] 75f4d53996647f04f345fd5b1a885f154026c23e0cc002d7258b4021fc9ec5fe
