01KYN6TVVZYZSNT5T4J238GJW3: header-check

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

Buildomat Job: 01KYN6VARWKW172H417DHY4Q9K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-28T20:33:07.409Zjob assigned to worker 01KYN6VEPYXJ1Q7WJM0GJBHXZS [factory aws, i-075fd8a1c1b6b68a9] (queued for 45 s)
 
22026-07-28T20:33:14.274Zstarting task 0: "setup"
32026-07-28T20:33:14.281Z++ uname -s
42026-07-28T20:33:14.284Z+ kern=SunOS
52026-07-28T20:33:14.284Z+ build_user=build
62026-07-28T20:33:14.284Z+ build_uid=12345
72026-07-28T20:33:14.284Z+ work_dir=/work
82026-07-28T20:33:14.284Z+ input_dir=/input
92026-07-28T20:33:14.284Z+ [[ 0 == 12345 ]]
102026-07-28T20:33:14.284Z+ case "$kern" in
112026-07-28T20:33:14.284Z+ groupadd -g 12345 build
122026-07-28T20:33:14.284Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-28T20:33:16.290Z+ zfs create -o mountpoint=/work rpool/work
142026-07-28T20:33:16.389Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-28T20:33:16.393Z+ home_fs=zfs
162026-07-28T20:33:16.393Z+ [[ zfs == autofs ]]
172026-07-28T20:33:16.393Z+ mkdir -p /home/build
182026-07-28T20:33:16.393Z+ chown build:build /home/build /work
192026-07-28T20:33:18.392Z+ chmod 0700 /home/build /work
202026-07-28T20:33:18.395Zprocess exited: duration 4120 ms, exit code 0
 
212026-07-28T20:33:18.402Zstarting task 1: "rust-toolchain"
222026-07-28T20:33:18.406Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-28T20:33:18.406Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-28T20:33:18.406Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-28T20:33:18.406Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-28T20:33:18.406Z * rust toolchain channel = "1.97.1"
272026-07-28T20:33:18.406Z * rust toolchain profile = "default"
282026-07-28T20:33:18.409Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-28T20:33:18.409Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-28T20:33:18.530Zinfo: downloading installer
312026-07-28T20:33:19.965Zwarn: It looks like you have an existing installation of Rust at:
322026-07-28T20:33:19.965Zwarn: /opt/ooce/bin
332026-07-28T20:33:19.965Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-28T20:33:19.965Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-28T20:33:19.965Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-28T20:33:19.965Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-28T20:33:19.965Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-28T20:33:19.965Zerror: cannot install while Rust is installed
392026-07-28T20:33:19.965Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-28T20:33:19.965Zwarn: It looks like you have an existing rustup settings file at:
412026-07-28T20:33:19.965Zwarn: /home/build/.rustup/settings.toml
422026-07-28T20:33:19.965Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-28T20:33:19.965Zwarn: instead of the one inferred from the default host triple.
442026-07-28T20:33:19.979Zinfo: profile set to default
452026-07-28T20:33:19.979Zinfo: default host triple is x86_64-unknown-illumos
462026-07-28T20:33:19.982Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
472026-07-28T20:33:20.119Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-28T20:33:20.122Zinfo: downloading 6 components
492026-07-28T20:33:36.893Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
502026-07-28T20:33:36.894Z
512026-07-28T20:33:36.920Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-28T20:33:36.920Z
532026-07-28T20:33:36.920Z
542026-07-28T20:33:36.920ZRust is installed now. Great!
552026-07-28T20:33:36.920Z
562026-07-28T20:33:36.924ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-28T20:33:36.924Zenvironment variable. This has not been done automatically.
582026-07-28T20:33:36.924Z
592026-07-28T20:33:36.924ZTo configure your current shell, you need to source
602026-07-28T20:33:36.924Zthe corresponding env file under $HOME/.cargo.
612026-07-28T20:33:36.924Z
622026-07-28T20:33:36.924ZThis is usually done by running one of the following (note the leading DOT):
632026-07-28T20:33:36.924Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-28T20:33:36.924Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-28T20:33:36.924Zsource "~/.cargo/env.nu" # For nushell
662026-07-28T20:33:36.924Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-28T20:33:36.924Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-28T20:33:36.924Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-28T20:33:36.924Zwarn: no default linker (`cc`) was found in your PATH
702026-07-28T20:33:36.924Zwarn: many Rust crates require a system C toolchain to build
712026-07-28T20:33:37.004Z+ rustup --version
722026-07-28T20:33:37.013Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-28T20:33:37.021Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-28T20:33:37.033Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-28T20:33:37.037Z+ cargo --version
762026-07-28T20:33:37.051Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-28T20:33:37.055Z+ rustc --version
782026-07-28T20:33:37.073Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-28T20:33:37.078Zprocess exited: duration 18672 ms, exit code 0
 
802026-07-28T20:33:37.085Zstarting task 2: "authentication"
812026-07-28T20:33:37.103Zprocess exited: duration 18 ms, exit code 0
 
