[INFO] cloning repository https://github.com/Oni-zerone/HelloMicroservice [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Oni-zerone/HelloMicroservice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOni-zerone%2FHelloMicroservice"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOni-zerone%2FHelloMicroservice'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8e0dd64ecffb836c29c7e76a42931a3b7d02fabb [INFO] checking Oni-zerone/HelloMicroservice against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOni-zerone%2FHelloMicroservice" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Oni-zerone/HelloMicroservice 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/Oni-zerone/HelloMicroservice [INFO] finished tweaking git repo https://github.com/Oni-zerone/HelloMicroservice [INFO] tweaked toml for git repo https://github.com/Oni-zerone/HelloMicroservice written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Oni-zerone/HelloMicroservice already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] [stdout] 7fa053283eff78f133c4d2a9e73ff392e1c8040432c2c153d9a2027632bbb964 [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" "7fa053283eff78f133c4d2a9e73ff392e1c8040432c2c153d9a2027632bbb964"` [INFO] [stderr] Compiling syn v0.15.37 [INFO] [stderr] Compiling maud_htmlescape v0.17.0 (https://github.com/lfairy/maud#90cc11e9) [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking relay v0.1.1 [INFO] [stderr] Checking want v0.0.4 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking regex v1.1.7 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling maud_macros v0.20.0 (https://github.com/lfairy/maud#90cc11e9) [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking maud v0.20.0 (https://github.com/lfairy/maud#90cc11e9) [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Checking hello_microservice v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:57:23 [INFO] [stderr] | [INFO] [stderr] 57 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:57:23 [INFO] [stderr] | [INFO] [stderr] 57 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 53s [INFO] running `"docker" "inspect" "7fa053283eff78f133c4d2a9e73ff392e1c8040432c2c153d9a2027632bbb964"` [INFO] running `"docker" "rm" "-f" "7fa053283eff78f133c4d2a9e73ff392e1c8040432c2c153d9a2027632bbb964"` [INFO] [stdout] 7fa053283eff78f133c4d2a9e73ff392e1c8040432c2c153d9a2027632bbb964