01M0J97BPTEHBKQ3JB2DEH953K: header-check

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0J97PAPJ6MMHTZ4EQC22SHK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T13:48:27.091Zjob assigned to worker 01M0J97Q8JYM1QGK4X57TE4H1C [factory aws, i-0c66a08a4e90d853b] (queued for 42 s)
 
22026-08-21T13:48:33.547Zstarting task 0: "setup"
32026-08-21T13:48:33.551Z++ uname -s
42026-08-21T13:48:33.554Z+ kern=SunOS
52026-08-21T13:48:33.554Z+ build_user=build
62026-08-21T13:48:33.554Z+ build_uid=12345
72026-08-21T13:48:33.554Z+ work_dir=/work
82026-08-21T13:48:33.554Z+ input_dir=/input
92026-08-21T13:48:33.554Z+ [[ 0 == 12345 ]]
102026-08-21T13:48:33.554Z+ case "$kern" in
112026-08-21T13:48:33.554Z+ groupadd -g 12345 build
122026-08-21T13:48:33.557Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T13:48:35.560Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T13:48:35.622Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T13:48:35.626Z+ home_fs=zfs
162026-08-21T13:48:35.626Z+ [[ zfs == autofs ]]
172026-08-21T13:48:35.626Z+ mkdir -p /home/build
182026-08-21T13:48:35.626Z+ chown build:build /home/build /work
192026-08-21T13:48:37.627Z+ chmod 0700 /home/build /work
202026-08-21T13:48:37.630Zprocess exited: duration 4082 ms, exit code 0
 
212026-08-21T13:48:37.640Zstarting task 1: "rust-toolchain"
222026-08-21T13:48:37.643Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T13:48:37.643Z * rust toolchain channel = "1.97.1"
242026-08-21T13:48:37.643Z * rust toolchain profile = "default"
252026-08-21T13:48:37.643Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-21T13:48:37.643Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T13:48:37.643Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T13:48:37.649Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T13:48:37.649Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T13:48:37.767Zinfo: downloading installer
312026-08-21T13:48:39.255Zwarn: It looks like you have an existing installation of Rust at:
322026-08-21T13:48:39.255Zwarn: /opt/ooce/bin
332026-08-21T13:48:39.255Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-21T13:48:39.255Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-21T13:48:39.255Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-21T13:48:39.255Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-21T13:48:39.255Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-21T13:48:39.255Zerror: cannot install while Rust is installed
392026-08-21T13:48:39.255Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-21T13:48:39.260Zwarn: It looks like you have an existing rustup settings file at:
412026-08-21T13:48:39.260Zwarn: /home/build/.rustup/settings.toml
422026-08-21T13:48:39.260Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-21T13:48:39.261Zwarn: instead of the one inferred from the default host triple.
442026-08-21T13:48:39.267Zinfo: profile set to default
452026-08-21T13:48:39.267Zinfo: default host triple is x86_64-unknown-illumos
462026-08-21T13:48:39.271Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
472026-08-21T13:48:39.396Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-21T13:48:39.400Zinfo: downloading 6 components
492026-08-21T13:48:53.697Z
502026-08-21T13:48:53.698Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
512026-08-21T13:48:53.724Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-21T13:48:53.724Z
532026-08-21T13:48:53.724Z
542026-08-21T13:48:53.724ZRust is installed now. Great!
552026-08-21T13:48:53.724Z
562026-08-21T13:48:53.728ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-21T13:48:53.728Zenvironment variable. This has not been done automatically.
582026-08-21T13:48:53.728Z
592026-08-21T13:48:53.728ZTo configure your current shell, you need to source
602026-08-21T13:48:53.728Zthe corresponding env file under $HOME/.cargo.
612026-08-21T13:48:53.728Z
622026-08-21T13:48:53.728ZThis is usually done by running one of the following (note the leading DOT):
632026-08-21T13:48:53.728Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-21T13:48:53.728Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-21T13:48:53.729Zsource "~/.cargo/env.nu" # For nushell
662026-08-21T13:48:53.729Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-21T13:48:53.729Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-21T13:48:53.729Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-21T13:48:53.729Zwarn: no default linker (`cc`) was found in your PATH
702026-08-21T13:48:53.729Zwarn: many Rust crates require a system C toolchain to build
712026-08-21T13:48:53.817Z+ rustup --version
722026-08-21T13:48:53.825Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-21T13:48:53.829Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-21T13:48:53.846Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-21T13:48:53.850Z+ cargo --version
762026-08-21T13:48:53.864Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-21T13:48:53.867Z+ rustc --version
782026-08-21T13:48:53.885Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-21T13:48:53.889Zprocess exited: duration 16246 ms, exit code 0
 
802026-08-21T13:48:53.895Zstarting task 2: "authentication"
812026-08-21T13:48:53.912Zprocess exited: duration 16 ms, exit code 0
 
822026-08-21T13:48:53.920Zstarting task 3: "clone repository"
832026-08-21T13:48:53.923Z+ mkdir -p /work/oxidecomputer/propolis
842026-08-21T13:48:53.927Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-08-21T13:48:53.955ZCloning into '/work/oxidecomputer/propolis'...
862026-08-21T13:48:55.276Z+ cd /work/oxidecomputer/propolis
872026-08-21T13:48:55.276Z+ git fetch origin fe69e8e47759b9d7eca3976041310cf094f5f977
882026-08-21T13:48:55.597ZFrom https://github.com/oxidecomputer/propolis
892026-08-21T13:48:55.597Z * branch fe69e8e47759b9d7eca3976041310cf094f5f977 -> FETCH_HEAD
902026-08-21T13:48:55.603Z+ [[ -n daberkow/nvme-win2025-bug ]]
912026-08-21T13:48:55.607Z++ git branch --show-current
922026-08-21T13:48:55.607Z+ current=master
932026-08-21T13:48:55.607Z+ [[ master != daberkow/nvme-win2025-bug ]]
942026-08-21T13:48:55.607Z+ git branch -f daberkow/nvme-win2025-bug fe69e8e47759b9d7eca3976041310cf094f5f977
952026-08-21T13:48:55.611Z+ git checkout -f daberkow/nvme-win2025-bug
962026-08-21T13:48:55.627ZSwitched to branch 'daberkow/nvme-win2025-bug'
972026-08-21T13:48:55.630Z+ git reset --hard fe69e8e47759b9d7eca3976041310cf094f5f977
982026-08-21T13:48:55.648ZHEAD is now at fe69e8e4 nvme: fix controller init for Windows Server 2025 / Windows 11 24H2
992026-08-21T13:48:55.651Zprocess exited: duration 1729 ms, exit code 0
 
