[INFO] fetching crate cucumber_rust_codegen 0.9.0... [INFO] documenting cucumber_rust_codegen-0.9.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate cucumber_rust_codegen 0.9.0 into /workspace/builds/worker-73/source [INFO] validating manifest of crates.io crate cucumber_rust_codegen 0.9.0 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cucumber_rust_codegen 0.9.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cucumber_rust_codegen 0.9.0 [INFO] tweaked toml for crates.io crate cucumber_rust_codegen 0.9.0 written to /workspace/builds/worker-73/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e5055ad5bbead7d8cd3e681a52e95d886da783e6073d9768629a2c916f11a7f [INFO] running `Command { std: "docker" "start" "-a" "9e5055ad5bbead7d8cd3e681a52e95d886da783e6073d9768629a2c916f11a7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e5055ad5bbead7d8cd3e681a52e95d886da783e6073d9768629a2c916f11a7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e5055ad5bbead7d8cd3e681a52e95d886da783e6073d9768629a2c916f11a7f", kill_on_drop: false }` [INFO] [stdout] 9e5055ad5bbead7d8cd3e681a52e95d886da783e6073d9768629a2c916f11a7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54bf26d0dbce10834786539e832625339e46cef6fb48311325d174fa7431939b [INFO] running `Command { std: "docker" "start" "-a" "54bf26d0dbce10834786539e832625339e46cef6fb48311325d174fa7431939b", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Checking unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking inflections v1.1.1 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Documenting cucumber_rust_codegen v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `cucumber_rust` [INFO] [stdout] --> src/lib.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | //! Code generation for [`cucumber_rust`] tests auto-wiring. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::StepContext` [INFO] [stdout] --> src/attribute.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | /// [1]: cucumber_rust::StepContext [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `WorldInventory` [INFO] [stdout] --> src/attribute.rs:196:32 [INFO] [stdout] | [INFO] [stdout] 196 | /// Composes name of the [`WorldInventory`] method to wire this [`Step`] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `WorldInventory` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::Ident` is both a struct and a function [INFO] [stdout] --> src/attribute.rs:216:19 [INFO] [stdout] | [INFO] [stdout] 216 | /// Returns [`syn::Ident`] and parsing code of the given function's [INFO] [stdout] | ^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 216 | /// Returns [`struct@syn::Ident`] and parsing code of the given function's [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 216 | /// Returns [`syn::Ident()`] and parsing code of the given function's [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::LitStr` is both a struct and a function [INFO] [stdout] --> src/attribute.rs:271:34 [INFO] [stdout] | [INFO] [stdout] 271 | /// Returns the underlying [`syn::LitStr`]. [INFO] [stdout] | ^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 271 | /// Returns the underlying [`struct@syn::LitStr`]. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 271 | /// Returns the underlying [`syn::LitStr()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::Ident` is both a struct and a function [INFO] [stdout] --> src/attribute.rs:371:14 [INFO] [stdout] | [INFO] [stdout] 371 | /// Parses [`syn::Ident`] and [`syn::Type`] from the given [`syn::FnArg`]. [INFO] [stdout] | ^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 371 | /// Parses [`struct@syn::Ident`] and [`syn::Type`] from the given [`syn::FnArg`]. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 371 | /// Parses [`syn::Ident()`] and [`syn::Type`] from the given [`syn::FnArg`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::World` [INFO] [stdout] --> src/attribute.rs:417:26 [INFO] [stdout] | [INFO] [stdout] 417 | /// [`cucumber::World`]: cucumber_rust::World [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::Lit` is both an enum and a function [INFO] [stdout] --> src/attribute.rs:443:16 [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`syn::Lit`] to [`syn::LitStr`] if possible. [INFO] [stdout] | ^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`enum@syn::Lit`] to [`syn::LitStr`] if possible. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`syn::Lit()`] to [`syn::LitStr`] if possible. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::LitStr` is both a struct and a function [INFO] [stdout] --> src/attribute.rs:443:32 [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`syn::Lit`] to [`syn::LitStr`] if possible. [INFO] [stdout] | ^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`syn::Lit`] to [`struct@syn::LitStr`] if possible. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`syn::Lit`] to [`syn::LitStr()`] if possible. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::Ident` is both a struct and a function [INFO] [stdout] --> src/derive.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | /// Generates [`syn::Ident`]s of generic types for private trait impl. [INFO] [stdout] | ^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 35 | /// Generates [`struct@syn::Ident`]s of generic types for private trait impl. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 35 | /// Generates [`syn::Ident()`]s of generic types for private trait impl. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `given` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:139:19 [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stdout] | ^^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given()`], [`when`] and [`then`] attributes for further details. [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`macro@given`], [`when`] and [`then`] attributes for further details. [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `when` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:139:30 [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when()`] and [`then`] attributes for further details. [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`macro@when`] and [`then`] attributes for further details. [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `then` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:139:43 [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when`] and [`then()`] attributes for further details. [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when`] and [`macro@then`] attributes for further details. [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::World` [INFO] [stdout] --> src/lib.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | /// [`World`]: cucumber_rust::World [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `given` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given`] [INFO] [stdout] | ^^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`macro@given`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `when` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`macro@when`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `then` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`macro@then`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::StepContext` [INFO] [stdout] --> src/lib.rs:124:40 [INFO] [stdout] | [INFO] [stdout] 124 | /// [`cucumber::StepContext`]: cucumber_rust::StepContext [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::World` [INFO] [stdout] --> src/lib.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | /// [`World`]: cucumber_rust::World [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `given` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given`] [INFO] [stdout] | ^^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`macro@given`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `when` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`macro@when`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `then` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`macro@then`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::StepContext` [INFO] [stdout] --> src/lib.rs:124:40 [INFO] [stdout] | [INFO] [stdout] 124 | /// [`cucumber::StepContext`]: cucumber_rust::StepContext [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::World` [INFO] [stdout] --> src/lib.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | /// [`World`]: cucumber_rust::World [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `given` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given`] [INFO] [stdout] | ^^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`macro@given`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `when` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`macro@when`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `then` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`macro@then`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::StepContext` [INFO] [stdout] --> src/lib.rs:124:40 [INFO] [stdout] | [INFO] [stdout] 124 | /// [`cucumber::StepContext`]: cucumber_rust::StepContext [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.40s [INFO] running `Command { std: "docker" "inspect" "54bf26d0dbce10834786539e832625339e46cef6fb48311325d174fa7431939b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54bf26d0dbce10834786539e832625339e46cef6fb48311325d174fa7431939b", kill_on_drop: false }` [INFO] [stdout] 54bf26d0dbce10834786539e832625339e46cef6fb48311325d174fa7431939b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] b20e1663d7ec40193dfcbc43867bc5005f5e6478b5990238bcd0ff259feff5b0 [INFO] running `Command { std: "docker" "start" "-a" "b20e1663d7ec40193dfcbc43867bc5005f5e6478b5990238bcd0ff259feff5b0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking inflections v1.1.1 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Documenting cucumber_rust_codegen v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `cucumber_rust` [INFO] [stdout] --> src/lib.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | //! Code generation for [`cucumber_rust`] tests auto-wiring. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::StepContext` [INFO] [stdout] --> src/attribute.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | /// [1]: cucumber_rust::StepContext [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `WorldInventory` [INFO] [stdout] --> src/attribute.rs:196:32 [INFO] [stdout] | [INFO] [stdout] 196 | /// Composes name of the [`WorldInventory`] method to wire this [`Step`] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `WorldInventory` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::Ident` is both a struct and a function [INFO] [stdout] --> src/attribute.rs:216:19 [INFO] [stdout] | [INFO] [stdout] 216 | /// Returns [`syn::Ident`] and parsing code of the given function's [INFO] [stdout] | ^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 216 | /// Returns [`struct@syn::Ident`] and parsing code of the given function's [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 216 | /// Returns [`syn::Ident()`] and parsing code of the given function's [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::LitStr` is both a struct and a function [INFO] [stdout] --> src/attribute.rs:271:34 [INFO] [stdout] | [INFO] [stdout] 271 | /// Returns the underlying [`syn::LitStr`]. [INFO] [stdout] | ^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 271 | /// Returns the underlying [`struct@syn::LitStr`]. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 271 | /// Returns the underlying [`syn::LitStr()`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::Ident` is both a struct and a function [INFO] [stdout] --> src/attribute.rs:371:14 [INFO] [stdout] | [INFO] [stdout] 371 | /// Parses [`syn::Ident`] and [`syn::Type`] from the given [`syn::FnArg`]. [INFO] [stdout] | ^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 371 | /// Parses [`struct@syn::Ident`] and [`syn::Type`] from the given [`syn::FnArg`]. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 371 | /// Parses [`syn::Ident()`] and [`syn::Type`] from the given [`syn::FnArg`]. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::World` [INFO] [stdout] --> src/attribute.rs:417:26 [INFO] [stdout] | [INFO] [stdout] 417 | /// [`cucumber::World`]: cucumber_rust::World [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::Lit` is both an enum and a function [INFO] [stdout] --> src/attribute.rs:443:16 [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`syn::Lit`] to [`syn::LitStr`] if possible. [INFO] [stdout] | ^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the enum, prefix with `enum@` [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`enum@syn::Lit`] to [`syn::LitStr`] if possible. [INFO] [stdout] | +++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`syn::Lit()`] to [`syn::LitStr`] if possible. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::LitStr` is both a struct and a function [INFO] [stdout] --> src/attribute.rs:443:32 [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`syn::Lit`] to [`syn::LitStr`] if possible. [INFO] [stdout] | ^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`syn::Lit`] to [`struct@syn::LitStr`] if possible. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 443 | /// Converts [`syn::Lit`] to [`syn::LitStr()`] if possible. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `syn::Ident` is both a struct and a function [INFO] [stdout] --> src/derive.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | /// Generates [`syn::Ident`]s of generic types for private trait impl. [INFO] [stdout] | ^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 35 | /// Generates [`struct@syn::Ident`]s of generic types for private trait impl. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 35 | /// Generates [`syn::Ident()`]s of generic types for private trait impl. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `given` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:139:19 [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stdout] | ^^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given()`], [`when`] and [`then`] attributes for further details. [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`macro@given`], [`when`] and [`then`] attributes for further details. [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `when` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:139:30 [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when()`] and [`then`] attributes for further details. [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`macro@when`] and [`then`] attributes for further details. [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `then` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:139:43 [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when`] and [`then()`] attributes for further details. [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 139 | /// See [`given`], [`when`] and [`macro@then`] attributes for further details. [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::World` [INFO] [stdout] --> src/lib.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | /// [`World`]: cucumber_rust::World [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `given` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given`] [INFO] [stdout] | ^^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`macro@given`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `when` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`macro@when`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `then` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`macro@then`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::StepContext` [INFO] [stdout] --> src/lib.rs:124:40 [INFO] [stdout] | [INFO] [stdout] 124 | /// [`cucumber::StepContext`]: cucumber_rust::StepContext [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::World` [INFO] [stdout] --> src/lib.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | /// [`World`]: cucumber_rust::World [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `given` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given`] [INFO] [stdout] | ^^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`macro@given`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `when` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`macro@when`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `then` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`macro@then`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::StepContext` [INFO] [stdout] --> src/lib.rs:124:40 [INFO] [stdout] | [INFO] [stdout] 124 | /// [`cucumber::StepContext`]: cucumber_rust::StepContext [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::World` [INFO] [stdout] --> src/lib.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | /// [`World`]: cucumber_rust::World [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `given` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given`] [INFO] [stdout] | ^^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`given()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 41 | /// - [`macro@given`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `when` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`when()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 42 | /// - [`macro@when`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `then` is both a function and an attribute macro [INFO] [stdout] --> src/lib.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then`] [INFO] [stdout] | ^^^^ ambiguous link [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`then()`] [INFO] [stdout] | ++ [INFO] [stdout] help: to link to the attribute macro, prefix with `macro@` [INFO] [stdout] | [INFO] [stdout] 43 | /// - [`macro@then`] [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cucumber_rust::StepContext` [INFO] [stdout] --> src/lib.rs:124:40 [INFO] [stdout] | [INFO] [stdout] 124 | /// [`cucumber::StepContext`]: cucumber_rust::StepContext [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stdout] ... [INFO] [stdout] 151 | steps!(given, when, then); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `step_attribute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.79s [INFO] running `Command { std: "docker" "inspect" "b20e1663d7ec40193dfcbc43867bc5005f5e6478b5990238bcd0ff259feff5b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b20e1663d7ec40193dfcbc43867bc5005f5e6478b5990238bcd0ff259feff5b0", kill_on_drop: false }` [INFO] [stdout] b20e1663d7ec40193dfcbc43867bc5005f5e6478b5990238bcd0ff259feff5b0