01M2NEA25M4KRJGNWRZR6188HX: header-check

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

Buildomat Job: 01M2NEAEMW3S55H0B8ZRVR62F2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-16T15:46:28.943Zjob assigned to worker 01M2NEAHH453B68GFMMESJ6Y88 [factory aws, i-00dc52f982bea5eb6] (queued for 44 s)
 
22026-09-16T15:46:35.562Zstarting task 0: "setup"
32026-09-16T15:46:35.567Z++ uname -s
42026-09-16T15:46:35.570Z+ kern=SunOS
52026-09-16T15:46:35.570Z+ build_user=build
62026-09-16T15:46:35.570Z+ build_uid=12345
72026-09-16T15:46:35.570Z+ work_dir=/work
82026-09-16T15:46:35.570Z+ input_dir=/input
92026-09-16T15:46:35.570Z+ [[ 0 == 12345 ]]
102026-09-16T15:46:35.570Z+ case "$kern" in
112026-09-16T15:46:35.570Z+ groupadd -g 12345 build
122026-09-16T15:46:35.573Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-16T15:46:37.576Z+ zfs create -o mountpoint=/work rpool/work
142026-09-16T15:46:37.740Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-16T15:46:37.743Z+ home_fs=zfs
162026-09-16T15:46:37.743Z+ [[ zfs == autofs ]]
172026-09-16T15:46:37.743Z+ mkdir -p /home/build
182026-09-16T15:46:37.743Z+ chown build:build /home/build /work
192026-09-16T15:46:39.744Z+ chmod 0700 /home/build /work
202026-09-16T15:46:39.747Zprocess exited: duration 4183 ms, exit code 0
 
212026-09-16T15:46:39.752Zstarting task 1: "rust-toolchain"
222026-09-16T15:46:39.756Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-16T15:46:39.756Z * rust toolchain channel = "1.97.1"
242026-09-16T15:46:39.756Z * rust toolchain profile = "default"
252026-09-16T15:46:39.756Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-16T15:46:39.756Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-16T15:46:39.756Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-16T15:46:39.759Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-16T15:46:39.759Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-16T15:46:39.877Zinfo: downloading installer
312026-09-16T15:46:41.142Zwarn: It looks like you have an existing installation of Rust at:
322026-09-16T15:46:41.142Zwarn: /opt/ooce/bin
332026-09-16T15:46:41.142Zwarn: This could mean one of the following:
342026-09-16T15:46:41.142Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-16T15:46:41.142Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-16T15:46:41.142Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-16T15:46:41.142Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-16T15:46:41.142Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-16T15:46:41.142Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-16T15:46:41.142Zerror: cannot install while Rust is installed
412026-09-16T15:46:41.142Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-16T15:46:41.156Zinfo: profile set to default
432026-09-16T15:46:41.156Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-16T15:46:41.159Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
452026-09-16T15:46:41.307Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
462026-09-16T15:46:41.312Zinfo: downloading 6 components
472026-09-16T15:46:55.043Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
482026-09-16T15:46:55.043Z
492026-09-16T15:46:55.072Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
502026-09-16T15:46:55.072Z
512026-09-16T15:46:55.076Z
522026-09-16T15:46:55.076ZRust is installed now. Great!
532026-09-16T15:46:55.076Z
542026-09-16T15:46:55.076ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-16T15:46:55.076Zenvironment variable. This has not been done automatically.
562026-09-16T15:46:55.076Z
572026-09-16T15:46:55.076ZTo configure your current shell, you need to source
582026-09-16T15:46:55.076Zthe corresponding env file under $HOME/.cargo.
592026-09-16T15:46:55.076Z
602026-09-16T15:46:55.076ZConsider running the right command for your shell (note the leading DOT):
612026-09-16T15:46:55.076Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-16T15:46:55.076Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-16T15:46:55.076ZCC_x86_64-unknown-illumos = None
642026-09-16T15:46:55.076Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-16T15:46:55.076ZCC_x86_64_unknown_illumos = None
662026-09-16T15:46:55.076Zcargo:rerun-if-env-changed=HOST_CC
672026-09-16T15:46:55.076ZHOST_CC = None
682026-09-16T15:46:55.076Zcargo:rerun-if-env-changed=CC
692026-09-16T15:46:55.076ZCC = None
702026-09-16T15:46:55.076Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-16T15:46:55.233Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-16T15:46:55.233ZCRATE_CC_NO_DEFAULTS = None
732026-09-16T15:46:55.233Zcargo:rerun-if-env-changed=CFLAGS
742026-09-16T15:46:55.233ZCFLAGS = None
752026-09-16T15:46:55.233Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-16T15:46:55.233ZHOST_CFLAGS = None
772026-09-16T15:46:55.233Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-16T15:46:55.233ZCFLAGS_x86_64_unknown_illumos = None
792026-09-16T15:46:55.233Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-16T15:46:55.233ZCFLAGS_x86_64-unknown-illumos = None
812026-09-16T15:46:55.325Z+ rustup --version
822026-09-16T15:46:55.332Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-16T15:46:55.334Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-16T15:46:55.354Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
852026-09-16T15:46:55.357Z+ cargo --version
862026-09-16T15:46:55.370Zcargo 1.97.1 (c980f4866 2026-06-30)
872026-09-16T15:46:55.373Z+ rustc --version
882026-09-16T15:46:55.392Zrustc 1.97.1 (8bab26f4f 2026-07-14)
892026-09-16T15:46:55.394Zprocess exited: duration 15638 ms, exit code 0
 
902026-09-16T15:46:55.400Zstarting task 2: "authentication"
912026-09-16T15:46:55.416Zprocess exited: duration 16 ms, exit code 0
 
