[INFO] updating cached repository https://github.com/djmcgill/de-list-server [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] e2d32b09c0b015f5751e8363c875170be4a6885a [INFO] checking djmcgill/de-list-server against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjmcgill%2Fde-list-server" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/djmcgill/de-list-server on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/djmcgill/de-list-server [INFO] finished tweaking git repo https://github.com/djmcgill/de-list-server [INFO] tweaked toml for git repo https://github.com/djmcgill/de-list-server written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/djmcgill/de-list-server already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ea2dad3decea8ef033525204817024073f5e14ec46d72f8157b437ac6a105784 [INFO] running `"docker" "start" "-a" "ea2dad3decea8ef033525204817024073f5e14ec46d72f8157b437ac6a105784"` [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling libsqlite3-sys v0.13.0 (https://github.com/jgallagher/rusqlite#22614c64) [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.14 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.14 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking cookie v0.11.0 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling openssl v0.10.20 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.5 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Checking slog-term v2.4.0 [INFO] [stderr] Checking h2 v0.1.17 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.14 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.13 [INFO] [stderr] Compiling futures-select-macro-preview v0.3.0-alpha.14 [INFO] [stderr] Checking native-tls v0.1.5 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.14 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.14/src/lib.rs:6:51 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "std", feature(async_await, await_macro))] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `.await` syntax [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.14/src/lib.rs:6:51 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "std", feature(async_await, await_macro))] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking failchain v0.1015.2 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: Could not compile `futures-util-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ea2dad3decea8ef033525204817024073f5e14ec46d72f8157b437ac6a105784"` [INFO] running `"docker" "rm" "-f" "ea2dad3decea8ef033525204817024073f5e14ec46d72f8157b437ac6a105784"` [INFO] [stdout] ea2dad3decea8ef033525204817024073f5e14ec46d72f8157b437ac6a105784