[INFO] updating cached repository https://github.com/motecshine/hello_world [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 287eca7f17b361b21acdadabc051f55b80dc578f [INFO] checking motecshine/hello_world against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmotecshine%2Fhello_world" "/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/motecshine/hello_world on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/motecshine/hello_world [INFO] finished tweaking git repo https://github.com/motecshine/hello_world [INFO] tweaked toml for git repo https://github.com/motecshine/hello_world written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/motecshine/hello_world already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] ea0ac87c164c3c2c8d94272c4d8077bab1b8210a146e5df0e67200bc946f995f [INFO] running `"docker" "start" "-a" "ea0ac87c164c3c2c8d94272c4d8077bab1b8210a146e5df0e67200bc946f995f"` [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.7 [INFO] [stderr] Compiling futures-select-macro-preview v0.3.0-alpha.16 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.16 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.16 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.16 [INFO] [stderr] Checking learnrust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `self` [INFO] [stderr] --> src/fut/async_await_macro.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use futures::future::{self, FutureExt}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Poll`, `try_join` [INFO] [stderr] --> src/fut/async_await_macro.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | use futures::{join, pending, poll, select, try_join, Poll}; [INFO] [stderr] | ^^^^^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `self` [INFO] [stderr] --> src/fut/async_await_macro.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | use futures::future::{self, FutureExt}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Poll`, `try_join` [INFO] [stderr] --> src/fut/async_await_macro.rs:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | use futures::{join, pending, poll, select, try_join, Poll}; [INFO] [stderr] | ^^^^^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `async_await` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `async_await` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.33s [INFO] running `"docker" "inspect" "ea0ac87c164c3c2c8d94272c4d8077bab1b8210a146e5df0e67200bc946f995f"` [INFO] running `"docker" "rm" "-f" "ea0ac87c164c3c2c8d94272c4d8077bab1b8210a146e5df0e67200bc946f995f"` [INFO] [stdout] ea0ac87c164c3c2c8d94272c4d8077bab1b8210a146e5df0e67200bc946f995f