822026-07-28T20:33:37.110Zstarting task 3: "clone repository"
832026-07-28T20:33:37.114Z+ mkdir -p /work/oxidecomputer/propolis
842026-07-28T20:33:37.117Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-07-28T20:33:37.146ZCloning into '/work/oxidecomputer/propolis'...
862026-07-28T20:33:38.296Z+ cd /work/oxidecomputer/propolis
872026-07-28T20:33:38.296Z+ git fetch origin 8c1018607224e2f9787dfe638b8cb98644f82f5f
882026-07-28T20:33:38.583ZFrom https://github.com/oxidecomputer/propolis
892026-07-28T20:33:38.583Z * branch 8c1018607224e2f9787dfe638b8cb98644f82f5f -> FETCH_HEAD
902026-07-28T20:33:38.590Z+ [[ -n spr/papertigers/bump-rust-to-1971 ]]
912026-07-28T20:33:38.594Z++ git branch --show-current
922026-07-28T20:33:38.594Z+ current=master
932026-07-28T20:33:38.594Z+ [[ master != spr/papertigers/bump-rust-to-1971 ]]
942026-07-28T20:33:38.594Z+ git branch -f spr/papertigers/bump-rust-to-1971 8c1018607224e2f9787dfe638b8cb98644f82f5f
952026-07-28T20:33:38.598Z+ git checkout -f spr/papertigers/bump-rust-to-1971
962026-07-28T20:33:38.616ZSwitched to branch 'spr/papertigers/bump-rust-to-1971'
972026-07-28T20:33:38.620Z+ git reset --hard 8c1018607224e2f9787dfe638b8cb98644f82f5f
982026-07-28T20:33:38.637ZHEAD is now at 8c101860 xtask clippy
992026-07-28T20:33:38.641Zprocess exited: duration 1526 ms, exit code 0
 
