Build #413122 2021-07-19 15:12:06
# rustc version
rustc 1.55.0-nightly (59216858a 2021-07-18)# docs.rs version
docsrs 0.6.0 (843531f 2021-06-26)# 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" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bf3311aec13679c042c55305eed4f6f98359c47a37eb765a3317ad487259f4e0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210718-1.55.0-nightly-59216858a" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 108a3681624d0b44a92ca27ae0be1ace0cb4be21869ff7c9777c54229e8f7687
[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" "108a3681624d0b44a92ca27ae0be1ace0cb4be21869ff7c9777c54229e8f7687", kill_on_drop: false }`
[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:26
[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] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `given` is both a function and an attribute macro
[INFO] [stderr] --> src/lib.rs:139:18
[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:29
[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:42
[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: 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` (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:41:16
[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` (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:16
[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` (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:16
[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` (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: 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` (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:41:16
[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` (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:16
[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` (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:16
[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` (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: `given` is both a function and an attribute macro
[INFO] [stderr] --> src/lib.rs:41:16
[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` (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:16
[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` (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:16
[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` (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: 15 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.97s
[INFO] running `Command { std: "docker" "inspect" "108a3681624d0b44a92ca27ae0be1ace0cb4be21869ff7c9777c54229e8f7687", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "108a3681624d0b44a92ca27ae0be1ace0cb4be21869ff7c9777c54229e8f7687", kill_on_drop: false }`
[INFO] [stdout] 108a3681624d0b44a92ca27ae0be1ace0cb4be21869ff7c9777c54229e8f7687