922026-09-16T15:46:55.422Zstarting task 3: "clone repository"
932026-09-16T15:46:55.425Z+ mkdir -p /work/oxidecomputer/propolis
942026-09-16T15:46:55.429Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
952026-09-16T15:46:55.456ZCloning into '/work/oxidecomputer/propolis'...
962026-09-16T15:46:57.061Z+ cd /work/oxidecomputer/propolis
972026-09-16T15:46:57.061Z+ git fetch origin 61c15bcd268e404c44f005a19d9643b734afebbd
982026-09-16T15:46:57.342ZFrom https://github.com/oxidecomputer/propolis
992026-09-16T15:46:57.342Z * branch 61c15bcd268e404c44f005a19d9643b734afebbd -> FETCH_HEAD
1002026-09-16T15:46:57.349Z+ [[ -n zl/softnpu-mgmt-deadlock ]]
1012026-09-16T15:46:57.351Z++ git branch --show-current
1022026-09-16T15:46:57.352Z+ current=master
1032026-09-16T15:46:57.352Z+ [[ master != zl/softnpu-mgmt-deadlock ]]
1042026-09-16T15:46:57.352Z+ git branch -f zl/softnpu-mgmt-deadlock 61c15bcd268e404c44f005a19d9643b734afebbd
1052026-09-16T15:46:57.355Z+ git checkout -f zl/softnpu-mgmt-deadlock
1062026-09-16T15:46:57.375ZSwitched to branch 'zl/softnpu-mgmt-deadlock'
1072026-09-16T15:46:57.378Z+ git reset --hard 61c15bcd268e404c44f005a19d9643b734afebbd
1082026-09-16T15:46:57.380ZHEAD is now at 61c15bcd [merge] merge forward
1092026-09-16T15:46:57.380Zprocess exited: duration 1957 ms, exit code 0
 
