nixbot

builds
unpackPhase
1unpacking source archive /nix/store/hmxx6hsg34irry6cvflc5rcz13sqjc1z-source2source root is source3Executing cargoSetupPostUnpackHook4Finished cargoSetupPostUnpackHook
patchPhase
5Executing cargoSetupPostPatchHook6Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock7Finished cargoSetupPostPatchHook
buildPhase
8Executing cargoBuildHook9cargoBuildHook flags: -j 4 --target x86_64-unknown-linux-gnu --offline10 Compiling proc-macro2 v1.0.10311 Compiling unicode-ident v1.0.2212 Compiling quote v1.0.4213 Compiling serde_core v1.0.22814 Compiling libc v0.2.17715 Compiling utf8parse v0.2.216 Compiling anstyle-parse v0.2.717 Compiling serde v1.0.22818 Compiling anstyle v1.0.1319 Compiling itoa v1.0.1520 Compiling powerfmt v0.2.021 Compiling colorchoice v1.0.422 Compiling is_terminal_polyfill v1.70.223 Compiling num-conv v0.1.024 Compiling syn v2.0.11125 Compiling time-core v0.1.626 Compiling anstyle-query v1.1.527 Compiling time-macros v0.2.2428 Compiling anstream v0.6.2129 Compiling deranged v0.5.530 Compiling num_threads v0.1.731 Compiling heck v0.5.032 Compiling thiserror v2.0.1733 Compiling serde_json v1.0.14534 Compiling strsim v0.11.135 Compiling clap_lex v0.7.636 Compiling clap_builder v4.5.5337 Compiling time v0.3.4438 Compiling log v0.4.2839 Compiling colored v3.0.040 Compiling memchr v2.7.641 Compiling ryu v1.0.2042 Compiling simple_logger v5.1.043 Compiling glob v0.3.344 Compiling serde_derive v1.0.22845 Compiling clap_derive v4.5.4946 Compiling thiserror-impl v2.0.1747 Compiling clap v4.5.5348 Compiling ser_nix v0.1.249 Compiling disko-zfs v0.1.0 (/build/source)50warning: type `ZfsListVersion` is more private than the item `ZfsList::output_version`51 --> src/zfs_list_output.rs:57:552 |5357 | pub output_version: ZfsListVersion,54 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ZfsList::output_version` is reachable at visibility `pub(crate)`55 |56note: but type `ZfsListVersion` is only usable at visibility `pub(self)`57 --> src/zfs_list_output.rs:14:158 |5914 | struct ZfsListVersion {60 | ^^^^^^^^^^^^^^^^^^^^^61 = note: `#[warn(private_interfaces)]` on by default6263warning: type `Dataset` is more private than the item `ZfsList::datasets`64 --> src/zfs_list_output.rs:58:565 |6658 | pub datasets: HashMap<String, Dataset>,67 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ZfsList::datasets` is reachable at visibility `pub(crate)`68 |69note: but type `Dataset` is only usable at visibility `pub(self)`70 --> src/zfs_list_output.rs:31:171 |7231 | struct Dataset {73 | ^^^^^^^^^^^^^^7475warning: fields `command`, `vers_major`, and `vers_minor` are never read76 --> src/zfs_list_output.rs:15:577 |7814 | struct ZfsListVersion {79 | -------------- fields in this struct8015 | command: String,81 | ^^^^^^^8216 | vers_major: i32,83 | ^^^^^^^^^^8417 | vers_minor: i32,85 | ^^^^^^^^^^86 |87 = note: `ZfsListVersion` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis88 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default8990warning: fields `name`, `type`, `pool`, and `createtxg` are never read91 --> src/zfs_list_output.rs:32:592 |9331 | struct Dataset {94 | ------- fields in this struct9532 | name: String,96 | ^^^^9733 | r#type: DatasetType,98 | ^^^^^^9934 | pool: String,100 | ^^^^10135 | createtxg: i32,102 | ^^^^^^^^^103 |104 = note: `Dataset` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis105106warning: methods `get_property` and `get_property_mut` are never used107 --> src/zfs_list_output.rs:40:12108 |10939 | impl Dataset {110 | ------------ methods in this implementation11140 | pub fn get_property<'a, S>(&'a self, name: S) -> Option<&'a Property>112 | ^^^^^^^^^^^^113...11447 | pub fn get_property_mut<'a, S>(&'a mut self, name: S) -> Option<&'a mut Property>115 | ^^^^^^^^^^^^^^^^116117warning: field `output_version` is never read118 --> src/zfs_list_output.rs:57:9119 |12056 | pub struct ZfsList {121 | ------- field in this struct12257 | pub output_version: ZfsListVersion,123 | ^^^^^^^^^^^^^^124 |125 = note: `ZfsList` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis126127warning: `disko-zfs` (bin "disko-zfs") generated 6 warnings128 Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.16s129Executing cargoInstallPostBuildHook130Finished cargoInstallPostBuildHook131Finished cargoBuildHook
checkPhase
132Executing cargoCheckHook133cargoCheckHook flags: -j 4 --target x86_64-unknown-linux-gnu --offline --134 Compiling disko-zfs v0.1.0 (/build/source)135warning: type `ZfsListVersion` is more private than the item `ZfsList::output_version`136 --> src/zfs_list_output.rs:57:5137 |13857 | pub output_version: ZfsListVersion,139 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ZfsList::output_version` is reachable at visibility `pub(crate)`140 |141note: but type `ZfsListVersion` is only usable at visibility `pub(self)`142 --> src/zfs_list_output.rs:14:1143 |14414 | struct ZfsListVersion {145 | ^^^^^^^^^^^^^^^^^^^^^146 = note: `#[warn(private_interfaces)]` on by default147148warning: type `Dataset` is more private than the item `ZfsList::datasets`149 --> src/zfs_list_output.rs:58:5150 |15158 | pub datasets: HashMap<String, Dataset>,152 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ZfsList::datasets` is reachable at visibility `pub(crate)`153 |154note: but type `Dataset` is only usable at visibility `pub(self)`155 --> src/zfs_list_output.rs:31:1156 |15731 | struct Dataset {158 | ^^^^^^^^^^^^^^159160warning: fields `command`, `vers_major`, and `vers_minor` are never read161 --> src/zfs_list_output.rs:15:5162 |16314 | struct ZfsListVersion {164 | -------------- fields in this struct16515 | command: String,166 | ^^^^^^^16716 | vers_major: i32,168 | ^^^^^^^^^^16917 | vers_minor: i32,170 | ^^^^^^^^^^171 |172 = note: `ZfsListVersion` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis173 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default174175warning: fields `name`, `type`, `pool`, and `createtxg` are never read176 --> src/zfs_list_output.rs:32:5177 |17831 | struct Dataset {179 | ------- fields in this struct18032 | name: String,181 | ^^^^18233 | r#type: DatasetType,183 | ^^^^^^18434 | pool: String,185 | ^^^^18635 | createtxg: i32,187 | ^^^^^^^^^188 |189 = note: `Dataset` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis190191warning: methods `get_property` and `get_property_mut` are never used192 --> src/zfs_list_output.rs:40:12193 |19439 | impl Dataset {195 | ------------ methods in this implementation19640 | pub fn get_property<'a, S>(&'a self, name: S) -> Option<&'a Property>197 | ^^^^^^^^^^^^198...19947 | pub fn get_property_mut<'a, S>(&'a mut self, name: S) -> Option<&'a mut Property>200 | ^^^^^^^^^^^^^^^^201202warning: field `output_version` is never read203 --> src/zfs_list_output.rs:57:9204 |20556 | pub struct ZfsList {206 | ------- field in this struct20757 | pub output_version: ZfsListVersion,208 | ^^^^^^^^^^^^^^209 |210 = note: `ZfsList` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis211212warning: `disko-zfs` (bin "disko-zfs" test) generated 6 warnings213 Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s214 Running unittests src/main.rs (target/x86_64-unknown-linux-gnu/debug/deps/disko_zfs-64451b4a3a34f6f0)215216running 0 tests217218test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s219220Finished cargoCheckHook
installPhase
221Executing cargoInstallHook222Finished cargoInstallHook
fixupPhase
223shrinking RPATHs of ELF executables and libraries in /nix/store/agys6yhqnivyi8h5w07dxhf4qgy6ax2y-disko-zfs-0.1.0224shrinking /nix/store/agys6yhqnivyi8h5w07dxhf4qgy6ax2y-disko-zfs-0.1.0/bin/disko-zfs225checking for references to /build/ in /nix/store/agys6yhqnivyi8h5w07dxhf4qgy6ax2y-disko-zfs-0.1.0...226patching script interpreter paths in /nix/store/agys6yhqnivyi8h5w07dxhf4qgy6ax2y-disko-zfs-0.1.0227stripping (with command strip and flags -S -p) in /nix/store/agys6yhqnivyi8h5w07dxhf4qgy6ax2y-disko-zfs-0.1.0/bin