[INFO] fetching crate next-web-api-doc 0.1.0... [INFO] testing next-web-api-doc-0.1.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate next-web-api-doc 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate next-web-api-doc 0.1.0 [INFO] finished tweaking crates.io crate next-web-api-doc 0.1.0 [INFO] tweaked toml for crates.io crate next-web-api-doc 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate next-web-api-doc 0.1.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate next-web-api-doc 0.1.0 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 067696f797a5530b5148c584148cf39cc7c722fe9bd25da202f5c80a24baf992 [INFO] running `Command { std: "docker" "start" "-a" "067696f797a5530b5148c584148cf39cc7c722fe9bd25da202f5c80a24baf992", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "067696f797a5530b5148c584148cf39cc7c722fe9bd25da202f5c80a24baf992", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "067696f797a5530b5148c584148cf39cc7c722fe9bd25da202f5c80a24baf992", kill_on_drop: false }` [INFO] [stdout] 067696f797a5530b5148c584148cf39cc7c722fe9bd25da202f5c80a24baf992 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40bf985449c41ea7daffdd95aea0b4100ed3647070fc77e720362b0c4217241c [INFO] running `Command { std: "docker" "start" "-a" "40bf985449c41ea7daffdd95aea0b4100ed3647070fc77e720362b0c4217241c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling utoipa-gen v5.4.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling utoipa v5.4.0 [INFO] [stderr] Compiling next-web-api-doc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation [INFO] [stdout] --> src/lib.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct OpenApiRouter(utoipa::openapi::OpenApi); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-W missing-debug-implementations` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.77s [INFO] running `Command { std: "docker" "inspect" "40bf985449c41ea7daffdd95aea0b4100ed3647070fc77e720362b0c4217241c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40bf985449c41ea7daffdd95aea0b4100ed3647070fc77e720362b0c4217241c", kill_on_drop: false }` [INFO] [stdout] 40bf985449c41ea7daffdd95aea0b4100ed3647070fc77e720362b0c4217241c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1d952dae882d272b3eeeeda2df85f2421b373d8895bd2e2ed555ede453f512e [INFO] running `Command { std: "docker" "start" "-a" "e1d952dae882d272b3eeeeda2df85f2421b373d8895bd2e2ed555ede453f512e", kill_on_drop: false }` [INFO] [stderr] Compiling next-web-api-doc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation [INFO] [stdout] --> src/lib.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct OpenApiRouter(utoipa::openapi::OpenApi); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-W missing-debug-implementations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation [INFO] [stdout] --> src/lib.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct OpenApiRouter(utoipa::openapi::OpenApi); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-W missing-debug-implementations` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `Command { std: "docker" "inspect" "e1d952dae882d272b3eeeeda2df85f2421b373d8895bd2e2ed555ede453f512e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1d952dae882d272b3eeeeda2df85f2421b373d8895bd2e2ed555ede453f512e", kill_on_drop: false }` [INFO] [stdout] e1d952dae882d272b3eeeeda2df85f2421b373d8895bd2e2ed555ede453f512e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 882d4b4634b14700d3323b4f131d848a513bc29ac8116be977bfed6f4142c074 [INFO] running `Command { std: "docker" "start" "-a" "882d4b4634b14700d3323b4f131d848a513bc29ac8116be977bfed6f4142c074", kill_on_drop: false }` [INFO] [stderr] warning: type does not implement `Debug`; consider adding `#[derive(Debug)]` or a manual implementation [INFO] [stderr] --> src/lib.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | pub struct OpenApiRouter(utoipa::openapi::OpenApi); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: requested on the command line with `-W missing-debug-implementations` [INFO] [stderr] [INFO] [stderr] warning: `next-web-api-doc` (lib) generated 1 warning [INFO] [stderr] warning: `next-web-api-doc` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/next_web_api_doc-6aa562266341d0f6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests next_web_api_doc [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/lib.rs - OpenApiRouter (line 35) ... FAILED [INFO] [stdout] test src/lib.rs - OpenApiRouter::merge (line 169) ... FAILED [INFO] [stdout] test src/lib.rs - OpenApiRouter::with_openapi (line 71) ... FAILED [INFO] [stdout] test src/lib.rs - OpenApiRouter::nest (line 123) ... FAILED [INFO] [stdout] test src/lib.rs - OpenApiRouter (line 41) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - OpenApiRouter (line 35) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `utoipa_axum` in this scope [INFO] [stdout] --> src/lib.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | use utoipa_axum::router::OpenApiRouter; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `utoipa_axum` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `utoipa_axum`, use `cargo add utoipa_axum` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - OpenApiRouter::merge (line 169) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `utoipa_axum` in this scope [INFO] [stdout] --> src/lib.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | use utoipa_axum::{routes, PathItemExt, router::OpenApiRouter}; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `utoipa_axum` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `utoipa_axum`, use `cargo add utoipa_axum` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `utoipa_axum` [INFO] [stdout] --> src/lib.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | use utoipa_axum::{routes, PathItemExt, router::OpenApiRouter}; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `utoipa_axum` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `utoipa_axum`, use `cargo add utoipa_axum` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `utoipa_axum` in this scope [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] --> src/lib.rs:175:13 [INFO] [stdout] | [INFO] [stdout] 175 | .routes(utoipa_axum::routes!(search)); [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `utoipa_axum` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - OpenApiRouter::with_openapi (line 71) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `utoipa_axum` in this scope [INFO] [stdout] --> src/lib.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | use utoipa_axum::router::OpenApiRouter; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `utoipa_axum` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `utoipa_axum`, use `cargo add utoipa_axum` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - OpenApiRouter::nest (line 123) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `utoipa_axum` in this scope [INFO] [stdout] --> src/lib.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | use utoipa_axum::{routes, PathItemExt, router::OpenApiRouter}; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `utoipa_axum` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `utoipa_axum`, use `cargo add utoipa_axum` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `utoipa_axum` [INFO] [stdout] --> src/lib.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | use utoipa_axum::{routes, PathItemExt, router::OpenApiRouter}; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `utoipa_axum` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `utoipa_axum`, use `cargo add utoipa_axum` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `utoipa_axum` in this scope [INFO] [stdout] --> src/lib.rs:129:13 [INFO] [stdout] | [INFO] [stdout] 129 | .routes(utoipa_axum::routes!(search)); [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `utoipa_axum` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - OpenApiRouter (line 41) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `utoipa_axum` in this scope [INFO] [stdout] --> src/lib.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | use utoipa_axum::router::OpenApiRouter; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `utoipa_axum` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `utoipa_axum`, use `cargo add utoipa_axum` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - OpenApiRouter (line 35) [INFO] [stdout] src/lib.rs - OpenApiRouter (line 41) [INFO] [stdout] src/lib.rs - OpenApiRouter::merge (line 169) [INFO] [stdout] src/lib.rs - OpenApiRouter::nest (line 123) [INFO] [stdout] src/lib.rs - OpenApiRouter::with_openapi (line 71) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "882d4b4634b14700d3323b4f131d848a513bc29ac8116be977bfed6f4142c074", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "882d4b4634b14700d3323b4f131d848a513bc29ac8116be977bfed6f4142c074", kill_on_drop: false }` [INFO] [stdout] 882d4b4634b14700d3323b4f131d848a513bc29ac8116be977bfed6f4142c074