[INFO] updating cached repository https://github.com/ShisoftResearch/Nebuchadnezzar
[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] 807329651c7e0c3b866055b382b2288551cf1281
[INFO] checking ShisoftResearch/Nebuchadnezzar against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShisoftResearch%2FNebuchadnezzar" "/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/ShisoftResearch/Nebuchadnezzar on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/ShisoftResearch/Nebuchadnezzar
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/ShisoftResearch/Nebuchadnezzar
[INFO] tweaked toml for git repo https://github.com/ShisoftResearch/Nebuchadnezzar written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/ShisoftResearch/Nebuchadnezzar already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other test targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a test target:
[INFO] [stderr] 
[INFO] [stderr] * /workspace/builds/worker-1/source/tests/chunk.rs
[INFO] [stderr] * /workspace/builds/worker-1/source/tests/types.rs
[INFO] [stderr] * /workspace/builds/worker-1/source/tests/client.rs
[INFO] [stderr] * /workspace/builds/worker-1/source/tests/cell.rs
[INFO] [stderr] * /workspace/builds/worker-1/source/tests/cleaner.rs
[INFO] [stderr] * /workspace/builds/worker-1/source/tests/index.rs
[INFO] [stderr] * /workspace/builds/worker-1/source/tests/transaction.rs
[INFO] [stderr] * /workspace/builds/worker-1/source/tests/server.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autotests = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 9b9964ca7d0ad161bf010f1e025cf134713e32b0290e4c65f2ac10d5a6d406dd
[INFO] running `"docker" "start" "-a" "9b9964ca7d0ad161bf010f1e025cf134713e32b0290e4c65f2ac10d5a6d406dd"`
[INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other test targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a test target:
[INFO] [stderr] 
[INFO] [stderr] * /opt/rustwide/workdir/tests/chunk.rs
[INFO] [stderr] * /opt/rustwide/workdir/tests/types.rs
[INFO] [stderr] * /opt/rustwide/workdir/tests/client.rs
[INFO] [stderr] * /opt/rustwide/workdir/tests/cell.rs
[INFO] [stderr] * /opt/rustwide/workdir/tests/cleaner.rs
[INFO] [stderr] * /opt/rustwide/workdir/tests/index.rs
[INFO] [stderr] * /opt/rustwide/workdir/tests/transaction.rs
[INFO] [stderr] * /opt/rustwide/workdir/tests/server.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autotests = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr]     Checking futures-await-await-macro v0.1.2 (https://github.com/vorot93/futures-await.git#8b181226)
[INFO] [stderr]     Checking static_assertions v0.3.1
[INFO] [stderr]    Compiling bincode v1.1.3
[INFO] [stderr]     Checking tokio-service v0.1.0
[INFO] [stderr]     Checking tokio-timer v0.1.2
[INFO] [stderr]     Checking itertools v0.8.0
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking thread-id v3.3.0
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]     Checking threadpool v1.7.1
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking rayon-core v1.4.1
[INFO] [stderr]     Checking tokio-codec v0.1.1
[INFO] [stderr]     Checking env_logger v0.4.3
[INFO] [stderr]    Compiling syn v0.15.34
[INFO] [stderr]    Compiling syn v0.14.9
[INFO] [stderr]     Checking tokio-middleware v0.1.0 (https://github.com/tokio-rs/tokio-middleware#58ca094d)
[INFO] [stderr]     Checking rayon v1.0.3
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking tokio-threadpool v0.1.14
[INFO] [stderr]     Checking twox-hash v1.2.0
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking bifrost_hasher v0.1.0 (https://github.com/shisoft/bifrost?branch=develop#c91f521d)
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking tokio-reactor v0.1.9
[INFO] [stderr]     Checking tokio-fs v0.1.6
[INFO] [stderr]     Checking parking_lot v0.6.4
[INFO] [stderr]    Compiling bifrost_plugins v0.1.0 (https://github.com/shisoft/bifrost?branch=develop#c91f521d)
[INFO] [stderr]     Checking hermes v0.1.0 (https://github.com/ShisoftResearch/Hermes.git#22b4f71e)
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio-uds v0.2.5
[INFO] [stderr]     Checking tokio-udp v0.1.3
[INFO] [stderr]     Checking tokio v0.1.19
[INFO] [stderr]    Compiling serde_derive v1.0.91
[INFO] [stderr]     Checking tokio-core v0.1.17
[INFO] [stderr]     Checking tokio-proto v0.1.1
[INFO] [stderr]    Compiling futures-await-async-macro v0.1.4 (https://github.com/vorot93/futures-await.git#8b181226)
[INFO] [stderr]     Checking futures-await v0.1.1 (https://github.com/vorot93/futures-await.git#8b181226)
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/futures-await-2151e5b09447c509/8b18122/src/lib.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | #![feature(on_unimplemented)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: this is an internal attribute that will never be stable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/futures-await-2151e5b09447c509/8b18122/src/lib.rs:68:5
[INFO] [stderr]    |
[INFO] [stderr] 68 | /     #[rustc_on_unimplemented = "async functions must return a `Result` or \
[INFO] [stderr] 69 | |                                 a typedef of `Result`"]
[INFO] [stderr]    | |_______________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 0 arguments were supplied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/futures-await-2151e5b09447c509/8b18122/src/lib.rs:135:41
[INFO] [stderr]     |
[INFO] [stderr] 135 |             match Pin::new(&mut self.0).resume() {
[INFO] [stderr]     |                                         ^^^^^^- supplied 0 arguments
[INFO] [stderr]     |
[INFO] [stderr] help: expected the unit value `()`; create it with empty parentheses
[INFO] [stderr]     |
[INFO] [stderr] 135 |             match Pin::new(&mut self.0).resume(()) {
[INFO] [stderr]     |                                                ^^
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 0 arguments were supplied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/futures-await-2151e5b09447c509/8b18122/src/lib.rs:155:43
[INFO] [stderr]     |
[INFO] [stderr] 155 |             match Pin::new(&mut self.gen).resume() {
[INFO] [stderr]     |                                           ^^^^^^- supplied 0 arguments
[INFO] [stderr]     |
[INFO] [stderr] help: expected the unit value `()`; create it with empty parentheses
[INFO] [stderr]     |
[INFO] [stderr] 155 |             match Pin::new(&mut self.gen).resume(()) {
[INFO] [stderr]     |                                                  ^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0557, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `futures-await`.
[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" "9b9964ca7d0ad161bf010f1e025cf134713e32b0290e4c65f2ac10d5a6d406dd"`
[INFO] running `"docker" "rm" "-f" "9b9964ca7d0ad161bf010f1e025cf134713e32b0290e4c65f2ac10d5a6d406dd"`
[INFO] [stdout] 9b9964ca7d0ad161bf010f1e025cf134713e32b0290e4c65f2ac10d5a6d406dd
