01M1S378N2BKHWD539546K3AZZ: header-check

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

Buildomat Job: 01M1S37N3JW447S5RYZEHNYEKK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-05T15:34:05.033Zjob assigned to worker 01M1S37N4PYXQ75BW7D5TB6A4T [factory aws, i-0c2a47124f826a5a5] (queued for 50 s)
 
22026-09-05T15:34:12.190Zstarting task 0: "setup"
32026-09-05T15:34:12.193Z++ uname -s
42026-09-05T15:34:12.197Z+ kern=SunOS
52026-09-05T15:34:12.197Z+ build_user=build
62026-09-05T15:34:12.197Z+ build_uid=12345
72026-09-05T15:34:12.197Z+ work_dir=/work
82026-09-05T15:34:12.197Z+ input_dir=/input
92026-09-05T15:34:12.197Z+ [[ 0 == 12345 ]]
102026-09-05T15:34:12.197Z+ case "$kern" in
112026-09-05T15:34:12.197Z+ groupadd -g 12345 build
122026-09-05T15:34:12.197Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-05T15:34:14.202Z+ zfs create -o mountpoint=/work rpool/work
142026-09-05T15:34:14.363Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-05T15:34:14.366Z+ home_fs=zfs
162026-09-05T15:34:14.366Z+ [[ zfs == autofs ]]
172026-09-05T15:34:14.366Z+ mkdir -p /home/build
182026-09-05T15:34:14.366Z+ chown build:build /home/build /work
192026-09-05T15:34:16.368Z+ chmod 0700 /home/build /work
202026-09-05T15:34:16.371Zprocess exited: duration 4180 ms, exit code 0
 
212026-09-05T15:34:16.377Zstarting task 1: "rust-toolchain"
222026-09-05T15:34:16.381Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-05T15:34:16.381Z * rust toolchain channel = "1.97.1"
242026-09-05T15:34:16.381Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-05T15:34:16.381Z * rust toolchain profile = "default"
262026-09-05T15:34:16.381Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-05T15:34:16.381Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-05T15:34:16.384Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-05T15:34:16.384Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-05T15:34:16.735Zinfo: downloading installer
312026-09-05T15:34:17.981Zwarn: It looks like you have an existing installation of Rust at:
322026-09-05T15:34:17.981Zwarn: /opt/ooce/bin
332026-09-05T15:34:17.981Zwarn: This could mean one of the following:
342026-09-05T15:34:17.981Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-05T15:34:17.982Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-05T15:34:17.982Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-05T15:34:17.982Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-05T15:34:17.982Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-05T15:34:17.982Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-05T15:34:17.982Zerror: cannot install while Rust is installed
412026-09-05T15:34:17.982Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-05T15:34:17.996Zinfo: profile set to default
432026-09-05T15:34:17.996Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-05T15:34:17.999Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
452026-09-05T15:34:18.120Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
462026-09-05T15:34:18.123Zinfo: downloading 6 components
472026-09-05T15:34:32.735Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
482026-09-05T15:34:32.735Z
492026-09-05T15:34:32.760Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
502026-09-05T15:34:32.760Z
512026-09-05T15:34:32.764Z
522026-09-05T15:34:32.764ZRust is installed now. Great!
532026-09-05T15:34:32.764Z
542026-09-05T15:34:32.764ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-05T15:34:32.764Zenvironment variable. This has not been done automatically.
562026-09-05T15:34:32.764Z
572026-09-05T15:34:32.764ZTo configure your current shell, you need to source
582026-09-05T15:34:32.764Zthe corresponding env file under $HOME/.cargo.
592026-09-05T15:34:32.764Z
602026-09-05T15:34:32.764ZConsider running the right command for your shell (note the leading DOT):
612026-09-05T15:34:32.764Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-05T15:34:32.764Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-05T15:34:32.764ZCC_x86_64-unknown-illumos = None
642026-09-05T15:34:32.764Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-05T15:34:32.764ZCC_x86_64_unknown_illumos = None
662026-09-05T15:34:32.764Zcargo:rerun-if-env-changed=HOST_CC
672026-09-05T15:34:32.764ZHOST_CC = None
682026-09-05T15:34:32.764Zcargo:rerun-if-env-changed=CC
692026-09-05T15:34:32.764ZCC = None
702026-09-05T15:34:32.764Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-05T15:34:32.921Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-05T15:34:32.921ZCRATE_CC_NO_DEFAULTS = None
732026-09-05T15:34:32.921Zcargo:rerun-if-env-changed=CFLAGS
742026-09-05T15:34:32.921ZCFLAGS = None
752026-09-05T15:34:32.921Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-05T15:34:32.921ZHOST_CFLAGS = None
772026-09-05T15:34:32.922Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-05T15:34:32.922ZCFLAGS_x86_64_unknown_illumos = None
792026-09-05T15:34:32.922Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-05T15:34:32.922ZCFLAGS_x86_64-unknown-illumos = None
812026-09-05T15:34:33.028Z+ rustup --version
822026-09-05T15:34:33.034Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-05T15:34:33.038Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-05T15:34:33.057Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
852026-09-05T15:34:33.060Z+ cargo --version
862026-09-05T15:34:33.074Zcargo 1.97.1 (c980f4866 2026-06-30)
872026-09-05T15:34:33.078Z+ rustc --version
882026-09-05T15:34:33.096Zrustc 1.97.1 (8bab26f4f 2026-07-14)
892026-09-05T15:34:33.100Zprocess exited: duration 16718 ms, exit code 0
 
902026-09-05T15:34:33.106Zstarting task 2: "authentication"
912026-09-05T15:34:33.123Zprocess exited: duration 16 ms, exit code 0
 
