[INFO] cloning repository https://github.com/mehcode/transmit [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mehcode/transmit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmehcode%2Ftransmit"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmehcode%2Ftransmit'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fbd3b79da1db675560b3249370f70a4dd5112e4f [INFO] checking mehcode/transmit against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmehcode%2Ftransmit" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mehcode/transmit on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mehcode/transmit [INFO] finished tweaking git repo https://github.com/mehcode/transmit [INFO] tweaked toml for git repo https://github.com/mehcode/transmit written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/mehcode/transmit already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 79afd45da9c41e709d600d4f929460206420cb89b41ebdadfcfd28f72dc02b1a [INFO] running `"docker" "start" "-a" "79afd45da9c41e709d600d4f929460206420cb89b41ebdadfcfd28f72dc02b1a"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Checking libc v0.2.43 [INFO] [stderr] Checking cfg-if v0.1.5 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Compiling proc-macro2 v0.4.15 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.1 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking try-lock v0.2.2 [INFO] [stderr] Checking tokio-executor v0.1.4 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Checking tokio-channel v0.1.0 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.3 [INFO] [stderr] Checking log v0.4.4 [INFO] [stderr] error[E0432]: unresolved import `core::mem::PinMut` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/future.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use core::mem::PinMut; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::future::FutureObj`, `core::future::LocalFutureObj`, `core::future::UnsafeFutureObj` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/future.rs:6:32 [INFO] [stderr] | [INFO] [stderr] 6 | pub use core::future::{Future, FutureObj, LocalFutureObj, UnsafeFutureObj}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ no `UnsafeFutureObj` in `future` [INFO] [stderr] | | | [INFO] [stderr] | | no `LocalFutureObj` in `future` [INFO] [stderr] | no `FutureObj` in `future` [INFO] [stderr] | help: a similar name exists in the module: `Future` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::mem::PinMut` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use core::mem::PinMut; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 128 | use std::boxed::{Box, PinBox}; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/task.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::task::Spawn`, `core::task::LocalWaker`, `core::task::UnsafeWake`, `core::task::SpawnErrorKind`, `core::task::SpawnObjError`, `core::task::SpawnLocalObjError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/task.rs:4:20 [INFO] [stderr] | [INFO] [stderr] 4 | Context, Poll, Spawn, [INFO] [stderr] | ^^^^^ no `Spawn` in `task` [INFO] [stderr] 5 | Waker, LocalWaker, UnsafeWake, [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stderr] | | [INFO] [stderr] | no `LocalWaker` in `task` [INFO] [stderr] 6 | SpawnErrorKind, SpawnObjError, SpawnLocalObjError, [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ no `SpawnLocalObjError` in `task` [INFO] [stderr] | | | [INFO] [stderr] | | no `SpawnObjError` in `task` [INFO] [stderr] | no `SpawnErrorKind` in `task` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:152:34 [INFO] [stderr] | [INFO] [stderr] 152 | impl Stream for ::std::panic::AssertUnwindSafe { [INFO] [stderr] | ^^^ could not find `std` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | impl Stream for ::std::collections::VecDeque { [INFO] [stderr] | ^^^ could not find `std` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:130:49 [INFO] [stderr] | [INFO] [stderr] 130 | impl Stream for Box { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PinBox` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:141:41 [INFO] [stderr] | [INFO] [stderr] 141 | impl Stream for PinBox { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 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] Checking smallvec v0.6.5 [INFO] [stderr] error: could not compile `futures-core-preview`. [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: build failed [INFO] running `"docker" "inspect" "79afd45da9c41e709d600d4f929460206420cb89b41ebdadfcfd28f72dc02b1a"` [INFO] running `"docker" "rm" "-f" "79afd45da9c41e709d600d4f929460206420cb89b41ebdadfcfd28f72dc02b1a"` [INFO] [stdout] 79afd45da9c41e709d600d4f929460206420cb89b41ebdadfcfd28f72dc02b1a