[INFO] cloning repository https://github.com/uglyog/pact-stub-server [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uglyog/pact-stub-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuglyog%2Fpact-stub-server"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuglyog%2Fpact-stub-server'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 92f0a32b71d192d10b98b311d3548a160df3703d [INFO] checking uglyog/pact-stub-server against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuglyog%2Fpact-stub-server" "/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/uglyog/pact-stub-server on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/uglyog/pact-stub-server [INFO] finished tweaking git repo https://github.com/uglyog/pact-stub-server [INFO] tweaked toml for git repo https://github.com/uglyog/pact-stub-server written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/uglyog/pact-stub-server already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] 3356c803861d58bc43c6ebb42c3090d7fc2afa83f207a291f7ec887624ffed62 [INFO] running `"docker" "start" "-a" "3356c803861d58bc43c6ebb42c3090d7fc2afa83f207a291f7ec887624ffed62"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking typed-arena v1.5.0 [INFO] [stderr] Checking indextree v1.3.0 [INFO] [stderr] Checking itertools v0.5.10 [INFO] [stderr] Compiling getopts v0.2.19 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking hpack v0.2.0 [INFO] [stderr] Checking simplelog v0.4.4 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking cookie v0.2.5 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking rand_regex v0.12.0 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Checking sxd-document v0.2.6 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking solicit v0.4.4 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Compiling skeptic v0.4.0 [INFO] [stderr] Compiling parse-zoneinfo v0.1.1 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking hyper v0.9.18 [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 expectest v0.5.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking env_logger v0.3.5 [INFO] [stderr] Checking quickcheck v0.2.27 [INFO] [stderr] Compiling chrono-tz v0.4.1 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.33 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking pact_matching v0.5.2 [INFO] [stderr] Checking pact-stub-server v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server.rs:163:17 [INFO] [stderr] | [INFO] [stderr] 163 | future: Box, Error=HyperError> + Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error=HyperError> + Send` [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/server.rs:163:17 [INFO] [stderr] | [INFO] [stderr] 163 | future: Box, Error=HyperError> + Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error=HyperError> + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 46s [INFO] running `"docker" "inspect" "3356c803861d58bc43c6ebb42c3090d7fc2afa83f207a291f7ec887624ffed62"` [INFO] running `"docker" "rm" "-f" "3356c803861d58bc43c6ebb42c3090d7fc2afa83f207a291f7ec887624ffed62"` [INFO] [stdout] 3356c803861d58bc43c6ebb42c3090d7fc2afa83f207a291f7ec887624ffed62