gitlab 0.1610.0

Gitlab API client.
Documentation
Build #1173283 2024-03-29T14:10:14.420660+00:00
# rustc version
rustc 1.79.0-nightly (c9f8f3438 2024-03-27)
# docs.rs version
docsrs 0.6.0 (8b19841b 2024-03-22)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/gitlab-0.1610.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/gitlab-0.1610.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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240327-1.79.0-nightly-c9f8f3438\", \"--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] [stdout] 6782fa350d9e5c74e7adb5c17de6293de0d24ad43962a4b72c1ad0a344666a85
[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" "6782fa350d9e5c74e7adb5c17de6293de0d24ad43962a4b72c1ad0a344666a85", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting gitlab v0.1610.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `set_page_number` links to private item `Page`
[INFO] [stderr]    --> src/api/paged/lazy.rs:370:27
[INFO] [stderr]     |
[INFO] [stderr] 370 |     /// Invalidates the [`Page`] that is in memory and sets the page to fetch from to `page_number`.
[INFO] [stderr]     |                           ^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `crate::api::raw` is both a function and a module
[INFO] [stderr]   --> src/api/projects/repository/archive.rs:36:48
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// Note: This endpoint returns raw data, so [`crate::api::raw`] is recommended to avoid the normal
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// Note: This endpoint returns raw data, so [`crate::api::raw()`] is recommended to avoid the normal
[INFO] [stderr]    |                                                               ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// Note: This endpoint returns raw data, so [`mod@crate::api::raw`] is recommended to avoid the normal
[INFO] [stderr]    |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `crate::api::raw` is both a function and a module
[INFO] [stderr]   --> src/api/projects/repository/files/file_raw.rs:14:48
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// Note: This endpoint returns raw data, so [`crate::api::raw`] is recommended to avoid the normal
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr]    |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// Note: This endpoint returns raw data, so [`crate::api::raw()`] is recommended to avoid the normal
[INFO] [stderr]    |                                                               ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// Note: This endpoint returns raw data, so [`mod@crate::api::raw`] is recommended to avoid the normal
[INFO] [stderr]    |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/api/groups/push_rule/edit.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// See https://docs.gitlab.com/ee/api/groups.html#get-group-push-rules
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.gitlab.com/ee/api/groups.html#get-group-push-rules>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/api/projects/merge_requests/approval_rules/approval_rules.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | /// See https://docs.gitlab.com/ee/api/merge_request_approvals.html#get-merge-request-level-rules
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.gitlab.com/ee/api/merge_request_approvals.html#get-merge-request-level-rules>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/api/projects/pipeline_schedules/create.rs:71:5
[INFO] [stderr]    |
[INFO] [stderr] 71 | /// https://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/api/projects/push_rule/edit.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// see https://docs.gitlab.com/ee/api/projects.html#get-group-push-rules
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.gitlab.com/ee/api/projects.html#get-group-push-rules>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `gitlab` (lib doc) generated 7 warnings (run `cargo fix --lib -p gitlab` to apply 4 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/gitlab/index.html
[INFO] running `Command { std: "docker" "inspect" "6782fa350d9e5c74e7adb5c17de6293de0d24ad43962a4b72c1ad0a344666a85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6782fa350d9e5c74e7adb5c17de6293de0d24ad43962a4b72c1ad0a344666a85", kill_on_drop: false }`
[INFO] [stdout] 6782fa350d9e5c74e7adb5c17de6293de0d24ad43962a4b72c1ad0a344666a85