Build #2501236 2025-09-13 21:06:32
# rustc version
rustc 1.91.0-nightly (4ba1cf9ad 2025-09-12)# docs.rs version
docsrs 0.6.0 (f42173de 2025-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/graph-api-lib-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/graph-api-lib-0.2.1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250912-1.91.0-nightly-4ba1cf9ad\", \"--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" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ef5afa4031b9ea886ea50e3f39f4a2e5773092e37dd2c54fcae814cbef86a16e
[INFO] running `Command { std: "docker" "start" "-a" "ef5afa4031b9ea886ea50e3f39f4a2e5773092e37dd2c54fcae814cbef86a16e", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/element.rs:14:14
[INFO] [stderr] |
[INFO] [stderr] 14 | fn value(&self, _index: &<Self::Label as Label>::Index) -> Option<Value> {
[INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^ the same lifetime is hidden here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 14 | fn value(&self, _index: &<Self::Label as Label>::Index) -> Option<Value<'_>> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/graph.rs:163:13
[INFO] [stderr] |
[INFO] [stderr] 163 | fn walk(&self) -> StartWalkerBuilder<ImmutableMarker, Self, ()>
[INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 163 | fn walk(&self) -> StartWalkerBuilder<'_, ImmutableMarker, Self, ()>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/graph.rs:171:17
[INFO] [stderr] |
[INFO] [stderr] 171 | fn walk_mut(&mut self) -> StartWalkerBuilder<MutableMarker, Self, ()>
[INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 171 | fn walk_mut(&mut self) -> StartWalkerBuilder<'_, MutableMarker, Self, ()>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/walker/mod.rs:131:28
[INFO] [stderr] |
[INFO] [stderr] 131 | fn edges(self, search: EdgeSearch<Self::Graph>) -> Edges<'_, 'graph, Self> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^ the same lifetime is elided here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is hidden here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr] |
[INFO] [stderr] 131 | fn edges(self, search: EdgeSearch<'_, Self::Graph>) -> Edges<'_, 'graph, Self> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: `graph-api-lib` (lib) generated 4 warnings (run `cargo fix --lib -p graph-api-lib` to apply 4 suggestions)
[INFO] [stderr] Scraping graph-api-lib v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "fold" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: failed to scan example "tail" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: failed to scan example "context" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "fold") generated 1 warning
[INFO] [stderr] warning: `graph-api-lib` (example "tail") generated 1 warning
[INFO] [stderr] warning: failed to scan example "probe" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "context") generated 1 warning
[INFO] [stderr] warning: `graph-api-lib` (example "probe") generated 1 warning
[INFO] [stderr] warning: failed to scan example "take" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "take") generated 1 warning
[INFO] [stderr] warning: failed to scan example "into_iter" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "into_iter") generated 1 warning
[INFO] [stderr] warning: failed to scan example "mutate_context" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "mutate_context") generated 1 warning
[INFO] [stderr] warning: failed to scan example "mutate" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "mutate") generated 1 warning
[INFO] [stderr] warning: failed to scan example "control_flow" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "control_flow") generated 1 warning
[INFO] [stderr] warning: failed to scan example "custom_step" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: failed to scan example "map" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "map") generated 1 warning
[INFO] [stderr] warning: `graph-api-lib` (example "custom_step") generated 1 warning
[INFO] [stderr] warning: failed to scan example "reduce" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "reduce") generated 1 warning
[INFO] [stderr] warning: failed to scan example "vertices" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "vertices") generated 1 warning
[INFO] [stderr] warning: failed to scan example "default_context" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "default_context") generated 1 warning
[INFO] [stderr] warning: failed to scan example "boxed" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "boxed") generated 1 warning
[INFO] [stderr] warning: failed to scan example "count" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "count") generated 1 warning
[INFO] [stderr] warning: failed to scan example "detour" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "detour") generated 1 warning
[INFO] [stderr] warning: failed to scan example "filter" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "filter") generated 1 warning
[INFO] [stderr] warning: failed to scan example "head" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: failed to scan example "dbg" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "dbg") generated 1 warning
[INFO] [stderr] warning: `graph-api-lib` (example "head") generated 1 warning
[INFO] [stderr] warning: failed to scan example "first" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "first") generated 1 warning
[INFO] [stderr] warning: failed to scan example "collect" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "collect") generated 1 warning
[INFO] [stderr] warning: failed to scan example "vertices_by_id" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "vertices_by_id") generated 1 warning
[INFO] [stderr] warning: failed to scan example "edges" in package `graph-api-lib` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `graph-api-lib` (example "edges") generated 1 warning
[INFO] [stderr] Documenting graph-api-lib v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/graph_api_lib/index.html
[INFO] running `Command { std: "docker" "inspect" "ef5afa4031b9ea886ea50e3f39f4a2e5773092e37dd2c54fcae814cbef86a16e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef5afa4031b9ea886ea50e3f39f4a2e5773092e37dd2c54fcae814cbef86a16e", kill_on_drop: false }`
[INFO] [stdout] ef5afa4031b9ea886ea50e3f39f4a2e5773092e37dd2c54fcae814cbef86a16e