[INFO] cloning repository https://github.com/jtgeibel/hyper-async-demo [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jtgeibel/hyper-async-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtgeibel%2Fhyper-async-demo"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtgeibel%2Fhyper-async-demo'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 058dccaf92492c522ce8d8d6783d8ad21af61f4d [INFO] testing jtgeibel/hyper-async-demo against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtgeibel%2Fhyper-async-demo" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jtgeibel/hyper-async-demo on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jtgeibel/hyper-async-demo [INFO] finished tweaking git repo https://github.com/jtgeibel/hyper-async-demo [INFO] tweaked toml for git repo https://github.com/jtgeibel/hyper-async-demo written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/jtgeibel/hyper-async-demo already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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" "+1.44.0" "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] c7fea672d879e4ef05113c58040e070a548d52e9d713cbdb073b8fdf1c51092f [INFO] running `"docker" "start" "-a" "c7fea672d879e4ef05113c58040e070a548d52e9d713cbdb073b8fdf1c51092f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling async-util v0.1.0 (https://github.com/tokio-rs/async#e1b3ba3d) [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling futures v0.1.28 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling arc-waker v0.1.0 (https://github.com/tokio-rs/async#e1b3ba3d) [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 (https://github.com/stjepang/crossbeam?branch=raw-parker#e2a7760f) [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling tracing-core v0.1.2 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling regex-syntax v0.6.10 [INFO] [stderr] Compiling tokio-sync v0.2.0 (https://github.com/tokio-rs/tokio#74168ae8) [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.17 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tokio-377c595163f99a10/74168ae/tokio-sync/src/lib.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `tokio-sync`. [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" "c7fea672d879e4ef05113c58040e070a548d52e9d713cbdb073b8fdf1c51092f"` [INFO] running `"docker" "rm" "-f" "c7fea672d879e4ef05113c58040e070a548d52e9d713cbdb073b8fdf1c51092f"` [INFO] [stdout] c7fea672d879e4ef05113c58040e070a548d52e9d713cbdb073b8fdf1c51092f