[INFO] crate trust-dns-proto 0.18.0-alpha.1 is already in cache [INFO] checking trust-dns-proto-0.18.0-alpha.1 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate trust-dns-proto 0.18.0-alpha.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate trust-dns-proto 0.18.0-alpha.1 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate trust-dns-proto 0.18.0-alpha.1 [INFO] finished tweaking crates.io crate trust-dns-proto 0.18.0-alpha.1 [INFO] tweaked toml for crates.io crate trust-dns-proto 0.18.0-alpha.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 5a57bc76e8ea1ba7c9c0ce929764b63acc2198e0c40f2531946c3abb13d9f1f1 [INFO] running `"docker" "start" "-a" "5a57bc76e8ea1ba7c9c0ce929764b63acc2198e0c40f2531946c3abb13d9f1f1"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking tokio-codec v0.2.0-alpha.6 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.6 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-timer v0.3.0-alpha.6 [INFO] [stderr] Checking tokio-net v0.2.0-alpha.6 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling enum-as-inner v0.3.0 [INFO] [stderr] Compiling async-trait v0.1.21 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking trust-dns-proto v0.18.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `tokio_net::tcp` [INFO] [stderr] --> src/tcp/tcp_client_stream.rs:128:16 [INFO] [stderr] | [INFO] [stderr] 128 | use tokio_net::tcp::TcpStream as TokioTcpStream; [INFO] [stderr] | ^^^ could not find `tcp` in `tokio_net` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_net::udp` [INFO] [stderr] --> src/udp/udp_stream.rs:316:5 [INFO] [stderr] | [INFO] [stderr] 316 | use tokio_net::udp; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `udp` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_net::tcp` [INFO] [stderr] --> src/tcp/tcp_client_stream.rs:128:16 [INFO] [stderr] | [INFO] [stderr] 128 | use tokio_net::tcp::TcpStream as TokioTcpStream; [INFO] [stderr] | ^^^ could not find `tcp` in `tokio_net` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::runtime::current_thread` [INFO] [stderr] --> src/tcp/tcp_client_stream.rs:169:25 [INFO] [stderr] | [INFO] [stderr] 169 | use tokio::runtime::current_thread::Runtime; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `current_thread` in `runtime` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_net::tcp` [INFO] [stderr] --> src/tcp/tcp_stream.rs:453:9 [INFO] [stderr] | [INFO] [stderr] 453 | use tokio_net::tcp; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `tcp` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::runtime::current_thread` [INFO] [stderr] --> src/tcp/tcp_stream.rs:480:29 [INFO] [stderr] | [INFO] [stderr] 480 | use tokio::runtime::current_thread::Runtime; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `current_thread` in `runtime` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_net::udp` [INFO] [stderr] --> src/udp/udp_client_stream.rs:351:9 [INFO] [stderr] | [INFO] [stderr] 351 | use tokio_net::udp; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `udp` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::runtime::current_thread` [INFO] [stderr] --> src/udp/udp_client_stream.rs:372:29 [INFO] [stderr] | [INFO] [stderr] 372 | use tokio::runtime::current_thread::Runtime; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `current_thread` in `runtime` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_net::udp` [INFO] [stderr] --> src/udp/udp_stream.rs:316:5 [INFO] [stderr] | [INFO] [stderr] 316 | use tokio_net::udp; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `udp` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::runtime::current_thread` [INFO] [stderr] --> src/udp/udp_stream.rs:336:25 [INFO] [stderr] | [INFO] [stderr] 336 | use tokio::runtime::current_thread::Runtime; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `current_thread` in `runtime` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::runtime::current_thread` [INFO] [stderr] --> src/udp/udp_stream.rs:291:25 [INFO] [stderr] | [INFO] [stderr] 291 | use tokio::runtime::current_thread::Runtime; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `current_thread` in `runtime` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `trust-dns-proto`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `trust-dns-proto`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5a57bc76e8ea1ba7c9c0ce929764b63acc2198e0c40f2531946c3abb13d9f1f1"` [INFO] running `"docker" "rm" "-f" "5a57bc76e8ea1ba7c9c0ce929764b63acc2198e0c40f2531946c3abb13d9f1f1"` [INFO] [stdout] 5a57bc76e8ea1ba7c9c0ce929764b63acc2198e0c40f2531946c3abb13d9f1f1