[INFO] updating cached repository https://github.com/robbinhan/rust-distributed-database
[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] 1cc882eb2c750f9034f6d8efd516d08c4b4b82d0
[INFO] checking robbinhan/rust-distributed-database against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbinhan%2Frust-distributed-database" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/robbinhan/rust-distributed-database on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/robbinhan/rust-distributed-database
[INFO] finished tweaking git repo https://github.com/robbinhan/rust-distributed-database
[INFO] tweaked toml for git repo https://github.com/robbinhan/rust-distributed-database written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate git repo https://github.com/robbinhan/rust-distributed-database already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 23fdc0bb4ba7f828d66a6e953e5153216263fb47172f97cab2429008d3f7eb85
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "23fdc0bb4ba7f828d66a6e953e5153216263fb47172f97cab2429008d3f7eb85"`
[INFO] [stderr]    Compiling actix-web v0.7.18
[INFO] [stderr]     Checking miniz-sys v0.1.11
[INFO] [stderr]     Checking ring v0.13.5
[INFO] [stderr]     Checking brotli-sys v0.3.2
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]    Compiling synstructure v0.10.1
[INFO] [stderr]    Compiling v_escape_derive v0.2.1
[INFO] [stderr]    Compiling actix_derive v0.3.2
[INFO] [stderr]     Checking wal-rs v1.0.2
[INFO] [stderr]     Checking flate2 v1.0.6
[INFO] [stderr]     Checking brotli2 v0.3.2
[INFO] [stderr]     Checking cookie v0.11.0
[INFO] [stderr]     Checking serde_urlencoded v0.5.4
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking uuid v0.7.2
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]     Checking v_escape v0.3.2
[INFO] [stderr]    Compiling mime_guess v2.0.0-alpha.6
[INFO] [stderr]     Checking tokio-reactor v0.1.8
[INFO] [stderr]     Checking crossbeam v0.6.0
[INFO] [stderr]     Checking v_htmlescape v0.3.2
[INFO] [stderr]     Checking tokio-threadpool v0.1.11
[INFO] [stderr]     Checking failure v0.1.5
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio-udp v0.1.3
[INFO] [stderr]     Checking tokio-uds v0.2.5
[INFO] [stderr]     Checking tokio-signal v0.2.7
[INFO] [stderr]     Checking trust-dns-proto v0.6.3
[INFO] [stderr]     Checking trust-dns-proto v0.5.0
[INFO] [stderr]     Checking tokio-fs v0.1.5
[INFO] [stderr]     Checking tokio v0.1.15
[INFO] [stderr]     Checking trust-dns-resolver v0.10.3
[INFO] [stderr]     Checking actix v0.7.9
[INFO] [stderr]     Checking actix-net v0.2.6
[INFO] [stderr]     Checking rust-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused imports: `Json`, `error`
[INFO] [stderr]   --> src/main.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 |     error, http, middleware, server, App, AsyncResponder, Error, HttpMessage, HttpRequest,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 17 |     HttpResponse, Json,
[INFO] [stderr]    |                   ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/main.rs:34:49
[INFO] [stderr]    |
[INFO] [stderr] 34 | fn new_task(req: &HttpRequest<AppState>) -> Box<Future<Item = HttpResponse, Error = Error>> {
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = HttpResponse, Error = Error>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Json`, `error`
[INFO] [stderr]   --> src/main.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 |     error, http, middleware, server, App, AsyncResponder, Error, HttpMessage, HttpRequest,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 17 |     HttpResponse, Json,
[INFO] [stderr]    |                   ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/main.rs:34:49
[INFO] [stderr]    |
[INFO] [stderr] 34 | fn new_task(req: &HttpRequest<AppState>) -> Box<Future<Item = HttpResponse, Error = Error>> {
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = HttpResponse, Error = Error>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0621]: explicit lifetime required in the type of `req`
[INFO] [stderr]   --> src/main.rs:51:10
[INFO] [stderr]    |
[INFO] [stderr] 34 | fn new_task(req: &HttpRequest<AppState>) -> Box<Future<Item = HttpResponse, Error = Error>> {
[INFO] [stderr]    |                  ---------------------- help: add explicit lifetime `'static` to the type of `req`: `&'static actix_web::HttpRequest<AppState>`
[INFO] [stderr] ...
[INFO] [stderr] 51 |         .responder()
[INFO] [stderr]    |          ^^^^^^^^^ lifetime `'static` required
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Stream`
[INFO] [stderr]   --> src/main.rs:20:23
[INFO] [stderr]    |
[INFO] [stderr] 20 | use futures::{Future, Stream};
[INFO] [stderr]    |                       ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0621`.
[INFO] [stderr] error: could not compile `rust-server`.
[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[E0621]: explicit lifetime required in the type of `req`
[INFO] [stderr]   --> src/main.rs:51:10
[INFO] [stderr]    |
[INFO] [stderr] 34 | fn new_task(req: &HttpRequest<AppState>) -> Box<Future<Item = HttpResponse, Error = Error>> {
[INFO] [stderr]    |                  ---------------------- help: add explicit lifetime `'static` to the type of `req`: `&'static actix_web::HttpRequest<AppState>`
[INFO] [stderr] ...
[INFO] [stderr] 51 |         .responder()
[INFO] [stderr]    |          ^^^^^^^^^ lifetime `'static` required
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Stream`
[INFO] [stderr]   --> src/main.rs:20:23
[INFO] [stderr]    |
[INFO] [stderr] 20 | use futures::{Future, Stream};
[INFO] [stderr]    |                       ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0621`.
[INFO] [stderr] error: could not compile `rust-server`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "23fdc0bb4ba7f828d66a6e953e5153216263fb47172f97cab2429008d3f7eb85"`
[INFO] running `"docker" "rm" "-f" "23fdc0bb4ba7f828d66a6e953e5153216263fb47172f97cab2429008d3f7eb85"`
[INFO] [stdout] 23fdc0bb4ba7f828d66a6e953e5153216263fb47172f97cab2429008d3f7eb85
