[INFO] fetching crate kayrx 0.13.0... [INFO] testing kayrx-0.13.0 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate kayrx 0.13.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate kayrx 0.13.0 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kayrx 0.13.0 [INFO] finished tweaking crates.io crate kayrx 0.13.0 [INFO] tweaked toml for crates.io crate kayrx 0.13.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate kayrx 0.13.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded kayrx-macro v0.4.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6c56d7c240bb7e461df445a745e01a7e7598fe4b57327146ef9d2a21faf8d18e [INFO] running `"docker" "start" "-a" "6c56d7c240bb7e461df445a745e01a7e7598fe4b57327146ef9d2a21faf8d18e"` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling parking_lot_core v0.7.1 [INFO] [stderr] Compiling async-task v1.3.1 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling kv-log-macro v1.0.4 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling kayrx-macro v0.4.0 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling broadcaster v1.0.0 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling kayrx v0.13.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.45s [INFO] running `"docker" "inspect" "6c56d7c240bb7e461df445a745e01a7e7598fe4b57327146ef9d2a21faf8d18e"` [INFO] running `"docker" "rm" "-f" "6c56d7c240bb7e461df445a745e01a7e7598fe4b57327146ef9d2a21faf8d18e"` [INFO] [stdout] 6c56d7c240bb7e461df445a745e01a7e7598fe4b57327146ef9d2a21faf8d18e [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f4e187d9716fb0ee16bd2a58652449c523339d270466e253813d326172c16e35 [INFO] running `"docker" "start" "-a" "f4e187d9716fb0ee16bd2a58652449c523339d270466e253813d326172c16e35"` [INFO] [stderr] Compiling kayrx v0.13.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rand` [INFO] [stderr] --> examples/shakespeare.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use rand::seq::SliceRandom; [INFO] [stderr] | ^^^^ use of undeclared type or module `rand` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `romio` [INFO] [stderr] --> tests/tcp.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use romio::TcpListener; [INFO] [stderr] | ^^^^^ use of undeclared type or module `romio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `env_logger` [INFO] [stderr] --> tests/tcp.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | drop(env_logger::try_init()); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `env_logger` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `env_logger` [INFO] [stderr] --> tests/tcp.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | drop(env_logger::try_init()); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `env_logger` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures::executor::ThreadPool` [INFO] [stderr] --> examples/shakespeare.rs:3:31 [INFO] [stderr] | [INFO] [stderr] 3 | use futures::executor::{self, ThreadPool}; [INFO] [stderr] | ^^^^^^^^^^ no `ThreadPool` in `executor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `env_logger` [INFO] [stderr] --> tests/tcp.rs:62:10 [INFO] [stderr] | [INFO] [stderr] 62 | drop(env_logger::try_init()); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `env_logger` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ThreadPool` in `executor` [INFO] [stderr] --> tests/tcp.rs:66:30 [INFO] [stderr] | [INFO] [stderr] 66 | let mut pool = executor::ThreadPool::new().unwrap(); [INFO] [stderr] | ^^^^^^^^^^ could not find `ThreadPool` in `executor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `romio` [INFO] [stderr] --> tests/tcp.rs:69:26 [INFO] [stderr] | [INFO] [stderr] 69 | let mut client = romio::TcpStream::connect(&addr).await.unwrap(); [INFO] [stderr] | ^^^^^ use of undeclared type or module `romio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `romio` [INFO] [stderr] --> examples/shakespeare.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use romio::{TcpListener, TcpStream}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `romio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rand` [INFO] [stderr] --> examples/shakespeare.rs:53:42 [INFO] [stderr] | [INFO] [stderr] 53 | let "e = SHAKESPEARE.choose(&mut rand::thread_rng()).unwrap(); [INFO] [stderr] | ^^^^ use of undeclared type or module `rand` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures::executor::ThreadPool` [INFO] [stderr] --> examples/echo.rs:3:31 [INFO] [stderr] | [INFO] [stderr] 3 | use futures::executor::{self, ThreadPool}; [INFO] [stderr] | ^^^^^^^^^^ no `ThreadPool` in `executor` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `romio` [INFO] [stderr] --> examples/shakespeare-client.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use romio::TcpStream; [INFO] [stderr] | ^^^^^ use of undeclared type or module `romio` [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncReadExt` [INFO] [stderr] --> examples/shakespeare-client.rs:4:31 [INFO] [stderr] | [INFO] [stderr] 4 | use futures::io::{AllowStdIo, AsyncReadExt}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `romio` [INFO] [stderr] --> examples/echo.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use romio::{TcpListener, TcpStream}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `romio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures::Poll` [INFO] [stderr] --> tests/uds.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | use futures::{executor, Poll, Stream, StreamExt}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Poll` in the root [INFO] [stderr] | help: a similar name exists in the module: `poll` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `romio` [INFO] [stderr] --> tests/uds.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use romio::uds::{UnixListener, UnixStream}; [INFO] [stderr] | ^^^^^ use of undeclared type or module `romio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tempdir` [INFO] [stderr] --> tests/uds.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tempdir::TempDir; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `tempdir` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `env_logger` [INFO] [stderr] --> tests/uds.rs:27:10 [INFO] [stderr] | [INFO] [stderr] 27 | drop(env_logger::try_init()); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `env_logger` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnixListener` [INFO] [stderr] --> tests/uds.rs:31:20 [INFO] [stderr] | [INFO] [stderr] 31 | let listener = UnixListener::bind(&file_path)?; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `UnixListener` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `env_logger` [INFO] [stderr] --> tests/uds.rs:54:10 [INFO] [stderr] | [INFO] [stderr] 54 | drop(env_logger::try_init()); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `env_logger` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnixListener` [INFO] [stderr] --> tests/uds.rs:58:20 [INFO] [stderr] | [INFO] [stderr] 58 | let listener = UnixListener::bind(&file_path)?; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `UnixListener` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `env_logger` [INFO] [stderr] --> tests/uds.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | drop(env_logger::try_init()); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `env_logger` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnixListener` [INFO] [stderr] --> tests/uds.rs:85:20 [INFO] [stderr] | [INFO] [stderr] 85 | let listener = UnixListener::bind(&file_path)?; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `UnixListener` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ThreadPool` in `executor` [INFO] [stderr] --> tests/uds.rs:88:30 [INFO] [stderr] | [INFO] [stderr] 88 | let mut pool = executor::ThreadPool::new().unwrap(); [INFO] [stderr] | ^^^^^^^^^^ could not find `ThreadPool` in `executor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnixStream` [INFO] [stderr] --> tests/uds.rs:92:26 [INFO] [stderr] | [INFO] [stderr] 92 | let mut client = UnixStream::connect(&file_path).await.unwrap(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `UnixStream` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `env_logger` [INFO] [stderr] --> tests/uds.rs:109:10 [INFO] [stderr] | [INFO] [stderr] 109 | drop(env_logger::try_init()); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `env_logger` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnixStream` [INFO] [stderr] --> tests/uds.rs:111:36 [INFO] [stderr] | [INFO] [stderr] 111 | let (mut server, mut client) = UnixStream::pair().expect("Could not build 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 `bytes` [INFO] [stderr] --> tests/uds.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | buffer: bytes::BytesMut, [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `bytes` [INFO] [stderr] --> tests/uds.rs:138:24 [INFO] [stderr] | [INFO] [stderr] 138 | let mut buff = bytes::BytesMut::with_capacity(10_000_000); [INFO] [stderr] | ^^^^^ use of undeclared type or module `bytes` [INFO] [stderr] [INFO] [stderr] error: could not compile `kayrx`. [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[E0433]: failed to resolve: use of undeclared type or module `env_logger` [INFO] [stderr] --> tests/uds.rs:178:10 [INFO] [stderr] | [INFO] [stderr] 178 | drop(env_logger::try_init()); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `env_logger` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UnixStream` [INFO] [stderr] --> tests/uds.rs:179:32 [INFO] [stderr] | [INFO] [stderr] 179 | let (mut server, client) = UnixStream::pair().expect("Could not build pair"); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `UnixStream` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnixStream` in this scope [INFO] [stderr] --> tests/uds.rs:130:12 [INFO] [stderr] | [INFO] [stderr] 130 | inner: UnixStream, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 2 | use kayrx::net::uds::UnixStream; [INFO] [stderr] | [INFO] [stderr] 2 | use std::os::unix::net::UnixStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnixStream` in this scope [INFO] [stderr] --> tests/uds.rs:137:23 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn new(inner: UnixStream) -> RomioReader { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 2 | use kayrx::net::uds::UnixStream; [INFO] [stderr] | [INFO] [stderr] 2 | use std::os::unix::net::UnixStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnixStream` in this scope [INFO] [stderr] --> tests/uds.rs:170:11 [INFO] [stderr] | [INFO] [stderr] 170 | impl From for RomioReader { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 2 | use kayrx::net::uds::UnixStream; [INFO] [stderr] | [INFO] [stderr] 2 | use std::os::unix::net::UnixStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UnixStream` in this scope [INFO] [stderr] --> tests/uds.rs:171:21 [INFO] [stderr] | [INFO] [stderr] 171 | fn from(stream: UnixStream) -> Self { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 2 | use kayrx::net::uds::UnixStream; [INFO] [stderr] | [INFO] [stderr] 2 | use std::os::unix::net::UnixStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncReadExt` [INFO] [stderr] --> tests/tcp.rs:6:19 [INFO] [stderr] | [INFO] [stderr] 6 | use futures::io::{AsyncReadExt, AsyncWriteExt}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncWriteExt` [INFO] [stderr] --> tests/tcp.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | use futures::io::{AsyncReadExt, AsyncWriteExt}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::StreamExt` [INFO] [stderr] --> tests/tcp.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures::StreamExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors; 3 warnings emitted [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 `kayrx`. [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 method named `choose` found for reference `&'static [&'static [u8]]` in the current scope [INFO] [stderr] --> examples/shakespeare.rs:53:30 [INFO] [stderr] | [INFO] [stderr] 53 | let "e = SHAKESPEARE.choose(&mut rand::thread_rng()).unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `&'static [&'static [u8]]` [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::io::AsyncReadExt` [INFO] [stderr] --> examples/echo.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use futures::io::AsyncReadExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::task::SpawnExt` [INFO] [stderr] --> examples/echo.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use futures::task::SpawnExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::StreamExt` [INFO] [stderr] --> examples/echo.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures::StreamExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `kayrx`. [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] warning: unused import: `futures::io::AsyncWriteExt` [INFO] [stderr] --> examples/shakespeare.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use futures::io::AsyncWriteExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::task::SpawnExt` [INFO] [stderr] --> examples/shakespeare.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use futures::task::SpawnExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::StreamExt` [INFO] [stderr] --> examples/shakespeare.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures::StreamExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `kayrx`. [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[E0432]: unresolved import `crate::task` [INFO] [stderr] --> src/sync/spin_lock.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | use crate::task; [INFO] [stderr] | ^^^^^^^^^^^ no `task` in the root [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_read` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/uds.rs:152:41 [INFO] [stderr] | [INFO] [stderr] 152 | match Pin::new(&mut this.inner).poll_read(cx, this.buffer.as_mut()) { [INFO] [stderr] | ^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut this.inner)` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncRead` [INFO] [stderr] --> tests/uds.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | use futures::io::{AsyncRead, AsyncReadExt, AsyncWriteExt}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncReadExt` [INFO] [stderr] --> tests/uds.rs:7:30 [INFO] [stderr] | [INFO] [stderr] 7 | use futures::io::{AsyncRead, AsyncReadExt, AsyncWriteExt}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncWriteExt` [INFO] [stderr] --> tests/uds.rs:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | use futures::io::{AsyncRead, AsyncReadExt, AsyncWriteExt}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 22 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `kayrx`. [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[E0698]: type inside `async` block must be known in this context [INFO] [stderr] --> src/sync/spin_lock.rs:74:13 [INFO] [stderr] | [INFO] [stderr] 74 | let m = Arc::new(Spinlock::new(0)); [INFO] [stderr] | ^ cannot infer type for type `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` block because of this `await` [INFO] [stderr] --> src/sync/spin_lock.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | t.await; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0698. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `kayrx`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f4e187d9716fb0ee16bd2a58652449c523339d270466e253813d326172c16e35"` [INFO] running `"docker" "rm" "-f" "f4e187d9716fb0ee16bd2a58652449c523339d270466e253813d326172c16e35"` [INFO] [stdout] f4e187d9716fb0ee16bd2a58652449c523339d270466e253813d326172c16e35