[INFO] cloning repository https://github.com/ShisoftResearch/Nebuchadnezzar [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ShisoftResearch/Nebuchadnezzar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShisoftResearch%2FNebuchadnezzar"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShisoftResearch%2FNebuchadnezzar'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 807329651c7e0c3b866055b382b2288551cf1281 [INFO] checking ShisoftResearch/Nebuchadnezzar against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShisoftResearch%2FNebuchadnezzar" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ShisoftResearch/Nebuchadnezzar on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ShisoftResearch/Nebuchadnezzar [INFO] removed 1 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-3/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-3/source/tests/chunk.rs [INFO] [stderr] * /workspace/builds/worker-3/source/tests/types.rs [INFO] [stderr] * /workspace/builds/worker-3/source/tests/client.rs [INFO] [stderr] * /workspace/builds/worker-3/source/tests/cell.rs [INFO] [stderr] * /workspace/builds/worker-3/source/tests/cleaner.rs [INFO] [stderr] * /workspace/builds/worker-3/source/tests/index.rs [INFO] [stderr] * /workspace/builds/worker-3/source/tests/tests.rs [INFO] [stderr] * /workspace/builds/worker-3/source/tests/transaction.rs [INFO] [stderr] * /workspace/builds/worker-3/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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 36dd04da1cb7e94f21716357f864c79e9c8655686dca7a3c9f600c8c9503735f [INFO] running `"docker" "start" "-a" "36dd04da1cb7e94f21716357f864c79e9c8655686dca7a3c9f600c8c9503735f"` [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/tests.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] Checking tokio-service v0.1.0 [INFO] [stderr] Checking tokio-timer v0.1.2 [INFO] [stderr] Compiling libc v0.2.54 [INFO] [stderr] Checking tokio-executor v0.1.7 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking bincode v1.1.3 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking tokio-current-thread v0.1.6 [INFO] [stderr] Checking tokio-timer v0.2.10 [INFO] [stderr] Checking tokio-middleware v0.1.0 (https://github.com/tokio-rs/tokio-middleware#58ca094d) [INFO] [stderr] Checking tokio-codec v0.1.1 [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 mio-uds v0.6.7 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking bifrost_hasher v0.1.0 (https://github.com/shisoft/bifrost?branch=develop#c91f521d) [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking hermes v0.1.0 (https://github.com/ShisoftResearch/Hermes.git#22b4f71e) [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Checking tokio v0.1.19 [INFO] [stderr] Compiling bifrost_plugins v0.1.0 (https://github.com/shisoft/bifrost?branch=develop#c91f521d) [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Compiling futures-await-async-macro v0.1.4 (https://github.com/vorot93/futures-await.git#8b181226) [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking futures-await v0.1.1 (https://github.com/vorot93/futures-await.git#8b181226) [INFO] [stderr] Checking cuckoofilter v0.4.0 (https://github.com/ShisoftResearch/rust-cuckoofilter.git#ced11f3d) [INFO] [stderr] Checking bifrost v0.1.0 (https://github.com/shisoft/bifrost?branch=develop#c91f521d) [INFO] [stderr] error[E0432]: unresolved import `std::boxed::FnBox` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/bifrost-b118fcebceab27ba/c91f521/src/raft/state_machine/callback/client.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::boxed::FnBox; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `bifrost`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "36dd04da1cb7e94f21716357f864c79e9c8655686dca7a3c9f600c8c9503735f"` [INFO] running `"docker" "rm" "-f" "36dd04da1cb7e94f21716357f864c79e9c8655686dca7a3c9f600c8c9503735f"` [INFO] [stdout] 36dd04da1cb7e94f21716357f864c79e9c8655686dca7a3c9f600c8c9503735f