build(deps): bump mio from 0.8.9 to 0.8.11 #119
Merged
Garnix CI / package nix-browser-doc [aarch64-darwin]
succeeded
Mar 4, 2024 in 10m 39s
Run results
Build succeeded
Details
Last 100 lines of logs:
@nix {"action":"setPhase","phase":"buildPhase"}
building
++ command cargo --version
cargo 1.76.0-nightly (26333c732 2023-11-28)
++ command cargo doc --release --locked --no-deps
warning: output filename collision.
The bin target `nix-health` in package `nix_health v0.2.3 (/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_health)` has the same output filename as the lib target `nix_health` in package `nix_health v0.2.3 (/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_health)`.
Colliding filename is: /private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/target/doc/nix_health/index.html
The output filenames should be unique.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
If this looks unexpected, it may be a bug in Cargo. Please file a bug report at
https://github.com/rust-lang/cargo/issues/ with as much information as you
can provide.
cargo 1.76.0-nightly (26333c732 2023-11-28) running on `aarch64-apple-darwin` target `aarch64-apple-darwin`
First unit: Unit { pkg: Package { id: PackageId { name: "nix_health", version: "0.2.3", source: "/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_health" }, ..: ".." }, target: TargetInner { name: "nix-health", doc: true, ..: with_path("/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_health/src/main.rs", Edition2021) }, profile: Profile { ..: default_release() }, kind: Host, mode: Doc { deps: false }, features: [], artifact: false, artifact_target_for_features: None, is_std: false, dep_hash: 11558519088423612463 }
Second unit: Unit { pkg: Package { id: PackageId { name: "nix_health", version: "0.2.3", source: "/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_health" }, ..: ".." }, target: TargetInner { ..: lib_target("nix_health", ["cdylib", "rlib"], "/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_health/src/lib.rs", Edition2021) }, profile: Profile { ..: default_release() }, kind: Host, mode: Doc { deps: false }, features: [], artifact: false, artifact_target_for_features: None, is_std: false, dep_hash: 8341561603269634893 }
Checking nix_rs v0.3.1 (/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_rs)
Compiling nix-browser v0.1.0 (/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source)
Documenting nix_rs v0.3.1 (/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_rs)
Checking nix_health v0.2.3 (/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_health)
Documenting nix_health v0.2.3 (/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_health)
warning: unresolved link to `project_dir`
--> crates/nix_health/src/check/direnv.rs:143:47
|
143 | /// Check if direnv was already activated in [project_dir]
| ^^^^^^^^^^^ no item named `project_dir` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `crate::nix::config::NixConfig::trusted_users`
--> crates/nix_health/src/check/trusted_users.rs:8:17
|
8 | /// Check that [crate::nix::config::NixConfig::trusted_users] is set to a good value.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `nix` in module `nix_health`
warning: unresolved link to `Checkable`
--> crates/nix_health/src/lib.rs:19:68
|
19 | /// Each field represents an individual check which satisfies the [Checkable] trait.
| ^^^^^^^^^ no item named `Checkable` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: this URL is not a hyperlink
--> crates/nix_rs/src/env.rs:90:19
|
90 | /// Using https://github.com/LnL7/nix-darwin
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/LnL7/nix-darwin>`
|
= note: bare URLs are not automatically turned into clickable links
= note: `#[warn(rustdoc::bare_urls)]` on by default
warning: this URL is not a hyperlink
--> crates/nix_rs/src/env.rs:94:9
|
94 | /// https://nixos.org/
| ^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://nixos.org/>`
|
= note: bare URLs are not automatically turned into clickable links
warning: `nix_health` (lib doc) generated 3 warnings
warning: `nix_rs` (lib doc) generated 2 warnings (run `cargo fix --lib -p nix_rs` to apply 2 suggestions)
Documenting nix-browser v0.1.0 (/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source)
warning: unresolved link to `Action`
--> src/app/state/mod.rs:23:10
|
23 | /// Use [Action] to mutate this state, in addition to [Signal::set].
| ^^^^^^ no item named `Action` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: this URL is not a hyperlink
--> src/app/widget.rs:29:1
|
29 | / /// A button that opens a file explorer dialog.
30 | | ///
31 | | /// Note: You can only select a single folder.
32 | | ///
33 | | /// NOTE(for future): When migrating to Dioxus using Tauri 2.0, switch to using
34 | | /// https://github.com/tauri-apps/tauri-plugin-dialog
| |_____________________________________________________^ help: use an automatic link instead: `<https://github.com/tauri-apps/tauri-plugin-dialog>`
|
= note: bare URLs are not automatically turned into clickable links
= note: `#[warn(rustdoc::bare_urls)]` on by default
warning: `nix-browser` (bin "nix-browser" doc) generated 2 warnings (run `cargo fix --bin "nix-browser"` to apply 1 suggestion)
Finished release [optimized] target(s) in 12.01s
Generated /private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/target/doc/nix_browser/index.html
Generated /private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/target/doc/nix_health/index.html
Generated /private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/target/doc/nix_health/index.html
Generated /private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/target/doc/nix_rs/index.html
@nix {"action":"setPhase","phase":"installPhase"}
installing
@nix {"action":"setPhase","phase":"fixupPhase"}
post-installation fixup
checking for references to /private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/ in /nix/store/pvs4ramk7y10yrnvif0rf3izzg21sjp9-nix-browser-doc-0.1.0...
patching script interpreter paths in /nix/store/pvs4ramk7y10yrnvif0rf3izzg21sjp9-nix-browser-doc-0.1.0
Loading