1002026-08-21T13:48:55.657Zstarting task 4: "build"
1012026-08-21T13:48:55.666ZCloning into './gate_src'...
1022026-08-21T13:49:41.566ZUpdating files: 36% (18252/49659) Updating files: 37% (18374/49659) Updating files: 38% (18871/49659) Updating files: 39% (19368/49659) Updating files: 40% (19864/49659) Updating files: 41% (20361/49659) Updating files: 42% (20857/49659) Updating files: 43% (21354/49659) Updating files: 44% (21850/49659) Updating files: 45% (22347/49659) Updating files: 46% (22844/49659) Updating files: 47% (23340/49659) Updating files: 48% (23837/49659) Updating files: 49% (24333/49659) Updating files: 50% (24830/49659) Updating files: 51% (25327/49659) Updating files: 52% (25823/49659) Updating files: 53% (26320/49659) Updating files: 54% (26816/49659) Updating files: 55% (27313/49659) Updating files: 56% (27810/49659) Updating files: 57% (28306/49659) Updating files: 58% (28803/49659) Updating files: 59% (29299/49659) Updating files: 60% (29796/49659) Updating files: 61% (30292/49659) Updating files: 62% (30789/49659) Updating files: 63% (31286/49659) Updating files: 64% (31782/49659) Updating files: 65% (32279/49659) Updating files: 66% (32775/49659) Updating files: 67% (33272/49659) Updating files: 68% (33769/49659) Updating files: 69% (34265/49659) Updating files: 70% (34762/49659) Updating files: 71% (35258/49659) Updating files: 72% (35755/49659) Updating files: 73% (36252/49659) Updating files: 74% (36748/49659) Updating files: 75% (37245/49659) Updating files: 76% (37741/49659) Updating files: 77% (38238/49659) Updating files: 78% (38735/49659) Updating files: 79% (39231/49659) Updating files: 80% (39728/49659) Updating files: 81% (40224/49659) Updating files: 82% (40721/49659) Updating files: 83% (41217/49659) Updating files: 84% (41714/49659) Updating files: 85% (42211/49659) Updating files: 85% (42298/49659) Updating files: 86% (42707/49659) Updating files: 87% (43204/49659) Updating files: 88% (43700/49659) Updating files: 89% (44197/49659) Updating files: 90% (44694/49659) Updating files: 91% (45190/49659) Updating files: 92% (45687/49659) Updating files: 93% (46183/49659) Updating files: 94% (46680/49659) Updating files: 95% (47177/49659) Updating files: 96% (47673/49659) Updating files: 97% (48170/49659) Updating files: 98% (48666/49659) Updating files: 99% (49163/49659) Updating files: 100% (49659/49659) Updating files: 100% (49659/49659), done.
1032026-08-21T13:49:41.637ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-08-21T13:49:41.667Zwarning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
1052026-08-21T13:49:41.725Z Updating crates.io index
1062026-08-21T13:49:42.214Z Locking 45 packages to latest compatible versions
1072026-08-21T13:49:42.217Z Adding strum v0.25.0 (available: v0.28.0)
1082026-08-21T13:49:42.220Z Downloading crates ...
1092026-08-21T13:49:42.259Z Downloaded dirs v2.0.2
1102026-08-21T13:49:42.265Z Downloaded garando_errors v0.1.0
1112026-08-21T13:49:42.268Z Downloaded rustversion v1.0.23
1122026-08-21T13:49:42.271Z Downloaded unicode-xid v0.2.6
1132026-08-21T13:49:42.274Z Downloaded heck v0.5.0
1142026-08-21T13:49:42.280Z Downloaded dirs-sys v0.3.7
1152026-08-21T13:49:42.289Z Downloaded cfg-if v0.1.10
1162026-08-21T13:49:42.293Z Downloaded strum v0.26.3
1172026-08-21T13:49:42.299Z Downloaded itoa v1.0.18
1182026-08-21T13:49:42.302Z Downloaded rustc_version v0.4.1
1192026-08-21T13:49:42.302Z Downloaded strum v0.25.0
1202026-08-21T13:49:42.305Z Downloaded bitflags v1.3.2
1212026-08-21T13:49:42.305Z Downloaded shlex v2.0.1
1222026-08-21T13:49:42.305Z Downloaded find-msvc-tools v0.1.11
1232026-08-21T13:49:42.308Z Downloaded zmij v1.0.23
1242026-08-21T13:49:42.320Z Downloaded garando_pos v0.1.0
1252026-08-21T13:49:42.323Z Downloaded ctest2 v0.4.10
1262026-08-21T13:49:42.330Z Downloaded semver v1.0.28
1272026-08-21T13:49:42.334Z Downloaded strum_macros v0.26.4
1282026-08-21T13:49:42.339Z Downloaded term v0.6.1
1292026-08-21T13:49:42.343Z Downloaded quote v1.0.47
1302026-08-21T13:49:42.343Z Downloaded proc-macro2 v1.0.107
1312026-08-21T13:49:42.343Z Downloaded unicode-ident v1.0.24
1322026-08-21T13:49:42.351Z Downloaded serde_derive v1.0.229
1332026-08-21T13:49:42.355Z Downloaded serde_core v1.0.229
1342026-08-21T13:49:42.355Z Downloaded log v0.4.33
1352026-08-21T13:49:42.364Z Downloaded serde v1.0.229
1362026-08-21T13:49:42.369Z Downloaded cc v1.4.4
1372026-08-21T13:49:42.373Z Downloaded memchr v2.8.3
1382026-08-21T13:49:42.389Z Downloaded serde_json v1.0.151
1392026-08-21T13:49:42.421Z Downloaded garando_syntax v0.1.1
1402026-08-21T13:49:42.433Z Downloaded syn v2.0.119
1412026-08-21T13:49:42.440Z Downloaded syn v3.0.3
1422026-08-21T13:49:42.465Z Downloaded libc v0.2.189
1432026-08-21T13:49:42.517Z Compiling proc-macro2 v1.0.107
1442026-08-21T13:49:42.517Z Compiling quote v1.0.47
1452026-08-21T13:49:42.517Z Compiling unicode-ident v1.0.24
1462026-08-21T13:49:42.520Z Compiling libc v0.2.189
1472026-08-21T13:49:42.520Z Compiling serde_core v1.0.229
1482026-08-21T13:49:42.520Z Compiling serde v1.0.229
1492026-08-21T13:49:42.520Z Compiling cfg-if v0.1.10
1502026-08-21T13:49:42.520Z Compiling zmij v1.0.23
1512026-08-21T13:49:42.608Z Compiling rustversion v1.0.23
1522026-08-21T13:49:42.666Z Compiling serde_json v1.0.151
1532026-08-21T13:49:42.882Z Compiling heck v0.5.0
1542026-08-21T13:49:42.904Z Compiling unicode-xid v0.2.6
1552026-08-21T13:49:42.911Z Compiling itoa v1.0.18
1562026-08-21T13:49:42.997Z Compiling memchr v2.8.3
1572026-08-21T13:49:43.061Z Compiling shlex v2.0.1
1582026-08-21T13:49:43.067Z Compiling bitflags v1.3.2
1592026-08-21T13:49:43.124Z Compiling log v0.4.33
1602026-08-21T13:49:43.173Z Compiling semver v1.0.28
1612026-08-21T13:49:43.231Z Compiling dirs-sys v0.3.7
1622026-08-21T13:49:43.267Z Compiling find-msvc-tools v0.1.11
1632026-08-21T13:49:43.290Z Compiling strum v0.25.0
1642026-08-21T13:49:43.417Z Compiling dirs v2.0.2
1652026-08-21T13:49:43.465Z Compiling cc v1.4.4
1662026-08-21T13:49:43.468Z Compiling rustc_version v0.4.1
1672026-08-21T13:49:43.503Z Compiling term v0.6.1
1682026-08-21T13:49:43.684Z Compiling syn v3.0.3
1692026-08-21T13:49:43.684Z Compiling syn v2.0.119
1702026-08-21T13:49:45.055Z Compiling serde_derive v1.0.229
1712026-08-21T13:49:45.328Z Compiling strum_macros v0.26.4
1722026-08-21T13:49:46.401Z Compiling strum v0.26.3
1732026-08-21T13:49:46.463Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1742026-08-21T13:49:47.105Z Compiling garando_pos v0.1.0
1752026-08-21T13:49:47.385Z Compiling garando_errors v0.1.0
1762026-08-21T13:49:47.767Z Compiling garando_syntax v0.1.1
1772026-08-21T13:49:51.850Z Compiling ctest2 v0.4.10
1782026-08-21T13:49:52.461Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1792026-08-21T13:49:54.745Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.09s
1802026-08-21T13:49:54.758Z Running test/main.rs (target/debug/deps/main-862f8f7f63164817)
1812026-08-21T13:49:54.762ZRUNNING ALL TESTS
1822026-08-21T13:49:54.762ZPASSED 1185 tests
1832026-08-21T13:49:54.773ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1842026-08-21T13:49:54.828Z Updating crates.io index
1852026-08-21T13:49:54.976Z Locking 40 packages to latest compatible versions
1862026-08-21T13:49:55.017Z Compiling proc-macro2 v1.0.107
1872026-08-21T13:49:55.018Z Compiling quote v1.0.47
1882026-08-21T13:49:55.021Z Compiling unicode-ident v1.0.24
1892026-08-21T13:49:55.021Z Compiling libc v0.2.189
1902026-08-21T13:49:55.021Z Compiling serde_core v1.0.229
1912026-08-21T13:49:55.021Z Compiling serde v1.0.229
1922026-08-21T13:49:55.021Z Compiling zmij v1.0.23
1932026-08-21T13:49:55.021Z Compiling cfg-if v0.1.10
1942026-08-21T13:49:55.076Z Compiling serde_json v1.0.151
1952026-08-21T13:49:55.119Z Compiling unicode-xid v0.2.6
1962026-08-21T13:49:55.214Z Compiling itoa v1.0.18
1972026-08-21T13:49:55.280Z Compiling memchr v2.8.3
1982026-08-21T13:49:55.298Z Compiling shlex v2.0.1
1992026-08-21T13:49:55.320Z Compiling semver v1.0.28
2002026-08-21T13:49:55.375Z Compiling bitflags v1.3.2
2012026-08-21T13:49:55.430Z Compiling find-msvc-tools v0.1.11
2022026-08-21T13:49:55.451Z Compiling log v0.4.33
2032026-08-21T13:49:55.557Z Compiling rustc_version v0.4.1
2042026-08-21T13:49:55.594Z Compiling cc v1.4.4
2052026-08-21T13:49:55.710Z Compiling dirs-sys v0.3.7
2062026-08-21T13:49:55.728Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2072026-08-21T13:49:55.819Z Compiling dirs v2.0.2
2082026-08-21T13:49:55.878Z Compiling term v0.6.1
2092026-08-21T13:49:56.070Z Compiling syn v3.0.3
2102026-08-21T13:49:57.305Z Compiling serde_derive v1.0.229
2112026-08-21T13:49:59.189Z Compiling garando_pos v0.1.0
2122026-08-21T13:49:59.460Z Compiling garando_errors v0.1.0
2132026-08-21T13:49:59.828Z Compiling garando_syntax v0.1.1
2142026-08-21T13:50:03.872Z Compiling ctest2 v0.4.10
2152026-08-21T13:50:04.467Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2162026-08-21T13:50:05.208Zwarning: direct cast of function item into an integer
2172026-08-21T13:50:05.208Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:865:44
2182026-08-21T13:50:05.208Z |
2192026-08-21T13:50:05.208Z865 | same(nvlist_remove as usize,
2202026-08-21T13:50:05.208Z | ^^^^^^^^
2212026-08-21T13:50:05.208Z |
2222026-08-21T13:50:05.208Z = note: `#[warn(function_casts_as_integer)]` on by default
2232026-08-21T13:50:05.208Zhelp: first cast to a pointer `as *const ()`
2242026-08-21T13:50:05.208Z |
2252026-08-21T13:50:05.208Z865 | same(nvlist_remove as *const () as usize,
2262026-08-21T13:50:05.208Z | ++++++++++++
2272026-08-21T13:50:05.208Z
2282026-08-21T13:50:05.213Zwarning: direct cast of function item into an integer
2292026-08-21T13:50:05.213Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:882:48
2302026-08-21T13:50:05.213Z |
2312026-08-21T13:50:05.213Z882 | same(nvlist_remove_all as usize,
2322026-08-21T13:50:05.213Z | ^^^^^^^^
2332026-08-21T13:50:05.213Z |
2342026-08-21T13:50:05.213Zhelp: first cast to a pointer `as *const ()`
2352026-08-21T13:50:05.213Z |
2362026-08-21T13:50:05.213Z882 | same(nvlist_remove_all as *const () as usize,
2372026-08-21T13:50:05.213Z | ++++++++++++
2382026-08-21T13:50:05.213Z
2392026-08-21T13:50:05.213Zwarning: direct cast of function item into an integer
2402026-08-21T13:50:05.213Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:899:51
2412026-08-21T13:50:05.213Z |
2422026-08-21T13:50:05.213Z899 | same(nvlist_remove_nvpair as usize,
2432026-08-21T13:50:05.213Z | ^^^^^^^^
2442026-08-21T13:50:05.213Z |
2452026-08-21T13:50:05.213Zhelp: first cast to a pointer `as *const ()`
2462026-08-21T13:50:05.213Z |
2472026-08-21T13:50:05.213Z899 | same(nvlist_remove_nvpair as *const () as usize,
2482026-08-21T13:50:05.213Z | ++++++++++++
2492026-08-21T13:50:05.213Z
2502026-08-21T13:50:05.213Zwarning: direct cast of function item into an integer
2512026-08-21T13:50:05.213Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:916:51
2522026-08-21T13:50:05.213Z |
2532026-08-21T13:50:05.213Z916 | same(nvlist_lookup_nvpair as usize,
2542026-08-21T13:50:05.213Z | ^^^^^^^^
2552026-08-21T13:50:05.213Z |
2562026-08-21T13:50:05.213Zhelp: first cast to a pointer `as *const ()`
2572026-08-21T13:50:05.214Z |
2582026-08-21T13:50:05.214Z916 | same(nvlist_lookup_nvpair as *const () as usize,
2592026-08-21T13:50:05.214Z | ++++++++++++
2602026-08-21T13:50:05.214Z
2612026-08-21T13:50:05.214Zwarning: direct cast of function item into an integer
2622026-08-21T13:50:05.214Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:933:49
2632026-08-21T13:50:05.214Z |
2642026-08-21T13:50:05.214Z933 | same(nvlist_next_nvpair as usize,
2652026-08-21T13:50:05.214Z | ^^^^^^^^
2662026-08-21T13:50:05.214Z |
2672026-08-21T13:50:05.214Zhelp: first cast to a pointer `as *const ()`
2682026-08-21T13:50:05.214Z |
2692026-08-21T13:50:05.214Z933 | same(nvlist_next_nvpair as *const () as usize,
2702026-08-21T13:50:05.214Z | ++++++++++++
2712026-08-21T13:50:05.214Z
2722026-08-21T13:50:05.214Zwarning: direct cast of function item into an integer
2732026-08-21T13:50:05.214Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:950:49
2742026-08-21T13:50:05.214Z |
2752026-08-21T13:50:05.214Z950 | same(nvlist_prev_nvpair as usize,
2762026-08-21T13:50:05.214Z | ^^^^^^^^
2772026-08-21T13:50:05.214Z |
2782026-08-21T13:50:05.214Zhelp: first cast to a pointer `as *const ()`
2792026-08-21T13:50:05.214Z |
2802026-08-21T13:50:05.214Z950 | same(nvlist_prev_nvpair as *const () as usize,
2812026-08-21T13:50:05.214Z | ++++++++++++
2822026-08-21T13:50:05.214Z
2832026-08-21T13:50:05.214Zwarning: direct cast of function item into an integer
2842026-08-21T13:50:05.214Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:967:44
2852026-08-21T13:50:05.214Z |
2862026-08-21T13:50:05.214Z967 | same(nvlist_exists as usize,
2872026-08-21T13:50:05.214Z | ^^^^^^^^
2882026-08-21T13:50:05.214Z |
2892026-08-21T13:50:05.214Zhelp: first cast to a pointer `as *const ()`
2902026-08-21T13:50:05.214Z |
2912026-08-21T13:50:05.214Z967 | same(nvlist_exists as *const () as usize,
2922026-08-21T13:50:05.214Z | ++++++++++++
2932026-08-21T13:50:05.214Z
2942026-08-21T13:50:05.214Zwarning: direct cast of function item into an integer
2952026-08-21T13:50:05.214Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:984:43
2962026-08-21T13:50:05.215Z |
2972026-08-21T13:50:05.215Z984 | same(nvlist_empty as usize,
2982026-08-21T13:50:05.215Z | ^^^^^^^^
2992026-08-21T13:50:05.215Z |
3002026-08-21T13:50:05.215Zhelp: first cast to a pointer `as *const ()`
3012026-08-21T13:50:05.215Z |
3022026-08-21T13:50:05.215Z984 | same(nvlist_empty as *const () as usize,
3032026-08-21T13:50:05.215Z | ++++++++++++
3042026-08-21T13:50:05.215Z
3052026-08-21T13:50:05.215Zwarning: direct cast of function item into an integer
3062026-08-21T13:50:05.215Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1001:44
3072026-08-21T13:50:05.215Z |
3082026-08-21T13:50:05.215Z1001 | same(nvlist_unpack as usize,
3092026-08-21T13:50:05.215Z | ^^^^^^^^
3102026-08-21T13:50:05.215Z |
3112026-08-21T13:50:05.215Zhelp: first cast to a pointer `as *const ()`
3122026-08-21T13:50:05.215Z |
3132026-08-21T13:50:05.215Z1001 | same(nvlist_unpack as *const () as usize,
3142026-08-21T13:50:05.215Z | ++++++++++++
3152026-08-21T13:50:05.215Z
3162026-08-21T13:50:05.215Zwarning: direct cast of function item into an integer
3172026-08-21T13:50:05.215Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1018:44
3182026-08-21T13:50:05.215Z |
3192026-08-21T13:50:05.215Z1018 | same(fnvlist_alloc as usize,
3202026-08-21T13:50:05.215Z | ^^^^^^^^
3212026-08-21T13:50:05.215Z |
3222026-08-21T13:50:05.215Zhelp: first cast to a pointer `as *const ()`
3232026-08-21T13:50:05.215Z |
3242026-08-21T13:50:05.215Z1018 | same(fnvlist_alloc as *const () as usize,
3252026-08-21T13:50:05.215Z | ++++++++++++
3262026-08-21T13:50:05.215Z
3272026-08-21T13:50:05.215Zwarning: direct cast of function item into an integer
3282026-08-21T13:50:05.220Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1035:43
3292026-08-21T13:50:05.220Z |
3302026-08-21T13:50:05.220Z1035 | same(fnvlist_free as usize,
3312026-08-21T13:50:05.220Z | ^^^^^^^^
3322026-08-21T13:50:05.220Z |
3332026-08-21T13:50:05.220Zhelp: first cast to a pointer `as *const ()`
3342026-08-21T13:50:05.220Z |
3352026-08-21T13:50:05.220Z1035 | same(fnvlist_free as *const () as usize,
3362026-08-21T13:50:05.220Z | ++++++++++++
3372026-08-21T13:50:05.220Z
3382026-08-21T13:50:05.220Zwarning: direct cast of function item into an integer
3392026-08-21T13:50:05.220Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1052:43
3402026-08-21T13:50:05.220Z |
3412026-08-21T13:50:05.220Z1052 | same(fnvlist_size as usize,
3422026-08-21T13:50:05.221Z | ^^^^^^^^
3432026-08-21T13:50:05.221Z |
3442026-08-21T13:50:05.221Zhelp: first cast to a pointer `as *const ()`
3452026-08-21T13:50:05.221Z |
3462026-08-21T13:50:05.221Z1052 | same(fnvlist_size as *const () as usize,
3472026-08-21T13:50:05.221Z | ++++++++++++
3482026-08-21T13:50:05.221Z
3492026-08-21T13:50:05.221Zwarning: direct cast of function item into an integer
3502026-08-21T13:50:05.221Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1069:43
3512026-08-21T13:50:05.221Z |
3522026-08-21T13:50:05.221Z1069 | same(fnvlist_pack as usize,
3532026-08-21T13:50:05.221Z | ^^^^^^^^
3542026-08-21T13:50:05.221Z |
3552026-08-21T13:50:05.221Zhelp: first cast to a pointer `as *const ()`
3562026-08-21T13:50:05.221Z |
3572026-08-21T13:50:05.221Z1069 | same(fnvlist_pack as *const () as usize,
3582026-08-21T13:50:05.221Z | ++++++++++++
3592026-08-21T13:50:05.221Z
3602026-08-21T13:50:05.221Zwarning: direct cast of function item into an integer
3612026-08-21T13:50:05.221Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1086:48
3622026-08-21T13:50:05.221Z |
3632026-08-21T13:50:05.221Z1086 | same(fnvlist_pack_free as usize,
3642026-08-21T13:50:05.221Z | ^^^^^^^^
3652026-08-21T13:50:05.221Z |
3662026-08-21T13:50:05.221Zhelp: first cast to a pointer `as *const ()`
3672026-08-21T13:50:05.221Z |
3682026-08-21T13:50:05.221Z1086 | same(fnvlist_pack_free as *const () as usize,
3692026-08-21T13:50:05.221Z | ++++++++++++
3702026-08-21T13:50:05.221Z
3712026-08-21T13:50:05.221Zwarning: direct cast of function item into an integer
3722026-08-21T13:50:05.221Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1103:45
3732026-08-21T13:50:05.221Z |
3742026-08-21T13:50:05.221Z1103 | same(fnvlist_unpack as usize,
3752026-08-21T13:50:05.221Z | ^^^^^^^^
3762026-08-21T13:50:05.221Z |
3772026-08-21T13:50:05.221Zhelp: first cast to a pointer `as *const ()`
3782026-08-21T13:50:05.221Z |
3792026-08-21T13:50:05.221Z1103 | same(fnvlist_unpack as *const () as usize,
3802026-08-21T13:50:05.221Z | ++++++++++++
3812026-08-21T13:50:05.221Z
3822026-08-21T13:50:05.222Zwarning: direct cast of function item into an integer
3832026-08-21T13:50:05.222Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1120:42
3842026-08-21T13:50:05.222Z |
3852026-08-21T13:50:05.222Z1120 | same(fnvlist_dup as usize,
3862026-08-21T13:50:05.222Z | ^^^^^^^^
3872026-08-21T13:50:05.222Z |
3882026-08-21T13:50:05.222Zhelp: first cast to a pointer `as *const ()`
3892026-08-21T13:50:05.222Z |
3902026-08-21T13:50:05.222Z1120 | same(fnvlist_dup as *const () as usize,
3912026-08-21T13:50:05.222Z | ++++++++++++
3922026-08-21T13:50:05.222Z
3932026-08-21T13:50:05.222Zwarning: direct cast of function item into an integer
3942026-08-21T13:50:05.222Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1137:44
3952026-08-21T13:50:05.222Z |
3962026-08-21T13:50:05.222Z1137 | same(fnvlist_merge as usize,
3972026-08-21T13:50:05.222Z | ^^^^^^^^
3982026-08-21T13:50:05.222Z |
3992026-08-21T13:50:05.222Zhelp: first cast to a pointer `as *const ()`
4002026-08-21T13:50:05.222Z |
4012026-08-21T13:50:05.222Z1137 | same(fnvlist_merge as *const () as usize,
4022026-08-21T13:50:05.222Z | ++++++++++++
4032026-08-21T13:50:05.222Z
4042026-08-21T13:50:05.222Zwarning: direct cast of function item into an integer
4052026-08-21T13:50:05.222Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1154:48
4062026-08-21T13:50:05.222Z |
4072026-08-21T13:50:05.222Z1154 | same(fnvlist_num_pairs as usize,
4082026-08-21T13:50:05.222Z | ^^^^^^^^
4092026-08-21T13:50:05.222Z |
4102026-08-21T13:50:05.222Zhelp: first cast to a pointer `as *const ()`
4112026-08-21T13:50:05.222Z |
4122026-08-21T13:50:05.222Z1154 | same(fnvlist_num_pairs as *const () as usize,
4132026-08-21T13:50:05.222Z | ++++++++++++
4142026-08-21T13:50:05.222Z
4152026-08-21T13:50:05.222Zwarning: direct cast of function item into an integer
4162026-08-21T13:50:05.222Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1171:50
4172026-08-21T13:50:05.222Z |
4182026-08-21T13:50:05.222Z1171 | same(fnvlist_add_boolean as usize,
4192026-08-21T13:50:05.222Z | ^^^^^^^^
4202026-08-21T13:50:05.222Z |
4212026-08-21T13:50:05.223Zhelp: first cast to a pointer `as *const ()`
4222026-08-21T13:50:05.223Z |
4232026-08-21T13:50:05.223Z1171 | same(fnvlist_add_boolean as *const () as usize,
4242026-08-21T13:50:05.223Z | ++++++++++++
4252026-08-21T13:50:05.223Z
4262026-08-21T13:50:05.223Zwarning: direct cast of function item into an integer
4272026-08-21T13:50:05.223Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1188:56
4282026-08-21T13:50:05.227Z |
4292026-08-21T13:50:05.227Z1188 | same(fnvlist_add_boolean_value as usize,
4302026-08-21T13:50:05.227Z | ^^^^^^^^
4312026-08-21T13:50:05.227Z |
4322026-08-21T13:50:05.227Zhelp: first cast to a pointer `as *const ()`
4332026-08-21T13:50:05.227Z |
4342026-08-21T13:50:05.227Z1188 | same(fnvlist_add_boolean_value as *const () as usize,
4352026-08-21T13:50:05.227Z | ++++++++++++
4362026-08-21T13:50:05.227Z
4372026-08-21T13:50:05.227Zwarning: direct cast of function item into an integer
4382026-08-21T13:50:05.227Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1205:47
4392026-08-21T13:50:05.227Z |
4402026-08-21T13:50:05.227Z1205 | same(fnvlist_add_byte as usize,
4412026-08-21T13:50:05.227Z | ^^^^^^^^
4422026-08-21T13:50:05.227Z |
4432026-08-21T13:50:05.227Zhelp: first cast to a pointer `as *const ()`
4442026-08-21T13:50:05.227Z |
4452026-08-21T13:50:05.227Z1205 | same(fnvlist_add_byte as *const () as usize,
4462026-08-21T13:50:05.227Z | ++++++++++++
4472026-08-21T13:50:05.227Z
4482026-08-21T13:50:05.227Zwarning: direct cast of function item into an integer
4492026-08-21T13:50:05.227Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1222:47
4502026-08-21T13:50:05.227Z |
4512026-08-21T13:50:05.227Z1222 | same(fnvlist_add_int8 as usize,
4522026-08-21T13:50:05.227Z | ^^^^^^^^
4532026-08-21T13:50:05.227Z |
4542026-08-21T13:50:05.227Zhelp: first cast to a pointer `as *const ()`
4552026-08-21T13:50:05.227Z |
4562026-08-21T13:50:05.227Z1222 | same(fnvlist_add_int8 as *const () as usize,
4572026-08-21T13:50:05.227Z | ++++++++++++
4582026-08-21T13:50:05.227Z
4592026-08-21T13:50:05.227Zwarning: direct cast of function item into an integer
4602026-08-21T13:50:05.227Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1239:48
4612026-08-21T13:50:05.228Z |
4622026-08-21T13:50:05.228Z1239 | same(fnvlist_add_uint8 as usize,
4632026-08-21T13:50:05.228Z | ^^^^^^^^
4642026-08-21T13:50:05.228Z |
4652026-08-21T13:50:05.228Zhelp: first cast to a pointer `as *const ()`
4662026-08-21T13:50:05.228Z |
4672026-08-21T13:50:05.228Z1239 | same(fnvlist_add_uint8 as *const () as usize,
4682026-08-21T13:50:05.228Z | ++++++++++++
4692026-08-21T13:50:05.228Z
4702026-08-21T13:50:05.228Zwarning: direct cast of function item into an integer
4712026-08-21T13:50:05.228Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1256:48
4722026-08-21T13:50:05.228Z |
4732026-08-21T13:50:05.228Z1256 | same(fnvlist_add_int16 as usize,
4742026-08-21T13:50:05.228Z | ^^^^^^^^
4752026-08-21T13:50:05.228Z |
4762026-08-21T13:50:05.228Zhelp: first cast to a pointer `as *const ()`
4772026-08-21T13:50:05.228Z |
4782026-08-21T13:50:05.228Z1256 | same(fnvlist_add_int16 as *const () as usize,
4792026-08-21T13:50:05.228Z | ++++++++++++
4802026-08-21T13:50:05.228Z
4812026-08-21T13:50:05.228Zwarning: direct cast of function item into an integer
4822026-08-21T13:50:05.228Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1273:49
4832026-08-21T13:50:05.228Z |
4842026-08-21T13:50:05.228Z1273 | same(fnvlist_add_uint16 as usize,
4852026-08-21T13:50:05.228Z | ^^^^^^^^
4862026-08-21T13:50:05.228Z |
4872026-08-21T13:50:05.228Zhelp: first cast to a pointer `as *const ()`
4882026-08-21T13:50:05.228Z |
4892026-08-21T13:50:05.228Z1273 | same(fnvlist_add_uint16 as *const () as usize,
4902026-08-21T13:50:05.228Z | ++++++++++++
4912026-08-21T13:50:05.228Z
4922026-08-21T13:50:05.228Zwarning: direct cast of function item into an integer
4932026-08-21T13:50:05.228Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1290:48
4942026-08-21T13:50:05.228Z |
4952026-08-21T13:50:05.228Z1290 | same(fnvlist_add_int32 as usize,
4962026-08-21T13:50:05.228Z | ^^^^^^^^
4972026-08-21T13:50:05.228Z |
4982026-08-21T13:50:05.228Zhelp: first cast to a pointer `as *const ()`
4992026-08-21T13:50:05.228Z |
5002026-08-21T13:50:05.228Z1290 | same(fnvlist_add_int32 as *const () as usize,
5012026-08-21T13:50:05.229Z | ++++++++++++
5022026-08-21T13:50:05.229Z
5032026-08-21T13:50:05.229Zwarning: direct cast of function item into an integer
5042026-08-21T13:50:05.229Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1307:49
5052026-08-21T13:50:05.229Z |
5062026-08-21T13:50:05.229Z1307 | same(fnvlist_add_uint32 as usize,
5072026-08-21T13:50:05.229Z | ^^^^^^^^
5082026-08-21T13:50:05.229Z |
5092026-08-21T13:50:05.229Zhelp: first cast to a pointer `as *const ()`
5102026-08-21T13:50:05.229Z |
5112026-08-21T13:50:05.229Z1307 | same(fnvlist_add_uint32 as *const () as usize,
5122026-08-21T13:50:05.229Z | ++++++++++++
5132026-08-21T13:50:05.229Z
5142026-08-21T13:50:05.229Zwarning: direct cast of function item into an integer
5152026-08-21T13:50:05.229Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1324:48
5162026-08-21T13:50:05.229Z |
5172026-08-21T13:50:05.229Z1324 | same(fnvlist_add_int64 as usize,
5182026-08-21T13:50:05.229Z | ^^^^^^^^
5192026-08-21T13:50:05.229Z |
5202026-08-21T13:50:05.229Zhelp: first cast to a pointer `as *const ()`
5212026-08-21T13:50:05.229Z |
5222026-08-21T13:50:05.229Z1324 | same(fnvlist_add_int64 as *const () as usize,
5232026-08-21T13:50:05.229Z | ++++++++++++
5242026-08-21T13:50:05.229Z
5252026-08-21T13:50:05.229Zwarning: direct cast of function item into an integer
5262026-08-21T13:50:05.229Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1341:49
5272026-08-21T13:50:05.229Z |
5282026-08-21T13:50:05.233Z1341 | same(fnvlist_add_uint64 as usize,
5292026-08-21T13:50:05.233Z | ^^^^^^^^
5302026-08-21T13:50:05.233Z |
5312026-08-21T13:50:05.233Zhelp: first cast to a pointer `as *const ()`
5322026-08-21T13:50:05.233Z |
5332026-08-21T13:50:05.233Z1341 | same(fnvlist_add_uint64 as *const () as usize,
5342026-08-21T13:50:05.233Z | ++++++++++++
5352026-08-21T13:50:05.233Z
5362026-08-21T13:50:05.233Zwarning: direct cast of function item into an integer
5372026-08-21T13:50:05.233Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1358:49
5382026-08-21T13:50:05.233Z |
5392026-08-21T13:50:05.233Z1358 | same(fnvlist_add_string as usize,
5402026-08-21T13:50:05.233Z | ^^^^^^^^
5412026-08-21T13:50:05.233Z |
5422026-08-21T13:50:05.233Zhelp: first cast to a pointer `as *const ()`
5432026-08-21T13:50:05.233Z |
5442026-08-21T13:50:05.233Z1358 | same(fnvlist_add_string as *const () as usize,
5452026-08-21T13:50:05.233Z | ++++++++++++
5462026-08-21T13:50:05.233Z
5472026-08-21T13:50:05.233Zwarning: direct cast of function item into an integer
5482026-08-21T13:50:05.233Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1375:49
5492026-08-21T13:50:05.233Z |
5502026-08-21T13:50:05.233Z1375 | same(fnvlist_add_nvlist as usize,
5512026-08-21T13:50:05.233Z | ^^^^^^^^
5522026-08-21T13:50:05.233Z |
5532026-08-21T13:50:05.233Zhelp: first cast to a pointer `as *const ()`
5542026-08-21T13:50:05.233Z |
5552026-08-21T13:50:05.233Z1375 | same(fnvlist_add_nvlist as *const () as usize,
5562026-08-21T13:50:05.233Z | ++++++++++++
5572026-08-21T13:50:05.233Z
5582026-08-21T13:50:05.233Zwarning: direct cast of function item into an integer
5592026-08-21T13:50:05.233Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-298bedc1a76b4865/out/main.rs:1392:49
5602026-08-21T13:50:05.233Z |
5612026-08-21T13:50:05.233Z1392 | same(fnvlist_add_nvpair as usize,
5622026-08-21T13:50:05.234Z | ^^^^^^^^
5632026-08-21T13:50:05.234Z |
5642026-08-21T13:50:05.234Zhelp: first cast to a pointer `as *const ()`
5652026-08-21T13:50:05.234Z |
5662026-08-21T13:50:05.234Z1392 | same(fnvlist_add_nvpair as *const () as usize,
5672026-08-21T13:50:05.234Z | ++++++++++++
5682026-08-21T13:50:05.234Z
5692026-08-21T13:50:05.408Zwarning: `nvpair-hdrchk` (test "main") generated 32 warnings (run `cargo fix --test "main" -p nvpair-hdrchk` to apply 32 suggestions)
5702026-08-21T13:50:05.408Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.62s
5712026-08-21T13:50:05.421Z Running test/main.rs (target/debug/deps/main-985456aea6e255c7)
5722026-08-21T13:50:05.424ZRUNNING ALL TESTS
5732026-08-21T13:50:05.424ZPASSED 90 tests
5742026-08-21T13:50:05.431ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
5752026-08-21T13:50:05.486Z Updating crates.io index
5762026-08-21T13:50:05.638Z Locking 42 packages to latest compatible versions
5772026-08-21T13:50:05.683Z Compiling libc v0.2.189
5782026-08-21T13:50:05.683Z Compiling proc-macro2 v1.0.107
5792026-08-21T13:50:05.683Z Compiling unicode-ident v1.0.24
5802026-08-21T13:50:05.683Z Compiling quote v1.0.47
5812026-08-21T13:50:05.683Z Compiling serde_core v1.0.229
5822026-08-21T13:50:05.687Z Compiling serde v1.0.229
5832026-08-21T13:50:05.687Z Compiling cfg-if v0.1.10
5842026-08-21T13:50:05.687Z Compiling zmij v1.0.23
5852026-08-21T13:50:05.742Z Compiling serde_json v1.0.151
5862026-08-21T13:50:05.787Z Compiling unicode-xid v0.2.6
5872026-08-21T13:50:05.882Z Compiling memchr v2.8.3
5882026-08-21T13:50:05.947Z Compiling itoa v1.0.18
5892026-08-21T13:50:05.974Z Compiling find-msvc-tools v0.1.11
5902026-08-21T13:50:06.022Z Compiling bitflags v1.3.2
5912026-08-21T13:50:06.082Z Compiling semver v1.0.28
5922026-08-21T13:50:06.111Z Compiling log v0.4.33
5932026-08-21T13:50:06.201Z Compiling shlex v2.0.1
5942026-08-21T13:50:06.260Z Compiling rustc_version v0.4.1
5952026-08-21T13:50:06.329Z Compiling cc v1.4.4
5962026-08-21T13:50:06.342Z Compiling dirs-sys v0.3.7
5972026-08-21T13:50:06.359Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
5982026-08-21T13:50:06.440Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
5992026-08-21T13:50:06.449Z Compiling dirs v2.0.2
6002026-08-21T13:50:06.506Z Compiling term v0.6.1
6012026-08-21T13:50:06.532Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
6022026-08-21T13:50:06.741Z Compiling syn v3.0.3
6032026-08-21T13:50:07.984Z Compiling serde_derive v1.0.229
6042026-08-21T13:50:09.866Z Compiling garando_pos v0.1.0
6052026-08-21T13:50:10.129Z Compiling garando_errors v0.1.0
6062026-08-21T13:50:10.502Z Compiling garando_syntax v0.1.1
6072026-08-21T13:50:14.569Z Compiling ctest2 v0.4.10
6082026-08-21T13:50:15.172Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
6092026-08-21T13:50:16.218Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.77s
6102026-08-21T13:50:16.231Z Running test/main.rs (target/debug/deps/main-3bed66caea6bda56)
6112026-08-21T13:50:16.234ZRUNNING ALL TESTS
6122026-08-21T13:50:16.234Zbad VIONA_CURRENT_INTERFACE_VERSION value at byte 0: rust: 6 (0x6) != c 7 (0x7)
6132026-08-21T13:50:16.234Z
6142026-08-21T13:50:16.234Zthread 'main' (1) panicked at /work/oxidecomputer/propolis/crates/viona-api/header-check/target/debug/build/viona_api-hdrchk-d4ed46f0ad1775eb/out/main.rs:12:21:
6152026-08-21T13:50:16.234Zsome tests failed
6162026-08-21T13:50:16.234Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
6172026-08-21T13:50:16.234Zerror: test failed, to rerun pass `--test main`
6182026-08-21T13:50:16.240Zprocess exited: duration 80577 ms, exit code 101
 
6192026-08-21T13:50:16.246Zfound 0 output files