[INFO] cloning repository https://github.com/justisGipson/rust_microservices
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/justisGipson/rust_microservices" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjustisGipson%2Frust_microservices", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjustisGipson%2Frust_microservices'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 92b3e21ed967bbfe5cb231e83a41024f101c0c1f
[INFO] testing justisGipson/rust_microservices against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjustisGipson%2Frust_microservices" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/justisGipson/rust_microservices
[INFO] finished tweaking git repo https://github.com/justisGipson/rust_microservices
[INFO] tweaked toml for git repo https://github.com/justisGipson/rust_microservices written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/justisGipson/rust_microservices on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/justisGipson/rust_microservices already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cae5b7e3bcf953b630ff537931ba582e081b810a03ba09a7b36d449c5ea50e95
[INFO] running `Command { std: "docker" "start" "cae5b7e3bcf953b630ff537931ba582e081b810a03ba09a7b36d449c5ea50e95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cae5b7e3bcf953b630ff537931ba582e081b810a03ba09a7b36d449c5ea50e95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cae5b7e3bcf953b630ff537931ba582e081b810a03ba09a7b36d449c5ea50e95" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cae5b7e3bcf953b630ff537931ba582e081b810a03ba09a7b36d449c5ea50e95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cae5b7e3bcf953b630ff537931ba582e081b810a03ba09a7b36d449c5ea50e95" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling slab v0.4.3
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling tokio v1.25.0
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling hyper v0.14.12
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling rust_microservices v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `hyper::Server`
[INFO] [stdout]    --> src/main.rs:6:53
[INFO] [stdout]     |
[INFO] [stdout]   6 | use hyper::{Body, Error, Method, Request, Response, Server, StatusCode};
[INFO] [stdout]     |                                                     ^^^^^^ no `Server` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.12/src/lib.rs:117:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |     #![all(feature = "server")]
[INFO] [stdout]     |            ------------------ the item is gated behind the `server` feature
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub use crate::server::Server;
[INFO] [stdout]     |                            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `rt` in `hyper`
[INFO] [stdout]    --> src/main.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 112 |     hyper::rt::run(server);
[INFO] [stdout]     |            ^^ could not find `rt` in `hyper`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.12/src/lib.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  89 | #[cfg(any(feature = "http1", feature = "http2",))]
[INFO] [stdout]     |          --------------------------------------- the item is gated here
[INFO] [stdout]  90 | pub mod rt;
[INFO] [stdout]     |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `impl futures::Future<Item = Response<Body>, Error = hyper::Error>` is not a future
[INFO] [stdout]    --> src/main.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         service_fn(move |req| user_handler(req, &user_db))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `impl futures::Future<Item = Response<Body>, Error = hyper::Error>` is not a future
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `std::future::Future` is not implemented for `impl futures::Future<Item = Response<Body>, Error = hyper::Error>`
[INFO] [stdout]     = note: `impl futures::Future<Item = Response<Body>, Error = hyper::Error>` implements similarly named trait `futures::Future`, but not `std::future::Future`
[INFO] [stdout] note: required by a bound in `service_fn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.12/src/service/util.rs:30:8
[INFO] [stdout]     |
[INFO] [stdout]  27 | pub fn service_fn<F, R, S>(f: F) -> ServiceFn<F, R>
[INFO] [stdout]     |        ---------- required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout]  30 |     S: Future,
[INFO] [stdout]     |        ^^^^^^ required by this bound in `service_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust_microservices` (bin "rust_microservices") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "cae5b7e3bcf953b630ff537931ba582e081b810a03ba09a7b36d449c5ea50e95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cae5b7e3bcf953b630ff537931ba582e081b810a03ba09a7b36d449c5ea50e95", kill_on_drop: false }`
[INFO] [stdout] cae5b7e3bcf953b630ff537931ba582e081b810a03ba09a7b36d449c5ea50e95