1002026-07-28T20:33:38.648Zstarting task 4: "build"
1012026-07-28T20:33:38.656ZCloning into './gate_src'...
1022026-07-28T20:34:23.852ZUpdating files: 38% (19071/49637) Updating files: 39% (19359/49637) Updating files: 40% (19855/49637) Updating files: 41% (20352/49637) Updating files: 42% (20848/49637) Updating files: 43% (21344/49637) Updating files: 44% (21841/49637) Updating files: 45% (22337/49637) Updating files: 46% (22834/49637) Updating files: 47% (23330/49637) Updating files: 48% (23826/49637) Updating files: 49% (24323/49637) Updating files: 50% (24819/49637) Updating files: 51% (25315/49637) Updating files: 52% (25812/49637) Updating files: 53% (26308/49637) Updating files: 54% (26804/49637) Updating files: 55% (27301/49637) Updating files: 56% (27797/49637) Updating files: 57% (28294/49637) Updating files: 58% (28790/49637) Updating files: 59% (29286/49637) Updating files: 60% (29783/49637) Updating files: 61% (30279/49637) Updating files: 62% (30775/49637) Updating files: 63% (31272/49637) Updating files: 64% (31768/49637) Updating files: 65% (32265/49637) Updating files: 66% (32761/49637) Updating files: 67% (33257/49637) Updating files: 68% (33754/49637) Updating files: 69% (34250/49637) Updating files: 70% (34746/49637) Updating files: 71% (35243/49637) Updating files: 72% (35739/49637) Updating files: 73% (36236/49637) Updating files: 74% (36732/49637) Updating files: 75% (37228/49637) Updating files: 76% (37725/49637) Updating files: 77% (38221/49637) Updating files: 78% (38717/49637) Updating files: 79% (39214/49637) Updating files: 80% (39710/49637) Updating files: 81% (40206/49637) Updating files: 82% (40703/49637) Updating files: 83% (41199/49637) Updating files: 84% (41696/49637) Updating files: 85% (42192/49637) Updating files: 85% (42455/49637) Updating files: 86% (42688/49637) Updating files: 87% (43185/49637) Updating files: 88% (43681/49637) Updating files: 89% (44177/49637) Updating files: 90% (44674/49637) Updating files: 91% (45170/49637) Updating files: 92% (45667/49637) Updating files: 93% (46163/49637) Updating files: 94% (46659/49637) Updating files: 95% (47156/49637) Updating files: 96% (47652/49637) Updating files: 97% (48148/49637) Updating files: 98% (48645/49637) Updating files: 99% (49141/49637) Updating files: 100% (49637/49637) Updating files: 100% (49637/49637), done.
1032026-07-28T20:34:23.923ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1042026-07-28T20:34:23.954Zwarning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
1052026-07-28T20:34:24.011Z Updating crates.io index
1062026-07-28T20:34:24.493Z Locking 45 packages to latest compatible versions
1072026-07-28T20:34:24.496Z Adding strum v0.25.0 (available: v0.28.0)
1082026-07-28T20:34:24.499Z Downloading crates ...
1092026-07-28T20:34:24.540Z Downloaded heck v0.5.0
1102026-07-28T20:34:24.549Z Downloaded log v0.4.33
1112026-07-28T20:34:24.552Z Downloaded bitflags v1.3.2
1122026-07-28T20:34:24.555Z Downloaded itoa v1.0.18
1132026-07-28T20:34:24.561Z Downloaded serde_core v1.0.229
1142026-07-28T20:34:24.572Z Downloaded dirs v2.0.2
1152026-07-28T20:34:24.577Z Downloaded rustc_version v0.4.1
1162026-07-28T20:34:24.577Z Downloaded dirs-sys v0.3.7
1172026-07-28T20:34:24.581Z Downloaded strum v0.25.0
1182026-07-28T20:34:24.584Z Downloaded strum v0.26.3
1192026-07-28T20:34:24.584Z Downloaded cfg-if v0.1.10
1202026-07-28T20:34:24.589Z Downloaded rustversion v1.0.23
1212026-07-28T20:34:24.592Z Downloaded garando_errors v0.1.0
1222026-07-28T20:34:24.592Z Downloaded zmij v1.0.23
1232026-07-28T20:34:24.592Z Downloaded find-msvc-tools v0.1.9
1242026-07-28T20:34:24.595Z Downloaded shlex v2.0.1
1252026-07-28T20:34:24.595Z Downloaded ctest2 v0.4.10
1262026-07-28T20:34:24.598Z Downloaded strum_macros v0.26.4
1272026-07-28T20:34:24.598Z Downloaded unicode-xid v0.2.6
1282026-07-28T20:34:24.603Z Downloaded garando_pos v0.1.0
1292026-07-28T20:34:24.606Z Downloaded quote v1.0.47
1302026-07-28T20:34:24.606Z Downloaded semver v1.0.28
1312026-07-28T20:34:24.606Z Downloaded unicode-ident v1.0.24
1322026-07-28T20:34:24.611Z Downloaded term v0.6.1
1332026-07-28T20:34:24.619Z Downloaded proc-macro2 v1.0.107
1342026-07-28T20:34:24.625Z Downloaded serde_derive v1.0.229
1352026-07-28T20:34:24.641Z Downloaded memchr v2.8.3
1362026-07-28T20:34:24.644Z Downloaded cc v1.4.0
1372026-07-28T20:34:24.649Z Downloaded serde v1.0.229
1382026-07-28T20:34:24.652Z Downloaded serde_json v1.0.151
1392026-07-28T20:34:24.677Z Downloaded garando_syntax v0.1.1
1402026-07-28T20:34:24.699Z Downloaded syn v2.0.119
1412026-07-28T20:34:24.705Z Downloaded syn v3.0.3
1422026-07-28T20:34:24.735Z Downloaded libc v0.2.189
1432026-07-28T20:34:24.788Z Compiling proc-macro2 v1.0.107
1442026-07-28T20:34:24.788Z Compiling unicode-ident v1.0.24
1452026-07-28T20:34:24.792Z Compiling quote v1.0.47
1462026-07-28T20:34:24.792Z Compiling libc v0.2.189
1472026-07-28T20:34:24.792Z Compiling serde_core v1.0.229
1482026-07-28T20:34:24.792Z Compiling serde v1.0.229
1492026-07-28T20:34:24.792Z Compiling zmij v1.0.23
1502026-07-28T20:34:24.792Z Compiling cfg-if v0.1.10
1512026-07-28T20:34:24.879Z Compiling rustversion v1.0.23
1522026-07-28T20:34:24.938Z Compiling serde_json v1.0.151
1532026-07-28T20:34:25.164Z Compiling heck v0.5.0
1542026-07-28T20:34:25.187Z Compiling unicode-xid v0.2.6
1552026-07-28T20:34:25.192Z Compiling memchr v2.8.3
1562026-07-28T20:34:25.276Z Compiling itoa v1.0.18
1572026-07-28T20:34:25.344Z Compiling shlex v2.0.1
1582026-07-28T20:34:25.444Z Compiling log v0.4.33
1592026-07-28T20:34:25.467Z Compiling find-msvc-tools v0.1.9
1602026-07-28T20:34:25.513Z Compiling dirs-sys v0.3.7
1612026-07-28T20:34:25.544Z Compiling bitflags v1.3.2
1622026-07-28T20:34:25.605Z Compiling semver v1.0.28
1632026-07-28T20:34:25.609Z Compiling cc v1.4.0
1642026-07-28T20:34:25.689Z Compiling dirs v2.0.2
1652026-07-28T20:34:25.741Z Compiling strum v0.25.0
1662026-07-28T20:34:25.778Z Compiling term v0.6.1
1672026-07-28T20:34:25.793Z Compiling rustc_version v0.4.1
1682026-07-28T20:34:25.975Z Compiling syn v3.0.3
1692026-07-28T20:34:25.975Z Compiling syn v2.0.119
1702026-07-28T20:34:27.334Z Compiling serde_derive v1.0.229
1712026-07-28T20:34:27.605Z Compiling strum_macros v0.26.4
1722026-07-28T20:34:28.670Z Compiling strum v0.26.3
1732026-07-28T20:34:28.734Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1742026-07-28T20:34:29.437Z Compiling garando_pos v0.1.0
1752026-07-28T20:34:29.715Z Compiling garando_errors v0.1.0
1762026-07-28T20:34:30.105Z Compiling garando_syntax v0.1.1
1772026-07-28T20:34:34.252Z Compiling ctest2 v0.4.10
1782026-07-28T20:34:34.867Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1792026-07-28T20:34:37.178Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.24s
1802026-07-28T20:34:37.193Z Running test/main.rs (target/debug/deps/main-ad9643111e37892f)
1812026-07-28T20:34:37.196ZRUNNING ALL TESTS
1822026-07-28T20:34:37.196ZPASSED 1185 tests
1832026-07-28T20:34:37.206ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1842026-07-28T20:34:37.263Z Updating crates.io index
1852026-07-28T20:34:37.419Z Locking 40 packages to latest compatible versions
1862026-07-28T20:34:37.460Z Compiling proc-macro2 v1.0.107
1872026-07-28T20:34:37.461Z Compiling unicode-ident v1.0.24
1882026-07-28T20:34:37.461Z Compiling libc v0.2.189
1892026-07-28T20:34:37.461Z Compiling quote v1.0.47
1902026-07-28T20:34:37.461Z Compiling serde_core v1.0.229
1912026-07-28T20:34:37.464Z Compiling serde v1.0.229
1922026-07-28T20:34:37.464Z Compiling zmij v1.0.23
1932026-07-28T20:34:37.464Z Compiling cfg-if v0.1.10
1942026-07-28T20:34:37.520Z Compiling serde_json v1.0.151
1952026-07-28T20:34:37.565Z Compiling itoa v1.0.18
1962026-07-28T20:34:37.717Z Compiling memchr v2.8.3
1972026-07-28T20:34:37.726Z Compiling unicode-xid v0.2.6
1982026-07-28T20:34:37.748Z Compiling semver v1.0.28
1992026-07-28T20:34:37.777Z Compiling log v0.4.33
2002026-07-28T20:34:37.812Z Compiling find-msvc-tools v0.1.9
2012026-07-28T20:34:37.926Z Compiling shlex v2.0.1
2022026-07-28T20:34:38.011Z Compiling bitflags v1.3.2
2032026-07-28T20:34:38.015Z Compiling rustc_version v0.4.1
2042026-07-28T20:34:38.062Z Compiling cc v1.4.0
2052026-07-28T20:34:38.144Z Compiling dirs-sys v0.3.7
2062026-07-28T20:34:38.184Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2072026-07-28T20:34:38.257Z Compiling dirs v2.0.2
2082026-07-28T20:34:38.316Z Compiling term v0.6.1
2092026-07-28T20:34:38.516Z Compiling syn v3.0.3
2102026-07-28T20:34:39.748Z Compiling serde_derive v1.0.229
2112026-07-28T20:34:41.670Z Compiling garando_pos v0.1.0
2122026-07-28T20:34:41.943Z Compiling garando_errors v0.1.0
2132026-07-28T20:34:42.319Z Compiling garando_syntax v0.1.1
2142026-07-28T20:34:46.413Z Compiling ctest2 v0.4.10
2152026-07-28T20:34:47.012Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2162026-07-28T20:34:47.762Zwarning: direct cast of function item into an integer
2172026-07-28T20:34:47.762Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:865:44
2182026-07-28T20:34:47.762Z |
2192026-07-28T20:34:47.762Z865 | same(nvlist_remove as usize,
2202026-07-28T20:34:47.762Z | ^^^^^^^^
2212026-07-28T20:34:47.762Z |
2222026-07-28T20:34:47.762Z = note: `#[warn(function_casts_as_integer)]` on by default
2232026-07-28T20:34:47.762Zhelp: first cast to a pointer `as *const ()`
2242026-07-28T20:34:47.762Z |
2252026-07-28T20:34:47.762Z865 | same(nvlist_remove as *const () as usize,
2262026-07-28T20:34:47.762Z | ++++++++++++
2272026-07-28T20:34:47.762Z
2282026-07-28T20:34:47.767Zwarning: direct cast of function item into an integer
2292026-07-28T20:34:47.767Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:882:48
2302026-07-28T20:34:47.767Z |
2312026-07-28T20:34:47.767Z882 | same(nvlist_remove_all as usize,
2322026-07-28T20:34:47.767Z | ^^^^^^^^
2332026-07-28T20:34:47.767Z |
2342026-07-28T20:34:47.767Zhelp: first cast to a pointer `as *const ()`
2352026-07-28T20:34:47.768Z |
2362026-07-28T20:34:47.768Z882 | same(nvlist_remove_all as *const () as usize,
2372026-07-28T20:34:47.768Z | ++++++++++++
2382026-07-28T20:34:47.768Z
2392026-07-28T20:34:47.768Zwarning: direct cast of function item into an integer
2402026-07-28T20:34:47.768Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:899:51
2412026-07-28T20:34:47.768Z |
2422026-07-28T20:34:47.768Z899 | same(nvlist_remove_nvpair as usize,
2432026-07-28T20:34:47.768Z | ^^^^^^^^
2442026-07-28T20:34:47.768Z |
2452026-07-28T20:34:47.768Zhelp: first cast to a pointer `as *const ()`
2462026-07-28T20:34:47.768Z |
2472026-07-28T20:34:47.768Z899 | same(nvlist_remove_nvpair as *const () as usize,
2482026-07-28T20:34:47.768Z | ++++++++++++
2492026-07-28T20:34:47.768Z
2502026-07-28T20:34:47.768Zwarning: direct cast of function item into an integer
2512026-07-28T20:34:47.768Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:916:51
2522026-07-28T20:34:47.768Z |
2532026-07-28T20:34:47.768Z916 | same(nvlist_lookup_nvpair as usize,
2542026-07-28T20:34:47.768Z | ^^^^^^^^
2552026-07-28T20:34:47.768Z |
2562026-07-28T20:34:47.768Zhelp: first cast to a pointer `as *const ()`
2572026-07-28T20:34:47.768Z |
2582026-07-28T20:34:47.768Z916 | same(nvlist_lookup_nvpair as *const () as usize,
2592026-07-28T20:34:47.768Z | ++++++++++++
2602026-07-28T20:34:47.769Z
2612026-07-28T20:34:47.769Zwarning: direct cast of function item into an integer
2622026-07-28T20:34:47.769Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:933:49
2632026-07-28T20:34:47.769Z |
2642026-07-28T20:34:47.769Z933 | same(nvlist_next_nvpair as usize,
2652026-07-28T20:34:47.769Z | ^^^^^^^^
2662026-07-28T20:34:47.769Z |
2672026-07-28T20:34:47.769Zhelp: first cast to a pointer `as *const ()`
2682026-07-28T20:34:47.769Z |
2692026-07-28T20:34:47.769Z933 | same(nvlist_next_nvpair as *const () as usize,
2702026-07-28T20:34:47.769Z | ++++++++++++
2712026-07-28T20:34:47.769Z
2722026-07-28T20:34:47.769Zwarning: direct cast of function item into an integer
2732026-07-28T20:34:47.769Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:950:49
2742026-07-28T20:34:47.769Z |
2752026-07-28T20:34:47.769Z950 | same(nvlist_prev_nvpair as usize,
2762026-07-28T20:34:47.769Z | ^^^^^^^^
2772026-07-28T20:34:47.769Z |
2782026-07-28T20:34:47.769Zhelp: first cast to a pointer `as *const ()`
2792026-07-28T20:34:47.769Z |
2802026-07-28T20:34:47.769Z950 | same(nvlist_prev_nvpair as *const () as usize,
2812026-07-28T20:34:47.769Z | ++++++++++++
2822026-07-28T20:34:47.769Z
2832026-07-28T20:34:47.769Zwarning: direct cast of function item into an integer
2842026-07-28T20:34:47.769Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:967:44
2852026-07-28T20:34:47.769Z |
2862026-07-28T20:34:47.769Z967 | same(nvlist_exists as usize,
2872026-07-28T20:34:47.769Z | ^^^^^^^^
2882026-07-28T20:34:47.770Z |
2892026-07-28T20:34:47.770Zhelp: first cast to a pointer `as *const ()`
2902026-07-28T20:34:47.770Z |
2912026-07-28T20:34:47.770Z967 | same(nvlist_exists as *const () as usize,
2922026-07-28T20:34:47.770Z | ++++++++++++
2932026-07-28T20:34:47.770Z
2942026-07-28T20:34:47.770Zwarning: direct cast of function item into an integer
2952026-07-28T20:34:47.770Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:984:43
2962026-07-28T20:34:47.770Z |
2972026-07-28T20:34:47.770Z984 | same(nvlist_empty as usize,
2982026-07-28T20:34:47.770Z | ^^^^^^^^
2992026-07-28T20:34:47.770Z |
3002026-07-28T20:34:47.770Zhelp: first cast to a pointer `as *const ()`
3012026-07-28T20:34:47.770Z |
3022026-07-28T20:34:47.770Z984 | same(nvlist_empty as *const () as usize,
3032026-07-28T20:34:47.770Z | ++++++++++++
3042026-07-28T20:34:47.770Z
3052026-07-28T20:34:47.770Zwarning: direct cast of function item into an integer
3062026-07-28T20:34:47.770Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1001:44
3072026-07-28T20:34:47.770Z |
3082026-07-28T20:34:47.770Z1001 | same(nvlist_unpack as usize,
3092026-07-28T20:34:47.770Z | ^^^^^^^^
3102026-07-28T20:34:47.770Z |
3112026-07-28T20:34:47.770Zhelp: first cast to a pointer `as *const ()`
3122026-07-28T20:34:47.770Z |
3132026-07-28T20:34:47.770Z1001 | same(nvlist_unpack as *const () as usize,
3142026-07-28T20:34:47.770Z | ++++++++++++
3152026-07-28T20:34:47.770Z
3162026-07-28T20:34:47.770Zwarning: direct cast of function item into an integer
3172026-07-28T20:34:47.770Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1018:44
3182026-07-28T20:34:47.770Z |
3192026-07-28T20:34:47.770Z1018 | same(fnvlist_alloc as usize,
3202026-07-28T20:34:47.770Z | ^^^^^^^^
3212026-07-28T20:34:47.770Z |
3222026-07-28T20:34:47.771Zhelp: first cast to a pointer `as *const ()`
3232026-07-28T20:34:47.771Z |
3242026-07-28T20:34:47.771Z1018 | same(fnvlist_alloc as *const () as usize,
3252026-07-28T20:34:47.771Z | ++++++++++++
3262026-07-28T20:34:47.771Z
3272026-07-28T20:34:47.771Zwarning: direct cast of function item into an integer
3282026-07-28T20:34:47.775Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1035:43
3292026-07-28T20:34:47.775Z |
3302026-07-28T20:34:47.775Z1035 | same(fnvlist_free as usize,
3312026-07-28T20:34:47.775Z | ^^^^^^^^
3322026-07-28T20:34:47.775Z |
3332026-07-28T20:34:47.775Zhelp: first cast to a pointer `as *const ()`
3342026-07-28T20:34:47.775Z |
3352026-07-28T20:34:47.775Z1035 | same(fnvlist_free as *const () as usize,
3362026-07-28T20:34:47.775Z | ++++++++++++
3372026-07-28T20:34:47.775Z
3382026-07-28T20:34:47.775Zwarning: direct cast of function item into an integer
3392026-07-28T20:34:47.775Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1052:43
3402026-07-28T20:34:47.775Z |
3412026-07-28T20:34:47.775Z1052 | same(fnvlist_size as usize,
3422026-07-28T20:34:47.775Z | ^^^^^^^^
3432026-07-28T20:34:47.775Z |
3442026-07-28T20:34:47.775Zhelp: first cast to a pointer `as *const ()`
3452026-07-28T20:34:47.775Z |
3462026-07-28T20:34:47.775Z1052 | same(fnvlist_size as *const () as usize,
3472026-07-28T20:34:47.775Z | ++++++++++++
3482026-07-28T20:34:47.775Z
3492026-07-28T20:34:47.776Zwarning: direct cast of function item into an integer
3502026-07-28T20:34:47.776Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1069:43
3512026-07-28T20:34:47.776Z |
3522026-07-28T20:34:47.776Z1069 | same(fnvlist_pack as usize,
3532026-07-28T20:34:47.776Z | ^^^^^^^^
3542026-07-28T20:34:47.776Z |
3552026-07-28T20:34:47.776Zhelp: first cast to a pointer `as *const ()`
3562026-07-28T20:34:47.776Z |
3572026-07-28T20:34:47.776Z1069 | same(fnvlist_pack as *const () as usize,
3582026-07-28T20:34:47.776Z | ++++++++++++
3592026-07-28T20:34:47.776Z
3602026-07-28T20:34:47.776Zwarning: direct cast of function item into an integer
3612026-07-28T20:34:47.776Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1086:48
3622026-07-28T20:34:47.776Z |
3632026-07-28T20:34:47.776Z1086 | same(fnvlist_pack_free as usize,
3642026-07-28T20:34:47.776Z | ^^^^^^^^
3652026-07-28T20:34:47.776Z |
3662026-07-28T20:34:47.776Zhelp: first cast to a pointer `as *const ()`
3672026-07-28T20:34:47.776Z |
3682026-07-28T20:34:47.776Z1086 | same(fnvlist_pack_free as *const () as usize,
3692026-07-28T20:34:47.776Z | ++++++++++++
3702026-07-28T20:34:47.776Z
3712026-07-28T20:34:47.776Zwarning: direct cast of function item into an integer
3722026-07-28T20:34:47.776Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1103:45
3732026-07-28T20:34:47.776Z |
3742026-07-28T20:34:47.776Z1103 | same(fnvlist_unpack as usize,
3752026-07-28T20:34:47.776Z | ^^^^^^^^
3762026-07-28T20:34:47.776Z |
3772026-07-28T20:34:47.776Zhelp: first cast to a pointer `as *const ()`
3782026-07-28T20:34:47.776Z |
3792026-07-28T20:34:47.776Z1103 | same(fnvlist_unpack as *const () as usize,
3802026-07-28T20:34:47.776Z | ++++++++++++
3812026-07-28T20:34:47.776Z
3822026-07-28T20:34:47.776Zwarning: direct cast of function item into an integer
3832026-07-28T20:34:47.776Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1120:42
3842026-07-28T20:34:47.776Z |
3852026-07-28T20:34:47.776Z1120 | same(fnvlist_dup as usize,
3862026-07-28T20:34:47.776Z | ^^^^^^^^
3872026-07-28T20:34:47.776Z |
3882026-07-28T20:34:47.777Zhelp: first cast to a pointer `as *const ()`
3892026-07-28T20:34:47.777Z |
3902026-07-28T20:34:47.777Z1120 | same(fnvlist_dup as *const () as usize,
3912026-07-28T20:34:47.777Z | ++++++++++++
3922026-07-28T20:34:47.777Z
3932026-07-28T20:34:47.777Zwarning: direct cast of function item into an integer
3942026-07-28T20:34:47.777Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1137:44
3952026-07-28T20:34:47.777Z |
3962026-07-28T20:34:47.777Z1137 | same(fnvlist_merge as usize,
3972026-07-28T20:34:47.777Z | ^^^^^^^^
3982026-07-28T20:34:47.777Z |
3992026-07-28T20:34:47.777Zhelp: first cast to a pointer `as *const ()`
4002026-07-28T20:34:47.777Z |
4012026-07-28T20:34:47.777Z1137 | same(fnvlist_merge as *const () as usize,
4022026-07-28T20:34:47.777Z | ++++++++++++
4032026-07-28T20:34:47.777Z
4042026-07-28T20:34:47.777Zwarning: direct cast of function item into an integer
4052026-07-28T20:34:47.777Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1154:48
4062026-07-28T20:34:47.777Z |
4072026-07-28T20:34:47.777Z1154 | same(fnvlist_num_pairs as usize,
4082026-07-28T20:34:47.777Z | ^^^^^^^^
4092026-07-28T20:34:47.777Z |
4102026-07-28T20:34:47.777Zhelp: first cast to a pointer `as *const ()`
4112026-07-28T20:34:47.777Z |
4122026-07-28T20:34:47.777Z1154 | same(fnvlist_num_pairs as *const () as usize,
4132026-07-28T20:34:47.777Z | ++++++++++++
4142026-07-28T20:34:47.777Z
4152026-07-28T20:34:47.777Zwarning: direct cast of function item into an integer
4162026-07-28T20:34:47.777Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1171:50
4172026-07-28T20:34:47.777Z |
4182026-07-28T20:34:47.777Z1171 | same(fnvlist_add_boolean as usize,
4192026-07-28T20:34:47.777Z | ^^^^^^^^
4202026-07-28T20:34:47.777Z |
4212026-07-28T20:34:47.777Zhelp: first cast to a pointer `as *const ()`
4222026-07-28T20:34:47.777Z |
4232026-07-28T20:34:47.777Z1171 | same(fnvlist_add_boolean as *const () as usize,
4242026-07-28T20:34:47.777Z | ++++++++++++
4252026-07-28T20:34:47.777Z
4262026-07-28T20:34:47.777Zwarning: direct cast of function item into an integer
4272026-07-28T20:34:47.778Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1188:56
4282026-07-28T20:34:47.781Z |
4292026-07-28T20:34:47.782Z1188 | same(fnvlist_add_boolean_value as usize,
4302026-07-28T20:34:47.782Z | ^^^^^^^^
4312026-07-28T20:34:47.782Z |
4322026-07-28T20:34:47.782Zhelp: first cast to a pointer `as *const ()`
4332026-07-28T20:34:47.782Z |
4342026-07-28T20:34:47.782Z1188 | same(fnvlist_add_boolean_value as *const () as usize,
4352026-07-28T20:34:47.782Z | ++++++++++++
4362026-07-28T20:34:47.782Z
4372026-07-28T20:34:47.782Zwarning: direct cast of function item into an integer
4382026-07-28T20:34:47.782Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1205:47
4392026-07-28T20:34:47.782Z |
4402026-07-28T20:34:47.782Z1205 | same(fnvlist_add_byte as usize,
4412026-07-28T20:34:47.782Z | ^^^^^^^^
4422026-07-28T20:34:47.782Z |
4432026-07-28T20:34:47.782Zhelp: first cast to a pointer `as *const ()`
4442026-07-28T20:34:47.782Z |
4452026-07-28T20:34:47.782Z1205 | same(fnvlist_add_byte as *const () as usize,
4462026-07-28T20:34:47.782Z | ++++++++++++
4472026-07-28T20:34:47.782Z
4482026-07-28T20:34:47.782Zwarning: direct cast of function item into an integer
4492026-07-28T20:34:47.782Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1222:47
4502026-07-28T20:34:47.782Z |
4512026-07-28T20:34:47.782Z1222 | same(fnvlist_add_int8 as usize,
4522026-07-28T20:34:47.782Z | ^^^^^^^^
4532026-07-28T20:34:47.782Z |
4542026-07-28T20:34:47.782Zhelp: first cast to a pointer `as *const ()`
4552026-07-28T20:34:47.782Z |
4562026-07-28T20:34:47.782Z1222 | same(fnvlist_add_int8 as *const () as usize,
4572026-07-28T20:34:47.782Z | ++++++++++++
4582026-07-28T20:34:47.782Z
4592026-07-28T20:34:47.782Zwarning: direct cast of function item into an integer
4602026-07-28T20:34:47.782Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1239:48
4612026-07-28T20:34:47.782Z |
4622026-07-28T20:34:47.782Z1239 | same(fnvlist_add_uint8 as usize,
4632026-07-28T20:34:47.782Z | ^^^^^^^^
4642026-07-28T20:34:47.782Z |
4652026-07-28T20:34:47.782Zhelp: first cast to a pointer `as *const ()`
4662026-07-28T20:34:47.782Z |
4672026-07-28T20:34:47.782Z1239 | same(fnvlist_add_uint8 as *const () as usize,
4682026-07-28T20:34:47.783Z | ++++++++++++
4692026-07-28T20:34:47.783Z
4702026-07-28T20:34:47.783Zwarning: direct cast of function item into an integer
4712026-07-28T20:34:47.783Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1256:48
4722026-07-28T20:34:47.783Z |
4732026-07-28T20:34:47.783Z1256 | same(fnvlist_add_int16 as usize,
4742026-07-28T20:34:47.783Z | ^^^^^^^^
4752026-07-28T20:34:47.783Z |
4762026-07-28T20:34:47.783Zhelp: first cast to a pointer `as *const ()`
4772026-07-28T20:34:47.783Z |
4782026-07-28T20:34:47.783Z1256 | same(fnvlist_add_int16 as *const () as usize,
4792026-07-28T20:34:47.783Z | ++++++++++++
4802026-07-28T20:34:47.783Z
4812026-07-28T20:34:47.783Zwarning: direct cast of function item into an integer
4822026-07-28T20:34:47.783Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1273:49
4832026-07-28T20:34:47.783Z |
4842026-07-28T20:34:47.783Z1273 | same(fnvlist_add_uint16 as usize,
4852026-07-28T20:34:47.783Z | ^^^^^^^^
4862026-07-28T20:34:47.783Z |
4872026-07-28T20:34:47.783Zhelp: first cast to a pointer `as *const ()`
4882026-07-28T20:34:47.783Z |
4892026-07-28T20:34:47.783Z1273 | same(fnvlist_add_uint16 as *const () as usize,
4902026-07-28T20:34:47.783Z | ++++++++++++
4912026-07-28T20:34:47.783Z
4922026-07-28T20:34:47.783Zwarning: direct cast of function item into an integer
4932026-07-28T20:34:47.783Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1290:48
4942026-07-28T20:34:47.783Z |
4952026-07-28T20:34:47.783Z1290 | same(fnvlist_add_int32 as usize,
4962026-07-28T20:34:47.783Z | ^^^^^^^^
4972026-07-28T20:34:47.783Z |
4982026-07-28T20:34:47.783Zhelp: first cast to a pointer `as *const ()`
4992026-07-28T20:34:47.783Z |
5002026-07-28T20:34:47.783Z1290 | same(fnvlist_add_int32 as *const () as usize,
5012026-07-28T20:34:47.783Z | ++++++++++++
5022026-07-28T20:34:47.783Z
5032026-07-28T20:34:47.783Zwarning: direct cast of function item into an integer
5042026-07-28T20:34:47.783Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1307:49
5052026-07-28T20:34:47.783Z |
5062026-07-28T20:34:47.783Z1307 | same(fnvlist_add_uint32 as usize,
5072026-07-28T20:34:47.784Z | ^^^^^^^^
5082026-07-28T20:34:47.784Z |
5092026-07-28T20:34:47.784Zhelp: first cast to a pointer `as *const ()`
5102026-07-28T20:34:47.784Z |
5112026-07-28T20:34:47.784Z1307 | same(fnvlist_add_uint32 as *const () as usize,
5122026-07-28T20:34:47.784Z | ++++++++++++
5132026-07-28T20:34:47.784Z
5142026-07-28T20:34:47.784Zwarning: direct cast of function item into an integer
5152026-07-28T20:34:47.784Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1324:48
5162026-07-28T20:34:47.784Z |
5172026-07-28T20:34:47.784Z1324 | same(fnvlist_add_int64 as usize,
5182026-07-28T20:34:47.784Z | ^^^^^^^^
5192026-07-28T20:34:47.784Z |
5202026-07-28T20:34:47.784Zhelp: first cast to a pointer `as *const ()`
5212026-07-28T20:34:47.784Z |
5222026-07-28T20:34:47.784Z1324 | same(fnvlist_add_int64 as *const () as usize,
5232026-07-28T20:34:47.784Z | ++++++++++++
5242026-07-28T20:34:47.784Z
5252026-07-28T20:34:47.784Zwarning: direct cast of function item into an integer
5262026-07-28T20:34:47.784Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1341:49
5272026-07-28T20:34:47.784Z |
5282026-07-28T20:34:47.788Z1341 | same(fnvlist_add_uint64 as usize,
5292026-07-28T20:34:47.788Z | ^^^^^^^^
5302026-07-28T20:34:47.788Z |
5312026-07-28T20:34:47.788Zhelp: first cast to a pointer `as *const ()`
5322026-07-28T20:34:47.788Z |
5332026-07-28T20:34:47.788Z1341 | same(fnvlist_add_uint64 as *const () as usize,
5342026-07-28T20:34:47.788Z | ++++++++++++
5352026-07-28T20:34:47.788Z
5362026-07-28T20:34:47.788Zwarning: direct cast of function item into an integer
5372026-07-28T20:34:47.788Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1358:49
5382026-07-28T20:34:47.788Z |
5392026-07-28T20:34:47.788Z1358 | same(fnvlist_add_string as usize,
5402026-07-28T20:34:47.788Z | ^^^^^^^^
5412026-07-28T20:34:47.788Z |
5422026-07-28T20:34:47.788Zhelp: first cast to a pointer `as *const ()`
5432026-07-28T20:34:47.788Z |
5442026-07-28T20:34:47.788Z1358 | same(fnvlist_add_string as *const () as usize,
5452026-07-28T20:34:47.788Z | ++++++++++++
5462026-07-28T20:34:47.789Z
5472026-07-28T20:34:47.789Zwarning: direct cast of function item into an integer
5482026-07-28T20:34:47.789Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1375:49
5492026-07-28T20:34:47.789Z |
5502026-07-28T20:34:47.789Z1375 | same(fnvlist_add_nvlist as usize,
5512026-07-28T20:34:47.789Z | ^^^^^^^^
5522026-07-28T20:34:47.789Z |
5532026-07-28T20:34:47.789Zhelp: first cast to a pointer `as *const ()`
5542026-07-28T20:34:47.789Z |
5552026-07-28T20:34:47.789Z1375 | same(fnvlist_add_nvlist as *const () as usize,
5562026-07-28T20:34:47.789Z | ++++++++++++
5572026-07-28T20:34:47.789Z
5582026-07-28T20:34:47.789Zwarning: direct cast of function item into an integer
5592026-07-28T20:34:47.789Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-34cc006e3f4d720a/out/main.rs:1392:49
5602026-07-28T20:34:47.789Z |
5612026-07-28T20:34:47.789Z1392 | same(fnvlist_add_nvpair as usize,
5622026-07-28T20:34:47.789Z | ^^^^^^^^
5632026-07-28T20:34:47.789Z |
5642026-07-28T20:34:47.789Zhelp: first cast to a pointer `as *const ()`
5652026-07-28T20:34:47.789Z |
5662026-07-28T20:34:47.789Z1392 | same(fnvlist_add_nvpair as *const () as usize,
5672026-07-28T20:34:47.789Z | ++++++++++++
5682026-07-28T20:34:47.789Z
5692026-07-28T20:34:47.970Zwarning: `nvpair-hdrchk` (test "main") generated 32 warnings (run `cargo fix --test "main" -p nvpair-hdrchk` to apply 32 suggestions)
5702026-07-28T20:34:47.970Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.75s
5712026-07-28T20:34:47.983Z Running test/main.rs (target/debug/deps/main-92331069fd310326)
5722026-07-28T20:34:47.987ZRUNNING ALL TESTS
5732026-07-28T20:34:47.987ZPASSED 90 tests
5742026-07-28T20:34:47.992ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
5752026-07-28T20:34:48.055Z Updating crates.io index
5762026-07-28T20:34:48.212Z Locking 42 packages to latest compatible versions
5772026-07-28T20:34:48.256Z Compiling libc v0.2.189
5782026-07-28T20:34:48.256Z Compiling proc-macro2 v1.0.107
5792026-07-28T20:34:48.256Z Compiling unicode-ident v1.0.24
5802026-07-28T20:34:48.259Z Compiling quote v1.0.47
5812026-07-28T20:34:48.259Z Compiling serde_core v1.0.229
5822026-07-28T20:34:48.259Z Compiling serde v1.0.229
5832026-07-28T20:34:48.259Z Compiling cfg-if v0.1.10
5842026-07-28T20:34:48.259Z Compiling zmij v1.0.23
5852026-07-28T20:34:48.314Z Compiling serde_json v1.0.151
5862026-07-28T20:34:48.362Z Compiling memchr v2.8.3
5872026-07-28T20:34:48.532Z Compiling itoa v1.0.18
5882026-07-28T20:34:48.546Z Compiling unicode-xid v0.2.6
5892026-07-28T20:34:48.570Z Compiling find-msvc-tools v0.1.9
5902026-07-28T20:34:48.636Z Compiling semver v1.0.28
5912026-07-28T20:34:48.681Z Compiling log v0.4.33
5922026-07-28T20:34:48.776Z Compiling bitflags v1.3.2
5932026-07-28T20:34:48.798Z Compiling shlex v2.0.1
5942026-07-28T20:34:48.829Z Compiling rustc_version v0.4.1
5952026-07-28T20:34:48.898Z Compiling dirs-sys v0.3.7
5962026-07-28T20:34:48.898Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
5972026-07-28T20:34:48.918Z Compiling cc v1.4.0
5982026-07-28T20:34:48.978Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
5992026-07-28T20:34:49.012Z Compiling dirs v2.0.2
6002026-07-28T20:34:49.071Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
6012026-07-28T20:34:49.074Z Compiling term v0.6.1
6022026-07-28T20:34:49.292Z Compiling syn v3.0.3
6032026-07-28T20:34:50.533Z Compiling serde_derive v1.0.229
6042026-07-28T20:34:52.439Z Compiling garando_pos v0.1.0
6052026-07-28T20:34:52.704Z Compiling garando_errors v0.1.0
6062026-07-28T20:34:53.090Z Compiling garando_syntax v0.1.1
6072026-07-28T20:34:57.154Z Compiling ctest2 v0.4.10
6082026-07-28T20:34:57.760Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
6092026-07-28T20:34:58.816Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.81s
6102026-07-28T20:34:58.828Z Running test/main.rs (target/debug/deps/main-fc81d3831646cfa3)
6112026-07-28T20:34:58.832ZRUNNING ALL TESTS
6122026-07-28T20:34:58.832ZPASSED 257 tests
6132026-07-28T20:34:58.839Zprocess exited: duration 80189 ms, exit code 0
 
6142026-07-28T20:34:58.846Zfound 0 output files