added sdk_11 IOKit for building in intel mac #109
Closed
Garnix CI / package nix-browser-doc [aarch64-darwin]
succeeded
Dec 12, 2023 in 3m 59s
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: 9192635434499866719 }
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: 2863253829911962249 }
Checking nix_rs v0.2.2 (/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.2.2 (/private/tmp/nix-build-nix-browser-doc-0.1.0.drv-0/source/crates/nix_rs)
warning: this URL is not a hyperlink
--> crates/nix_rs/src/env.rs:73:19
|
73 | /// 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:77:9
|
77 | /// https://nixos.org/
| ^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://nixos.org/>`
|
= note: bare URLs are not automatically turned into clickable links
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: `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 `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:5:17
|
5 | /// 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: `nix_health` (lib doc) generated 3 warnings
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 2.76s
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/3qwm7px51mwrdbnmzckn0nrlz2rafbva-nix-browser-doc-0.1.0...
patching script interpreter paths in /nix/store/3qwm7px51mwrdbnmzckn0nrlz2rafbva-nix-browser-doc-0.1.0
Loading