gitlab 0.1605.0

Gitlab API client.
Documentation
Build #1010437 2023-11-27T04:21:00.023811+00:00
# rustc version
rustc 1.76.0-nightly (6cf088810 2023-11-26)
# docs.rs version
docsrs 0.6.0 (7f551f6b 2023-11-22)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/gitlab-0.1605.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/gitlab-0.1605.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231126-1.76.0-nightly-6cf088810\", \"--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] 4c19450d99c941996b58bfa7b228107d600c70fcec48b7cc57822b677effad62
[INFO] running `Command { std: "docker" "start" "-a" "4c19450d99c941996b58bfa7b228107d600c70fcec48b7cc57822b677effad62", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting gitlab v0.1605.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:333:27
[INFO] [stderr]     |
[INFO] [stderr] 333 |     /// 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 [unoptimized + debuginfo] target(s) in 4.90s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/gitlab/index.html
[INFO] running `Command { std: "docker" "inspect" "4c19450d99c941996b58bfa7b228107d600c70fcec48b7cc57822b677effad62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c19450d99c941996b58bfa7b228107d600c70fcec48b7cc57822b677effad62", kill_on_drop: false }`
[INFO] [stdout] 4c19450d99c941996b58bfa7b228107d600c70fcec48b7cc57822b677effad62