[INFO] cloning repository https://github.com/mikotoIO/muon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mikotoIO/muon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmikotoIO%2Fmuon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmikotoIO%2Fmuon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cf42c69fb010b285b099481b7f8ef04d8fcc218f [INFO] checking mikotoIO/muon against master#b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd for pr-155501 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmikotoIO%2Fmuon" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mikotoIO/muon [INFO] finished tweaking git repo https://github.com/mikotoIO/muon [INFO] tweaked toml for git repo https://github.com/mikotoIO/muon written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mikotoIO/muon on toolchain b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mikotoIO/muon 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" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tower-service v0.3.2 [INFO] [stderr] Downloaded futures-macro v0.3.30 [INFO] [stderr] Downloaded tower-layer v0.3.2 [INFO] [stderr] Downloaded bytes v1.7.0 [INFO] [stderr] Downloaded ctor v0.2.8 [INFO] [stderr] Downloaded envy v0.4.2 [INFO] [stderr] Downloaded is-terminal v0.4.12 [INFO] [stderr] Downloaded winapi-util v0.1.8 [INFO] [stderr] Downloaded dotenv v0.15.0 [INFO] [stderr] Downloaded async-trait v0.1.80 [INFO] [stderr] Downloaded Inflector v0.11.4 [INFO] [stderr] Downloaded specta v2.0.0-rc.13 [INFO] [stderr] Downloaded hyper-util v0.1.6 [INFO] [stderr] Downloaded serde v1.0.203 [INFO] [stderr] Downloaded mio v0.8.11 [INFO] [stderr] Downloaded cc v1.0.104 [INFO] [stderr] Downloaded syn v2.0.68 [INFO] [stderr] Downloaded serde_json v1.0.121 [INFO] [stderr] Downloaded futures v0.3.30 [INFO] [stderr] Downloaded serde_derive v1.0.203 [INFO] [stderr] Downloaded thiserror v1.0.61 [INFO] [stderr] Downloaded pretty_env_logger v0.5.0 [INFO] [stderr] Downloaded regex v1.10.5 [INFO] [stderr] Downloaded num_cpus v1.16.0 [INFO] [stderr] Downloaded tokio-macros v2.3.0 [INFO] [stderr] Downloaded specta-macros v2.0.0-rc.13 [INFO] [stderr] Downloaded object v0.36.1 [INFO] [stderr] Downloaded thiserror-impl v1.0.61 [INFO] [stderr] Downloaded libc v0.2.155 [INFO] [stderr] Downloaded tokio v1.38.0 [INFO] [stderr] Downloaded encoding_rs v0.8.34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 60ddbd8e926dffbd780f82df04a350a5e8c2f5f67c0f04ad7b04f406186907c9 [INFO] running `Command { std: "docker" "start" "-a" "60ddbd8e926dffbd780f82df04a350a5e8c2f5f67c0f04ad7b04f406186907c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "60ddbd8e926dffbd780f82df04a350a5e8c2f5f67c0f04ad7b04f406186907c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60ddbd8e926dffbd780f82df04a350a5e8c2f5f67c0f04ad7b04f406186907c9", kill_on_drop: false }` [INFO] [stdout] 60ddbd8e926dffbd780f82df04a350a5e8c2f5f67c0f04ad7b04f406186907c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b2f1ccf524a3a4cf9c34545167cc23b659cf1cbd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2328a45c2b01ccace56391cfe33fbea8a749ee57fd5e6ed868be229229f1f908 [INFO] running `Command { std: "docker" "start" "-a" "2328a45c2b01ccace56391cfe33fbea8a749ee57fd5e6ed868be229229f1f908", kill_on_drop: false }` [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling serde_json v1.0.121 [INFO] [stderr] Compiling axum v0.7.5 [INFO] [stderr] Checking is-terminal v0.4.12 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Checking regex v1.10.5 [INFO] [stderr] Checking env_logger v0.10.2 [INFO] [stderr] Checking pretty_env_logger v0.5.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling ctor v0.2.8 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling specta-macros v2.0.0-rc.13 [INFO] [stderr] Checking tokio v1.38.0 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Checking thiserror v1.0.61 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Checking multer v3.1.0 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking axum-core v0.4.3 [INFO] [stderr] Checking tower-http v0.5.2 [INFO] [stderr] Checking hyper v1.4.1 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking rmp-serde v1.3.0 [INFO] [stderr] Checking specta v2.0.0-rc.13 [INFO] [stderr] Checking serde_path_to_error v0.1.16 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking envy v0.4.2 [INFO] [stderr] Checking hyper-util v0.1.6 [INFO] [stderr] Checking hyperschema v0.1.0 (/opt/rustwide/workdir/hyperschema) [INFO] [stderr] Checking muonic v0.1.0 (/opt/rustwide/workdir/mikoto-server) [INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker` [INFO] [stdout] --> mikoto-server/src/entities/mod.rs:4:34 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Serialize, Deserialize, Type)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `specta::internal::ctor::ctor` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the attribute macro `specta::internal::ctor::ctor` may come from an old version of the `ctor` crate, try updating your dependency with `cargo update -p ctor` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `specta::internal::ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker` [INFO] [stdout] --> mikoto-server/src/entities/mod.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, Type)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `specta::internal::ctor::ctor` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the attribute macro `specta::internal::ctor::ctor` may come from an old version of the `ctor` crate, try updating your dependency with `cargo update -p ctor` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the attribute macro `specta::internal::ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker` [INFO] [stdout] --> mikoto-server/src/entities/mod.rs:4:34 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Serialize, Deserialize, Type)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `specta::internal::ctor::ctor` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the attribute macro `specta::internal::ctor::ctor` may come from an old version of the `ctor` crate, try updating your dependency with `cargo update -p ctor` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `specta::internal::ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker` [INFO] [stdout] --> mikoto-server/src/entities/mod.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, Type)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `specta::internal::ctor::ctor` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the attribute macro `specta::internal::ctor::ctor` may come from an old version of the `ctor` crate, try updating your dependency with `cargo update -p ctor` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the attribute macro `specta::internal::ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `fn(Extension>, Path<...>) -> ... {query}: Handler<_, _>` is not satisfied [INFO] [stdout] --> mikoto-server/src/axum_integration.rs:49:41 [INFO] [stdout] | [INFO] [stdout] 49 | Router::new().route("/h/*path", get(query)) [INFO] [stdout] | --- ^^^^^ the trait `Handler<_, _>` is not implemented for fn item `fn(Extension>, Path) -> ... {query}` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = note: Consider using `#[axum::debug_handler]` to improve the error message [INFO] [stdout] help: the following other types implement trait `Handler` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.5/src/routing/method_routing.rs:1216:1 [INFO] [stdout] | [INFO] [stdout] 1216 | / impl Handler<(), S> for MethodRouter [INFO] [stdout] 1217 | | where [INFO] [stdout] 1218 | | S: Clone + 'static, [INFO] [stdout] | |_______________________^ `MethodRouter` implements `Handler<(), S>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.5/src/handler/mod.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl Handler for Layered [INFO] [stdout] 304 | | where [INFO] [stdout] 305 | | L: Layer> + Clone + Send + 'static, [INFO] [stdout] 306 | | H: Handler, [INFO] [stdout] ... | [INFO] [stdout] 310 | | T: 'static, [INFO] [stdout] 311 | | S: 'static, [INFO] [stdout] | |_______________^ `Layered` implements `Handler` [INFO] [stdout] note: required by a bound in `axum::routing::get` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.5/src/routing/method_routing.rs:140:16 [INFO] [stdout] | [INFO] [stdout] 140 | H: Handler, [INFO] [stdout] | ^^^^^^^^^^^^^ required by this bound in `get` [INFO] [stdout] ... [INFO] [stdout] 385 | top_level_handler_fn!(get, GET); [INFO] [stdout] | ------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound in this function [INFO] [stdout] | in this macro invocation [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/muonic-f16258af52099d72.long-type-3150558986796669624.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `fn(Extension>, Path<...>) -> ... {query}: Handler<_, _>` is not satisfied [INFO] [stdout] --> mikoto-server/src/axum_integration.rs:49:41 [INFO] [stdout] | [INFO] [stdout] 49 | Router::new().route("/h/*path", get(query)) [INFO] [stdout] | --- ^^^^^ the trait `Handler<_, _>` is not implemented for fn item `fn(Extension>, Path) -> ... {query}` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = note: Consider using `#[axum::debug_handler]` to improve the error message [INFO] [stdout] help: the following other types implement trait `Handler` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.5/src/routing/method_routing.rs:1216:1 [INFO] [stdout] | [INFO] [stdout] 1216 | / impl Handler<(), S> for MethodRouter [INFO] [stdout] 1217 | | where [INFO] [stdout] 1218 | | S: Clone + 'static, [INFO] [stdout] | |_______________________^ `MethodRouter` implements `Handler<(), S>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.5/src/handler/mod.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl Handler for Layered [INFO] [stdout] 304 | | where [INFO] [stdout] 305 | | L: Layer> + Clone + Send + 'static, [INFO] [stdout] 306 | | H: Handler, [INFO] [stdout] ... | [INFO] [stdout] 310 | | T: 'static, [INFO] [stdout] 311 | | S: 'static, [INFO] [stdout] | |_______________^ `Layered` implements `Handler` [INFO] [stdout] note: required by a bound in `axum::routing::get` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.5/src/routing/method_routing.rs:140:16 [INFO] [stdout] | [INFO] [stdout] 140 | H: Handler, [INFO] [stdout] | ^^^^^^^^^^^^^ required by this bound in `get` [INFO] [stdout] ... [INFO] [stdout] 385 | top_level_handler_fn!(get, GET); [INFO] [stdout] | ------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound in this function [INFO] [stdout] | in this macro invocation [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/muonic-de14fffa6fc3d547.long-type-6868535765358113859.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `muonic` (bin "muonic" test) due to 1 previous error; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `muonic` (bin "muonic") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "2328a45c2b01ccace56391cfe33fbea8a749ee57fd5e6ed868be229229f1f908", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2328a45c2b01ccace56391cfe33fbea8a749ee57fd5e6ed868be229229f1f908", kill_on_drop: false }` [INFO] [stdout] 2328a45c2b01ccace56391cfe33fbea8a749ee57fd5e6ed868be229229f1f908