[INFO] crate tokio-net 0.2.0-alpha.6 is already in cache [INFO] checking tokio-net-0.2.0-alpha.6 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66852 [INFO] extracting crate tokio-net 0.2.0-alpha.6 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate tokio-net 0.2.0-alpha.6 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tokio-net 0.2.0-alpha.6 [INFO] finished tweaking crates.io crate tokio-net 0.2.0-alpha.6 [INFO] tweaked toml for crates.io crate tokio-net 0.2.0-alpha.6 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate tokio-net 0.2.0-alpha.6 already has a lockfile, it will not be regenerated [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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 64abeceb77b105a42b013a848b17f7fc68e4c0e686c3f7b05ceaf827c72f7152 [INFO] running `"docker" "start" "-a" "64abeceb77b105a42b013a848b17f7fc68e4c0e686c3f7b05ceaf827c72f7152"` [INFO] [stderr] Checking tokio-io v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-codec v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-net v0.2.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_accept.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio::net::{TcpListener, TcpStream}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_accept.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio::sync::oneshot; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_echo.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio::prelude::*; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_echo.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio::net::{TcpListener, TcpStream}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_echo.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tokio::sync::oneshot; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/uds_split.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tokio::prelude::*; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/uds_split.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio::net::UnixStream; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::net::UnixStream` [INFO] [stderr] --> tests/uds_split.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio::net::UnixStream; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/uds_split.rs:12:3 [INFO] [stderr] | [INFO] [stderr] 12 | #[tokio::test] [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnixStream` [INFO] [stderr] --> tests/uds_split.rs:14:26 [INFO] [stderr] | [INFO] [stderr] 14 | let (mut a, mut b) = UnixStream::pair()?; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `UnixStream` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> tests/uds_split.rs:19:36 [INFO] [stderr] | [INFO] [stderr] 19 | let (a_response, b_response) = futures::future::try_join( [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `AsyncRead` in this scope [INFO] [stderr] --> tests/uds_split.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | read: &mut (dyn AsyncRead + Unpin), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tokio_io::AsyncRead; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_test` [INFO] [stderr] --> tests/tcp_accept.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tokio_test::assert_ok; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `tokio_test` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `AsyncWrite` in this scope [INFO] [stderr] --> tests/uds_split.rs:33:22 [INFO] [stderr] | [INFO] [stderr] 33 | write: &mut (dyn AsyncWrite + Unpin), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tokio_io::AsyncWrite; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_accept.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | #[tokio::test] [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] ... [INFO] [stderr] 33 | / test_accept! { [INFO] [stderr] 34 | | (ip_str, "127.0.0.1:0"), [INFO] [stderr] 35 | | (host_str, "localhost:0"), [INFO] [stderr] 36 | | (socket_addr, "127.0.0.1:0".parse::().unwrap()), [INFO] [stderr] 37 | | (str_port_tuple, ("127.0.0.1", 0)), [INFO] [stderr] 38 | | (ip_port_tuple, ("127.0.0.1".parse::().unwrap(), 0)), [INFO] [stderr] 39 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `tokio-net`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_accept.rs:14:36 [INFO] [stderr] | [INFO] [stderr] 14 | let mut listener = assert_ok!(TcpListener::bind($target).await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | / test_accept! { [INFO] [stderr] 34 | | (ip_str, "127.0.0.1:0"), [INFO] [stderr] 35 | | (host_str, "localhost:0"), [INFO] [stderr] 36 | | (socket_addr, "127.0.0.1:0".parse::().unwrap()), [INFO] [stderr] 37 | | (str_port_tuple, ("127.0.0.1", 0)), [INFO] [stderr] 38 | | (ip_port_tuple, ("127.0.0.1".parse::().unwrap(), 0)), [INFO] [stderr] 39 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_accept.rs:20:39 [INFO] [stderr] | [INFO] [stderr] 20 | let (socket, _) = assert_ok!(listener.accept().await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | / test_accept! { [INFO] [stderr] 34 | | (ip_str, "127.0.0.1:0"), [INFO] [stderr] 35 | | (host_str, "localhost:0"), [INFO] [stderr] 36 | | (socket_addr, "127.0.0.1:0".parse::().unwrap()), [INFO] [stderr] 37 | | (str_port_tuple, ("127.0.0.1", 0)), [INFO] [stderr] 38 | | (ip_port_tuple, ("127.0.0.1".parse::().unwrap(), 0)), [INFO] [stderr] 39 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_accept.rs:21:21 [INFO] [stderr] | [INFO] [stderr] 21 | assert_ok!(tx.send(socket)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | / test_accept! { [INFO] [stderr] 34 | | (ip_str, "127.0.0.1:0"), [INFO] [stderr] 35 | | (host_str, "localhost:0"), [INFO] [stderr] 36 | | (socket_addr, "127.0.0.1:0".parse::().unwrap()), [INFO] [stderr] 37 | | (str_port_tuple, ("127.0.0.1", 0)), [INFO] [stderr] 38 | | (ip_port_tuple, ("127.0.0.1".parse::().unwrap(), 0)), [INFO] [stderr] 39 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_accept.rs:24:27 [INFO] [stderr] | [INFO] [stderr] 24 | let cli = assert_ok!(TcpStream::connect(&addr).await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | / test_accept! { [INFO] [stderr] 34 | | (ip_str, "127.0.0.1:0"), [INFO] [stderr] 35 | | (host_str, "localhost:0"), [INFO] [stderr] 36 | | (socket_addr, "127.0.0.1:0".parse::().unwrap()), [INFO] [stderr] 37 | | (str_port_tuple, ("127.0.0.1", 0)), [INFO] [stderr] 38 | | (ip_port_tuple, ("127.0.0.1".parse::().unwrap(), 0)), [INFO] [stderr] 39 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_accept.rs:25:27 [INFO] [stderr] | [INFO] [stderr] 25 | let srv = assert_ok!(rx.await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | / test_accept! { [INFO] [stderr] 34 | | (ip_str, "127.0.0.1:0"), [INFO] [stderr] 35 | | (host_str, "localhost:0"), [INFO] [stderr] 36 | | (socket_addr, "127.0.0.1:0".parse::().unwrap()), [INFO] [stderr] 37 | | (str_port_tuple, ("127.0.0.1", 0)), [INFO] [stderr] 38 | | (ip_port_tuple, ("127.0.0.1".parse::().unwrap(), 0)), [INFO] [stderr] 39 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/tcp_accept.rs:17:32 [INFO] [stderr] | [INFO] [stderr] 17 | let (tx, rx) = oneshot::channel(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] ... [INFO] [stderr] 33 | / test_accept! { [INFO] [stderr] 34 | | (ip_str, "127.0.0.1:0"), [INFO] [stderr] 35 | | (host_str, "localhost:0"), [INFO] [stderr] 36 | | (socket_addr, "127.0.0.1:0".parse::().unwrap()), [INFO] [stderr] 37 | | (str_port_tuple, ("127.0.0.1", 0)), [INFO] [stderr] 38 | | (ip_port_tuple, ("127.0.0.1".parse::().unwrap(), 0)), [INFO] [stderr] 39 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_accept.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | tokio::spawn(async move { [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] ... [INFO] [stderr] 33 | / test_accept! { [INFO] [stderr] 34 | | (ip_str, "127.0.0.1:0"), [INFO] [stderr] 35 | | (host_str, "localhost:0"), [INFO] [stderr] 36 | | (socket_addr, "127.0.0.1:0".parse::().unwrap()), [INFO] [stderr] 37 | | (str_port_tuple, ("127.0.0.1", 0)), [INFO] [stderr] 38 | | (ip_port_tuple, ("127.0.0.1".parse::().unwrap(), 0)), [INFO] [stderr] 39 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: unused imports: `IpAddr`, `SocketAddr` [INFO] [stderr] --> tests/tcp_accept.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use std::net::{IpAddr, SocketAddr}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_shutdown.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tokio::prelude::*; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_shutdown.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio::io::AsyncWriteExt; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_shutdown.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio::net::{TcpListener, TcpStream}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/support.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub use tokio::runtime::current_thread::{self, Runtime as CurrentThreadRuntime}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/support.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tokio::timer::Timeout; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tokio-net`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `tokio_net::uds` [INFO] [stderr] --> tests/uds_datagram.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio_net::uds::*; [INFO] [stderr] | ^^^ could not find `uds` in `tokio_net` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tempfile` [INFO] [stderr] --> tests/uds_datagram.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use tempfile; [INFO] [stderr] | ^^^^^^^^ no `tempfile` external crate [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/uds_datagram.rs:46:3 [INFO] [stderr] | [INFO] [stderr] 46 | #[tokio::test] [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnixDatagram` [INFO] [stderr] --> tests/uds_datagram.rs:52:25 [INFO] [stderr] | [INFO] [stderr] 52 | let server_socket = UnixDatagram::bind(server_path.clone())?; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `UnixDatagram` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/uds_datagram.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | tokio::spawn(async move { [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnixDatagram` [INFO] [stderr] --> tests/uds_datagram.rs:61:26 [INFO] [stderr] | [INFO] [stderr] 61 | let mut socket = UnixDatagram::bind(&client_path).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `UnixDatagram` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnixDatagram` in this scope [INFO] [stderr] --> tests/uds_datagram.rs:36:34 [INFO] [stderr] | [INFO] [stderr] 36 | async fn echo_server(mut socket: UnixDatagram) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::os::unix::net::UnixDatagram; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `tokio::net::TcpListener`, `tokio::net::TcpStream`, `tokio::sync::oneshot`, `tokio_test` [INFO] [stderr] --> tests/tcp_echo.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio::net::{TcpListener, TcpStream}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] 4 | use tokio::prelude::*; [INFO] [stderr] 5 | use tokio::sync::oneshot; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 6 | use tokio_test::assert_ok; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `tokio_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_echo.rs:8:3 [INFO] [stderr] | [INFO] [stderr] 8 | #[tokio::test] [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_echo.rs:14:19 [INFO] [stderr] | [INFO] [stderr] 14 | let mut srv = assert_ok!(TcpListener::bind("127.0.0.1:0").await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_echo.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | let addr = assert_ok!(srv.local_addr()); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_echo.rs:19:26 [INFO] [stderr] | [INFO] [stderr] 19 | let mut stream = assert_ok!(TcpStream::connect(&addr).await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_echo.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | assert_ok!(stream.write_all(msg.as_bytes()).await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_echo.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | assert_ok!(stream.read_exact(&mut buf).await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_echo.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | assert_ok!(tx.send(())); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_echo.rs:34:27 [INFO] [stderr] | [INFO] [stderr] 34 | let (mut stream, _) = assert_ok!(srv.accept().await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_echo.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | let n = assert_ok!(rd.copy(&mut wr).await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_echo.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | assert_ok!(rx.await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/tcp_echo.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | let (tx, rx) = oneshot::channel(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_echo.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | tokio::spawn(async move { [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `tokio-net`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tokio-net`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `libc` [INFO] [stderr] --> tests/support.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use libc::{c_int, getpid, kill}; [INFO] [stderr] | ^^^^ help: a similar path exists: `std::libc` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Timeout` [INFO] [stderr] --> tests/support.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | Timeout::new(future, Duration::from_secs(3)).map(Result::unwrap) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Timeout` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CurrentThreadRuntime` in this scope [INFO] [stderr] --> tests/support.rs:22:37 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn run_with_timeout(rt: &mut CurrentThreadRuntime, future: F) -> F::Output [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures_util::future::FutureExt` [INFO] [stderr] --> tests/support.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use futures_util::future::FutureExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `tokio-net`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved imports `tokio::io::AsyncWriteExt`, `tokio::net::TcpListener`, `tokio::net::TcpStream`, `tokio_test` [INFO] [stderr] --> tests/tcp_shutdown.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio::io::AsyncWriteExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 4 | use tokio::net::{TcpListener, TcpStream}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] 5 | use tokio::prelude::*; [INFO] [stderr] 6 | use tokio_test::assert_ok; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `tokio_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_shutdown.rs:8:3 [INFO] [stderr] | [INFO] [stderr] 8 | #[tokio::test] [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_shutdown.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | let mut srv = assert_ok!(TcpListener::bind("127.0.0.1:0").await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_shutdown.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | let addr = assert_ok!(srv.local_addr()); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_shutdown.rs:14:26 [INFO] [stderr] | [INFO] [stderr] 14 | let mut stream = assert_ok!(TcpStream::connect(&addr).await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_shutdown.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | assert_ok!(AsyncWriteExt::shutdown(&mut stream).await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_shutdown.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | let n = assert_ok!(stream.read(&mut buf).await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_shutdown.rs:23:27 [INFO] [stderr] | [INFO] [stderr] 23 | let (mut stream, _) = assert_ok!(srv.accept().await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_ok` [INFO] [stderr] --> tests/tcp_shutdown.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | let n = assert_ok!(rd.copy(&mut wr).await); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/tcp_shutdown.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | tokio::spawn(async move { [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tokio-net`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "64abeceb77b105a42b013a848b17f7fc68e4c0e686c3f7b05ceaf827c72f7152"` [INFO] running `"docker" "rm" "-f" "64abeceb77b105a42b013a848b17f7fc68e4c0e686c3f7b05ceaf827c72f7152"` [INFO] [stdout] 64abeceb77b105a42b013a848b17f7fc68e4c0e686c3f7b05ceaf827c72f7152