1102026-09-16T15:46:57.386Zstarting task 4: "build"
1112026-09-16T15:46:57.395ZCloning into './gate_src'...
1122026-09-16T15:47:42.550ZUpdating files: 37% (18654/49675) Updating files: 38% (18877/49675) Updating files: 39% (19374/49675) Updating files: 40% (19870/49675) Updating files: 41% (20367/49675) Updating files: 42% (20864/49675) Updating files: 43% (21361/49675) Updating files: 44% (21857/49675) Updating files: 45% (22354/49675) Updating files: 46% (22851/49675) Updating files: 47% (23348/49675) Updating files: 48% (23844/49675) Updating files: 49% (24341/49675) Updating files: 50% (24838/49675) Updating files: 51% (25335/49675) Updating files: 52% (25831/49675) Updating files: 53% (26328/49675) Updating files: 54% (26825/49675) Updating files: 55% (27322/49675) Updating files: 56% (27818/49675) Updating files: 57% (28315/49675) Updating files: 58% (28812/49675) Updating files: 59% (29309/49675) Updating files: 60% (29805/49675) Updating files: 61% (30302/49675) Updating files: 62% (30799/49675) Updating files: 63% (31296/49675) Updating files: 64% (31792/49675) Updating files: 65% (32289/49675) Updating files: 66% (32786/49675) Updating files: 67% (33283/49675) Updating files: 68% (33779/49675) Updating files: 69% (34276/49675) Updating files: 70% (34773/49675) Updating files: 71% (35270/49675) Updating files: 72% (35766/49675) Updating files: 73% (36263/49675) Updating files: 74% (36760/49675) Updating files: 75% (37257/49675) Updating files: 76% (37753/49675) Updating files: 77% (38250/49675) Updating files: 78% (38747/49675) Updating files: 79% (39244/49675) Updating files: 80% (39740/49675) Updating files: 81% (40237/49675) Updating files: 82% (40734/49675) Updating files: 83% (41231/49675) Updating files: 84% (41727/49675) Updating files: 85% (42224/49675) Updating files: 85% (42334/49675) Updating files: 86% (42721/49675) Updating files: 87% (43218/49675) Updating files: 88% (43714/49675) Updating files: 89% (44211/49675) Updating files: 90% (44708/49675) Updating files: 91% (45205/49675) Updating files: 92% (45701/49675) Updating files: 93% (46198/49675) Updating files: 94% (46695/49675) Updating files: 95% (47192/49675) Updating files: 96% (47688/49675) Updating files: 97% (48185/49675) Updating files: 98% (48682/49675) Updating files: 99% (49179/49675) Updating files: 100% (49675/49675) Updating files: 100% (49675/49675), done.
1132026-09-16T15:47:42.620ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1142026-09-16T15:47:42.647Zwarning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
1152026-09-16T15:47:42.705Z Updating crates.io index
1162026-09-16T15:47:43.218Z Locking 45 packages to latest compatible versions
1172026-09-16T15:47:43.220Z Adding strum v0.25.0 (available: v0.28.0)
1182026-09-16T15:47:43.223Z Downloading crates ...
1192026-09-16T15:47:43.265Z Downloaded strum v0.25.0
1202026-09-16T15:47:43.271Z Downloaded dirs-sys v0.3.7
1212026-09-16T15:47:43.276Z Downloaded zmij v1.0.23
1222026-09-16T15:47:43.280Z Downloaded quote v1.0.47
1232026-09-16T15:47:43.283Z Downloaded serde_derive v1.0.229
1242026-09-16T15:47:43.286Z Downloaded strum v0.26.3
1252026-09-16T15:47:43.294Z Downloaded itoa v1.0.18
1262026-09-16T15:47:43.297Z Downloaded unicode-xid v0.2.6
1272026-09-16T15:47:43.300Z Downloaded cfg-if v0.1.10
1282026-09-16T15:47:43.305Z Downloaded heck v0.5.0
1292026-09-16T15:47:43.307Z Downloaded ctest2 v0.4.10
1302026-09-16T15:47:43.308Z Downloaded shlex v2.0.1
1312026-09-16T15:47:43.310Z Downloaded rustversion v1.0.23
1322026-09-16T15:47:43.314Z Downloaded dirs v2.0.2
1332026-09-16T15:47:43.317Z Downloaded rustc_version v0.4.1
1342026-09-16T15:47:43.317Z Downloaded find-msvc-tools v0.1.12
1352026-09-16T15:47:43.320Z Downloaded bitflags v1.3.2
1362026-09-16T15:47:43.320Z Downloaded garando_errors v0.1.0
1372026-09-16T15:47:43.327Z Downloaded garando_pos v0.1.0
1382026-09-16T15:47:43.329Z Downloaded serde_core v1.0.229
1392026-09-16T15:47:43.332Z Downloaded term v0.6.1
1402026-09-16T15:47:43.335Z Downloaded strum_macros v0.26.4
1412026-09-16T15:47:43.336Z Downloaded semver v1.0.28
1422026-09-16T15:47:43.336Z Downloaded log v0.4.34
1432026-09-16T15:47:43.338Z Downloaded unicode-ident v1.0.24
1442026-09-16T15:47:43.342Z Downloaded proc-macro2 v1.0.107
1452026-09-16T15:47:43.348Z Downloaded serde v1.0.229
1462026-09-16T15:47:43.353Z Downloaded memchr v2.8.3
1472026-09-16T15:47:43.358Z Downloaded cc v1.4.6
1482026-09-16T15:47:43.376Z Downloaded serde_json v1.0.151
1492026-09-16T15:47:43.395Z Downloaded garando_syntax v0.1.1
1502026-09-16T15:47:43.404Z Downloaded syn v2.0.119
1512026-09-16T15:47:43.410Z Downloaded syn v3.0.5
1522026-09-16T15:47:43.432Z Downloaded libc v0.2.189
1532026-09-16T15:47:43.484Z Compiling proc-macro2 v1.0.107
1542026-09-16T15:47:43.484Z Compiling unicode-ident v1.0.24
1552026-09-16T15:47:43.484Z Compiling quote v1.0.47
1562026-09-16T15:47:43.487Z Compiling libc v0.2.189
1572026-09-16T15:47:43.487Z Compiling serde_core v1.0.229
1582026-09-16T15:47:43.487Z Compiling serde v1.0.229
1592026-09-16T15:47:43.487Z Compiling rustversion v1.0.23
1602026-09-16T15:47:43.487Z Compiling cfg-if v0.1.10
1612026-09-16T15:47:43.566Z Compiling zmij v1.0.23
1622026-09-16T15:47:43.624Z Compiling serde_json v1.0.151
1632026-09-16T15:47:43.846Z Compiling heck v0.5.0
1642026-09-16T15:47:43.868Z Compiling memchr v2.8.3
1652026-09-16T15:47:43.868Z Compiling unicode-xid v0.2.6
1662026-09-16T15:47:43.981Z Compiling itoa v1.0.18
1672026-09-16T15:47:44.033Z Compiling bitflags v1.3.2
1682026-09-16T15:47:44.089Z Compiling find-msvc-tools v0.1.12
1692026-09-16T15:47:44.150Z Compiling shlex v2.0.1
1702026-09-16T15:47:44.174Z Compiling log v0.4.34
1712026-09-16T15:47:44.241Z Compiling dirs-sys v0.3.7
1722026-09-16T15:47:44.316Z Compiling semver v1.0.28
1732026-09-16T15:47:44.319Z Compiling cc v1.4.6
1742026-09-16T15:47:44.333Z Compiling strum v0.25.0
1752026-09-16T15:47:44.436Z Compiling dirs v2.0.2
1762026-09-16T15:47:44.523Z Compiling term v0.6.1
1772026-09-16T15:47:44.533Z Compiling rustc_version v0.4.1
1782026-09-16T15:47:44.629Z Compiling syn v3.0.5
1792026-09-16T15:47:44.629Z Compiling syn v2.0.119
1802026-09-16T15:47:45.982Z Compiling serde_derive v1.0.229
1812026-09-16T15:47:46.276Z Compiling strum_macros v0.26.4
1822026-09-16T15:47:47.331Z Compiling strum v0.26.3
1832026-09-16T15:47:47.395Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1842026-09-16T15:47:48.078Z Compiling garando_pos v0.1.0
1852026-09-16T15:47:48.356Z Compiling garando_errors v0.1.0
1862026-09-16T15:47:48.744Z Compiling garando_syntax v0.1.1
1872026-09-16T15:47:52.848Z Compiling ctest2 v0.4.10
1882026-09-16T15:47:53.455Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1892026-09-16T15:47:55.616Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.98s
1902026-09-16T15:47:55.631Z Running test/main.rs (target/debug/deps/main-b9e886ac366aba2d)
1912026-09-16T15:47:55.634ZRUNNING ALL TESTS
1922026-09-16T15:47:55.634ZPASSED 1185 tests
1932026-09-16T15:47:55.645ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1942026-09-16T15:47:55.700Z Updating crates.io index
1952026-09-16T15:47:55.855Z Locking 40 packages to latest compatible versions
1962026-09-16T15:47:55.897Z Compiling proc-macro2 v1.0.107
1972026-09-16T15:47:55.897Z Compiling quote v1.0.47
1982026-09-16T15:47:55.897Z Compiling unicode-ident v1.0.24
1992026-09-16T15:47:55.897Z Compiling libc v0.2.189
2002026-09-16T15:47:55.900Z Compiling serde_core v1.0.229
2012026-09-16T15:47:55.900Z Compiling serde v1.0.229
2022026-09-16T15:47:55.900Z Compiling cfg-if v0.1.10
2032026-09-16T15:47:55.900Z Compiling zmij v1.0.23
2042026-09-16T15:47:55.954Z Compiling serde_json v1.0.151
2052026-09-16T15:47:56.002Z Compiling itoa v1.0.18
2062026-09-16T15:47:56.167Z Compiling memchr v2.8.3
2072026-09-16T15:47:56.175Z Compiling unicode-xid v0.2.6
2082026-09-16T15:47:56.196Z Compiling log v0.4.34
2092026-09-16T15:47:56.219Z Compiling find-msvc-tools v0.1.12
2102026-09-16T15:47:56.261Z Compiling semver v1.0.28
2112026-09-16T15:47:56.340Z Compiling bitflags v1.3.2
2122026-09-16T15:47:56.397Z Compiling shlex v2.0.1
2132026-09-16T15:47:56.433Z Compiling rustc_version v0.4.1
2142026-09-16T15:47:56.503Z Compiling cc v1.4.6
2152026-09-16T15:47:56.537Z Compiling dirs-sys v0.3.7
2162026-09-16T15:47:56.552Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2172026-09-16T15:47:56.648Z Compiling dirs v2.0.2
2182026-09-16T15:47:56.711Z Compiling term v0.6.1
2192026-09-16T15:47:56.964Z Compiling syn v3.0.5
2202026-09-16T15:47:58.224Z Compiling serde_derive v1.0.229
2212026-09-16T15:48:00.118Z Compiling garando_pos v0.1.0
2222026-09-16T15:48:00.390Z Compiling garando_errors v0.1.0
2232026-09-16T15:48:00.764Z Compiling garando_syntax v0.1.1
2242026-09-16T15:48:04.839Z Compiling ctest2 v0.4.10
2252026-09-16T15:48:05.460Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2262026-09-16T15:48:06.215Zwarning: direct cast of function item into an integer
2272026-09-16T15:48:06.215Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:865:44
2282026-09-16T15:48:06.215Z |
2292026-09-16T15:48:06.215Z865 | same(nvlist_remove as usize,
2302026-09-16T15:48:06.215Z | ^^^^^^^^
2312026-09-16T15:48:06.215Z |
2322026-09-16T15:48:06.215Z = note: `#[warn(function_casts_as_integer)]` on by default
2332026-09-16T15:48:06.215Zhelp: first cast to a pointer `as *const ()`
2342026-09-16T15:48:06.215Z |
2352026-09-16T15:48:06.215Z865 | same(nvlist_remove as *const () as usize,
2362026-09-16T15:48:06.215Z | ++++++++++++
2372026-09-16T15:48:06.216Z
2382026-09-16T15:48:06.219Zwarning: direct cast of function item into an integer
2392026-09-16T15:48:06.219Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:882:48
2402026-09-16T15:48:06.219Z |
2412026-09-16T15:48:06.219Z882 | same(nvlist_remove_all as usize,
2422026-09-16T15:48:06.219Z | ^^^^^^^^
2432026-09-16T15:48:06.219Z |
2442026-09-16T15:48:06.220Zhelp: first cast to a pointer `as *const ()`
2452026-09-16T15:48:06.220Z |
2462026-09-16T15:48:06.220Z882 | same(nvlist_remove_all as *const () as usize,
2472026-09-16T15:48:06.220Z | ++++++++++++
2482026-09-16T15:48:06.220Z
2492026-09-16T15:48:06.220Zwarning: direct cast of function item into an integer
2502026-09-16T15:48:06.220Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:899:51
2512026-09-16T15:48:06.220Z |
2522026-09-16T15:48:06.220Z899 | same(nvlist_remove_nvpair as usize,
2532026-09-16T15:48:06.220Z | ^^^^^^^^
2542026-09-16T15:48:06.220Z |
2552026-09-16T15:48:06.220Zhelp: first cast to a pointer `as *const ()`
2562026-09-16T15:48:06.220Z |
2572026-09-16T15:48:06.220Z899 | same(nvlist_remove_nvpair as *const () as usize,
2582026-09-16T15:48:06.220Z | ++++++++++++
2592026-09-16T15:48:06.220Z
2602026-09-16T15:48:06.220Zwarning: direct cast of function item into an integer
2612026-09-16T15:48:06.220Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:916:51
2622026-09-16T15:48:06.220Z |
2632026-09-16T15:48:06.220Z916 | same(nvlist_lookup_nvpair as usize,
2642026-09-16T15:48:06.220Z | ^^^^^^^^
2652026-09-16T15:48:06.220Z |
2662026-09-16T15:48:06.220Zhelp: first cast to a pointer `as *const ()`
2672026-09-16T15:48:06.220Z |
2682026-09-16T15:48:06.220Z916 | same(nvlist_lookup_nvpair as *const () as usize,
2692026-09-16T15:48:06.220Z | ++++++++++++
2702026-09-16T15:48:06.220Z
2712026-09-16T15:48:06.220Zwarning: direct cast of function item into an integer
2722026-09-16T15:48:06.220Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:933:49
2732026-09-16T15:48:06.220Z |
2742026-09-16T15:48:06.220Z933 | same(nvlist_next_nvpair as usize,
2752026-09-16T15:48:06.220Z | ^^^^^^^^
2762026-09-16T15:48:06.220Z |
2772026-09-16T15:48:06.220Zhelp: first cast to a pointer `as *const ()`
2782026-09-16T15:48:06.220Z |
2792026-09-16T15:48:06.220Z933 | same(nvlist_next_nvpair as *const () as usize,
2802026-09-16T15:48:06.220Z | ++++++++++++
2812026-09-16T15:48:06.221Z
2822026-09-16T15:48:06.221Zwarning: direct cast of function item into an integer
2832026-09-16T15:48:06.221Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:950:49
2842026-09-16T15:48:06.221Z |
2852026-09-16T15:48:06.221Z950 | same(nvlist_prev_nvpair as usize,
2862026-09-16T15:48:06.221Z | ^^^^^^^^
2872026-09-16T15:48:06.221Z |
2882026-09-16T15:48:06.221Zhelp: first cast to a pointer `as *const ()`
2892026-09-16T15:48:06.221Z |
2902026-09-16T15:48:06.221Z950 | same(nvlist_prev_nvpair as *const () as usize,
2912026-09-16T15:48:06.221Z | ++++++++++++
2922026-09-16T15:48:06.221Z
2932026-09-16T15:48:06.221Zwarning: direct cast of function item into an integer
2942026-09-16T15:48:06.221Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:967:44
2952026-09-16T15:48:06.221Z |
2962026-09-16T15:48:06.221Z967 | same(nvlist_exists as usize,
2972026-09-16T15:48:06.221Z | ^^^^^^^^
2982026-09-16T15:48:06.221Z |
2992026-09-16T15:48:06.221Zhelp: first cast to a pointer `as *const ()`
3002026-09-16T15:48:06.221Z |
3012026-09-16T15:48:06.221Z967 | same(nvlist_exists as *const () as usize,
3022026-09-16T15:48:06.221Z | ++++++++++++
3032026-09-16T15:48:06.221Z
3042026-09-16T15:48:06.221Zwarning: direct cast of function item into an integer
3052026-09-16T15:48:06.221Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:984:43
3062026-09-16T15:48:06.221Z |
3072026-09-16T15:48:06.221Z984 | same(nvlist_empty as usize,
3082026-09-16T15:48:06.221Z | ^^^^^^^^
3092026-09-16T15:48:06.221Z |
3102026-09-16T15:48:06.221Zhelp: first cast to a pointer `as *const ()`
3112026-09-16T15:48:06.221Z |
3122026-09-16T15:48:06.221Z984 | same(nvlist_empty as *const () as usize,
3132026-09-16T15:48:06.221Z | ++++++++++++
3142026-09-16T15:48:06.221Z
3152026-09-16T15:48:06.221Zwarning: direct cast of function item into an integer
3162026-09-16T15:48:06.221Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1001:44
3172026-09-16T15:48:06.221Z |
3182026-09-16T15:48:06.221Z1001 | same(nvlist_unpack as usize,
3192026-09-16T15:48:06.221Z | ^^^^^^^^
3202026-09-16T15:48:06.221Z |
3212026-09-16T15:48:06.222Zhelp: first cast to a pointer `as *const ()`
3222026-09-16T15:48:06.222Z |
3232026-09-16T15:48:06.222Z1001 | same(nvlist_unpack as *const () as usize,
3242026-09-16T15:48:06.222Z | ++++++++++++
3252026-09-16T15:48:06.222Z
3262026-09-16T15:48:06.222Zwarning: direct cast of function item into an integer
3272026-09-16T15:48:06.222Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1018:44
3282026-09-16T15:48:06.222Z |
3292026-09-16T15:48:06.222Z1018 | same(fnvlist_alloc as usize,
3302026-09-16T15:48:06.222Z | ^^^^^^^^
3312026-09-16T15:48:06.222Z |
3322026-09-16T15:48:06.222Zhelp: first cast to a pointer `as *const ()`
3332026-09-16T15:48:06.222Z |
3342026-09-16T15:48:06.222Z1018 | same(fnvlist_alloc as *const () as usize,
3352026-09-16T15:48:06.222Z | ++++++++++++
3362026-09-16T15:48:06.222Z
3372026-09-16T15:48:06.222Zwarning: direct cast of function item into an integer
3382026-09-16T15:48:06.226Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1035:43
3392026-09-16T15:48:06.226Z |
3402026-09-16T15:48:06.226Z1035 | same(fnvlist_free as usize,
3412026-09-16T15:48:06.226Z | ^^^^^^^^
3422026-09-16T15:48:06.226Z |
3432026-09-16T15:48:06.226Zhelp: first cast to a pointer `as *const ()`
3442026-09-16T15:48:06.226Z |
3452026-09-16T15:48:06.226Z1035 | same(fnvlist_free as *const () as usize,
3462026-09-16T15:48:06.226Z | ++++++++++++
3472026-09-16T15:48:06.226Z
3482026-09-16T15:48:06.226Zwarning: direct cast of function item into an integer
3492026-09-16T15:48:06.226Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1052:43
3502026-09-16T15:48:06.226Z |
3512026-09-16T15:48:06.226Z1052 | same(fnvlist_size as usize,
3522026-09-16T15:48:06.226Z | ^^^^^^^^
3532026-09-16T15:48:06.226Z |
3542026-09-16T15:48:06.226Zhelp: first cast to a pointer `as *const ()`
3552026-09-16T15:48:06.226Z |
3562026-09-16T15:48:06.226Z1052 | same(fnvlist_size as *const () as usize,
3572026-09-16T15:48:06.226Z | ++++++++++++
3582026-09-16T15:48:06.226Z
3592026-09-16T15:48:06.226Zwarning: direct cast of function item into an integer
3602026-09-16T15:48:06.226Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1069:43
3612026-09-16T15:48:06.226Z |
3622026-09-16T15:48:06.226Z1069 | same(fnvlist_pack as usize,
3632026-09-16T15:48:06.226Z | ^^^^^^^^
3642026-09-16T15:48:06.226Z |
3652026-09-16T15:48:06.226Zhelp: first cast to a pointer `as *const ()`
3662026-09-16T15:48:06.226Z |
3672026-09-16T15:48:06.226Z1069 | same(fnvlist_pack as *const () as usize,
3682026-09-16T15:48:06.227Z | ++++++++++++
3692026-09-16T15:48:06.227Z
3702026-09-16T15:48:06.227Zwarning: direct cast of function item into an integer
3712026-09-16T15:48:06.227Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1086:48
3722026-09-16T15:48:06.227Z |
3732026-09-16T15:48:06.227Z1086 | same(fnvlist_pack_free as usize,
3742026-09-16T15:48:06.227Z | ^^^^^^^^
3752026-09-16T15:48:06.227Z |
3762026-09-16T15:48:06.227Zhelp: first cast to a pointer `as *const ()`
3772026-09-16T15:48:06.227Z |
3782026-09-16T15:48:06.227Z1086 | same(fnvlist_pack_free as *const () as usize,
3792026-09-16T15:48:06.227Z | ++++++++++++
3802026-09-16T15:48:06.227Z
3812026-09-16T15:48:06.227Zwarning: direct cast of function item into an integer
3822026-09-16T15:48:06.227Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1103:45
3832026-09-16T15:48:06.227Z |
3842026-09-16T15:48:06.227Z1103 | same(fnvlist_unpack as usize,
3852026-09-16T15:48:06.227Z | ^^^^^^^^
3862026-09-16T15:48:06.227Z |
3872026-09-16T15:48:06.227Zhelp: first cast to a pointer `as *const ()`
3882026-09-16T15:48:06.227Z |
3892026-09-16T15:48:06.227Z1103 | same(fnvlist_unpack as *const () as usize,
3902026-09-16T15:48:06.227Z | ++++++++++++
3912026-09-16T15:48:06.227Z
3922026-09-16T15:48:06.227Zwarning: direct cast of function item into an integer
3932026-09-16T15:48:06.227Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1120:42
3942026-09-16T15:48:06.227Z |
3952026-09-16T15:48:06.227Z1120 | same(fnvlist_dup as usize,
3962026-09-16T15:48:06.227Z | ^^^^^^^^
3972026-09-16T15:48:06.227Z |
3982026-09-16T15:48:06.227Zhelp: first cast to a pointer `as *const ()`
3992026-09-16T15:48:06.227Z |
4002026-09-16T15:48:06.227Z1120 | same(fnvlist_dup as *const () as usize,
4012026-09-16T15:48:06.227Z | ++++++++++++
4022026-09-16T15:48:06.227Z
4032026-09-16T15:48:06.227Zwarning: direct cast of function item into an integer
4042026-09-16T15:48:06.227Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1137:44
4052026-09-16T15:48:06.227Z |
4062026-09-16T15:48:06.227Z1137 | same(fnvlist_merge as usize,
4072026-09-16T15:48:06.228Z | ^^^^^^^^
4082026-09-16T15:48:06.228Z |
4092026-09-16T15:48:06.228Zhelp: first cast to a pointer `as *const ()`
4102026-09-16T15:48:06.228Z |
4112026-09-16T15:48:06.228Z1137 | same(fnvlist_merge as *const () as usize,
4122026-09-16T15:48:06.228Z | ++++++++++++
4132026-09-16T15:48:06.228Z
4142026-09-16T15:48:06.228Zwarning: direct cast of function item into an integer
4152026-09-16T15:48:06.228Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1154:48
4162026-09-16T15:48:06.228Z |
4172026-09-16T15:48:06.228Z1154 | same(fnvlist_num_pairs as usize,
4182026-09-16T15:48:06.228Z | ^^^^^^^^
4192026-09-16T15:48:06.228Z |
4202026-09-16T15:48:06.228Zhelp: first cast to a pointer `as *const ()`
4212026-09-16T15:48:06.228Z |
4222026-09-16T15:48:06.228Z1154 | same(fnvlist_num_pairs as *const () as usize,
4232026-09-16T15:48:06.228Z | ++++++++++++
4242026-09-16T15:48:06.228Z
4252026-09-16T15:48:06.228Zwarning: direct cast of function item into an integer
4262026-09-16T15:48:06.228Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1171:50
4272026-09-16T15:48:06.228Z |
4282026-09-16T15:48:06.228Z1171 | same(fnvlist_add_boolean as usize,
4292026-09-16T15:48:06.228Z | ^^^^^^^^
4302026-09-16T15:48:06.228Z |
4312026-09-16T15:48:06.228Zhelp: first cast to a pointer `as *const ()`
4322026-09-16T15:48:06.228Z |
4332026-09-16T15:48:06.228Z1171 | same(fnvlist_add_boolean as *const () as usize,
4342026-09-16T15:48:06.228Z | ++++++++++++
4352026-09-16T15:48:06.228Z
4362026-09-16T15:48:06.228Zwarning: direct cast of function item into an integer
4372026-09-16T15:48:06.228Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1188:56
4382026-09-16T15:48:06.232Z |
4392026-09-16T15:48:06.232Z1188 | same(fnvlist_add_boolean_value as usize,
4402026-09-16T15:48:06.232Z | ^^^^^^^^
4412026-09-16T15:48:06.232Z |
4422026-09-16T15:48:06.232Zhelp: first cast to a pointer `as *const ()`
4432026-09-16T15:48:06.232Z |
4442026-09-16T15:48:06.232Z1188 | same(fnvlist_add_boolean_value as *const () as usize,
4452026-09-16T15:48:06.232Z | ++++++++++++
4462026-09-16T15:48:06.232Z
4472026-09-16T15:48:06.232Zwarning: direct cast of function item into an integer
4482026-09-16T15:48:06.232Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1205:47
4492026-09-16T15:48:06.232Z |
4502026-09-16T15:48:06.232Z1205 | same(fnvlist_add_byte as usize,
4512026-09-16T15:48:06.232Z | ^^^^^^^^
4522026-09-16T15:48:06.232Z |
4532026-09-16T15:48:06.232Zhelp: first cast to a pointer `as *const ()`
4542026-09-16T15:48:06.232Z |
4552026-09-16T15:48:06.232Z1205 | same(fnvlist_add_byte as *const () as usize,
4562026-09-16T15:48:06.232Z | ++++++++++++
4572026-09-16T15:48:06.232Z
4582026-09-16T15:48:06.233Zwarning: direct cast of function item into an integer
4592026-09-16T15:48:06.233Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1222:47
4602026-09-16T15:48:06.233Z |
4612026-09-16T15:48:06.233Z1222 | same(fnvlist_add_int8 as usize,
4622026-09-16T15:48:06.233Z | ^^^^^^^^
4632026-09-16T15:48:06.233Z |
4642026-09-16T15:48:06.233Zhelp: first cast to a pointer `as *const ()`
4652026-09-16T15:48:06.233Z |
4662026-09-16T15:48:06.233Z1222 | same(fnvlist_add_int8 as *const () as usize,
4672026-09-16T15:48:06.233Z | ++++++++++++
4682026-09-16T15:48:06.233Z
4692026-09-16T15:48:06.233Zwarning: direct cast of function item into an integer
4702026-09-16T15:48:06.233Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1239:48
4712026-09-16T15:48:06.233Z |
4722026-09-16T15:48:06.233Z1239 | same(fnvlist_add_uint8 as usize,
4732026-09-16T15:48:06.233Z | ^^^^^^^^
4742026-09-16T15:48:06.233Z |
4752026-09-16T15:48:06.233Zhelp: first cast to a pointer `as *const ()`
4762026-09-16T15:48:06.233Z |
4772026-09-16T15:48:06.233Z1239 | same(fnvlist_add_uint8 as *const () as usize,
4782026-09-16T15:48:06.233Z | ++++++++++++
4792026-09-16T15:48:06.233Z
4802026-09-16T15:48:06.233Zwarning: direct cast of function item into an integer
4812026-09-16T15:48:06.233Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1256:48
4822026-09-16T15:48:06.233Z |
4832026-09-16T15:48:06.233Z1256 | same(fnvlist_add_int16 as usize,
4842026-09-16T15:48:06.233Z | ^^^^^^^^
4852026-09-16T15:48:06.233Z |
4862026-09-16T15:48:06.233Zhelp: first cast to a pointer `as *const ()`
4872026-09-16T15:48:06.233Z |
4882026-09-16T15:48:06.233Z1256 | same(fnvlist_add_int16 as *const () as usize,
4892026-09-16T15:48:06.233Z | ++++++++++++
4902026-09-16T15:48:06.233Z
4912026-09-16T15:48:06.233Zwarning: direct cast of function item into an integer
4922026-09-16T15:48:06.233Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1273:49
4932026-09-16T15:48:06.233Z |
4942026-09-16T15:48:06.233Z1273 | same(fnvlist_add_uint16 as usize,
4952026-09-16T15:48:06.233Z | ^^^^^^^^
4962026-09-16T15:48:06.233Z |
4972026-09-16T15:48:06.234Zhelp: first cast to a pointer `as *const ()`
4982026-09-16T15:48:06.234Z |
4992026-09-16T15:48:06.234Z1273 | same(fnvlist_add_uint16 as *const () as usize,
5002026-09-16T15:48:06.234Z | ++++++++++++
5012026-09-16T15:48:06.234Z
5022026-09-16T15:48:06.234Zwarning: direct cast of function item into an integer
5032026-09-16T15:48:06.234Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1290:48
5042026-09-16T15:48:06.234Z |
5052026-09-16T15:48:06.234Z1290 | same(fnvlist_add_int32 as usize,
5062026-09-16T15:48:06.234Z | ^^^^^^^^
5072026-09-16T15:48:06.234Z |
5082026-09-16T15:48:06.234Zhelp: first cast to a pointer `as *const ()`
5092026-09-16T15:48:06.234Z |
5102026-09-16T15:48:06.234Z1290 | same(fnvlist_add_int32 as *const () as usize,
5112026-09-16T15:48:06.234Z | ++++++++++++
5122026-09-16T15:48:06.234Z
5132026-09-16T15:48:06.234Zwarning: direct cast of function item into an integer
5142026-09-16T15:48:06.234Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1307:49
5152026-09-16T15:48:06.234Z |
5162026-09-16T15:48:06.234Z1307 | same(fnvlist_add_uint32 as usize,
5172026-09-16T15:48:06.234Z | ^^^^^^^^
5182026-09-16T15:48:06.234Z |
5192026-09-16T15:48:06.234Zhelp: first cast to a pointer `as *const ()`
5202026-09-16T15:48:06.234Z |
5212026-09-16T15:48:06.234Z1307 | same(fnvlist_add_uint32 as *const () as usize,
5222026-09-16T15:48:06.234Z | ++++++++++++
5232026-09-16T15:48:06.234Z
5242026-09-16T15:48:06.234Zwarning: direct cast of function item into an integer
5252026-09-16T15:48:06.234Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1324:48
5262026-09-16T15:48:06.234Z |
5272026-09-16T15:48:06.234Z1324 | same(fnvlist_add_int64 as usize,
5282026-09-16T15:48:06.234Z | ^^^^^^^^
5292026-09-16T15:48:06.234Z |
5302026-09-16T15:48:06.234Zhelp: first cast to a pointer `as *const ()`
5312026-09-16T15:48:06.234Z |
5322026-09-16T15:48:06.234Z1324 | same(fnvlist_add_int64 as *const () as usize,
5332026-09-16T15:48:06.234Z | ++++++++++++
5342026-09-16T15:48:06.234Z
5352026-09-16T15:48:06.234Zwarning: direct cast of function item into an integer
5362026-09-16T15:48:06.234Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1341:49
5372026-09-16T15:48:06.235Z |
5382026-09-16T15:48:06.238Z1341 | same(fnvlist_add_uint64 as usize,
5392026-09-16T15:48:06.238Z | ^^^^^^^^
5402026-09-16T15:48:06.238Z |
5412026-09-16T15:48:06.238Zhelp: first cast to a pointer `as *const ()`
5422026-09-16T15:48:06.238Z |
5432026-09-16T15:48:06.238Z1341 | same(fnvlist_add_uint64 as *const () as usize,
5442026-09-16T15:48:06.238Z | ++++++++++++
5452026-09-16T15:48:06.238Z
5462026-09-16T15:48:06.238Zwarning: direct cast of function item into an integer
5472026-09-16T15:48:06.238Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1358:49
5482026-09-16T15:48:06.238Z |
5492026-09-16T15:48:06.238Z1358 | same(fnvlist_add_string as usize,
5502026-09-16T15:48:06.238Z | ^^^^^^^^
5512026-09-16T15:48:06.238Z |
5522026-09-16T15:48:06.238Zhelp: first cast to a pointer `as *const ()`
5532026-09-16T15:48:06.238Z |
5542026-09-16T15:48:06.238Z1358 | same(fnvlist_add_string as *const () as usize,
5552026-09-16T15:48:06.238Z | ++++++++++++
5562026-09-16T15:48:06.238Z
5572026-09-16T15:48:06.238Zwarning: direct cast of function item into an integer
5582026-09-16T15:48:06.238Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1375:49
5592026-09-16T15:48:06.238Z |
5602026-09-16T15:48:06.238Z1375 | same(fnvlist_add_nvlist as usize,
5612026-09-16T15:48:06.238Z | ^^^^^^^^
5622026-09-16T15:48:06.238Z |
5632026-09-16T15:48:06.239Zhelp: first cast to a pointer `as *const ()`
5642026-09-16T15:48:06.239Z |
5652026-09-16T15:48:06.239Z1375 | same(fnvlist_add_nvlist as *const () as usize,
5662026-09-16T15:48:06.239Z | ++++++++++++
5672026-09-16T15:48:06.239Z
5682026-09-16T15:48:06.239Zwarning: direct cast of function item into an integer
5692026-09-16T15:48:06.239Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-8eb14ff3291f4c1c/out/main.rs:1392:49
5702026-09-16T15:48:06.239Z |
5712026-09-16T15:48:06.239Z1392 | same(fnvlist_add_nvpair as usize,
5722026-09-16T15:48:06.239Z | ^^^^^^^^
5732026-09-16T15:48:06.239Z |
5742026-09-16T15:48:06.239Zhelp: first cast to a pointer `as *const ()`
5752026-09-16T15:48:06.239Z |
5762026-09-16T15:48:06.239Z1392 | same(fnvlist_add_nvpair as *const () as usize,
5772026-09-16T15:48:06.239Z | ++++++++++++
5782026-09-16T15:48:06.239Z
5792026-09-16T15:48:06.419Zwarning: `nvpair-hdrchk` (test "main") generated 32 warnings (run `cargo fix --test "main" -p nvpair-hdrchk` to apply 32 suggestions)
5802026-09-16T15:48:06.419Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.76s
5812026-09-16T15:48:06.432Z Running test/main.rs (target/debug/deps/main-7ce3a5ded72d4131)
5822026-09-16T15:48:06.435ZRUNNING ALL TESTS
5832026-09-16T15:48:06.435ZPASSED 90 tests
5842026-09-16T15:48:06.442ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
5852026-09-16T15:48:06.498Z Updating crates.io index
5862026-09-16T15:48:06.652Z Locking 42 packages to latest compatible versions
5872026-09-16T15:48:06.698Z Compiling libc v0.2.189
5882026-09-16T15:48:06.698Z Compiling proc-macro2 v1.0.107
5892026-09-16T15:48:06.698Z Compiling quote v1.0.47
5902026-09-16T15:48:06.699Z Compiling unicode-ident v1.0.24
5912026-09-16T15:48:06.699Z Compiling serde_core v1.0.229
5922026-09-16T15:48:06.699Z Compiling serde v1.0.229
5932026-09-16T15:48:06.702Z Compiling cfg-if v0.1.10
5942026-09-16T15:48:06.702Z Compiling zmij v1.0.23
5952026-09-16T15:48:06.762Z Compiling serde_json v1.0.151
5962026-09-16T15:48:06.803Z Compiling unicode-xid v0.2.6
5972026-09-16T15:48:06.900Z Compiling itoa v1.0.18
5982026-09-16T15:48:06.968Z Compiling memchr v2.8.3
5992026-09-16T15:48:06.992Z Compiling bitflags v1.3.2
6002026-09-16T15:48:07.018Z Compiling find-msvc-tools v0.1.12
6012026-09-16T15:48:07.043Z Compiling semver v1.0.28
6022026-09-16T15:48:07.060Z Compiling shlex v2.0.1
6032026-09-16T15:48:07.217Z Compiling log v0.4.34
6042026-09-16T15:48:07.227Z Compiling rustc_version v0.4.1
6052026-09-16T15:48:07.246Z Compiling cc v1.4.6
6062026-09-16T15:48:07.337Z Compiling dirs-sys v0.3.7
6072026-09-16T15:48:07.367Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
6082026-09-16T15:48:07.448Z Compiling dirs v2.0.2
6092026-09-16T15:48:07.474Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
6102026-09-16T15:48:07.507Z Compiling term v0.6.1
6112026-09-16T15:48:07.563Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
6122026-09-16T15:48:07.751Z Compiling syn v3.0.5
6132026-09-16T15:48:09.002Z Compiling serde_derive v1.0.229
6142026-09-16T15:48:10.906Z Compiling garando_pos v0.1.0
6152026-09-16T15:48:11.170Z Compiling garando_errors v0.1.0
6162026-09-16T15:48:11.545Z Compiling garando_syntax v0.1.1
6172026-09-16T15:48:15.630Z Compiling ctest2 v0.4.10
6182026-09-16T15:48:16.240Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
6192026-09-16T15:48:17.316Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.86s
6202026-09-16T15:48:17.329Z Running test/main.rs (target/debug/deps/main-a907134e03f1cdd5)
6212026-09-16T15:48:17.332ZRUNNING ALL TESTS
6222026-09-16T15:48:17.332Zbad VIONA_CURRENT_INTERFACE_VERSION value at byte 0: rust: 6 (0x6) != c 7 (0x7)
6232026-09-16T15:48:17.332Z
6242026-09-16T15:48:17.332Zthread 'main' (1) panicked at /work/oxidecomputer/propolis/crates/viona-api/header-check/target/debug/build/viona_api-hdrchk-0f34a15cafade9b1/out/main.rs:12:21:
6252026-09-16T15:48:17.333Zsome tests failed
6262026-09-16T15:48:17.333Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
6272026-09-16T15:48:17.333Zerror: test failed, to rerun pass `--test main`
6282026-09-16T15:48:17.338Zprocess exited: duration 79936 ms, exit code 101
 
6292026-09-16T15:48:17.344Zfound 0 output files