[INFO] crate trust-dns-native-tls 0.18.0-alpha.1 is already in cache [INFO] checking trust-dns-native-tls-0.18.0-alpha.1 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate trust-dns-native-tls 0.18.0-alpha.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate trust-dns-native-tls 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-native-tls 0.18.0-alpha.1 [INFO] finished tweaking crates.io crate trust-dns-native-tls 0.18.0-alpha.1 [INFO] tweaked toml for crates.io crate trust-dns-native-tls 0.18.0-alpha.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 4ad1388052aec055a88703823941b702b92bbf334d30f0604d66c162871b26c7 [INFO] running `"docker" "start" "-a" "4ad1388052aec055a88703823941b702b92bbf334d30f0604d66c162871b26c7"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.6 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking tokio v0.2.4 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-net v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [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] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Checking trust-dns-native-tls v0.18.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `tokio_net::tcp` [INFO] [stderr] --> src/tls_client_stream.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | 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::tcp` [INFO] [stderr] --> src/tls_stream.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | 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::tcp` [INFO] [stderr] --> src/tls_client_stream.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | 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::tcp` [INFO] [stderr] --> src/tls_stream.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | 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/tests.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | use tokio::runtime::current_thread::Runtime; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `current_thread` in `runtime` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/tls_stream.rs:175:13 [INFO] [stderr] | [INFO] [stderr] 175 | outbound_messages, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ expected struct `futures_channel::mpsc::UnboundedReceiver`, found struct `futures::channel::mpsc::UnboundedReceiver` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `futures_channel::mpsc::UnboundedReceiver` [INFO] [stderr] found struct `futures::channel::mpsc::UnboundedReceiver` [INFO] [stderr] = note: perhaps two different versions of crate `futures_channel` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `trust-dns-native-tls`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/tls_stream.rs:175:13 [INFO] [stderr] | [INFO] [stderr] 175 | outbound_messages, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ expected struct `futures_channel::mpsc::UnboundedReceiver`, found struct `futures::channel::mpsc::UnboundedReceiver` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `futures_channel::mpsc::UnboundedReceiver` [INFO] [stderr] found struct `futures::channel::mpsc::UnboundedReceiver` [INFO] [stderr] = note: perhaps two different versions of crate `futures_channel` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `trust-dns-native-tls`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4ad1388052aec055a88703823941b702b92bbf334d30f0604d66c162871b26c7"` [INFO] running `"docker" "rm" "-f" "4ad1388052aec055a88703823941b702b92bbf334d30f0604d66c162871b26c7"` [INFO] [stdout] 4ad1388052aec055a88703823941b702b92bbf334d30f0604d66c162871b26c7