[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 nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbinhan%2Frust-distributed-database" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/robbinhan/rust-distributed-database on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "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-12/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" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=allow" "-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" "+nightly-2019-10-27" "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] 1bee39828ae97269cb6d80de8bcf57db40abefd0b5cde5d9644fa30b40fd80cd [INFO] running `"docker" "start" "-a" "1bee39828ae97269cb6d80de8bcf57db40abefd0b5cde5d9644fa30b40fd80cd"` [INFO] [stderr] Compiling rand_jitter v0.1.1 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking env_logger v0.6.0 [INFO] [stderr] Checking wal-rs v1.0.2 [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] Checking parking_lot v0.7.1 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking tokio-reactor v0.1.8 [INFO] [stderr] Checking crossbeam v0.6.0 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking tokio-threadpool v0.1.11 [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 actix-web v0.7.18 [INFO] [stderr] Checking rust-server v0.1.0 (/opt/rustwide/workdir) [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) -> Box> { [INFO] [stderr] | ---------------------- help: add explicit lifetime `'static` to the type of `req`: `&'static actix_web::HttpRequest` [INFO] [stderr] ... [INFO] [stderr] 51 | .responder() [INFO] [stderr] | ^^^^^^^^^ lifetime `'static` required [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] 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) -> Box> { [INFO] [stderr] | ---------------------- help: add explicit lifetime `'static` to the type of `req`: `&'static actix_web::HttpRequest` [INFO] [stderr] ... [INFO] [stderr] 51 | .responder() [INFO] [stderr] | ^^^^^^^^^ lifetime `'static` required [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" "1bee39828ae97269cb6d80de8bcf57db40abefd0b5cde5d9644fa30b40fd80cd"` [INFO] running `"docker" "rm" "-f" "1bee39828ae97269cb6d80de8bcf57db40abefd0b5cde5d9644fa30b40fd80cd"` [INFO] [stdout] 1bee39828ae97269cb6d80de8bcf57db40abefd0b5cde5d9644fa30b40fd80cd