[INFO] cloning repository https://github.com/periklis/rust-microservice-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/periklis/rust-microservice-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fperiklis%2Frust-microservice-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fperiklis%2Frust-microservice-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a4059aa536017074a7a67f3fbe87e2e690dca5c3 [INFO] checking periklis/rust-microservice-example against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fperiklis%2Frust-microservice-example" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/periklis/rust-microservice-example on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/periklis/rust-microservice-example [INFO] finished tweaking git repo https://github.com/periklis/rust-microservice-example [INFO] tweaked toml for git repo https://github.com/periklis/rust-microservice-example written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/periklis/rust-microservice-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5dfa5bd1f3025ed80e1387ae0bb478fd9c515a92991d47b0750481208f358ddd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5dfa5bd1f3025ed80e1387ae0bb478fd9c515a92991d47b0750481208f358ddd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5dfa5bd1f3025ed80e1387ae0bb478fd9c515a92991d47b0750481208f358ddd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dfa5bd1f3025ed80e1387ae0bb478fd9c515a92991d47b0750481208f358ddd", kill_on_drop: false }` [INFO] [stdout] 5dfa5bd1f3025ed80e1387ae0bb478fd9c515a92991d47b0750481208f358ddd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2724622c5de1c433a89c146f40d2e0fa25dbbec1196a9a2624f0db432230e88f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2724622c5de1c433a89c146f40d2e0fa25dbbec1196a9a2624f0db432230e88f", kill_on_drop: false }` [INFO] [stderr] Checking byteorder v1.2.3 [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling serde v1.0.58 [INFO] [stderr] Checking quick-error v1.2.1 [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Checking string v0.1.0 [INFO] [stderr] Checking indexmap v1.0.1 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking atty v0.2.10 [INFO] [stderr] Checking regex-syntax v0.6.0 [INFO] [stderr] Checking want v0.0.4 [INFO] [stderr] Checking tokio-threadpool v0.1.3 [INFO] [stderr] Checking num-integer v0.1.38 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Checking humantime v1.1.1 [INFO] [stderr] Checking bytes v0.4.7 [INFO] [stderr] Checking chrono v0.4.2 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Checking tokio-io v0.1.6 [INFO] [stderr] Checking http v0.1.5 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Checking tokio-reactor v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.0 [INFO] [stderr] Checking tokio-tcp v0.1.0 [INFO] [stderr] Checking tokio-udp v0.1.0 [INFO] [stderr] Checking tokio v0.1.6 [INFO] [stderr] Checking h2 v0.1.7 [INFO] [stderr] Checking serde_json v1.0.17 [INFO] [stderr] Compiling serde_derive v1.0.58 [INFO] [stderr] Checking env_logger v0.5.10 [INFO] [stderr] Checking pretty_env_logger v0.2.3 [INFO] [stderr] Checking hyper v0.12.0-pre.0 (https://github.com/hyperium/hyper.git?branch=master#b5a888b0) [INFO] [stderr] Checking rs-microservice v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:109:24 [INFO] [stdout] | [INFO] [stdout] 109 | type Future = Box, Error = Self::Error> + 'a + Send>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Self::Error> + 'a + Send` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/main.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:109:24 [INFO] [stdout] | [INFO] [stdout] 109 | type Future = Box, Error = Self::Error> + 'a + Send>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Self::Error> + 'a + Send` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/main.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rs-microservice` [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] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2724622c5de1c433a89c146f40d2e0fa25dbbec1196a9a2624f0db432230e88f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2724622c5de1c433a89c146f40d2e0fa25dbbec1196a9a2624f0db432230e88f", kill_on_drop: false }` [INFO] [stdout] 2724622c5de1c433a89c146f40d2e0fa25dbbec1196a9a2624f0db432230e88f