[INFO] cloning repository https://github.com/justisGipson/microservice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/justisGipson/microservice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjustisGipson%2Fmicroservice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjustisGipson%2Fmicroservice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6bd96dcc7f08c27e75444c79112f2068627bc3d8
[INFO] testing justisGipson/microservice against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjustisGipson%2Fmicroservice" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/justisGipson/microservice
[INFO] finished tweaking git repo https://github.com/justisGipson/microservice
[INFO] tweaked toml for git repo https://github.com/justisGipson/microservice written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/justisGipson/microservice on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/justisGipson/microservice 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ddc7d7cbd7495baa046cc9932137f4395b9986aada223d1f847994f40931a7b3
[INFO] running `Command { std: "docker" "start" "-a" "ddc7d7cbd7495baa046cc9932137f4395b9986aada223d1f847994f40931a7b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddc7d7cbd7495baa046cc9932137f4395b9986aada223d1f847994f40931a7b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddc7d7cbd7495baa046cc9932137f4395b9986aada223d1f847994f40931a7b3", kill_on_drop: false }`
[INFO] [stdout] ddc7d7cbd7495baa046cc9932137f4395b9986aada223d1f847994f40931a7b3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 40de05bae714c5968550f653a4d0852c9fe81ce6c1ca34134d0548ed3e7d0f1b
[INFO] running `Command { std: "docker" "start" "-a" "40de05bae714c5968550f653a4d0852c9fe81ce6c1ca34134d0548ed3e7d0f1b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.5
[INFO] [stderr]    Compiling tinyvec v1.2.0
[INFO] [stderr]    Compiling byte-tools v0.2.0
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling block-buffer v0.3.3
[INFO] [stderr]    Compiling safemem v0.2.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling md5 v0.3.8
[INFO] [stderr]    Compiling phf_shared v0.7.24
[INFO] [stderr]    Compiling base64 v0.6.0
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling fallible-iterator v0.1.6
[INFO] [stderr]    Compiling tokio v1.25.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling pq-sys v0.4.6
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling proc-macro2 v0.2.3
[INFO] [stderr]    Compiling phf v0.7.24
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling hex v0.2.0
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling maud_htmlescape v0.17.0 (https://github.com/lfairy/maud#6a3d3eca)
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling memchr v1.0.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling bytes v0.4.12
[INFO] [stderr]    Compiling quote v0.4.2
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling generic-array v0.9.1
[INFO] [stderr]    Compiling syn v0.12.15
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling digest v0.7.6
[INFO] [stderr]    Compiling crypto-mac v0.5.2
[INFO] [stderr]    Compiling sha2 v0.7.1
[INFO] [stderr]    Compiling hmac v0.5.0
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]    Compiling postgres-protocol v0.3.2
[INFO] [stderr]    Compiling postgres-shared v0.4.2
[INFO] [stderr]    Compiling hyper v0.14.12
[INFO] [stderr]    Compiling postgres v0.15.2
[INFO] [stderr]    Compiling maud_macros v0.22.2 (https://github.com/lfairy/maud#6a3d3eca)
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling maud v0.22.2 (https://github.com/lfairy/maud#6a3d3eca)
[INFO] [stderr]    Compiling env_logger v0.5.13
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling dsl_auto_type v0.1.2
[INFO] [stderr]    Compiling diesel_derives v2.2.3
[INFO] [stderr]    Compiling diesel v2.2.3
[INFO] [stderr]    Compiling microservices v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: #[table_name] attribute form is deprecated
[INFO] [stderr]   = help: use `#[diesel(table_name = messages)]` instead
[INFO] [stderr] 
[INFO] [stdout] error[E0432]: unresolved import `hyper::server`
[INFO] [stdout]    --> src/main.rs:26:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | use hyper::server::{Request, Response, Service};
[INFO] [stdout]     |            ^^^^^^ could not find `server` 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:114:13
[INFO] [stdout]     |
[INFO] [stdout] 112 |     #![all(feature = "server")]
[INFO] [stdout]     |            ------------------ the item is gated behind the `server` feature
[INFO] [stdout] 113 |
[INFO] [stdout] 114 |     pub mod server;
[INFO] [stdout]     |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hyper::Chunk`
[INFO] [stdout]   --> src/main.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 | use hyper::{Chunk, StatusCode};
[INFO] [stdout]    |             ^^^^^ no `Chunk` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hyper::Method`
[INFO] [stdout]   --> src/main.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | use hyper::Method::{Get, Post};
[INFO] [stdout]    |            ^^^^^^ `Method` is a struct, not a module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `hyper::header::ContentLength`, `hyper::header::ContentType`
[INFO] [stdout]   --> src/main.rs:29:21
[INFO] [stdout]    |
[INFO] [stdout] 29 | use hyper::header::{ContentLength, ContentType};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^  ^^^^^^^^^^^ no `ContentType` in `header`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     no `ContentLength` in `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `schema`
[INFO] [stdout]  --> src/models.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use schema::messages;
[INFO] [stdout]   |     ^^^^^^ help: a similar path exists: `crate::schema`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `server` in `hyper`
[INFO] [stdout]    --> src/main.rs:200:25
[INFO] [stdout]     |
[INFO] [stdout] 200 |     let server = hyper::server::Http::new()
[INFO] [stdout]     |                         ^^^^^^ could not find `server` 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:114:13
[INFO] [stdout]     |
[INFO] [stdout] 112 |     #![all(feature = "server")]
[INFO] [stdout]     |            ------------------ the item is gated behind the `server` feature
[INFO] [stdout] 113 |
[INFO] [stdout] 114 |     pub mod server;
[INFO] [stdout]     |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(proc_macro_hygiene)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Response`
[INFO] [stdout]    --> src/main.rs:113:81
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn make_post_response(result: Result<i64, hyper::Error>) -> FutureResult<hyper::Response, hyper::Error> {
[INFO] [stdout]     |                                                                                 ^^^^^^^^ expected 1 generic argument
[INFO] [stdout]     |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `T`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.7/src/response.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub struct Response<T> {
[INFO] [stdout]     |            ^^^^^^^^ -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn make_post_response(result: Result<i64, hyper::Error>) -> FutureResult<hyper::Response<T>, hyper::Error> {
[INFO] [stdout]     |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Response`
[INFO] [stdout]    --> src/main.rs:130:77
[INFO] [stdout]     |
[INFO] [stdout] 130 | fn make_get_response(messages: Option<Vec<Message>>) -> FutureResult<hyper::Response, hyper::Error> {
[INFO] [stdout]     |                                                                             ^^^^^^^^ expected 1 generic argument
[INFO] [stdout]     |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `T`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.7/src/response.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub struct Response<T> {
[INFO] [stdout]     |            ^^^^^^^^ -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 130 | fn make_get_response(messages: Option<Vec<Message>>) -> FutureResult<hyper::Response<T>, hyper::Error> {
[INFO] [stdout]     |                                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for struct `Response`
[INFO] [stdout]    --> src/main.rs:144:68
[INFO] [stdout]     |
[INFO] [stdout] 144 | fn make_error_response(error_message: &str) -> FutureResult<hyper::Response, hyper::Error> {
[INFO] [stdout]     |                                                                    ^^^^^^^^ expected 1 generic argument
[INFO] [stdout]     |
[INFO] [stdout] note: struct defined here, with 1 generic parameter: `T`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.7/src/response.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub struct Response<T> {
[INFO] [stdout]     |            ^^^^^^^^ -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 144 | fn make_error_response(error_message: &str) -> FutureResult<hyper::Response<T>, hyper::Error> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0432, E0433, E0554.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `microservices` (bin "microservices") due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "40de05bae714c5968550f653a4d0852c9fe81ce6c1ca34134d0548ed3e7d0f1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40de05bae714c5968550f653a4d0852c9fe81ce6c1ca34134d0548ed3e7d0f1b", kill_on_drop: false }`
[INFO] [stdout] 40de05bae714c5968550f653a4d0852c9fe81ce6c1ca34134d0548ed3e7d0f1b