922026-09-05T15:34:33.129Zstarting task 3: "clone repository"
932026-09-05T15:34:33.132Z+ mkdir -p /work/oxidecomputer/propolis
942026-09-05T15:34:33.136Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
952026-09-05T15:34:33.165ZCloning into '/work/oxidecomputer/propolis'...
962026-09-05T15:34:34.847Z+ cd /work/oxidecomputer/propolis
972026-09-05T15:34:34.847Z+ git fetch origin fb8e165cbc62c1d5b438d5f8a906abfd1d715e96
982026-09-05T15:34:35.121ZFrom https://github.com/oxidecomputer/propolis
992026-09-05T15:34:35.121Z * branch fb8e165cbc62c1d5b438d5f8a906abfd1d715e96 -> FETCH_HEAD
1002026-09-05T15:34:35.126Z+ [[ -n '' ]]
1012026-09-05T15:34:35.126Z+ git reset --hard fb8e165cbc62c1d5b438d5f8a906abfd1d715e96
1022026-09-05T15:34:35.147ZHEAD is now at fb8e165c [bug] Avoid holding the pipeline lock across management uart writes
1032026-09-05T15:34:35.150Zprocess exited: duration 2018 ms, exit code 0
 
1042026-09-05T15:34:35.158Zstarting task 4: "build"
1052026-09-05T15:34:35.165ZCloning into './gate_src'...
1062026-09-05T15:35:18.202ZUpdating files: 37% (18804/49669) Updating files: 38% (18875/49669) Updating files: 39% (19371/49669) Updating files: 40% (19868/49669) Updating files: 41% (20365/49669) Updating files: 42% (20861/49669) Updating files: 43% (21358/49669) Updating files: 44% (21855/49669) Updating files: 45% (22352/49669) Updating files: 46% (22848/49669) Updating files: 47% (23345/49669) Updating files: 48% (23842/49669) Updating files: 49% (24338/49669) Updating files: 50% (24835/49669) Updating files: 51% (25332/49669) Updating files: 52% (25828/49669) Updating files: 53% (26325/49669) Updating files: 54% (26822/49669) Updating files: 55% (27318/49669) Updating files: 56% (27815/49669) Updating files: 57% (28312/49669) Updating files: 58% (28809/49669) Updating files: 59% (29305/49669) Updating files: 60% (29802/49669) Updating files: 61% (30299/49669) Updating files: 62% (30795/49669) Updating files: 63% (31292/49669) Updating files: 64% (31789/49669) Updating files: 65% (32285/49669) Updating files: 66% (32782/49669) Updating files: 67% (33279/49669) Updating files: 68% (33775/49669) Updating files: 69% (34272/49669) Updating files: 70% (34769/49669) Updating files: 71% (35265/49669) Updating files: 72% (35762/49669) Updating files: 73% (36259/49669) Updating files: 74% (36756/49669) Updating files: 75% (37252/49669) Updating files: 76% (37749/49669) Updating files: 77% (38246/49669) Updating files: 78% (38742/49669) Updating files: 79% (39239/49669) Updating files: 80% (39736/49669) Updating files: 81% (40232/49669) Updating files: 82% (40729/49669) Updating files: 83% (41226/49669) Updating files: 84% (41722/49669) Updating files: 85% (42219/49669) Updating files: 85% (42307/49669) Updating files: 86% (42716/49669) Updating files: 87% (43213/49669) Updating files: 88% (43709/49669) Updating files: 89% (44206/49669) Updating files: 90% (44703/49669) Updating files: 91% (45199/49669) Updating files: 92% (45696/49669) Updating files: 93% (46193/49669) Updating files: 94% (46689/49669) Updating files: 95% (47186/49669) Updating files: 96% (47683/49669) Updating files: 97% (48179/49669) Updating files: 98% (48676/49669) Updating files: 99% (49173/49669) Updating files: 100% (49669/49669) Updating files: 100% (49669/49669), done.
1072026-09-05T15:35:18.272ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1082026-09-05T15:35:18.298Zwarning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
1092026-09-05T15:35:18.356Z Updating crates.io index
1102026-09-05T15:35:18.774Z Locking 45 packages to latest compatible versions
1112026-09-05T15:35:18.777Z Adding strum v0.25.0 (available: v0.28.0)
1122026-09-05T15:35:18.780Z Downloading crates ...
1132026-09-05T15:35:18.835Z Downloaded bitflags v1.3.2
1142026-09-05T15:35:18.847Z Downloaded unicode-xid v0.2.6
1152026-09-05T15:35:18.858Z Downloaded heck v0.5.0
1162026-09-05T15:35:18.862Z Downloaded cfg-if v0.1.10
1172026-09-05T15:35:18.870Z Downloaded itoa v1.0.18
1182026-09-05T15:35:18.873Z Downloaded dirs v2.0.2
1192026-09-05T15:35:18.873Z Downloaded strum v0.26.3
1202026-09-05T15:35:18.876Z Downloaded rustc_version v0.4.1
1212026-09-05T15:35:18.879Z Downloaded dirs-sys v0.3.7
1222026-09-05T15:35:18.879Z Downloaded strum v0.25.0
1232026-09-05T15:35:18.882Z Downloaded zmij v1.0.23
1242026-09-05T15:35:18.882Z Downloaded garando_pos v0.1.0
1252026-09-05T15:35:18.882Z Downloaded rustversion v1.0.23
1262026-09-05T15:35:18.885Z Downloaded strum_macros v0.26.4
1272026-09-05T15:35:18.892Z Downloaded quote v1.0.47
1282026-09-05T15:35:18.895Z Downloaded shlex v2.0.1
1292026-09-05T15:35:18.898Z Downloaded garando_errors v0.1.0
1302026-09-05T15:35:18.898Z Downloaded find-msvc-tools v0.1.12
1312026-09-05T15:35:18.898Z Downloaded unicode-ident v1.0.24
1322026-09-05T15:35:18.901Z Downloaded memchr v2.8.3
1332026-09-05T15:35:18.904Z Downloaded term v0.6.1
1342026-09-05T15:35:18.907Z Downloaded semver v1.0.28
1352026-09-05T15:35:18.907Z Downloaded ctest2 v0.4.10
1362026-09-05T15:35:18.907Z Downloaded serde_derive v1.0.229
1372026-09-05T15:35:18.914Z Downloaded log v0.4.34
1382026-09-05T15:35:18.918Z Downloaded serde_core v1.0.229
1392026-09-05T15:35:18.925Z Downloaded serde v1.0.229
1402026-09-05T15:35:18.928Z Downloaded proc-macro2 v1.0.107
1412026-09-05T15:35:18.931Z Downloaded cc v1.4.5
1422026-09-05T15:35:18.955Z Downloaded serde_json v1.0.151
1432026-09-05T15:35:18.967Z Downloaded garando_syntax v0.1.1
1442026-09-05T15:35:18.977Z Downloaded syn v2.0.119
1452026-09-05T15:35:18.983Z Downloaded syn v3.0.5
1462026-09-05T15:35:19.012Z Downloaded libc v0.2.189
1472026-09-05T15:35:19.065Z Compiling proc-macro2 v1.0.107
1482026-09-05T15:35:19.065Z Compiling unicode-ident v1.0.24
1492026-09-05T15:35:19.068Z Compiling quote v1.0.47
1502026-09-05T15:35:19.068Z Compiling libc v0.2.189
1512026-09-05T15:35:19.068Z Compiling serde_core v1.0.229
1522026-09-05T15:35:19.068Z Compiling serde v1.0.229
1532026-09-05T15:35:19.068Z Compiling rustversion v1.0.23
1542026-09-05T15:35:19.068Z Compiling zmij v1.0.23
1552026-09-05T15:35:19.227Z Compiling cfg-if v0.1.10
1562026-09-05T15:35:19.283Z Compiling serde_json v1.0.151
1572026-09-05T15:35:19.449Z Compiling heck v0.5.0
1582026-09-05T15:35:19.456Z Compiling unicode-xid v0.2.6
1592026-09-05T15:35:19.505Z Compiling itoa v1.0.18
1602026-09-05T15:35:19.549Z Compiling memchr v2.8.3
1612026-09-05T15:35:19.632Z Compiling semver v1.0.28
1622026-09-05T15:35:19.666Z Compiling find-msvc-tools v0.1.12
1632026-09-05T15:35:19.717Z Compiling log v0.4.34
1642026-09-05T15:35:19.820Z Compiling dirs-sys v0.3.7
1652026-09-05T15:35:19.884Z Compiling bitflags v1.3.2
1662026-09-05T15:35:19.884Z Compiling shlex v2.0.1
1672026-09-05T15:35:19.904Z Compiling rustc_version v0.4.1
1682026-09-05T15:35:19.942Z Compiling dirs v2.0.2
1692026-09-05T15:35:20.011Z Compiling term v0.6.1
1702026-09-05T15:35:20.038Z Compiling cc v1.4.5
1712026-09-05T15:35:20.042Z Compiling strum v0.25.0
1722026-09-05T15:35:20.266Z Compiling syn v3.0.5
1732026-09-05T15:35:20.266Z Compiling syn v2.0.119
1742026-09-05T15:35:21.595Z Compiling serde_derive v1.0.229
1752026-09-05T15:35:21.871Z Compiling strum_macros v0.26.4
1762026-09-05T15:35:22.917Z Compiling strum v0.26.3
1772026-09-05T15:35:22.979Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1782026-09-05T15:35:23.622Z Compiling garando_pos v0.1.0
1792026-09-05T15:35:23.897Z Compiling garando_errors v0.1.0
1802026-09-05T15:35:24.286Z Compiling garando_syntax v0.1.1
1812026-09-05T15:35:28.397Z Compiling ctest2 v0.4.10
1822026-09-05T15:35:29.006Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1832026-09-05T15:35:31.171Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.89s
1842026-09-05T15:35:31.188Z Running test/main.rs (target/debug/deps/main-c2c881e9a533833d)
1852026-09-05T15:35:31.191ZRUNNING ALL TESTS
1862026-09-05T15:35:31.191ZPASSED 1185 tests
1872026-09-05T15:35:31.199ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1882026-09-05T15:35:31.255Z Updating crates.io index
1892026-09-05T15:35:31.406Z Locking 40 packages to latest compatible versions
1902026-09-05T15:35:31.448Z Compiling proc-macro2 v1.0.107
1912026-09-05T15:35:31.448Z Compiling quote v1.0.47
1922026-09-05T15:35:31.448Z Compiling libc v0.2.189
1932026-09-05T15:35:31.451Z Compiling unicode-ident v1.0.24
1942026-09-05T15:35:31.451Z Compiling serde_core v1.0.229
1952026-09-05T15:35:31.451Z Compiling serde v1.0.229
1962026-09-05T15:35:31.451Z Compiling zmij v1.0.23
1972026-09-05T15:35:31.451Z Compiling cfg-if v0.1.10
1982026-09-05T15:35:31.507Z Compiling serde_json v1.0.151
1992026-09-05T15:35:31.550Z Compiling itoa v1.0.18
2002026-09-05T15:35:31.703Z Compiling unicode-xid v0.2.6
2012026-09-05T15:35:31.711Z Compiling memchr v2.8.3
2022026-09-05T15:35:31.738Z Compiling semver v1.0.28
2032026-09-05T15:35:31.762Z Compiling log v0.4.34
2042026-09-05T15:35:31.794Z Compiling find-msvc-tools v0.1.12
2052026-09-05T15:35:31.909Z Compiling bitflags v1.3.2
2062026-09-05T15:35:31.965Z Compiling shlex v2.0.1
2072026-09-05T15:35:31.988Z Compiling rustc_version v0.4.1
2082026-09-05T15:35:32.068Z Compiling cc v1.4.5
2092026-09-05T15:35:32.071Z Compiling dirs-sys v0.3.7
2102026-09-05T15:35:32.120Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2112026-09-05T15:35:32.179Z Compiling dirs v2.0.2
2122026-09-05T15:35:32.250Z Compiling term v0.6.1
2132026-09-05T15:35:32.471Z Compiling syn v3.0.5
2142026-09-05T15:35:33.724Z Compiling serde_derive v1.0.229
2152026-09-05T15:35:35.640Z Compiling garando_pos v0.1.0
2162026-09-05T15:35:35.907Z Compiling garando_errors v0.1.0
2172026-09-05T15:35:36.279Z Compiling garando_syntax v0.1.1
2182026-09-05T15:35:40.352Z Compiling ctest2 v0.4.10
2192026-09-05T15:35:40.956Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2202026-09-05T15:35:41.723Zwarning: direct cast of function item into an integer
2212026-09-05T15:35:41.723Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:865:44
2222026-09-05T15:35:41.723Z |
2232026-09-05T15:35:41.723Z865 | same(nvlist_remove as usize,
2242026-09-05T15:35:41.723Z | ^^^^^^^^
2252026-09-05T15:35:41.723Z |
2262026-09-05T15:35:41.723Z = note: `#[warn(function_casts_as_integer)]` on by default
2272026-09-05T15:35:41.723Zhelp: first cast to a pointer `as *const ()`
2282026-09-05T15:35:41.723Z |
2292026-09-05T15:35:41.723Z865 | same(nvlist_remove as *const () as usize,
2302026-09-05T15:35:41.724Z | ++++++++++++
2312026-09-05T15:35:41.724Z
2322026-09-05T15:35:41.728Zwarning: direct cast of function item into an integer
2332026-09-05T15:35:41.728Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:882:48
2342026-09-05T15:35:41.728Z |
2352026-09-05T15:35:41.728Z882 | same(nvlist_remove_all as usize,
2362026-09-05T15:35:41.728Z | ^^^^^^^^
2372026-09-05T15:35:41.728Z |
2382026-09-05T15:35:41.728Zhelp: first cast to a pointer `as *const ()`
2392026-09-05T15:35:41.728Z |
2402026-09-05T15:35:41.728Z882 | same(nvlist_remove_all as *const () as usize,
2412026-09-05T15:35:41.728Z | ++++++++++++
2422026-09-05T15:35:41.728Z
2432026-09-05T15:35:41.728Zwarning: direct cast of function item into an integer
2442026-09-05T15:35:41.728Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:899:51
2452026-09-05T15:35:41.729Z |
2462026-09-05T15:35:41.729Z899 | same(nvlist_remove_nvpair as usize,
2472026-09-05T15:35:41.729Z | ^^^^^^^^
2482026-09-05T15:35:41.729Z |
2492026-09-05T15:35:41.729Zhelp: first cast to a pointer `as *const ()`
2502026-09-05T15:35:41.729Z |
2512026-09-05T15:35:41.729Z899 | same(nvlist_remove_nvpair as *const () as usize,
2522026-09-05T15:35:41.729Z | ++++++++++++
2532026-09-05T15:35:41.729Z
2542026-09-05T15:35:41.729Zwarning: direct cast of function item into an integer
2552026-09-05T15:35:41.729Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:916:51
2562026-09-05T15:35:41.729Z |
2572026-09-05T15:35:41.729Z916 | same(nvlist_lookup_nvpair as usize,
2582026-09-05T15:35:41.729Z | ^^^^^^^^
2592026-09-05T15:35:41.729Z |
2602026-09-05T15:35:41.729Zhelp: first cast to a pointer `as *const ()`
2612026-09-05T15:35:41.729Z |
2622026-09-05T15:35:41.729Z916 | same(nvlist_lookup_nvpair as *const () as usize,
2632026-09-05T15:35:41.729Z | ++++++++++++
2642026-09-05T15:35:41.729Z
2652026-09-05T15:35:41.729Zwarning: direct cast of function item into an integer
2662026-09-05T15:35:41.729Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:933:49
2672026-09-05T15:35:41.729Z |
2682026-09-05T15:35:41.729Z933 | same(nvlist_next_nvpair as usize,
2692026-09-05T15:35:41.729Z | ^^^^^^^^
2702026-09-05T15:35:41.729Z |
2712026-09-05T15:35:41.729Zhelp: first cast to a pointer `as *const ()`
2722026-09-05T15:35:41.729Z |
2732026-09-05T15:35:41.729Z933 | same(nvlist_next_nvpair as *const () as usize,
2742026-09-05T15:35:41.729Z | ++++++++++++
2752026-09-05T15:35:41.729Z
2762026-09-05T15:35:41.729Zwarning: direct cast of function item into an integer
2772026-09-05T15:35:41.729Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:950:49
2782026-09-05T15:35:41.729Z |
2792026-09-05T15:35:41.729Z950 | same(nvlist_prev_nvpair as usize,
2802026-09-05T15:35:41.729Z | ^^^^^^^^
2812026-09-05T15:35:41.729Z |
2822026-09-05T15:35:41.729Zhelp: first cast to a pointer `as *const ()`
2832026-09-05T15:35:41.729Z |
2842026-09-05T15:35:41.730Z950 | same(nvlist_prev_nvpair as *const () as usize,
2852026-09-05T15:35:41.730Z | ++++++++++++
2862026-09-05T15:35:41.730Z
2872026-09-05T15:35:41.730Zwarning: direct cast of function item into an integer
2882026-09-05T15:35:41.730Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:967:44
2892026-09-05T15:35:41.730Z |
2902026-09-05T15:35:41.730Z967 | same(nvlist_exists as usize,
2912026-09-05T15:35:41.730Z | ^^^^^^^^
2922026-09-05T15:35:41.730Z |
2932026-09-05T15:35:41.730Zhelp: first cast to a pointer `as *const ()`
2942026-09-05T15:35:41.730Z |
2952026-09-05T15:35:41.730Z967 | same(nvlist_exists as *const () as usize,
2962026-09-05T15:35:41.730Z | ++++++++++++
2972026-09-05T15:35:41.730Z
2982026-09-05T15:35:41.730Zwarning: direct cast of function item into an integer
2992026-09-05T15:35:41.730Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:984:43
3002026-09-05T15:35:41.730Z |
3012026-09-05T15:35:41.730Z984 | same(nvlist_empty as usize,
3022026-09-05T15:35:41.730Z | ^^^^^^^^
3032026-09-05T15:35:41.730Z |
3042026-09-05T15:35:41.730Zhelp: first cast to a pointer `as *const ()`
3052026-09-05T15:35:41.730Z |
3062026-09-05T15:35:41.730Z984 | same(nvlist_empty as *const () as usize,
3072026-09-05T15:35:41.730Z | ++++++++++++
3082026-09-05T15:35:41.730Z
3092026-09-05T15:35:41.730Zwarning: direct cast of function item into an integer
3102026-09-05T15:35:41.730Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1001:44
3112026-09-05T15:35:41.730Z |
3122026-09-05T15:35:41.730Z1001 | same(nvlist_unpack as usize,
3132026-09-05T15:35:41.730Z | ^^^^^^^^
3142026-09-05T15:35:41.730Z |
3152026-09-05T15:35:41.730Zhelp: first cast to a pointer `as *const ()`
3162026-09-05T15:35:41.730Z |
3172026-09-05T15:35:41.730Z1001 | same(nvlist_unpack as *const () as usize,
3182026-09-05T15:35:41.730Z | ++++++++++++
3192026-09-05T15:35:41.730Z
3202026-09-05T15:35:41.730Zwarning: direct cast of function item into an integer
3212026-09-05T15:35:41.730Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1018:44
3222026-09-05T15:35:41.730Z |
3232026-09-05T15:35:41.731Z1018 | same(fnvlist_alloc as usize,
3242026-09-05T15:35:41.731Z | ^^^^^^^^
3252026-09-05T15:35:41.731Z |
3262026-09-05T15:35:41.731Zhelp: first cast to a pointer `as *const ()`
3272026-09-05T15:35:41.731Z |
3282026-09-05T15:35:41.731Z1018 | same(fnvlist_alloc as *const () as usize,
3292026-09-05T15:35:41.731Z | ++++++++++++
3302026-09-05T15:35:41.731Z
3312026-09-05T15:35:41.731Zwarning: direct cast of function item into an integer
3322026-09-05T15:35:41.735Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1035:43
3332026-09-05T15:35:41.735Z |
3342026-09-05T15:35:41.735Z1035 | same(fnvlist_free as usize,
3352026-09-05T15:35:41.735Z | ^^^^^^^^
3362026-09-05T15:35:41.735Z |
3372026-09-05T15:35:41.735Zhelp: first cast to a pointer `as *const ()`
3382026-09-05T15:35:41.735Z |
3392026-09-05T15:35:41.736Z1035 | same(fnvlist_free as *const () as usize,
3402026-09-05T15:35:41.736Z | ++++++++++++
3412026-09-05T15:35:41.736Z
3422026-09-05T15:35:41.736Zwarning: direct cast of function item into an integer
3432026-09-05T15:35:41.736Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1052:43
3442026-09-05T15:35:41.736Z |
3452026-09-05T15:35:41.736Z1052 | same(fnvlist_size as usize,
3462026-09-05T15:35:41.736Z | ^^^^^^^^
3472026-09-05T15:35:41.736Z |
3482026-09-05T15:35:41.736Zhelp: first cast to a pointer `as *const ()`
3492026-09-05T15:35:41.736Z |
3502026-09-05T15:35:41.736Z1052 | same(fnvlist_size as *const () as usize,
3512026-09-05T15:35:41.736Z | ++++++++++++
3522026-09-05T15:35:41.736Z
3532026-09-05T15:35:41.736Zwarning: direct cast of function item into an integer
3542026-09-05T15:35:41.736Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1069:43
3552026-09-05T15:35:41.736Z |
3562026-09-05T15:35:41.736Z1069 | same(fnvlist_pack as usize,
3572026-09-05T15:35:41.736Z | ^^^^^^^^
3582026-09-05T15:35:41.736Z |
3592026-09-05T15:35:41.736Zhelp: first cast to a pointer `as *const ()`
3602026-09-05T15:35:41.736Z |
3612026-09-05T15:35:41.736Z1069 | same(fnvlist_pack as *const () as usize,
3622026-09-05T15:35:41.736Z | ++++++++++++
3632026-09-05T15:35:41.736Z
3642026-09-05T15:35:41.736Zwarning: direct cast of function item into an integer
3652026-09-05T15:35:41.736Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1086:48
3662026-09-05T15:35:41.736Z |
3672026-09-05T15:35:41.736Z1086 | same(fnvlist_pack_free as usize,
3682026-09-05T15:35:41.736Z | ^^^^^^^^
3692026-09-05T15:35:41.736Z |
3702026-09-05T15:35:41.736Zhelp: first cast to a pointer `as *const ()`
3712026-09-05T15:35:41.736Z |
3722026-09-05T15:35:41.736Z1086 | same(fnvlist_pack_free as *const () as usize,
3732026-09-05T15:35:41.736Z | ++++++++++++
3742026-09-05T15:35:41.736Z
3752026-09-05T15:35:41.736Zwarning: direct cast of function item into an integer
3762026-09-05T15:35:41.736Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1103:45
3772026-09-05T15:35:41.736Z |
3782026-09-05T15:35:41.737Z1103 | same(fnvlist_unpack as usize,
3792026-09-05T15:35:41.737Z | ^^^^^^^^
3802026-09-05T15:35:41.737Z |
3812026-09-05T15:35:41.737Zhelp: first cast to a pointer `as *const ()`
3822026-09-05T15:35:41.737Z |
3832026-09-05T15:35:41.737Z1103 | same(fnvlist_unpack as *const () as usize,
3842026-09-05T15:35:41.737Z | ++++++++++++
3852026-09-05T15:35:41.737Z
3862026-09-05T15:35:41.737Zwarning: direct cast of function item into an integer
3872026-09-05T15:35:41.737Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1120:42
3882026-09-05T15:35:41.737Z |
3892026-09-05T15:35:41.737Z1120 | same(fnvlist_dup as usize,
3902026-09-05T15:35:41.737Z | ^^^^^^^^
3912026-09-05T15:35:41.737Z |
3922026-09-05T15:35:41.737Zhelp: first cast to a pointer `as *const ()`
3932026-09-05T15:35:41.737Z |
3942026-09-05T15:35:41.737Z1120 | same(fnvlist_dup as *const () as usize,
3952026-09-05T15:35:41.737Z | ++++++++++++
3962026-09-05T15:35:41.737Z
3972026-09-05T15:35:41.737Zwarning: direct cast of function item into an integer
3982026-09-05T15:35:41.737Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1137:44
3992026-09-05T15:35:41.737Z |
4002026-09-05T15:35:41.737Z1137 | same(fnvlist_merge as usize,
4012026-09-05T15:35:41.737Z | ^^^^^^^^
4022026-09-05T15:35:41.737Z |
4032026-09-05T15:35:41.737Zhelp: first cast to a pointer `as *const ()`
4042026-09-05T15:35:41.737Z |
4052026-09-05T15:35:41.737Z1137 | same(fnvlist_merge as *const () as usize,
4062026-09-05T15:35:41.737Z | ++++++++++++
4072026-09-05T15:35:41.737Z
4082026-09-05T15:35:41.737Zwarning: direct cast of function item into an integer
4092026-09-05T15:35:41.737Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1154:48
4102026-09-05T15:35:41.737Z |
4112026-09-05T15:35:41.737Z1154 | same(fnvlist_num_pairs as usize,
4122026-09-05T15:35:41.737Z | ^^^^^^^^
4132026-09-05T15:35:41.737Z |
4142026-09-05T15:35:41.737Zhelp: first cast to a pointer `as *const ()`
4152026-09-05T15:35:41.737Z |
4162026-09-05T15:35:41.737Z1154 | same(fnvlist_num_pairs as *const () as usize,
4172026-09-05T15:35:41.737Z | ++++++++++++
4182026-09-05T15:35:41.738Z
4192026-09-05T15:35:41.738Zwarning: direct cast of function item into an integer
4202026-09-05T15:35:41.738Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1171:50
4212026-09-05T15:35:41.738Z |
4222026-09-05T15:35:41.738Z1171 | same(fnvlist_add_boolean as usize,
4232026-09-05T15:35:41.738Z | ^^^^^^^^
4242026-09-05T15:35:41.738Z |
4252026-09-05T15:35:41.738Zhelp: first cast to a pointer `as *const ()`
4262026-09-05T15:35:41.738Z |
4272026-09-05T15:35:41.738Z1171 | same(fnvlist_add_boolean as *const () as usize,
4282026-09-05T15:35:41.738Z | ++++++++++++
4292026-09-05T15:35:41.738Z
4302026-09-05T15:35:41.738Zwarning: direct cast of function item into an integer
4312026-09-05T15:35:41.738Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1188:56
4322026-09-05T15:35:41.742Z |
4332026-09-05T15:35:41.742Z1188 | same(fnvlist_add_boolean_value as usize,
4342026-09-05T15:35:41.742Z | ^^^^^^^^
4352026-09-05T15:35:41.742Z |
4362026-09-05T15:35:41.742Zhelp: first cast to a pointer `as *const ()`
4372026-09-05T15:35:41.742Z |
4382026-09-05T15:35:41.742Z1188 | same(fnvlist_add_boolean_value as *const () as usize,
4392026-09-05T15:35:41.742Z | ++++++++++++
4402026-09-05T15:35:41.742Z
4412026-09-05T15:35:41.742Zwarning: direct cast of function item into an integer
4422026-09-05T15:35:41.742Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1205:47
4432026-09-05T15:35:41.742Z |
4442026-09-05T15:35:41.742Z1205 | same(fnvlist_add_byte as usize,
4452026-09-05T15:35:41.742Z | ^^^^^^^^
4462026-09-05T15:35:41.742Z |
4472026-09-05T15:35:41.742Zhelp: first cast to a pointer `as *const ()`
4482026-09-05T15:35:41.742Z |
4492026-09-05T15:35:41.742Z1205 | same(fnvlist_add_byte as *const () as usize,
4502026-09-05T15:35:41.742Z | ++++++++++++
4512026-09-05T15:35:41.742Z
4522026-09-05T15:35:41.742Zwarning: direct cast of function item into an integer
4532026-09-05T15:35:41.742Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1222:47
4542026-09-05T15:35:41.742Z |
4552026-09-05T15:35:41.742Z1222 | same(fnvlist_add_int8 as usize,
4562026-09-05T15:35:41.742Z | ^^^^^^^^
4572026-09-05T15:35:41.742Z |
4582026-09-05T15:35:41.742Zhelp: first cast to a pointer `as *const ()`
4592026-09-05T15:35:41.742Z |
4602026-09-05T15:35:41.742Z1222 | same(fnvlist_add_int8 as *const () as usize,
4612026-09-05T15:35:41.742Z | ++++++++++++
4622026-09-05T15:35:41.742Z
4632026-09-05T15:35:41.742Zwarning: direct cast of function item into an integer
4642026-09-05T15:35:41.742Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1239:48
4652026-09-05T15:35:41.743Z |
4662026-09-05T15:35:41.743Z1239 | same(fnvlist_add_uint8 as usize,
4672026-09-05T15:35:41.743Z | ^^^^^^^^
4682026-09-05T15:35:41.743Z |
4692026-09-05T15:35:41.743Zhelp: first cast to a pointer `as *const ()`
4702026-09-05T15:35:41.743Z |
4712026-09-05T15:35:41.743Z1239 | same(fnvlist_add_uint8 as *const () as usize,
4722026-09-05T15:35:41.743Z | ++++++++++++
4732026-09-05T15:35:41.743Z
4742026-09-05T15:35:41.743Zwarning: direct cast of function item into an integer
4752026-09-05T15:35:41.743Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1256:48
4762026-09-05T15:35:41.743Z |
4772026-09-05T15:35:41.743Z1256 | same(fnvlist_add_int16 as usize,
4782026-09-05T15:35:41.743Z | ^^^^^^^^
4792026-09-05T15:35:41.743Z |
4802026-09-05T15:35:41.743Zhelp: first cast to a pointer `as *const ()`
4812026-09-05T15:35:41.743Z |
4822026-09-05T15:35:41.743Z1256 | same(fnvlist_add_int16 as *const () as usize,
4832026-09-05T15:35:41.743Z | ++++++++++++
4842026-09-05T15:35:41.743Z
4852026-09-05T15:35:41.743Zwarning: direct cast of function item into an integer
4862026-09-05T15:35:41.743Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1273:49
4872026-09-05T15:35:41.743Z |
4882026-09-05T15:35:41.743Z1273 | same(fnvlist_add_uint16 as usize,
4892026-09-05T15:35:41.743Z | ^^^^^^^^
4902026-09-05T15:35:41.743Z |
4912026-09-05T15:35:41.743Zhelp: first cast to a pointer `as *const ()`
4922026-09-05T15:35:41.743Z |
4932026-09-05T15:35:41.743Z1273 | same(fnvlist_add_uint16 as *const () as usize,
4942026-09-05T15:35:41.743Z | ++++++++++++
4952026-09-05T15:35:41.743Z
4962026-09-05T15:35:41.743Zwarning: direct cast of function item into an integer
4972026-09-05T15:35:41.743Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1290:48
4982026-09-05T15:35:41.743Z |
4992026-09-05T15:35:41.743Z1290 | same(fnvlist_add_int32 as usize,
5002026-09-05T15:35:41.743Z | ^^^^^^^^
5012026-09-05T15:35:41.743Z |
5022026-09-05T15:35:41.743Zhelp: first cast to a pointer `as *const ()`
5032026-09-05T15:35:41.743Z |
5042026-09-05T15:35:41.743Z1290 | same(fnvlist_add_int32 as *const () as usize,
5052026-09-05T15:35:41.744Z | ++++++++++++
5062026-09-05T15:35:41.744Z
5072026-09-05T15:35:41.744Zwarning: direct cast of function item into an integer
5082026-09-05T15:35:41.744Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1307:49
5092026-09-05T15:35:41.744Z |
5102026-09-05T15:35:41.744Z1307 | same(fnvlist_add_uint32 as usize,
5112026-09-05T15:35:41.744Z | ^^^^^^^^
5122026-09-05T15:35:41.744Z |
5132026-09-05T15:35:41.744Zhelp: first cast to a pointer `as *const ()`
5142026-09-05T15:35:41.744Z |
5152026-09-05T15:35:41.744Z1307 | same(fnvlist_add_uint32 as *const () as usize,
5162026-09-05T15:35:41.744Z | ++++++++++++
5172026-09-05T15:35:41.744Z
5182026-09-05T15:35:41.744Zwarning: direct cast of function item into an integer
5192026-09-05T15:35:41.744Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1324:48
5202026-09-05T15:35:41.744Z |
5212026-09-05T15:35:41.744Z1324 | same(fnvlist_add_int64 as usize,
5222026-09-05T15:35:41.744Z | ^^^^^^^^
5232026-09-05T15:35:41.744Z |
5242026-09-05T15:35:41.744Zhelp: first cast to a pointer `as *const ()`
5252026-09-05T15:35:41.744Z |
5262026-09-05T15:35:41.744Z1324 | same(fnvlist_add_int64 as *const () as usize,
5272026-09-05T15:35:41.744Z | ++++++++++++
5282026-09-05T15:35:41.744Z
5292026-09-05T15:35:41.744Zwarning: direct cast of function item into an integer
5302026-09-05T15:35:41.744Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1341:49
5312026-09-05T15:35:41.744Z |
5322026-09-05T15:35:41.748Z1341 | same(fnvlist_add_uint64 as usize,
5332026-09-05T15:35:41.748Z | ^^^^^^^^
5342026-09-05T15:35:41.748Z |
5352026-09-05T15:35:41.748Zhelp: first cast to a pointer `as *const ()`
5362026-09-05T15:35:41.748Z |
5372026-09-05T15:35:41.748Z1341 | same(fnvlist_add_uint64 as *const () as usize,
5382026-09-05T15:35:41.748Z | ++++++++++++
5392026-09-05T15:35:41.748Z
5402026-09-05T15:35:41.748Zwarning: direct cast of function item into an integer
5412026-09-05T15:35:41.748Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1358:49
5422026-09-05T15:35:41.748Z |
5432026-09-05T15:35:41.748Z1358 | same(fnvlist_add_string as usize,
5442026-09-05T15:35:41.748Z | ^^^^^^^^
5452026-09-05T15:35:41.748Z |
5462026-09-05T15:35:41.748Zhelp: first cast to a pointer `as *const ()`
5472026-09-05T15:35:41.748Z |
5482026-09-05T15:35:41.748Z1358 | same(fnvlist_add_string as *const () as usize,
5492026-09-05T15:35:41.748Z | ++++++++++++
5502026-09-05T15:35:41.748Z
5512026-09-05T15:35:41.748Zwarning: direct cast of function item into an integer
5522026-09-05T15:35:41.748Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1375:49
5532026-09-05T15:35:41.748Z |
5542026-09-05T15:35:41.749Z1375 | same(fnvlist_add_nvlist as usize,
5552026-09-05T15:35:41.749Z | ^^^^^^^^
5562026-09-05T15:35:41.749Z |
5572026-09-05T15:35:41.749Zhelp: first cast to a pointer `as *const ()`
5582026-09-05T15:35:41.749Z |
5592026-09-05T15:35:41.749Z1375 | same(fnvlist_add_nvlist as *const () as usize,
5602026-09-05T15:35:41.749Z | ++++++++++++
5612026-09-05T15:35:41.749Z
5622026-09-05T15:35:41.749Zwarning: direct cast of function item into an integer
5632026-09-05T15:35:41.749Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-85b629144a76fdb8/out/main.rs:1392:49
5642026-09-05T15:35:41.749Z |
5652026-09-05T15:35:41.749Z1392 | same(fnvlist_add_nvpair as usize,
5662026-09-05T15:35:41.749Z | ^^^^^^^^
5672026-09-05T15:35:41.749Z |
5682026-09-05T15:35:41.749Zhelp: first cast to a pointer `as *const ()`
5692026-09-05T15:35:41.749Z |
5702026-09-05T15:35:41.749Z1392 | same(fnvlist_add_nvpair as *const () as usize,
5712026-09-05T15:35:41.749Z | ++++++++++++
5722026-09-05T15:35:41.749Z
5732026-09-05T15:35:41.925Zwarning: `nvpair-hdrchk` (test "main") generated 32 warnings (run `cargo fix --test "main" -p nvpair-hdrchk` to apply 32 suggestions)
5742026-09-05T15:35:41.925Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.71s
5752026-09-05T15:35:41.938Z Running test/main.rs (target/debug/deps/main-8af7cfc3c3e5ddbb)
5762026-09-05T15:35:41.941ZRUNNING ALL TESTS
5772026-09-05T15:35:41.941ZPASSED 90 tests
5782026-09-05T15:35:41.947ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
5792026-09-05T15:35:42.003Z Updating crates.io index
5802026-09-05T15:35:42.172Z Locking 42 packages to latest compatible versions
5812026-09-05T15:35:42.214Z Compiling libc v0.2.189
5822026-09-05T15:35:42.217Z Compiling proc-macro2 v1.0.107
5832026-09-05T15:35:42.217Z Compiling quote v1.0.47
5842026-09-05T15:35:42.217Z Compiling unicode-ident v1.0.24
5852026-09-05T15:35:42.217Z Compiling serde_core v1.0.229
5862026-09-05T15:35:42.217Z Compiling serde v1.0.229
5872026-09-05T15:35:42.217Z Compiling cfg-if v0.1.10
5882026-09-05T15:35:42.217Z Compiling zmij v1.0.23
5892026-09-05T15:35:42.273Z Compiling serde_json v1.0.151
5902026-09-05T15:35:42.317Z Compiling itoa v1.0.18
5912026-09-05T15:35:42.469Z Compiling memchr v2.8.3
5922026-09-05T15:35:42.477Z Compiling unicode-xid v0.2.6
5932026-09-05T15:35:42.502Z Compiling semver v1.0.28
5942026-09-05T15:35:42.527Z Compiling log v0.4.34
5952026-09-05T15:35:42.568Z Compiling find-msvc-tools v0.1.12
5962026-09-05T15:35:42.702Z Compiling shlex v2.0.1
5972026-09-05T15:35:42.779Z Compiling bitflags v1.3.2
5982026-09-05T15:35:42.796Z Compiling rustc_version v0.4.1
5992026-09-05T15:35:42.825Z Compiling cc v1.4.5
6002026-09-05T15:35:42.886Z Compiling dirs-sys v0.3.7
6012026-09-05T15:35:42.926Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
6022026-09-05T15:35:43.000Z Compiling dirs v2.0.2
6032026-09-05T15:35:43.008Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
6042026-09-05T15:35:43.059Z Compiling term v0.6.1
6052026-09-05T15:35:43.099Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
6062026-09-05T15:35:43.268Z Compiling syn v3.0.5
6072026-09-05T15:35:44.514Z Compiling serde_derive v1.0.229
6082026-09-05T15:35:46.403Z Compiling garando_pos v0.1.0
6092026-09-05T15:35:46.667Z Compiling garando_errors v0.1.0
6102026-09-05T15:35:47.037Z Compiling garando_syntax v0.1.1
6112026-09-05T15:35:51.086Z Compiling ctest2 v0.4.10
6122026-09-05T15:35:51.691Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
6132026-09-05T15:35:52.760Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.80s
6142026-09-05T15:35:52.773Z Running test/main.rs (target/debug/deps/main-a26d8bdc60c4203b)
6152026-09-05T15:35:52.777ZRUNNING ALL TESTS
6162026-09-05T15:35:52.777Zbad VIONA_CURRENT_INTERFACE_VERSION value at byte 0: rust: 6 (0x6) != c 7 (0x7)
6172026-09-05T15:35:52.777Z
6182026-09-05T15:35:52.777Zthread 'main' (1) panicked at /work/oxidecomputer/propolis/crates/viona-api/header-check/target/debug/build/viona_api-hdrchk-e3014047f13949db/out/main.rs:12:21:
6192026-09-05T15:35:52.777Zsome tests failed
6202026-09-05T15:35:52.777Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
6212026-09-05T15:35:52.777Zerror: test failed, to rerun pass `--test main`
6222026-09-05T15:35:52.783Zprocess exited: duration 77615 ms, exit code 101
 
6232026-09-05T15:35:52.789Zfound 0 output files