# rustc version rustc 1.88.0-nightly (0fe8f3454 2025-04-10)
# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cucumber_rust_codegen-0.9.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cucumber_rust_codegen-0.9.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250410-1.88.0-nightly-0fe8f3454\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6", kill_on_drop: false }` [INFO] [stdout] ffe4a02ec0a89ed06dcdd6e8520da8d97ace07136d0f430a2306d471e4d8eb24 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ffe4a02ec0a89ed06dcdd6e8520da8d97ace07136d0f430a2306d471e4d8eb24", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting cucumber_rust_codegen v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `cucumber_rust` [INFO] [stderr] --> src/lib.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | //! Code generation for [`cucumber_rust`] tests auto-wiring. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `cucumber_rust::World` [INFO] [stderr] --> src/lib.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | /// [`World`]: cucumber_rust::World [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `step_attribute` which comes from the expansion of the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `cucumber_rust::StepContext` [INFO] [stderr] --> src/lib.rs:124:40 [INFO] [stderr] | [INFO] [stderr] 124 | /// [`cucumber::StepContext`]: cucumber_rust::StepContext [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `step_attribute` which comes from the expansion of the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `given` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:139:19 [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given()`], [`when`] and [`then`] attributes for further details. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`macro@given`], [`when`] and [`then`] attributes for further details. [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `when` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:139:30 [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when()`] and [`then`] attributes for further details. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`macro@when`] and [`then`] attributes for further details. [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `then` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:139:43 [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when`] and [`then()`] attributes for further details. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when`] and [`macro@then`] attributes for further details. [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `given` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | /// - [`given`] [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `step_attribute` which comes from the expansion of the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 41 | /// - [`given()`] [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 41 | /// - [`macro@given`] [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `when` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | /// - [`when`] [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `step_attribute` which comes from the expansion of the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 42 | /// - [`when()`] [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 42 | /// - [`macro@when`] [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `then` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | /// - [`then`] [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `step_attribute` which comes from the expansion of the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 43 | /// - [`then()`] [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 43 | /// - [`macro@then`] [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `cucumber_rust_codegen` (lib doc) generated 19 warnings (10 duplicates) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s [INFO] [stderr] Generated /opt/rustwide/target/doc/cucumber_rust_codegen/index.html [INFO] running `Command { std: "docker" "inspect" "ffe4a02ec0a89ed06dcdd6e8520da8d97ace07136d0f430a2306d471e4d8eb24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffe4a02ec0a89ed06dcdd6e8520da8d97ace07136d0f430a2306d471e4d8eb24", kill_on_drop: false }` [INFO] [stdout] ffe4a02ec0a89ed06dcdd6e8520da8d97ace07136d0f430a2306d471e4d8eb24