|
|
|
| 1 | 2026-08-12T02:34:20.959Z | job assigned to worker 01KZSX2X3EK2WJVD2WF0N45VVA [factory aws, i-067239a7901c0c878] (queued for 47 s) |
| |
| 2 | 2026-08-12T02:34:27.360Z | starting task 0: "setup" |
| 3 | 2026-08-12T02:34:27.363Z | ++ uname -s |
| 4 | 2026-08-12T02:34:27.366Z | + kern=SunOS |
| 5 | 2026-08-12T02:34:27.367Z | + build_user=build |
| 6 | 2026-08-12T02:34:27.367Z | + build_uid=12345 |
| 7 | 2026-08-12T02:34:27.367Z | + work_dir=/work |
| 8 | 2026-08-12T02:34:27.367Z | + input_dir=/input |
| 9 | 2026-08-12T02:34:27.367Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-12T02:34:27.367Z | + case "$kern" in |
| 11 | 2026-08-12T02:34:27.367Z | + groupadd -g 12345 build |
| 12 | 2026-08-12T02:34:27.370Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-12T02:34:29.374Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-12T02:34:29.463Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-12T02:34:29.466Z | + home_fs=zfs |
| 16 | 2026-08-12T02:34:29.466Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-12T02:34:29.466Z | + mkdir -p /home/build |
| 18 | 2026-08-12T02:34:29.466Z | + chown build:build /home/build /work |
| 19 | 2026-08-12T02:34:31.468Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-12T02:34:31.472Z | process exited: duration 4112 ms, exit code 0 |
| |
| 21 | 2026-08-12T02:34:31.478Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-12T02:34:31.482Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-12T02:34:31.482Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-12T02:34:31.482Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-12T02:34:31.482Z | * rust toolchain profile = "default" |
| 26 | 2026-08-12T02:34:31.482Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-12T02:34:31.482Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-12T02:34:31.485Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-12T02:34:31.485Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-12T02:34:31.595Z | info: downloading installer |
| 31 | 2026-08-12T02:34:32.955Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-08-12T02:34:32.955Z | warn: /opt/ooce/bin |
| 33 | 2026-08-12T02:34:32.955Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-08-12T02:34:32.955Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-08-12T02:34:32.955Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-08-12T02:34:32.955Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-08-12T02:34:32.955Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-08-12T02:34:32.955Z | error: cannot install while Rust is installed |
| 39 | 2026-08-12T02:34:32.955Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-08-12T02:34:32.955Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-08-12T02:34:32.955Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-08-12T02:34:32.955Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-08-12T02:34:32.955Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-08-12T02:34:32.969Z | info: profile set to default |
| 45 | 2026-08-12T02:34:32.969Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-08-12T02:34:32.972Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 47 | 2026-08-12T02:34:33.133Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 48 | 2026-08-12T02:34:33.136Z | info: downloading 6 components |
| 49 | 2026-08-12T02:34:48.354Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 50 | 2026-08-12T02:34:48.354Z | |
| 51 | 2026-08-12T02:34:48.380Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 52 | 2026-08-12T02:34:48.380Z | |
| 53 | 2026-08-12T02:34:48.380Z | |
| 54 | 2026-08-12T02:34:48.380Z | Rust is installed now. Great! |
| 55 | 2026-08-12T02:34:48.380Z | |
| 56 | 2026-08-12T02:34:48.383Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-08-12T02:34:48.384Z | environment variable. This has not been done automatically. |
| 58 | 2026-08-12T02:34:48.384Z | |
| 59 | 2026-08-12T02:34:48.384Z | To configure your current shell, you need to source |
| 60 | 2026-08-12T02:34:48.384Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-08-12T02:34:48.384Z | |
| 62 | 2026-08-12T02:34:48.384Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-08-12T02:34:48.384Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-08-12T02:34:48.384Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-08-12T02:34:48.384Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-08-12T02:34:48.384Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-08-12T02:34:48.384Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-08-12T02:34:48.384Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-08-12T02:34:48.384Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-08-12T02:34:48.384Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-08-12T02:34:48.471Z | + rustup --version |
| 72 | 2026-08-12T02:34:48.479Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-08-12T02:34:48.486Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-08-12T02:34:48.501Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 75 | 2026-08-12T02:34:48.504Z | + cargo --version |
| 76 | 2026-08-12T02:34:48.518Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 77 | 2026-08-12T02:34:48.522Z | + rustc --version |
| 78 | 2026-08-12T02:34:48.541Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 79 | 2026-08-12T02:34:48.544Z | process exited: duration 17063 ms, exit code 0 |
| |
| 80 | 2026-08-12T02:34:48.549Z | starting task 2: "authentication" |
| 81 | 2026-08-12T02:34:48.567Z | process exited: duration 17 ms, exit code 0 |
| |
| 82 | 2026-08-12T02:34:48.574Z | starting task 3: "clone repository" |
| 83 | 2026-08-12T02:34:48.578Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-08-12T02:34:48.582Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-08-12T02:34:48.615Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-08-12T02:34:50.201Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-08-12T02:34:50.201Z | + git fetch origin b1b747df7844ed4d24a79206a7c8434ae0eda17b |
| 88 | 2026-08-12T02:34:50.483Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-08-12T02:34:50.483Z | * branch b1b747df7844ed4d24a79206a7c8434ae0eda17b -> FETCH_HEAD |
| 90 | 2026-08-12T02:34:50.488Z | + [[ -n '' ]] |
| 91 | 2026-08-12T02:34:50.488Z | + git reset --hard b1b747df7844ed4d24a79206a7c8434ae0eda17b |
| 92 | 2026-08-12T02:34:50.511Z | HEAD is now at b1b747df i have literally never seen cargo xtask style before |
| 93 | 2026-08-12T02:34:50.514Z | process exited: duration 1935 ms, exit code 0 |
| |
| 94 | 2026-08-12T02:34:50.521Z | starting task 4: "build" |
| 95 | 2026-08-12T02:34:50.530Z | Cloning into './gate_src'... |
| 96 | 2026-08-12T02:35:45.934Z | Updating files: 36% (18137/49653)
Updating files: 37% (18372/49653)
Updating files: 38% (18869/49653)
Updating files: 39% (19365/49653)
Updating files: 40% (19862/49653)
Updating files: 41% (20358/49653)
Updating files: 42% (20855/49653)
Updating files: 43% (21351/49653)
Updating files: 44% (21848/49653)
Updating files: 45% (22344/49653)
Updating files: 46% (22841/49653)
Updating files: 47% (23337/49653)
Updating files: 48% (23834/49653)
Updating files: 49% (24330/49653)
Updating files: 50% (24827/49653)
Updating files: 51% (25324/49653)
Updating files: 52% (25820/49653)
Updating files: 53% (26317/49653)
Updating files: 54% (26813/49653)
Updating files: 55% (27310/49653)
Updating files: 56% (27806/49653)
Updating files: 57% (28303/49653)
Updating files: 58% (28799/49653)
Updating files: 59% (29296/49653)
Updating files: 60% (29792/49653)
Updating files: 61% (30289/49653)
Updating files: 62% (30785/49653)
Updating files: 63% (31282/49653)
Updating files: 64% (31778/49653)
Updating files: 65% (32275/49653)
Updating files: 66% (32771/49653)
Updating files: 67% (33268/49653)
Updating files: 68% (33765/49653)
Updating files: 69% (34261/49653)
Updating files: 70% (34758/49653)
Updating files: 71% (35254/49653)
Updating files: 72% (35751/49653)
Updating files: 73% (36247/49653)
Updating files: 74% (36744/49653)
Updating files: 75% (37240/49653)
Updating files: 76% (37737/49653)
Updating files: 77% (38233/49653)
Updating files: 78% (38730/49653)
Updating files: 79% (39226/49653)
Updating files: 80% (39723/49653)
Updating files: 81% (40219/49653)
Updating files: 82% (40716/49653)
Updating files: 83% (41212/49653)
Updating files: 84% (41709/49653)
Updating files: 85% (42206/49653)
Updating files: 85% (42295/49653)
Updating files: 86% (42702/49653)
Updating files: 87% (43199/49653)
Updating files: 88% (43695/49653)
Updating files: 89% (44192/49653)
Updating files: 90% (44688/49653)
Updating files: 91% (45185/49653)
Updating files: 92% (45681/49653)
Updating files: 93% (46178/49653)
Updating files: 94% (46674/49653)
Updating files: 95% (47171/49653)
Updating files: 96% (47667/49653)
Updating files: 97% (48164/49653)
Updating files: 98% (48660/49653)
Updating files: 99% (49157/49653)
Updating files: 100% (49653/49653)
Updating files: 100% (49653/49653), done. |
| 97 | 2026-08-12T02:35:46.007Z | RUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/ |
| 98 | 2026-08-12T02:35:46.032Z | warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` |
| 99 | 2026-08-12T02:35:46.089Z | Updating crates.io index |
| 100 | 2026-08-12T02:35:46.397Z | Locking 45 packages to latest compatible versions |
| 101 | 2026-08-12T02:35:46.400Z | Adding strum v0.25.0 (available: v0.28.0) |
| 102 | 2026-08-12T02:35:46.402Z | Downloading crates ... |
| 103 | 2026-08-12T02:35:46.446Z | Downloaded bitflags v1.3.2 |
| 104 | 2026-08-12T02:35:46.452Z | Downloaded itoa v1.0.18 |
| 105 | 2026-08-12T02:35:46.455Z | Downloaded garando_pos v0.1.0 |
| 106 | 2026-08-12T02:35:46.457Z | Downloaded rustversion v1.0.23 |
| 107 | 2026-08-12T02:35:46.461Z | Downloaded log v0.4.33 |
| 108 | 2026-08-12T02:35:46.464Z | Downloaded heck v0.5.0 |
| 109 | 2026-08-12T02:35:46.466Z | Downloaded unicode-xid v0.2.6 |
| 110 | 2026-08-12T02:35:46.469Z | Downloaded dirs v2.0.2 |
| 111 | 2026-08-12T02:35:46.474Z | Downloaded dirs-sys v0.3.7 |
| 112 | 2026-08-12T02:35:46.478Z | Downloaded strum v0.26.3 |
| 113 | 2026-08-12T02:35:46.478Z | Downloaded cfg-if v0.1.10 |
| 114 | 2026-08-12T02:35:46.490Z | Downloaded quote v1.0.47 |
| 115 | 2026-08-12T02:35:46.493Z | Downloaded rustc_version v0.4.1 |
| 116 | 2026-08-12T02:35:46.500Z | Downloaded shlex v2.0.1 |
| 117 | 2026-08-12T02:35:46.503Z | Downloaded find-msvc-tools v0.1.10 |
| 118 | 2026-08-12T02:35:46.503Z | Downloaded garando_errors v0.1.0 |
| 119 | 2026-08-12T02:35:46.506Z | Downloaded zmij v1.0.23 |
| 120 | 2026-08-12T02:35:46.506Z | Downloaded ctest2 v0.4.10 |
| 121 | 2026-08-12T02:35:46.506Z | Downloaded strum_macros v0.26.4 |
| 122 | 2026-08-12T02:35:46.509Z | Downloaded proc-macro2 v1.0.107 |
| 123 | 2026-08-12T02:35:46.511Z | Downloaded strum v0.25.0 |
| 124 | 2026-08-12T02:35:46.521Z | Downloaded unicode-ident v1.0.24 |
| 125 | 2026-08-12T02:35:46.528Z | Downloaded semver v1.0.28 |
| 126 | 2026-08-12T02:35:46.538Z | Downloaded term v0.6.1 |
| 127 | 2026-08-12T02:35:46.541Z | Downloaded serde_derive v1.0.229 |
| 128 | 2026-08-12T02:35:46.546Z | Downloaded serde_core v1.0.229 |
| 129 | 2026-08-12T02:35:46.548Z | Downloaded serde v1.0.229 |
| 130 | 2026-08-12T02:35:46.551Z | Downloaded cc v1.4.2 |
| 131 | 2026-08-12T02:35:46.556Z | Downloaded memchr v2.8.3 |
| 132 | 2026-08-12T02:35:46.578Z | Downloaded serde_json v1.0.151 |
| 133 | 2026-08-12T02:35:46.605Z | Downloaded garando_syntax v0.1.1 |
| 134 | 2026-08-12T02:35:46.617Z | Downloaded syn v2.0.119 |
| 135 | 2026-08-12T02:35:46.623Z | Downloaded syn v3.0.3 |
| 136 | 2026-08-12T02:35:46.655Z | Downloaded libc v0.2.189 |
| 137 | 2026-08-12T02:35:46.708Z | Compiling proc-macro2 v1.0.107 |
| 138 | 2026-08-12T02:35:46.711Z | Compiling quote v1.0.47 |
| 139 | 2026-08-12T02:35:46.711Z | Compiling unicode-ident v1.0.24 |
| 140 | 2026-08-12T02:35:46.711Z | Compiling libc v0.2.189 |
| 141 | 2026-08-12T02:35:46.711Z | Compiling serde_core v1.0.229 |
| 142 | 2026-08-12T02:35:46.711Z | Compiling serde v1.0.229 |
| 143 | 2026-08-12T02:35:46.711Z | Compiling cfg-if v0.1.10 |
| 144 | 2026-08-12T02:35:46.711Z | Compiling rustversion v1.0.23 |
| 145 | 2026-08-12T02:35:46.816Z | Compiling zmij v1.0.23 |
| 146 | 2026-08-12T02:35:46.870Z | Compiling serde_json v1.0.151 |
| 147 | 2026-08-12T02:35:47.105Z | Compiling itoa v1.0.18 |
| 148 | 2026-08-12T02:35:47.134Z | Compiling heck v0.5.0 |
| 149 | 2026-08-12T02:35:47.137Z | Compiling unicode-xid v0.2.6 |
| 150 | 2026-08-12T02:35:47.226Z | Compiling memchr v2.8.3 |
| 151 | 2026-08-12T02:35:47.267Z | Compiling shlex v2.0.1 |
| 152 | 2026-08-12T02:35:47.316Z | Compiling semver v1.0.28 |
| 153 | 2026-08-12T02:35:47.401Z | Compiling find-msvc-tools v0.1.10 |
| 154 | 2026-08-12T02:35:47.436Z | Compiling dirs-sys v0.3.7 |
| 155 | 2026-08-12T02:35:47.458Z | Compiling bitflags v1.3.2 |
| 156 | 2026-08-12T02:35:47.518Z | Compiling log v0.4.33 |
| 157 | 2026-08-12T02:35:47.593Z | Compiling dirs v2.0.2 |
| 158 | 2026-08-12T02:35:47.623Z | Compiling cc v1.4.2 |
| 159 | 2026-08-12T02:35:47.657Z | Compiling rustc_version v0.4.1 |
| 160 | 2026-08-12T02:35:47.685Z | Compiling term v0.6.1 |
| 161 | 2026-08-12T02:35:47.691Z | Compiling strum v0.25.0 |
| 162 | 2026-08-12T02:35:47.888Z | Compiling syn v3.0.3 |
| 163 | 2026-08-12T02:35:47.888Z | Compiling syn v2.0.119 |
| 164 | 2026-08-12T02:35:49.256Z | Compiling serde_derive v1.0.229 |
| 165 | 2026-08-12T02:35:49.540Z | Compiling strum_macros v0.26.4 |
| 166 | 2026-08-12T02:35:50.597Z | Compiling strum v0.26.3 |
| 167 | 2026-08-12T02:35:50.661Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 168 | 2026-08-12T02:35:51.354Z | Compiling garando_pos v0.1.0 |
| 169 | 2026-08-12T02:35:51.637Z | Compiling garando_errors v0.1.0 |
| 170 | 2026-08-12T02:35:52.028Z | Compiling garando_syntax v0.1.1 |
| 171 | 2026-08-12T02:35:56.144Z | Compiling ctest2 v0.4.10 |
| 172 | 2026-08-12T02:35:56.756Z | Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check) |
| 173 | 2026-08-12T02:35:59.080Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 13.06s |
| 174 | 2026-08-12T02:35:59.095Z | Running test/main.rs (target/debug/deps/main-df3cbe90aa6bc004) |
| 175 | 2026-08-12T02:35:59.098Z | RUNNING ALL TESTS |
| 176 | 2026-08-12T02:35:59.098Z | PASSED 1185 tests |
| 177 | 2026-08-12T02:35:59.110Z | RUNNING HEADER-CHECK FOR crates/nvpair/header-check/ |
| 178 | 2026-08-12T02:35:59.169Z | Updating crates.io index |
| 179 | 2026-08-12T02:35:59.349Z | Locking 40 packages to latest compatible versions |
| 180 | 2026-08-12T02:35:59.391Z | Compiling proc-macro2 v1.0.107 |
| 181 | 2026-08-12T02:35:59.392Z | Compiling unicode-ident v1.0.24 |
| 182 | 2026-08-12T02:35:59.392Z | Compiling libc v0.2.189 |
| 183 | 2026-08-12T02:35:59.395Z | Compiling quote v1.0.47 |
| 184 | 2026-08-12T02:35:59.395Z | Compiling serde_core v1.0.229 |
| 185 | 2026-08-12T02:35:59.395Z | Compiling serde v1.0.229 |
| 186 | 2026-08-12T02:35:59.395Z | Compiling cfg-if v0.1.10 |
| 187 | 2026-08-12T02:35:59.395Z | Compiling zmij v1.0.23 |
| 188 | 2026-08-12T02:35:59.451Z | Compiling serde_json v1.0.151 |
| 189 | 2026-08-12T02:35:59.497Z | Compiling itoa v1.0.18 |
| 190 | 2026-08-12T02:35:59.652Z | Compiling unicode-xid v0.2.6 |
| 191 | 2026-08-12T02:35:59.660Z | Compiling memchr v2.8.3 |
| 192 | 2026-08-12T02:35:59.687Z | Compiling semver v1.0.28 |
| 193 | 2026-08-12T02:35:59.710Z | Compiling bitflags v1.3.2 |
| 194 | 2026-08-12T02:35:59.744Z | Compiling shlex v2.0.1 |
| 195 | 2026-08-12T02:35:59.761Z | Compiling log v0.4.33 |
| 196 | 2026-08-12T02:35:59.905Z | Compiling find-msvc-tools v0.1.10 |
| 197 | 2026-08-12T02:35:59.914Z | Compiling rustc_version v0.4.1 |
| 198 | 2026-08-12T02:36:00.021Z | Compiling cc v1.4.2 |
| 199 | 2026-08-12T02:36:00.025Z | Compiling dirs-sys v0.3.7 |
| 200 | 2026-08-12T02:36:00.080Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 201 | 2026-08-12T02:36:00.153Z | Compiling dirs v2.0.2 |
| 202 | 2026-08-12T02:36:00.215Z | Compiling term v0.6.1 |
| 203 | 2026-08-12T02:36:00.477Z | Compiling syn v3.0.3 |
| 204 | 2026-08-12T02:36:01.720Z | Compiling serde_derive v1.0.229 |
| 205 | 2026-08-12T02:36:03.657Z | Compiling garando_pos v0.1.0 |
| 206 | 2026-08-12T02:36:03.924Z | Compiling garando_errors v0.1.0 |
| 207 | 2026-08-12T02:36:04.304Z | Compiling garando_syntax v0.1.1 |
| 208 | 2026-08-12T02:36:08.412Z | Compiling ctest2 v0.4.10 |
| 209 | 2026-08-12T02:36:09.019Z | Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check) |
| 210 | 2026-08-12T02:36:09.801Z | warning: direct cast of function item into an integer |
| 211 | 2026-08-12T02:36:09.801Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:865:44 |
| 212 | 2026-08-12T02:36:09.802Z | | |
| 213 | 2026-08-12T02:36:09.802Z | 865 | same(nvlist_remove as usize, |
| 214 | 2026-08-12T02:36:09.802Z | | ^^^^^^^^ |
| 215 | 2026-08-12T02:36:09.802Z | | |
| 216 | 2026-08-12T02:36:09.802Z | = note: `#[warn(function_casts_as_integer)]` on by default |
| 217 | 2026-08-12T02:36:09.802Z | help: first cast to a pointer `as *const ()` |
| 218 | 2026-08-12T02:36:09.802Z | | |
| 219 | 2026-08-12T02:36:09.802Z | 865 | same(nvlist_remove as *const () as usize, |
| 220 | 2026-08-12T02:36:09.802Z | | ++++++++++++ |
| 221 | 2026-08-12T02:36:09.802Z | |
| 222 | 2026-08-12T02:36:09.806Z | warning: direct cast of function item into an integer |
| 223 | 2026-08-12T02:36:09.806Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:882:48 |
| 224 | 2026-08-12T02:36:09.806Z | | |
| 225 | 2026-08-12T02:36:09.806Z | 882 | same(nvlist_remove_all as usize, |
| 226 | 2026-08-12T02:36:09.806Z | | ^^^^^^^^ |
| 227 | 2026-08-12T02:36:09.806Z | | |
| 228 | 2026-08-12T02:36:09.806Z | help: first cast to a pointer `as *const ()` |
| 229 | 2026-08-12T02:36:09.806Z | | |
| 230 | 2026-08-12T02:36:09.806Z | 882 | same(nvlist_remove_all as *const () as usize, |
| 231 | 2026-08-12T02:36:09.806Z | | ++++++++++++ |
| 232 | 2026-08-12T02:36:09.806Z | |
| 233 | 2026-08-12T02:36:09.806Z | warning: direct cast of function item into an integer |
| 234 | 2026-08-12T02:36:09.806Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:899:51 |
| 235 | 2026-08-12T02:36:09.806Z | | |
| 236 | 2026-08-12T02:36:09.806Z | 899 | same(nvlist_remove_nvpair as usize, |
| 237 | 2026-08-12T02:36:09.806Z | | ^^^^^^^^ |
| 238 | 2026-08-12T02:36:09.806Z | | |
| 239 | 2026-08-12T02:36:09.806Z | help: first cast to a pointer `as *const ()` |
| 240 | 2026-08-12T02:36:09.806Z | | |
| 241 | 2026-08-12T02:36:09.806Z | 899 | same(nvlist_remove_nvpair as *const () as usize, |
| 242 | 2026-08-12T02:36:09.806Z | | ++++++++++++ |
| 243 | 2026-08-12T02:36:09.806Z | |
| 244 | 2026-08-12T02:36:09.806Z | warning: direct cast of function item into an integer |
| 245 | 2026-08-12T02:36:09.806Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:916:51 |
| 246 | 2026-08-12T02:36:09.806Z | | |
| 247 | 2026-08-12T02:36:09.806Z | 916 | same(nvlist_lookup_nvpair as usize, |
| 248 | 2026-08-12T02:36:09.806Z | | ^^^^^^^^ |
| 249 | 2026-08-12T02:36:09.806Z | | |
| 250 | 2026-08-12T02:36:09.806Z | help: first cast to a pointer `as *const ()` |
| 251 | 2026-08-12T02:36:09.806Z | | |
| 252 | 2026-08-12T02:36:09.806Z | 916 | same(nvlist_lookup_nvpair as *const () as usize, |
| 253 | 2026-08-12T02:36:09.806Z | | ++++++++++++ |
| 254 | 2026-08-12T02:36:09.806Z | |
| 255 | 2026-08-12T02:36:09.806Z | warning: direct cast of function item into an integer |
| 256 | 2026-08-12T02:36:09.806Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:933:49 |
| 257 | 2026-08-12T02:36:09.807Z | | |
| 258 | 2026-08-12T02:36:09.807Z | 933 | same(nvlist_next_nvpair as usize, |
| 259 | 2026-08-12T02:36:09.807Z | | ^^^^^^^^ |
| 260 | 2026-08-12T02:36:09.807Z | | |
| 261 | 2026-08-12T02:36:09.807Z | help: first cast to a pointer `as *const ()` |
| 262 | 2026-08-12T02:36:09.807Z | | |
| 263 | 2026-08-12T02:36:09.807Z | 933 | same(nvlist_next_nvpair as *const () as usize, |
| 264 | 2026-08-12T02:36:09.807Z | | ++++++++++++ |
| 265 | 2026-08-12T02:36:09.807Z | |
| 266 | 2026-08-12T02:36:09.807Z | warning: direct cast of function item into an integer |
| 267 | 2026-08-12T02:36:09.807Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:950:49 |
| 268 | 2026-08-12T02:36:09.807Z | | |
| 269 | 2026-08-12T02:36:09.807Z | 950 | same(nvlist_prev_nvpair as usize, |
| 270 | 2026-08-12T02:36:09.807Z | | ^^^^^^^^ |
| 271 | 2026-08-12T02:36:09.807Z | | |
| 272 | 2026-08-12T02:36:09.807Z | help: first cast to a pointer `as *const ()` |
| 273 | 2026-08-12T02:36:09.807Z | | |
| 274 | 2026-08-12T02:36:09.807Z | 950 | same(nvlist_prev_nvpair as *const () as usize, |
| 275 | 2026-08-12T02:36:09.807Z | | ++++++++++++ |
| 276 | 2026-08-12T02:36:09.807Z | |
| 277 | 2026-08-12T02:36:09.807Z | warning: direct cast of function item into an integer |
| 278 | 2026-08-12T02:36:09.807Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:967:44 |
| 279 | 2026-08-12T02:36:09.807Z | | |
| 280 | 2026-08-12T02:36:09.807Z | 967 | same(nvlist_exists as usize, |
| 281 | 2026-08-12T02:36:09.807Z | | ^^^^^^^^ |
| 282 | 2026-08-12T02:36:09.807Z | | |
| 283 | 2026-08-12T02:36:09.807Z | help: first cast to a pointer `as *const ()` |
| 284 | 2026-08-12T02:36:09.807Z | | |
| 285 | 2026-08-12T02:36:09.807Z | 967 | same(nvlist_exists as *const () as usize, |
| 286 | 2026-08-12T02:36:09.807Z | | ++++++++++++ |
| 287 | 2026-08-12T02:36:09.807Z | |
| 288 | 2026-08-12T02:36:09.807Z | warning: direct cast of function item into an integer |
| 289 | 2026-08-12T02:36:09.807Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:984:43 |
| 290 | 2026-08-12T02:36:09.807Z | | |
| 291 | 2026-08-12T02:36:09.807Z | 984 | same(nvlist_empty as usize, |
| 292 | 2026-08-12T02:36:09.807Z | | ^^^^^^^^ |
| 293 | 2026-08-12T02:36:09.807Z | | |
| 294 | 2026-08-12T02:36:09.807Z | help: first cast to a pointer `as *const ()` |
| 295 | 2026-08-12T02:36:09.807Z | | |
| 296 | 2026-08-12T02:36:09.808Z | 984 | same(nvlist_empty as *const () as usize, |
| 297 | 2026-08-12T02:36:09.808Z | | ++++++++++++ |
| 298 | 2026-08-12T02:36:09.808Z | |
| 299 | 2026-08-12T02:36:09.808Z | warning: direct cast of function item into an integer |
| 300 | 2026-08-12T02:36:09.808Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1001:44 |
| 301 | 2026-08-12T02:36:09.808Z | | |
| 302 | 2026-08-12T02:36:09.808Z | 1001 | same(nvlist_unpack as usize, |
| 303 | 2026-08-12T02:36:09.808Z | | ^^^^^^^^ |
| 304 | 2026-08-12T02:36:09.808Z | | |
| 305 | 2026-08-12T02:36:09.808Z | help: first cast to a pointer `as *const ()` |
| 306 | 2026-08-12T02:36:09.808Z | | |
| 307 | 2026-08-12T02:36:09.808Z | 1001 | same(nvlist_unpack as *const () as usize, |
| 308 | 2026-08-12T02:36:09.808Z | | ++++++++++++ |
| 309 | 2026-08-12T02:36:09.808Z | |
| 310 | 2026-08-12T02:36:09.808Z | warning: direct cast of function item into an integer |
| 311 | 2026-08-12T02:36:09.808Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1018:44 |
| 312 | 2026-08-12T02:36:09.808Z | | |
| 313 | 2026-08-12T02:36:09.808Z | 1018 | same(fnvlist_alloc as usize, |
| 314 | 2026-08-12T02:36:09.808Z | | ^^^^^^^^ |
| 315 | 2026-08-12T02:36:09.808Z | | |
| 316 | 2026-08-12T02:36:09.808Z | help: first cast to a pointer `as *const ()` |
| 317 | 2026-08-12T02:36:09.808Z | | |
| 318 | 2026-08-12T02:36:09.808Z | 1018 | same(fnvlist_alloc as *const () as usize, |
| 319 | 2026-08-12T02:36:09.808Z | | ++++++++++++ |
| 320 | 2026-08-12T02:36:09.808Z | |
| 321 | 2026-08-12T02:36:09.808Z | warning: direct cast of function item into an integer |
| 322 | 2026-08-12T02:36:09.812Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1035:43 |
| 323 | 2026-08-12T02:36:09.812Z | | |
| 324 | 2026-08-12T02:36:09.812Z | 1035 | same(fnvlist_free as usize, |
| 325 | 2026-08-12T02:36:09.812Z | | ^^^^^^^^ |
| 326 | 2026-08-12T02:36:09.812Z | | |
| 327 | 2026-08-12T02:36:09.812Z | help: first cast to a pointer `as *const ()` |
| 328 | 2026-08-12T02:36:09.812Z | | |
| 329 | 2026-08-12T02:36:09.813Z | 1035 | same(fnvlist_free as *const () as usize, |
| 330 | 2026-08-12T02:36:09.813Z | | ++++++++++++ |
| 331 | 2026-08-12T02:36:09.813Z | |
| 332 | 2026-08-12T02:36:09.813Z | warning: direct cast of function item into an integer |
| 333 | 2026-08-12T02:36:09.813Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1052:43 |
| 334 | 2026-08-12T02:36:09.813Z | | |
| 335 | 2026-08-12T02:36:09.813Z | 1052 | same(fnvlist_size as usize, |
| 336 | 2026-08-12T02:36:09.813Z | | ^^^^^^^^ |
| 337 | 2026-08-12T02:36:09.813Z | | |
| 338 | 2026-08-12T02:36:09.813Z | help: first cast to a pointer `as *const ()` |
| 339 | 2026-08-12T02:36:09.813Z | | |
| 340 | 2026-08-12T02:36:09.813Z | 1052 | same(fnvlist_size as *const () as usize, |
| 341 | 2026-08-12T02:36:09.813Z | | ++++++++++++ |
| 342 | 2026-08-12T02:36:09.813Z | |
| 343 | 2026-08-12T02:36:09.813Z | warning: direct cast of function item into an integer |
| 344 | 2026-08-12T02:36:09.813Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1069:43 |
| 345 | 2026-08-12T02:36:09.813Z | | |
| 346 | 2026-08-12T02:36:09.813Z | 1069 | same(fnvlist_pack as usize, |
| 347 | 2026-08-12T02:36:09.813Z | | ^^^^^^^^ |
| 348 | 2026-08-12T02:36:09.813Z | | |
| 349 | 2026-08-12T02:36:09.813Z | help: first cast to a pointer `as *const ()` |
| 350 | 2026-08-12T02:36:09.813Z | | |
| 351 | 2026-08-12T02:36:09.813Z | 1069 | same(fnvlist_pack as *const () as usize, |
| 352 | 2026-08-12T02:36:09.813Z | | ++++++++++++ |
| 353 | 2026-08-12T02:36:09.813Z | |
| 354 | 2026-08-12T02:36:09.813Z | warning: direct cast of function item into an integer |
| 355 | 2026-08-12T02:36:09.813Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1086:48 |
| 356 | 2026-08-12T02:36:09.813Z | | |
| 357 | 2026-08-12T02:36:09.813Z | 1086 | same(fnvlist_pack_free as usize, |
| 358 | 2026-08-12T02:36:09.813Z | | ^^^^^^^^ |
| 359 | 2026-08-12T02:36:09.813Z | | |
| 360 | 2026-08-12T02:36:09.813Z | help: first cast to a pointer `as *const ()` |
| 361 | 2026-08-12T02:36:09.813Z | | |
| 362 | 2026-08-12T02:36:09.813Z | 1086 | same(fnvlist_pack_free as *const () as usize, |
| 363 | 2026-08-12T02:36:09.813Z | | ++++++++++++ |
| 364 | 2026-08-12T02:36:09.813Z | |
| 365 | 2026-08-12T02:36:09.813Z | warning: direct cast of function item into an integer |
| 366 | 2026-08-12T02:36:09.813Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1103:45 |
| 367 | 2026-08-12T02:36:09.813Z | | |
| 368 | 2026-08-12T02:36:09.814Z | 1103 | same(fnvlist_unpack as usize, |
| 369 | 2026-08-12T02:36:09.814Z | | ^^^^^^^^ |
| 370 | 2026-08-12T02:36:09.814Z | | |
| 371 | 2026-08-12T02:36:09.814Z | help: first cast to a pointer `as *const ()` |
| 372 | 2026-08-12T02:36:09.814Z | | |
| 373 | 2026-08-12T02:36:09.814Z | 1103 | same(fnvlist_unpack as *const () as usize, |
| 374 | 2026-08-12T02:36:09.814Z | | ++++++++++++ |
| 375 | 2026-08-12T02:36:09.814Z | |
| 376 | 2026-08-12T02:36:09.814Z | warning: direct cast of function item into an integer |
| 377 | 2026-08-12T02:36:09.814Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1120:42 |
| 378 | 2026-08-12T02:36:09.814Z | | |
| 379 | 2026-08-12T02:36:09.814Z | 1120 | same(fnvlist_dup as usize, |
| 380 | 2026-08-12T02:36:09.814Z | | ^^^^^^^^ |
| 381 | 2026-08-12T02:36:09.814Z | | |
| 382 | 2026-08-12T02:36:09.814Z | help: first cast to a pointer `as *const ()` |
| 383 | 2026-08-12T02:36:09.814Z | | |
| 384 | 2026-08-12T02:36:09.814Z | 1120 | same(fnvlist_dup as *const () as usize, |
| 385 | 2026-08-12T02:36:09.814Z | | ++++++++++++ |
| 386 | 2026-08-12T02:36:09.814Z | |
| 387 | 2026-08-12T02:36:09.814Z | warning: direct cast of function item into an integer |
| 388 | 2026-08-12T02:36:09.814Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1137:44 |
| 389 | 2026-08-12T02:36:09.814Z | | |
| 390 | 2026-08-12T02:36:09.814Z | 1137 | same(fnvlist_merge as usize, |
| 391 | 2026-08-12T02:36:09.814Z | | ^^^^^^^^ |
| 392 | 2026-08-12T02:36:09.814Z | | |
| 393 | 2026-08-12T02:36:09.814Z | help: first cast to a pointer `as *const ()` |
| 394 | 2026-08-12T02:36:09.814Z | | |
| 395 | 2026-08-12T02:36:09.814Z | 1137 | same(fnvlist_merge as *const () as usize, |
| 396 | 2026-08-12T02:36:09.814Z | | ++++++++++++ |
| 397 | 2026-08-12T02:36:09.814Z | |
| 398 | 2026-08-12T02:36:09.814Z | warning: direct cast of function item into an integer |
| 399 | 2026-08-12T02:36:09.814Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1154:48 |
| 400 | 2026-08-12T02:36:09.814Z | | |
| 401 | 2026-08-12T02:36:09.814Z | 1154 | same(fnvlist_num_pairs as usize, |
| 402 | 2026-08-12T02:36:09.814Z | | ^^^^^^^^ |
| 403 | 2026-08-12T02:36:09.814Z | | |
| 404 | 2026-08-12T02:36:09.814Z | help: first cast to a pointer `as *const ()` |
| 405 | 2026-08-12T02:36:09.814Z | | |
| 406 | 2026-08-12T02:36:09.814Z | 1154 | same(fnvlist_num_pairs as *const () as usize, |
| 407 | 2026-08-12T02:36:09.814Z | | ++++++++++++ |
| 408 | 2026-08-12T02:36:09.815Z | |
| 409 | 2026-08-12T02:36:09.815Z | warning: direct cast of function item into an integer |
| 410 | 2026-08-12T02:36:09.815Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1171:50 |
| 411 | 2026-08-12T02:36:09.815Z | | |
| 412 | 2026-08-12T02:36:09.815Z | 1171 | same(fnvlist_add_boolean as usize, |
| 413 | 2026-08-12T02:36:09.815Z | | ^^^^^^^^ |
| 414 | 2026-08-12T02:36:09.815Z | | |
| 415 | 2026-08-12T02:36:09.815Z | help: first cast to a pointer `as *const ()` |
| 416 | 2026-08-12T02:36:09.815Z | | |
| 417 | 2026-08-12T02:36:09.815Z | 1171 | same(fnvlist_add_boolean as *const () as usize, |
| 418 | 2026-08-12T02:36:09.815Z | | ++++++++++++ |
| 419 | 2026-08-12T02:36:09.815Z | |
| 420 | 2026-08-12T02:36:09.815Z | warning: direct cast of function item into an integer |
| 421 | 2026-08-12T02:36:09.815Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1188:56 |
| 422 | 2026-08-12T02:36:09.818Z | | |
| 423 | 2026-08-12T02:36:09.818Z | 1188 | same(fnvlist_add_boolean_value as usize, |
| 424 | 2026-08-12T02:36:09.819Z | | ^^^^^^^^ |
| 425 | 2026-08-12T02:36:09.819Z | | |
| 426 | 2026-08-12T02:36:09.819Z | help: first cast to a pointer `as *const ()` |
| 427 | 2026-08-12T02:36:09.819Z | | |
| 428 | 2026-08-12T02:36:09.819Z | 1188 | same(fnvlist_add_boolean_value as *const () as usize, |
| 429 | 2026-08-12T02:36:09.819Z | | ++++++++++++ |
| 430 | 2026-08-12T02:36:09.819Z | |
| 431 | 2026-08-12T02:36:09.819Z | warning: direct cast of function item into an integer |
| 432 | 2026-08-12T02:36:09.819Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1205:47 |
| 433 | 2026-08-12T02:36:09.819Z | | |
| 434 | 2026-08-12T02:36:09.819Z | 1205 | same(fnvlist_add_byte as usize, |
| 435 | 2026-08-12T02:36:09.819Z | | ^^^^^^^^ |
| 436 | 2026-08-12T02:36:09.819Z | | |
| 437 | 2026-08-12T02:36:09.819Z | help: first cast to a pointer `as *const ()` |
| 438 | 2026-08-12T02:36:09.819Z | | |
| 439 | 2026-08-12T02:36:09.819Z | 1205 | same(fnvlist_add_byte as *const () as usize, |
| 440 | 2026-08-12T02:36:09.819Z | | ++++++++++++ |
| 441 | 2026-08-12T02:36:09.819Z | |
| 442 | 2026-08-12T02:36:09.819Z | warning: direct cast of function item into an integer |
| 443 | 2026-08-12T02:36:09.819Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1222:47 |
| 444 | 2026-08-12T02:36:09.819Z | | |
| 445 | 2026-08-12T02:36:09.819Z | 1222 | same(fnvlist_add_int8 as usize, |
| 446 | 2026-08-12T02:36:09.819Z | | ^^^^^^^^ |
| 447 | 2026-08-12T02:36:09.819Z | | |
| 448 | 2026-08-12T02:36:09.819Z | help: first cast to a pointer `as *const ()` |
| 449 | 2026-08-12T02:36:09.819Z | | |
| 450 | 2026-08-12T02:36:09.819Z | 1222 | same(fnvlist_add_int8 as *const () as usize, |
| 451 | 2026-08-12T02:36:09.819Z | | ++++++++++++ |
| 452 | 2026-08-12T02:36:09.819Z | |
| 453 | 2026-08-12T02:36:09.819Z | warning: direct cast of function item into an integer |
| 454 | 2026-08-12T02:36:09.819Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1239:48 |
| 455 | 2026-08-12T02:36:09.819Z | | |
| 456 | 2026-08-12T02:36:09.819Z | 1239 | same(fnvlist_add_uint8 as usize, |
| 457 | 2026-08-12T02:36:09.819Z | | ^^^^^^^^ |
| 458 | 2026-08-12T02:36:09.819Z | | |
| 459 | 2026-08-12T02:36:09.819Z | help: first cast to a pointer `as *const ()` |
| 460 | 2026-08-12T02:36:09.819Z | | |
| 461 | 2026-08-12T02:36:09.819Z | 1239 | same(fnvlist_add_uint8 as *const () as usize, |
| 462 | 2026-08-12T02:36:09.820Z | | ++++++++++++ |
| 463 | 2026-08-12T02:36:09.820Z | |
| 464 | 2026-08-12T02:36:09.820Z | warning: direct cast of function item into an integer |
| 465 | 2026-08-12T02:36:09.820Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1256:48 |
| 466 | 2026-08-12T02:36:09.820Z | | |
| 467 | 2026-08-12T02:36:09.820Z | 1256 | same(fnvlist_add_int16 as usize, |
| 468 | 2026-08-12T02:36:09.820Z | | ^^^^^^^^ |
| 469 | 2026-08-12T02:36:09.820Z | | |
| 470 | 2026-08-12T02:36:09.820Z | help: first cast to a pointer `as *const ()` |
| 471 | 2026-08-12T02:36:09.820Z | | |
| 472 | 2026-08-12T02:36:09.820Z | 1256 | same(fnvlist_add_int16 as *const () as usize, |
| 473 | 2026-08-12T02:36:09.820Z | | ++++++++++++ |
| 474 | 2026-08-12T02:36:09.820Z | |
| 475 | 2026-08-12T02:36:09.820Z | warning: direct cast of function item into an integer |
| 476 | 2026-08-12T02:36:09.820Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1273:49 |
| 477 | 2026-08-12T02:36:09.820Z | | |
| 478 | 2026-08-12T02:36:09.820Z | 1273 | same(fnvlist_add_uint16 as usize, |
| 479 | 2026-08-12T02:36:09.820Z | | ^^^^^^^^ |
| 480 | 2026-08-12T02:36:09.820Z | | |
| 481 | 2026-08-12T02:36:09.820Z | help: first cast to a pointer `as *const ()` |
| 482 | 2026-08-12T02:36:09.820Z | | |
| 483 | 2026-08-12T02:36:09.820Z | 1273 | same(fnvlist_add_uint16 as *const () as usize, |
| 484 | 2026-08-12T02:36:09.820Z | | ++++++++++++ |
| 485 | 2026-08-12T02:36:09.820Z | |
| 486 | 2026-08-12T02:36:09.820Z | warning: direct cast of function item into an integer |
| 487 | 2026-08-12T02:36:09.820Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1290:48 |
| 488 | 2026-08-12T02:36:09.820Z | | |
| 489 | 2026-08-12T02:36:09.820Z | 1290 | same(fnvlist_add_int32 as usize, |
| 490 | 2026-08-12T02:36:09.820Z | | ^^^^^^^^ |
| 491 | 2026-08-12T02:36:09.820Z | | |
| 492 | 2026-08-12T02:36:09.820Z | help: first cast to a pointer `as *const ()` |
| 493 | 2026-08-12T02:36:09.820Z | | |
| 494 | 2026-08-12T02:36:09.820Z | 1290 | same(fnvlist_add_int32 as *const () as usize, |
| 495 | 2026-08-12T02:36:09.820Z | | ++++++++++++ |
| 496 | 2026-08-12T02:36:09.820Z | |
| 497 | 2026-08-12T02:36:09.820Z | warning: direct cast of function item into an integer |
| 498 | 2026-08-12T02:36:09.820Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1307:49 |
| 499 | 2026-08-12T02:36:09.820Z | | |
| 500 | 2026-08-12T02:36:09.820Z | 1307 | same(fnvlist_add_uint32 as usize, |
| 501 | 2026-08-12T02:36:09.820Z | | ^^^^^^^^ |
| 502 | 2026-08-12T02:36:09.821Z | | |
| 503 | 2026-08-12T02:36:09.821Z | help: first cast to a pointer `as *const ()` |
| 504 | 2026-08-12T02:36:09.821Z | | |
| 505 | 2026-08-12T02:36:09.821Z | 1307 | same(fnvlist_add_uint32 as *const () as usize, |
| 506 | 2026-08-12T02:36:09.821Z | | ++++++++++++ |
| 507 | 2026-08-12T02:36:09.821Z | |
| 508 | 2026-08-12T02:36:09.821Z | warning: direct cast of function item into an integer |
| 509 | 2026-08-12T02:36:09.821Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1324:48 |
| 510 | 2026-08-12T02:36:09.821Z | | |
| 511 | 2026-08-12T02:36:09.821Z | 1324 | same(fnvlist_add_int64 as usize, |
| 512 | 2026-08-12T02:36:09.821Z | | ^^^^^^^^ |
| 513 | 2026-08-12T02:36:09.821Z | | |
| 514 | 2026-08-12T02:36:09.821Z | help: first cast to a pointer `as *const ()` |
| 515 | 2026-08-12T02:36:09.821Z | | |
| 516 | 2026-08-12T02:36:09.821Z | 1324 | same(fnvlist_add_int64 as *const () as usize, |
| 517 | 2026-08-12T02:36:09.821Z | | ++++++++++++ |
| 518 | 2026-08-12T02:36:09.821Z | |
| 519 | 2026-08-12T02:36:09.821Z | warning: direct cast of function item into an integer |
| 520 | 2026-08-12T02:36:09.821Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1341:49 |
| 521 | 2026-08-12T02:36:09.821Z | | |
| 522 | 2026-08-12T02:36:09.825Z | 1341 | same(fnvlist_add_uint64 as usize, |
| 523 | 2026-08-12T02:36:09.825Z | | ^^^^^^^^ |
| 524 | 2026-08-12T02:36:09.825Z | | |
| 525 | 2026-08-12T02:36:09.825Z | help: first cast to a pointer `as *const ()` |
| 526 | 2026-08-12T02:36:09.825Z | | |
| 527 | 2026-08-12T02:36:09.825Z | 1341 | same(fnvlist_add_uint64 as *const () as usize, |
| 528 | 2026-08-12T02:36:09.825Z | | ++++++++++++ |
| 529 | 2026-08-12T02:36:09.825Z | |
| 530 | 2026-08-12T02:36:09.825Z | warning: direct cast of function item into an integer |
| 531 | 2026-08-12T02:36:09.825Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1358:49 |
| 532 | 2026-08-12T02:36:09.825Z | | |
| 533 | 2026-08-12T02:36:09.825Z | 1358 | same(fnvlist_add_string as usize, |
| 534 | 2026-08-12T02:36:09.825Z | | ^^^^^^^^ |
| 535 | 2026-08-12T02:36:09.825Z | | |
| 536 | 2026-08-12T02:36:09.825Z | help: first cast to a pointer `as *const ()` |
| 537 | 2026-08-12T02:36:09.825Z | | |
| 538 | 2026-08-12T02:36:09.825Z | 1358 | same(fnvlist_add_string as *const () as usize, |
| 539 | 2026-08-12T02:36:09.825Z | | ++++++++++++ |
| 540 | 2026-08-12T02:36:09.825Z | |
| 541 | 2026-08-12T02:36:09.825Z | warning: direct cast of function item into an integer |
| 542 | 2026-08-12T02:36:09.825Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1375:49 |
| 543 | 2026-08-12T02:36:09.825Z | | |
| 544 | 2026-08-12T02:36:09.825Z | 1375 | same(fnvlist_add_nvlist as usize, |
| 545 | 2026-08-12T02:36:09.825Z | | ^^^^^^^^ |
| 546 | 2026-08-12T02:36:09.825Z | | |
| 547 | 2026-08-12T02:36:09.825Z | help: first cast to a pointer `as *const ()` |
| 548 | 2026-08-12T02:36:09.825Z | | |
| 549 | 2026-08-12T02:36:09.825Z | 1375 | same(fnvlist_add_nvlist as *const () as usize, |
| 550 | 2026-08-12T02:36:09.825Z | | ++++++++++++ |
| 551 | 2026-08-12T02:36:09.825Z | |
| 552 | 2026-08-12T02:36:09.825Z | warning: direct cast of function item into an integer |
| 553 | 2026-08-12T02:36:09.825Z | --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-9a1ca9bc021acc4f/out/main.rs:1392:49 |
| 554 | 2026-08-12T02:36:09.825Z | | |
| 555 | 2026-08-12T02:36:09.825Z | 1392 | same(fnvlist_add_nvpair as usize, |
| 556 | 2026-08-12T02:36:09.825Z | | ^^^^^^^^ |
| 557 | 2026-08-12T02:36:09.825Z | | |
| 558 | 2026-08-12T02:36:09.826Z | help: first cast to a pointer `as *const ()` |
| 559 | 2026-08-12T02:36:09.826Z | | |
| 560 | 2026-08-12T02:36:09.826Z | 1392 | same(fnvlist_add_nvpair as *const () as usize, |
| 561 | 2026-08-12T02:36:09.826Z | | ++++++++++++ |
| 562 | 2026-08-12T02:36:09.826Z | |
| 563 | 2026-08-12T02:36:10.008Z | warning: `nvpair-hdrchk` (test "main") generated 32 warnings (run `cargo fix --test "main" -p nvpair-hdrchk` to apply 32 suggestions) |
| 564 | 2026-08-12T02:36:10.008Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 10.88s |
| 565 | 2026-08-12T02:36:10.022Z | Running test/main.rs (target/debug/deps/main-f5b9c738f5f8cac9) |
| 566 | 2026-08-12T02:36:10.024Z | RUNNING ALL TESTS |
| 567 | 2026-08-12T02:36:10.024Z | PASSED 90 tests |
| 568 | 2026-08-12T02:36:10.031Z | RUNNING HEADER-CHECK FOR crates/viona-api/header-check/ |
| 569 | 2026-08-12T02:36:10.090Z | Updating crates.io index |
| 570 | 2026-08-12T02:36:10.272Z | Locking 42 packages to latest compatible versions |
| 571 | 2026-08-12T02:36:10.316Z | Compiling libc v0.2.189 |
| 572 | 2026-08-12T02:36:10.316Z | Compiling proc-macro2 v1.0.107 |
| 573 | 2026-08-12T02:36:10.319Z | Compiling quote v1.0.47 |
| 574 | 2026-08-12T02:36:10.319Z | Compiling unicode-ident v1.0.24 |
| 575 | 2026-08-12T02:36:10.319Z | Compiling serde_core v1.0.229 |
| 576 | 2026-08-12T02:36:10.320Z | Compiling serde v1.0.229 |
| 577 | 2026-08-12T02:36:10.320Z | Compiling cfg-if v0.1.10 |
| 578 | 2026-08-12T02:36:10.320Z | Compiling zmij v1.0.23 |
| 579 | 2026-08-12T02:36:10.379Z | Compiling serde_json v1.0.151 |
| 580 | 2026-08-12T02:36:10.423Z | Compiling itoa v1.0.18 |
| 581 | 2026-08-12T02:36:10.579Z | Compiling memchr v2.8.3 |
| 582 | 2026-08-12T02:36:10.588Z | Compiling unicode-xid v0.2.6 |
| 583 | 2026-08-12T02:36:10.608Z | Compiling bitflags v1.3.2 |
| 584 | 2026-08-12T02:36:10.635Z | Compiling shlex v2.0.1 |
| 585 | 2026-08-12T02:36:10.659Z | Compiling log v0.4.33 |
| 586 | 2026-08-12T02:36:10.676Z | Compiling find-msvc-tools v0.1.10 |
| 587 | 2026-08-12T02:36:10.790Z | Compiling semver v1.0.28 |
| 588 | 2026-08-12T02:36:10.813Z | Compiling cc v1.4.2 |
| 589 | 2026-08-12T02:36:10.951Z | Compiling dirs-sys v0.3.7 |
| 590 | 2026-08-12T02:36:10.956Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 591 | 2026-08-12T02:36:11.004Z | Compiling rustc_version v0.4.1 |
| 592 | 2026-08-12T02:36:11.049Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 593 | 2026-08-12T02:36:11.070Z | Compiling dirs v2.0.2 |
| 594 | 2026-08-12T02:36:11.133Z | Compiling term v0.6.1 |
| 595 | 2026-08-12T02:36:11.159Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 596 | 2026-08-12T02:36:11.379Z | Compiling syn v3.0.3 |
| 597 | 2026-08-12T02:36:12.641Z | Compiling serde_derive v1.0.229 |
| 598 | 2026-08-12T02:36:14.540Z | Compiling garando_pos v0.1.0 |
| 599 | 2026-08-12T02:36:14.809Z | Compiling garando_errors v0.1.0 |
| 600 | 2026-08-12T02:36:15.194Z | Compiling garando_syntax v0.1.1 |
| 601 | 2026-08-12T02:36:19.309Z | Compiling ctest2 v0.4.10 |
| 602 | 2026-08-12T02:36:19.932Z | Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check) |
| 603 | 2026-08-12T02:36:21.008Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 10.96s |
| 604 | 2026-08-12T02:36:21.022Z | Running test/main.rs (target/debug/deps/main-01ff4ec078894b0a) |
| 605 | 2026-08-12T02:36:21.025Z | RUNNING ALL TESTS |
| 606 | 2026-08-12T02:36:21.025Z | PASSED 257 tests |
| 607 | 2026-08-12T02:36:21.033Z | process exited: duration 90504 ms, exit code 0 |
| |
| 608 | 2026-08-12T02:36:21.039Z | found 0 output files |