01M00EG5ANSMDRMHH0AE5MT98W: header-check

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

Buildomat Job: 01M00EGVWVYZRS3R360JP0JKZK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T15:34:41.851Zjob assigned to worker 01M00EGYHPJSTAW455QFPFB9CM [factory aws, i-026e02cc0cc652852] (queued for 53 s)
 
22026-08-14T15:34:48.855Zstarting task 0: "setup"
32026-08-14T15:34:48.860Z++ uname -s
42026-08-14T15:34:48.863Z+ kern=SunOS
52026-08-14T15:34:48.863Z+ build_user=build
62026-08-14T15:34:48.863Z+ build_uid=12345
72026-08-14T15:34:48.863Z+ work_dir=/work
82026-08-14T15:34:48.863Z+ input_dir=/input
92026-08-14T15:34:48.863Z+ [[ 0 == 12345 ]]
102026-08-14T15:34:48.864Z+ case "$kern" in
112026-08-14T15:34:48.864Z+ groupadd -g 12345 build
122026-08-14T15:34:48.867Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T15:34:50.869Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T15:34:50.950Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T15:34:50.954Z+ home_fs=zfs
162026-08-14T15:34:50.954Z+ [[ zfs == autofs ]]
172026-08-14T15:34:50.954Z+ mkdir -p /home/build
182026-08-14T15:34:50.954Z+ chown build:build /home/build /work
192026-08-14T15:34:52.955Z+ chmod 0700 /home/build /work
202026-08-14T15:34:52.958Zprocess exited: duration 4101 ms, exit code 0
 
212026-08-14T15:34:52.965Zstarting task 1: "rust-toolchain"
222026-08-14T15:34:52.969Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-14T15:34:52.969Z * rust toolchain channel = "1.97.1"
242026-08-14T15:34:52.969Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-14T15:34:52.969Z * rust toolchain profile = "default"
262026-08-14T15:34:52.969Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T15:34:52.969Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-14T15:34:52.972Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T15:34:52.972Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-14T15:34:53.067Zinfo: downloading installer
312026-08-14T15:34:54.735Zwarn: It looks like you have an existing installation of Rust at:
322026-08-14T15:34:54.735Zwarn: /opt/ooce/bin
332026-08-14T15:34:54.735Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-14T15:34:54.735Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-14T15:34:54.735Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-14T15:34:54.735Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-14T15:34:54.735Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-14T15:34:54.735Zerror: cannot install while Rust is installed
392026-08-14T15:34:54.735Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-14T15:34:54.735Zwarn: It looks like you have an existing rustup settings file at:
412026-08-14T15:34:54.735Zwarn: /home/build/.rustup/settings.toml
422026-08-14T15:34:54.735Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-14T15:34:54.735Zwarn: instead of the one inferred from the default host triple.
442026-08-14T15:34:54.748Zinfo: profile set to default
452026-08-14T15:34:54.748Zinfo: default host triple is x86_64-unknown-illumos
462026-08-14T15:34:54.752Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
472026-08-14T15:34:54.898Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-14T15:34:54.901Zinfo: downloading 6 components
492026-08-14T15:35:10.258Z
502026-08-14T15:35:10.258Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
512026-08-14T15:35:10.285Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-14T15:35:10.285Z
532026-08-14T15:35:10.285Z
542026-08-14T15:35:10.285ZRust is installed now. Great!
552026-08-14T15:35:10.285Z
562026-08-14T15:35:10.290ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-14T15:35:10.290Zenvironment variable. This has not been done automatically.
582026-08-14T15:35:10.290Z
592026-08-14T15:35:10.290ZTo configure your current shell, you need to source
602026-08-14T15:35:10.290Zthe corresponding env file under $HOME/.cargo.
612026-08-14T15:35:10.290Z
622026-08-14T15:35:10.290ZThis is usually done by running one of the following (note the leading DOT):
632026-08-14T15:35:10.290Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-14T15:35:10.290Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-14T15:35:10.290Zsource "~/.cargo/env.nu" # For nushell
662026-08-14T15:35:10.290Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-14T15:35:10.290Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-14T15:35:10.290Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-14T15:35:10.290Zwarn: no default linker (`cc`) was found in your PATH
702026-08-14T15:35:10.290Zwarn: many Rust crates require a system C toolchain to build
712026-08-14T15:35:10.384Z+ rustup --version
722026-08-14T15:35:10.393Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-14T15:35:10.396Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-14T15:35:10.414Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-14T15:35:10.418Z+ cargo --version
762026-08-14T15:35:10.431Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-14T15:35:10.435Z+ rustc --version
782026-08-14T15:35:10.453Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-14T15:35:10.457Zprocess exited: duration 17490 ms, exit code 0
 
802026-08-14T15:35:10.463Zstarting task 2: "authentication"
812026-08-14T15:35:10.480Zprocess exited: duration 16 ms, exit code 0
 
822026-08-14T15:35:10.488Zstarting task 3: "clone repository"
832026-08-14T15:35:10.492Z+ mkdir -p /work/oxidecomputer/propolis
842026-08-14T15:35:10.496Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-08-14T15:35:10.554ZCloning into '/work/oxidecomputer/propolis'...
862026-08-14T15:35:11.876Z+ cd /work/oxidecomputer/propolis
872026-08-14T15:35:11.876Z+ git fetch origin ba22921d5fabbd2946bb4ea8d7e60fe5fdb3210d
882026-08-14T15:35:12.196ZFrom https://github.com/oxidecomputer/propolis
892026-08-14T15:35:12.196Z * branch ba22921d5fabbd2946bb4ea8d7e60fe5fdb3210d -> FETCH_HEAD
902026-08-14T15:35:12.200Z+ [[ -n '' ]]
912026-08-14T15:35:12.200Z+ git reset --hard ba22921d5fabbd2946bb4ea8d7e60fe5fdb3210d
922026-08-14T15:35:12.223ZHEAD is now at ba22921d wording update
932026-08-14T15:35:12.226Zprocess exited: duration 1733 ms, exit code 0
 
942026-08-14T15:35:12.233Zstarting task 4: "build"
952026-08-14T15:35:12.242ZCloning into './gate_src'...
962026-08-14T15:36:04.913ZUpdating files: 37% (18524/49653) Updating files: 38% (18869/49653) Updating files: 39% (19365/49653) Updating files: 40% (19862/49653) Updating files: 41% (20358/49653) Updating files: 42% (20855/49653) Updating files: 43% (21351/49653) Updating files: 44% (21848/49653) Updating files: 45% (22344/49653) Updating files: 46% (22841/49653) Updating files: 47% (23337/49653) Updating files: 48% (23834/49653) Updating files: 49% (24330/49653) Updating files: 50% (24827/49653) Updating files: 51% (25324/49653) Updating files: 52% (25820/49653) Updating files: 53% (26317/49653) Updating files: 54% (26813/49653) Updating files: 55% (27310/49653) Updating files: 56% (27806/49653) Updating files: 57% (28303/49653) Updating files: 58% (28799/49653) Updating files: 59% (29296/49653) Updating files: 60% (29792/49653) Updating files: 61% (30289/49653) Updating files: 62% (30785/49653) Updating files: 63% (31282/49653) Updating files: 64% (31778/49653) Updating files: 65% (32275/49653) Updating files: 66% (32771/49653) Updating files: 67% (33268/49653) Updating files: 68% (33765/49653) Updating files: 69% (34261/49653) Updating files: 70% (34758/49653) Updating files: 71% (35254/49653) Updating files: 72% (35751/49653) Updating files: 73% (36247/49653) Updating files: 74% (36744/49653) Updating files: 75% (37240/49653) Updating files: 76% (37737/49653) Updating files: 77% (38233/49653) Updating files: 78% (38730/49653) Updating files: 79% (39226/49653) Updating files: 80% (39723/49653) Updating files: 81% (40219/49653) Updating files: 82% (40716/49653) Updating files: 83% (41212/49653) Updating files: 84% (41709/49653) Updating files: 85% (42206/49653) Updating files: 85% (42524/49653) Updating files: 86% (42702/49653) Updating files: 87% (43199/49653) Updating files: 88% (43695/49653) Updating files: 89% (44192/49653) Updating files: 90% (44688/49653) Updating files: 91% (45185/49653) Updating files: 92% (45681/49653) Updating files: 93% (46178/49653) Updating files: 94% (46674/49653) Updating files: 95% (47171/49653) Updating files: 96% (47667/49653) Updating files: 97% (48164/49653) Updating files: 98% (48660/49653) Updating files: 99% (49157/49653) Updating files: 100% (49653/49653) Updating files: 100% (49653/49653), done.
972026-08-14T15:36:04.983ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
982026-08-14T15:36:05.010Zwarning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
992026-08-14T15:36:05.065Z Updating crates.io index
1002026-08-14T15:36:05.600Z Locking 45 packages to latest compatible versions
1012026-08-14T15:36:05.605Z Adding strum v0.25.0 (available: v0.28.0)
1022026-08-14T15:36:05.609Z Downloading crates ...
1032026-08-14T15:36:05.648Z Downloaded heck v0.5.0
1042026-08-14T15:36:05.651Z Downloaded strum v0.25.0
1052026-08-14T15:36:05.654Z Downloaded unicode-xid v0.2.6
1062026-08-14T15:36:05.659Z Downloaded bitflags v1.3.2
1072026-08-14T15:36:05.662Z Downloaded proc-macro2 v1.0.107
1082026-08-14T15:36:05.666Z Downloaded cfg-if v0.1.10
1092026-08-14T15:36:05.670Z Downloaded rustc_version v0.4.1
1102026-08-14T15:36:05.670Z Downloaded dirs-sys v0.3.7
1112026-08-14T15:36:05.676Z Downloaded strum v0.26.3
1122026-08-14T15:36:05.679Z Downloaded itoa v1.0.18
1132026-08-14T15:36:05.679Z Downloaded garando_errors v0.1.0
1142026-08-14T15:36:05.679Z Downloaded dirs v2.0.2
1152026-08-14T15:36:05.690Z Downloaded find-msvc-tools v0.1.11
1162026-08-14T15:36:05.693Z Downloaded shlex v2.0.1
1172026-08-14T15:36:05.696Z Downloaded zmij v1.0.23
1182026-08-14T15:36:05.696Z Downloaded garando_pos v0.1.0
1192026-08-14T15:36:05.700Z Downloaded quote v1.0.47
1202026-08-14T15:36:05.703Z Downloaded ctest2 v0.4.10
1212026-08-14T15:36:05.703Z Downloaded semver v1.0.28
1222026-08-14T15:36:05.707Z Downloaded rustversion v1.0.23
1232026-08-14T15:36:05.710Z Downloaded strum_macros v0.26.4
1242026-08-14T15:36:05.710Z Downloaded term v0.6.1
1252026-08-14T15:36:05.713Z Downloaded serde_core v1.0.229
1262026-08-14T15:36:05.717Z Downloaded log v0.4.33
1272026-08-14T15:36:05.729Z Downloaded serde_derive v1.0.229
1282026-08-14T15:36:05.735Z Downloaded unicode-ident v1.0.24
1292026-08-14T15:36:05.738Z Downloaded serde v1.0.229
1302026-08-14T15:36:05.745Z Downloaded cc v1.4.3
1312026-08-14T15:36:05.749Z Downloaded memchr v2.8.3
1322026-08-14T15:36:05.769Z Downloaded serde_json v1.0.151
1332026-08-14T15:36:05.788Z Downloaded garando_syntax v0.1.1
1342026-08-14T15:36:05.795Z Downloaded syn v2.0.119
1352026-08-14T15:36:05.801Z Downloaded syn v3.0.3
1362026-08-14T15:36:05.829Z Downloaded libc v0.2.189
1372026-08-14T15:36:05.884Z Compiling proc-macro2 v1.0.107
1382026-08-14T15:36:05.887Z Compiling unicode-ident v1.0.24
1392026-08-14T15:36:05.887Z Compiling quote v1.0.47
1402026-08-14T15:36:05.887Z Compiling libc v0.2.189
1412026-08-14T15:36:05.887Z Compiling serde_core v1.0.229
1422026-08-14T15:36:05.887Z Compiling serde v1.0.229
1432026-08-14T15:36:05.887Z Compiling zmij v1.0.23
1442026-08-14T15:36:05.887Z Compiling cfg-if v0.1.10
1452026-08-14T15:36:05.973Z Compiling rustversion v1.0.23
1462026-08-14T15:36:06.034Z Compiling serde_json v1.0.151
1472026-08-14T15:36:06.261Z Compiling memchr v2.8.3
1482026-08-14T15:36:06.283Z Compiling unicode-xid v0.2.6
1492026-08-14T15:36:06.288Z Compiling itoa v1.0.18
1502026-08-14T15:36:06.374Z Compiling heck v0.5.0
1512026-08-14T15:36:06.447Z Compiling shlex v2.0.1
1522026-08-14T15:36:06.554Z Compiling bitflags v1.3.2
1532026-08-14T15:36:06.554Z Compiling semver v1.0.28
1542026-08-14T15:36:06.608Z Compiling dirs-sys v0.3.7
1552026-08-14T15:36:06.612Z Compiling log v0.4.33
1562026-08-14T15:36:06.629Z Compiling find-msvc-tools v0.1.11
1572026-08-14T15:36:06.771Z Compiling dirs v2.0.2
1582026-08-14T15:36:06.840Z Compiling cc v1.4.3
1592026-08-14T15:36:06.853Z Compiling rustc_version v0.4.1
1602026-08-14T15:36:06.861Z Compiling term v0.6.1
1612026-08-14T15:36:06.891Z Compiling strum v0.25.0
1622026-08-14T15:36:07.061Z Compiling syn v3.0.3
1632026-08-14T15:36:07.061Z Compiling syn v2.0.119
1642026-08-14T15:36:08.396Z Compiling serde_derive v1.0.229
1652026-08-14T15:36:08.669Z Compiling strum_macros v0.26.4
1662026-08-14T15:36:09.711Z Compiling strum v0.26.3
1672026-08-14T15:36:09.773Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1682026-08-14T15:36:10.427Z Compiling garando_pos v0.1.0
1692026-08-14T15:36:10.690Z Compiling garando_errors v0.1.0
1702026-08-14T15:36:11.080Z Compiling garando_syntax v0.1.1
1712026-08-14T15:36:15.142Z Compiling ctest2 v0.4.10
1722026-08-14T15:36:15.743Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1732026-08-14T15:36:18.037Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.04s
1742026-08-14T15:36:18.050Z Running test/main.rs (target/debug/deps/main-21654786a72f79ce)
1752026-08-14T15:36:18.054ZRUNNING ALL TESTS
1762026-08-14T15:36:18.054ZPASSED 1185 tests
1772026-08-14T15:36:18.064ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1782026-08-14T15:36:18.119Z Updating crates.io index
1792026-08-14T15:36:18.294Z Locking 40 packages to latest compatible versions
1802026-08-14T15:36:18.339Z Compiling proc-macro2 v1.0.107
1812026-08-14T15:36:18.339Z Compiling libc v0.2.189
1822026-08-14T15:36:18.339Z Compiling unicode-ident v1.0.24
1832026-08-14T15:36:18.344Z Compiling quote v1.0.47
1842026-08-14T15:36:18.344Z Compiling serde_core v1.0.229
1852026-08-14T15:36:18.344Z Compiling serde v1.0.229
1862026-08-14T15:36:18.344Z Compiling cfg-if v0.1.10
1872026-08-14T15:36:18.344Z Compiling zmij v1.0.23
1882026-08-14T15:36:18.393Z Compiling serde_json v1.0.151
1892026-08-14T15:36:18.437Z Compiling unicode-xid v0.2.6
1902026-08-14T15:36:18.531Z Compiling itoa v1.0.18
1912026-08-14T15:36:18.599Z Compiling memchr v2.8.3
1922026-08-14T15:36:18.622Z Compiling find-msvc-tools v0.1.11
1932026-08-14T15:36:18.645Z Compiling bitflags v1.3.2
1942026-08-14T15:36:18.688Z Compiling shlex v2.0.1
1952026-08-14T15:36:18.697Z Compiling log v0.4.33
1962026-08-14T15:36:18.826Z Compiling semver v1.0.28
1972026-08-14T15:36:18.875Z Compiling cc v1.4.3
1982026-08-14T15:36:19.011Z Compiling dirs-sys v0.3.7
1992026-08-14T15:36:19.011Z Compiling rustc_version v0.4.1
2002026-08-14T15:36:19.034Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2012026-08-14T15:36:19.118Z Compiling dirs v2.0.2
2022026-08-14T15:36:19.179Z Compiling term v0.6.1
2032026-08-14T15:36:19.367Z Compiling syn v3.0.3
2042026-08-14T15:36:20.580Z Compiling serde_derive v1.0.229
2052026-08-14T15:36:22.500Z Compiling garando_pos v0.1.0
2062026-08-14T15:36:22.763Z Compiling garando_errors v0.1.0
2072026-08-14T15:36:23.134Z Compiling garando_syntax v0.1.1
2082026-08-14T15:36:27.188Z Compiling ctest2 v0.4.10
2092026-08-14T15:36:27.790Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2102026-08-14T15:36:28.548Zwarning: direct cast of function item into an integer
2112026-08-14T15:36:28.548Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:865:44
2122026-08-14T15:36:28.548Z |
2132026-08-14T15:36:28.548Z865 | same(nvlist_remove as usize,
2142026-08-14T15:36:28.548Z | ^^^^^^^^
2152026-08-14T15:36:28.548Z |
2162026-08-14T15:36:28.548Z = note: `#[warn(function_casts_as_integer)]` on by default
2172026-08-14T15:36:28.548Zhelp: first cast to a pointer `as *const ()`
2182026-08-14T15:36:28.548Z |
2192026-08-14T15:36:28.548Z865 | same(nvlist_remove as *const () as usize,
2202026-08-14T15:36:28.548Z | ++++++++++++
2212026-08-14T15:36:28.548Z
2222026-08-14T15:36:28.553Zwarning: direct cast of function item into an integer
2232026-08-14T15:36:28.553Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:882:48
2242026-08-14T15:36:28.553Z |
2252026-08-14T15:36:28.553Z882 | same(nvlist_remove_all as usize,
2262026-08-14T15:36:28.553Z | ^^^^^^^^
2272026-08-14T15:36:28.553Z |
2282026-08-14T15:36:28.553Zhelp: first cast to a pointer `as *const ()`
2292026-08-14T15:36:28.553Z |
2302026-08-14T15:36:28.553Z882 | same(nvlist_remove_all as *const () as usize,
2312026-08-14T15:36:28.553Z | ++++++++++++
2322026-08-14T15:36:28.553Z
2332026-08-14T15:36:28.553Zwarning: direct cast of function item into an integer
2342026-08-14T15:36:28.553Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:899:51
2352026-08-14T15:36:28.553Z |
2362026-08-14T15:36:28.553Z899 | same(nvlist_remove_nvpair as usize,
2372026-08-14T15:36:28.553Z | ^^^^^^^^
2382026-08-14T15:36:28.553Z |
2392026-08-14T15:36:28.553Zhelp: first cast to a pointer `as *const ()`
2402026-08-14T15:36:28.553Z |
2412026-08-14T15:36:28.553Z899 | same(nvlist_remove_nvpair as *const () as usize,
2422026-08-14T15:36:28.553Z | ++++++++++++
2432026-08-14T15:36:28.553Z
2442026-08-14T15:36:28.553Zwarning: direct cast of function item into an integer
2452026-08-14T15:36:28.553Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:916:51
2462026-08-14T15:36:28.553Z |
2472026-08-14T15:36:28.553Z916 | same(nvlist_lookup_nvpair as usize,
2482026-08-14T15:36:28.553Z | ^^^^^^^^
2492026-08-14T15:36:28.553Z |
2502026-08-14T15:36:28.553Zhelp: first cast to a pointer `as *const ()`
2512026-08-14T15:36:28.553Z |
2522026-08-14T15:36:28.553Z916 | same(nvlist_lookup_nvpair as *const () as usize,
2532026-08-14T15:36:28.553Z | ++++++++++++
2542026-08-14T15:36:28.554Z
2552026-08-14T15:36:28.554Zwarning: direct cast of function item into an integer
2562026-08-14T15:36:28.554Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:933:49
2572026-08-14T15:36:28.554Z |
2582026-08-14T15:36:28.554Z933 | same(nvlist_next_nvpair as usize,
2592026-08-14T15:36:28.554Z | ^^^^^^^^
2602026-08-14T15:36:28.554Z |
2612026-08-14T15:36:28.554Zhelp: first cast to a pointer `as *const ()`
2622026-08-14T15:36:28.554Z |
2632026-08-14T15:36:28.554Z933 | same(nvlist_next_nvpair as *const () as usize,
2642026-08-14T15:36:28.554Z | ++++++++++++
2652026-08-14T15:36:28.554Z
2662026-08-14T15:36:28.554Zwarning: direct cast of function item into an integer
2672026-08-14T15:36:28.554Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:950:49
2682026-08-14T15:36:28.554Z |
2692026-08-14T15:36:28.554Z950 | same(nvlist_prev_nvpair as usize,
2702026-08-14T15:36:28.554Z | ^^^^^^^^
2712026-08-14T15:36:28.554Z |
2722026-08-14T15:36:28.554Zhelp: first cast to a pointer `as *const ()`
2732026-08-14T15:36:28.554Z |
2742026-08-14T15:36:28.554Z950 | same(nvlist_prev_nvpair as *const () as usize,
2752026-08-14T15:36:28.554Z | ++++++++++++
2762026-08-14T15:36:28.554Z
2772026-08-14T15:36:28.554Zwarning: direct cast of function item into an integer
2782026-08-14T15:36:28.554Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:967:44
2792026-08-14T15:36:28.554Z |
2802026-08-14T15:36:28.554Z967 | same(nvlist_exists as usize,
2812026-08-14T15:36:28.554Z | ^^^^^^^^
2822026-08-14T15:36:28.554Z |
2832026-08-14T15:36:28.554Zhelp: first cast to a pointer `as *const ()`
2842026-08-14T15:36:28.554Z |
2852026-08-14T15:36:28.554Z967 | same(nvlist_exists as *const () as usize,
2862026-08-14T15:36:28.554Z | ++++++++++++
2872026-08-14T15:36:28.554Z
2882026-08-14T15:36:28.554Zwarning: direct cast of function item into an integer
2892026-08-14T15:36:28.554Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:984:43
2902026-08-14T15:36:28.555Z |
2912026-08-14T15:36:28.555Z984 | same(nvlist_empty as usize,
2922026-08-14T15:36:28.555Z | ^^^^^^^^
2932026-08-14T15:36:28.555Z |
2942026-08-14T15:36:28.555Zhelp: first cast to a pointer `as *const ()`
2952026-08-14T15:36:28.555Z |
2962026-08-14T15:36:28.555Z984 | same(nvlist_empty as *const () as usize,
2972026-08-14T15:36:28.555Z | ++++++++++++
2982026-08-14T15:36:28.555Z
2992026-08-14T15:36:28.555Zwarning: direct cast of function item into an integer
3002026-08-14T15:36:28.555Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1001:44
3012026-08-14T15:36:28.555Z |
3022026-08-14T15:36:28.555Z1001 | same(nvlist_unpack as usize,
3032026-08-14T15:36:28.555Z | ^^^^^^^^
3042026-08-14T15:36:28.555Z |
3052026-08-14T15:36:28.555Zhelp: first cast to a pointer `as *const ()`
3062026-08-14T15:36:28.555Z |
3072026-08-14T15:36:28.555Z1001 | same(nvlist_unpack as *const () as usize,
3082026-08-14T15:36:28.555Z | ++++++++++++
3092026-08-14T15:36:28.555Z
3102026-08-14T15:36:28.555Zwarning: direct cast of function item into an integer
3112026-08-14T15:36:28.555Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1018:44
3122026-08-14T15:36:28.555Z |
3132026-08-14T15:36:28.555Z1018 | same(fnvlist_alloc as usize,
3142026-08-14T15:36:28.555Z | ^^^^^^^^
3152026-08-14T15:36:28.555Z |
3162026-08-14T15:36:28.555Zhelp: first cast to a pointer `as *const ()`
3172026-08-14T15:36:28.555Z |
3182026-08-14T15:36:28.555Z1018 | same(fnvlist_alloc as *const () as usize,
3192026-08-14T15:36:28.555Z | ++++++++++++
3202026-08-14T15:36:28.555Z
3212026-08-14T15:36:28.555Zwarning: direct cast of function item into an integer
3222026-08-14T15:36:28.560Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1035:43
3232026-08-14T15:36:28.560Z |
3242026-08-14T15:36:28.560Z1035 | same(fnvlist_free as usize,
3252026-08-14T15:36:28.560Z | ^^^^^^^^
3262026-08-14T15:36:28.560Z |
3272026-08-14T15:36:28.560Zhelp: first cast to a pointer `as *const ()`
3282026-08-14T15:36:28.560Z |
3292026-08-14T15:36:28.560Z1035 | same(fnvlist_free as *const () as usize,
3302026-08-14T15:36:28.560Z | ++++++++++++
3312026-08-14T15:36:28.560Z
3322026-08-14T15:36:28.560Zwarning: direct cast of function item into an integer
3332026-08-14T15:36:28.560Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1052:43
3342026-08-14T15:36:28.561Z |
3352026-08-14T15:36:28.561Z1052 | same(fnvlist_size as usize,
3362026-08-14T15:36:28.561Z | ^^^^^^^^
3372026-08-14T15:36:28.561Z |
3382026-08-14T15:36:28.561Zhelp: first cast to a pointer `as *const ()`
3392026-08-14T15:36:28.561Z |
3402026-08-14T15:36:28.561Z1052 | same(fnvlist_size as *const () as usize,
3412026-08-14T15:36:28.561Z | ++++++++++++
3422026-08-14T15:36:28.561Z
3432026-08-14T15:36:28.561Zwarning: direct cast of function item into an integer
3442026-08-14T15:36:28.561Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1069:43
3452026-08-14T15:36:28.561Z |
3462026-08-14T15:36:28.561Z1069 | same(fnvlist_pack as usize,
3472026-08-14T15:36:28.561Z | ^^^^^^^^
3482026-08-14T15:36:28.561Z |
3492026-08-14T15:36:28.561Zhelp: first cast to a pointer `as *const ()`
3502026-08-14T15:36:28.561Z |
3512026-08-14T15:36:28.561Z1069 | same(fnvlist_pack as *const () as usize,
3522026-08-14T15:36:28.561Z | ++++++++++++
3532026-08-14T15:36:28.561Z
3542026-08-14T15:36:28.561Zwarning: direct cast of function item into an integer
3552026-08-14T15:36:28.561Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1086:48
3562026-08-14T15:36:28.561Z |
3572026-08-14T15:36:28.561Z1086 | same(fnvlist_pack_free as usize,
3582026-08-14T15:36:28.561Z | ^^^^^^^^
3592026-08-14T15:36:28.561Z |
3602026-08-14T15:36:28.561Zhelp: first cast to a pointer `as *const ()`
3612026-08-14T15:36:28.561Z |
3622026-08-14T15:36:28.561Z1086 | same(fnvlist_pack_free as *const () as usize,
3632026-08-14T15:36:28.561Z | ++++++++++++
3642026-08-14T15:36:28.561Z
3652026-08-14T15:36:28.561Zwarning: direct cast of function item into an integer
3662026-08-14T15:36:28.561Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1103:45
3672026-08-14T15:36:28.561Z |
3682026-08-14T15:36:28.561Z1103 | same(fnvlist_unpack as usize,
3692026-08-14T15:36:28.561Z | ^^^^^^^^
3702026-08-14T15:36:28.561Z |
3712026-08-14T15:36:28.562Zhelp: first cast to a pointer `as *const ()`
3722026-08-14T15:36:28.562Z |
3732026-08-14T15:36:28.562Z1103 | same(fnvlist_unpack as *const () as usize,
3742026-08-14T15:36:28.562Z | ++++++++++++
3752026-08-14T15:36:28.562Z
3762026-08-14T15:36:28.562Zwarning: direct cast of function item into an integer
3772026-08-14T15:36:28.562Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1120:42
3782026-08-14T15:36:28.562Z |
3792026-08-14T15:36:28.562Z1120 | same(fnvlist_dup as usize,
3802026-08-14T15:36:28.562Z | ^^^^^^^^
3812026-08-14T15:36:28.562Z |
3822026-08-14T15:36:28.562Zhelp: first cast to a pointer `as *const ()`
3832026-08-14T15:36:28.562Z |
3842026-08-14T15:36:28.562Z1120 | same(fnvlist_dup as *const () as usize,
3852026-08-14T15:36:28.562Z | ++++++++++++
3862026-08-14T15:36:28.562Z
3872026-08-14T15:36:28.562Zwarning: direct cast of function item into an integer
3882026-08-14T15:36:28.562Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1137:44
3892026-08-14T15:36:28.562Z |
3902026-08-14T15:36:28.562Z1137 | same(fnvlist_merge as usize,
3912026-08-14T15:36:28.562Z | ^^^^^^^^
3922026-08-14T15:36:28.562Z |
3932026-08-14T15:36:28.562Zhelp: first cast to a pointer `as *const ()`
3942026-08-14T15:36:28.562Z |
3952026-08-14T15:36:28.562Z1137 | same(fnvlist_merge as *const () as usize,
3962026-08-14T15:36:28.562Z | ++++++++++++
3972026-08-14T15:36:28.562Z
3982026-08-14T15:36:28.562Zwarning: direct cast of function item into an integer
3992026-08-14T15:36:28.562Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1154:48
4002026-08-14T15:36:28.562Z |
4012026-08-14T15:36:28.562Z1154 | same(fnvlist_num_pairs as usize,
4022026-08-14T15:36:28.562Z | ^^^^^^^^
4032026-08-14T15:36:28.562Z |
4042026-08-14T15:36:28.562Zhelp: first cast to a pointer `as *const ()`
4052026-08-14T15:36:28.562Z |
4062026-08-14T15:36:28.562Z1154 | same(fnvlist_num_pairs as *const () as usize,
4072026-08-14T15:36:28.562Z | ++++++++++++
4082026-08-14T15:36:28.562Z
4092026-08-14T15:36:28.563Zwarning: direct cast of function item into an integer
4102026-08-14T15:36:28.563Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1171:50
4112026-08-14T15:36:28.563Z |
4122026-08-14T15:36:28.563Z1171 | same(fnvlist_add_boolean as usize,
4132026-08-14T15:36:28.563Z | ^^^^^^^^
4142026-08-14T15:36:28.563Z |
4152026-08-14T15:36:28.563Zhelp: first cast to a pointer `as *const ()`
4162026-08-14T15:36:28.563Z |
4172026-08-14T15:36:28.563Z1171 | same(fnvlist_add_boolean as *const () as usize,
4182026-08-14T15:36:28.563Z | ++++++++++++
4192026-08-14T15:36:28.563Z
4202026-08-14T15:36:28.563Zwarning: direct cast of function item into an integer
4212026-08-14T15:36:28.563Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1188:56
4222026-08-14T15:36:28.567Z |
4232026-08-14T15:36:28.567Z1188 | same(fnvlist_add_boolean_value as usize,
4242026-08-14T15:36:28.567Z | ^^^^^^^^
4252026-08-14T15:36:28.567Z |
4262026-08-14T15:36:28.567Zhelp: first cast to a pointer `as *const ()`
4272026-08-14T15:36:28.567Z |
4282026-08-14T15:36:28.567Z1188 | same(fnvlist_add_boolean_value as *const () as usize,
4292026-08-14T15:36:28.567Z | ++++++++++++
4302026-08-14T15:36:28.567Z
4312026-08-14T15:36:28.567Zwarning: direct cast of function item into an integer
4322026-08-14T15:36:28.567Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1205:47
4332026-08-14T15:36:28.567Z |
4342026-08-14T15:36:28.567Z1205 | same(fnvlist_add_byte as usize,
4352026-08-14T15:36:28.567Z | ^^^^^^^^
4362026-08-14T15:36:28.567Z |
4372026-08-14T15:36:28.567Zhelp: first cast to a pointer `as *const ()`
4382026-08-14T15:36:28.567Z |
4392026-08-14T15:36:28.567Z1205 | same(fnvlist_add_byte as *const () as usize,
4402026-08-14T15:36:28.567Z | ++++++++++++
4412026-08-14T15:36:28.567Z
4422026-08-14T15:36:28.567Zwarning: direct cast of function item into an integer
4432026-08-14T15:36:28.567Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1222:47
4442026-08-14T15:36:28.567Z |
4452026-08-14T15:36:28.567Z1222 | same(fnvlist_add_int8 as usize,
4462026-08-14T15:36:28.567Z | ^^^^^^^^
4472026-08-14T15:36:28.567Z |
4482026-08-14T15:36:28.567Zhelp: first cast to a pointer `as *const ()`
4492026-08-14T15:36:28.567Z |
4502026-08-14T15:36:28.567Z1222 | same(fnvlist_add_int8 as *const () as usize,
4512026-08-14T15:36:28.567Z | ++++++++++++
4522026-08-14T15:36:28.567Z
4532026-08-14T15:36:28.567Zwarning: direct cast of function item into an integer
4542026-08-14T15:36:28.567Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1239:48
4552026-08-14T15:36:28.567Z |
4562026-08-14T15:36:28.567Z1239 | same(fnvlist_add_uint8 as usize,
4572026-08-14T15:36:28.568Z | ^^^^^^^^
4582026-08-14T15:36:28.568Z |
4592026-08-14T15:36:28.568Zhelp: first cast to a pointer `as *const ()`
4602026-08-14T15:36:28.568Z |
4612026-08-14T15:36:28.568Z1239 | same(fnvlist_add_uint8 as *const () as usize,
4622026-08-14T15:36:28.568Z | ++++++++++++
4632026-08-14T15:36:28.568Z
4642026-08-14T15:36:28.568Zwarning: direct cast of function item into an integer
4652026-08-14T15:36:28.568Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1256:48
4662026-08-14T15:36:28.568Z |
4672026-08-14T15:36:28.568Z1256 | same(fnvlist_add_int16 as usize,
4682026-08-14T15:36:28.568Z | ^^^^^^^^
4692026-08-14T15:36:28.568Z |
4702026-08-14T15:36:28.568Zhelp: first cast to a pointer `as *const ()`
4712026-08-14T15:36:28.568Z |
4722026-08-14T15:36:28.568Z1256 | same(fnvlist_add_int16 as *const () as usize,
4732026-08-14T15:36:28.568Z | ++++++++++++
4742026-08-14T15:36:28.568Z
4752026-08-14T15:36:28.568Zwarning: direct cast of function item into an integer
4762026-08-14T15:36:28.568Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1273:49
4772026-08-14T15:36:28.568Z |
4782026-08-14T15:36:28.568Z1273 | same(fnvlist_add_uint16 as usize,
4792026-08-14T15:36:28.568Z | ^^^^^^^^
4802026-08-14T15:36:28.568Z |
4812026-08-14T15:36:28.568Zhelp: first cast to a pointer `as *const ()`
4822026-08-14T15:36:28.568Z |
4832026-08-14T15:36:28.568Z1273 | same(fnvlist_add_uint16 as *const () as usize,
4842026-08-14T15:36:28.568Z | ++++++++++++
4852026-08-14T15:36:28.568Z
4862026-08-14T15:36:28.568Zwarning: direct cast of function item into an integer
4872026-08-14T15:36:28.568Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1290:48
4882026-08-14T15:36:28.568Z |
4892026-08-14T15:36:28.569Z1290 | same(fnvlist_add_int32 as usize,
4902026-08-14T15:36:28.569Z | ^^^^^^^^
4912026-08-14T15:36:28.569Z |
4922026-08-14T15:36:28.569Zhelp: first cast to a pointer `as *const ()`
4932026-08-14T15:36:28.569Z |
4942026-08-14T15:36:28.569Z1290 | same(fnvlist_add_int32 as *const () as usize,
4952026-08-14T15:36:28.569Z | ++++++++++++
4962026-08-14T15:36:28.569Z
4972026-08-14T15:36:28.569Zwarning: direct cast of function item into an integer
4982026-08-14T15:36:28.569Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1307:49
4992026-08-14T15:36:28.569Z |
5002026-08-14T15:36:28.569Z1307 | same(fnvlist_add_uint32 as usize,
5012026-08-14T15:36:28.569Z | ^^^^^^^^
5022026-08-14T15:36:28.569Z |
5032026-08-14T15:36:28.569Zhelp: first cast to a pointer `as *const ()`
5042026-08-14T15:36:28.569Z |
5052026-08-14T15:36:28.569Z1307 | same(fnvlist_add_uint32 as *const () as usize,
5062026-08-14T15:36:28.569Z | ++++++++++++
5072026-08-14T15:36:28.569Z
5082026-08-14T15:36:28.569Zwarning: direct cast of function item into an integer
5092026-08-14T15:36:28.569Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1324:48
5102026-08-14T15:36:28.569Z |
5112026-08-14T15:36:28.569Z1324 | same(fnvlist_add_int64 as usize,
5122026-08-14T15:36:28.569Z | ^^^^^^^^
5132026-08-14T15:36:28.569Z |
5142026-08-14T15:36:28.569Zhelp: first cast to a pointer `as *const ()`
5152026-08-14T15:36:28.569Z |
5162026-08-14T15:36:28.569Z1324 | same(fnvlist_add_int64 as *const () as usize,
5172026-08-14T15:36:28.569Z | ++++++++++++
5182026-08-14T15:36:28.569Z
5192026-08-14T15:36:28.569Zwarning: direct cast of function item into an integer
5202026-08-14T15:36:28.569Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1341:49
5212026-08-14T15:36:28.569Z |
5222026-08-14T15:36:28.573Z1341 | same(fnvlist_add_uint64 as usize,
5232026-08-14T15:36:28.573Z | ^^^^^^^^
5242026-08-14T15:36:28.573Z |
5252026-08-14T15:36:28.573Zhelp: first cast to a pointer `as *const ()`
5262026-08-14T15:36:28.573Z |
5272026-08-14T15:36:28.573Z1341 | same(fnvlist_add_uint64 as *const () as usize,
5282026-08-14T15:36:28.573Z | ++++++++++++
5292026-08-14T15:36:28.573Z
5302026-08-14T15:36:28.573Zwarning: direct cast of function item into an integer
5312026-08-14T15:36:28.573Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1358:49
5322026-08-14T15:36:28.573Z |
5332026-08-14T15:36:28.573Z1358 | same(fnvlist_add_string as usize,
5342026-08-14T15:36:28.574Z | ^^^^^^^^
5352026-08-14T15:36:28.574Z |
5362026-08-14T15:36:28.574Zhelp: first cast to a pointer `as *const ()`
5372026-08-14T15:36:28.574Z |
5382026-08-14T15:36:28.574Z1358 | same(fnvlist_add_string as *const () as usize,
5392026-08-14T15:36:28.574Z | ++++++++++++
5402026-08-14T15:36:28.574Z
5412026-08-14T15:36:28.574Zwarning: direct cast of function item into an integer
5422026-08-14T15:36:28.574Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1375:49
5432026-08-14T15:36:28.574Z |
5442026-08-14T15:36:28.574Z1375 | same(fnvlist_add_nvlist as usize,
5452026-08-14T15:36:28.574Z | ^^^^^^^^
5462026-08-14T15:36:28.574Z |
5472026-08-14T15:36:28.574Zhelp: first cast to a pointer `as *const ()`
5482026-08-14T15:36:28.574Z |
5492026-08-14T15:36:28.574Z1375 | same(fnvlist_add_nvlist as *const () as usize,
5502026-08-14T15:36:28.574Z | ++++++++++++
5512026-08-14T15:36:28.574Z
5522026-08-14T15:36:28.574Zwarning: direct cast of function item into an integer
5532026-08-14T15:36:28.574Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1392:49
5542026-08-14T15:36:28.574Z |
5552026-08-14T15:36:28.574Z1392 | same(fnvlist_add_nvpair as usize,
5562026-08-14T15:36:28.574Z | ^^^^^^^^
5572026-08-14T15:36:28.574Z |
5582026-08-14T15:36:28.574Zhelp: first cast to a pointer `as *const ()`
5592026-08-14T15:36:28.574Z |
5602026-08-14T15:36:28.574Z1392 | same(fnvlist_add_nvpair as *const () as usize,
5612026-08-14T15:36:28.574Z | ++++++++++++
5622026-08-14T15:36:28.574Z
5632026-08-14T15:36:28.751Zwarning: `nvpair-hdrchk` (test "main") generated 32 warnings (run `cargo fix --test "main" -p nvpair-hdrchk` to apply 32 suggestions)
5642026-08-14T15:36:28.751Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.67s
5652026-08-14T15:36:28.764Z Running test/main.rs (target/debug/deps/main-6a1356aaa46ff4eb)
5662026-08-14T15:36:28.785ZRUNNING ALL TESTS
5672026-08-14T15:36:28.785ZPASSED 90 tests
5682026-08-14T15:36:28.785ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
5692026-08-14T15:36:28.828Z Updating crates.io index
5702026-08-14T15:36:28.979Z Locking 42 packages to latest compatible versions
5712026-08-14T15:36:29.020Z Compiling libc v0.2.189
5722026-08-14T15:36:29.020Z Compiling proc-macro2 v1.0.107
5732026-08-14T15:36:29.020Z Compiling quote v1.0.47
5742026-08-14T15:36:29.023Z Compiling unicode-ident v1.0.24
5752026-08-14T15:36:29.023Z Compiling serde_core v1.0.229
5762026-08-14T15:36:29.023Z Compiling serde v1.0.229
5772026-08-14T15:36:29.023Z Compiling zmij v1.0.23
5782026-08-14T15:36:29.023Z Compiling cfg-if v0.1.10
5792026-08-14T15:36:29.082Z Compiling serde_json v1.0.151
5802026-08-14T15:36:29.123Z Compiling itoa v1.0.18
5812026-08-14T15:36:29.275Z Compiling unicode-xid v0.2.6
5822026-08-14T15:36:29.282Z Compiling memchr v2.8.3
5832026-08-14T15:36:29.301Z Compiling find-msvc-tools v0.1.11
5842026-08-14T15:36:29.333Z Compiling bitflags v1.3.2
5852026-08-14T15:36:29.366Z Compiling log v0.4.33
5862026-08-14T15:36:29.378Z Compiling shlex v2.0.1
5872026-08-14T15:36:29.508Z Compiling semver v1.0.28
5882026-08-14T15:36:29.518Z Compiling cc v1.4.3
5892026-08-14T15:36:29.646Z Compiling dirs-sys v0.3.7
5902026-08-14T15:36:29.646Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
5912026-08-14T15:36:29.697Z Compiling rustc_version v0.4.1
5922026-08-14T15:36:29.762Z Compiling dirs v2.0.2
5932026-08-14T15:36:29.765Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
5942026-08-14T15:36:29.821Z Compiling term v0.6.1
5952026-08-14T15:36:29.856Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
5962026-08-14T15:36:30.040Z Compiling syn v3.0.3
5972026-08-14T15:36:31.274Z Compiling serde_derive v1.0.229
5982026-08-14T15:36:33.183Z Compiling garando_pos v0.1.0
5992026-08-14T15:36:33.447Z Compiling garando_errors v0.1.0
6002026-08-14T15:36:33.820Z Compiling garando_syntax v0.1.1
6012026-08-14T15:36:37.895Z Compiling ctest2 v0.4.10
6022026-08-14T15:36:38.499Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
6032026-08-14T15:36:39.547Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.76s
6042026-08-14T15:36:39.560Z Running test/main.rs (target/debug/deps/main-0bf524dd699d6fe0)
6052026-08-14T15:36:39.564ZRUNNING ALL TESTS
6062026-08-14T15:36:39.564ZPASSED 257 tests
6072026-08-14T15:36:39.571Zprocess exited: duration 87336 ms, exit code 0
 
6082026-08-14T15:36:39.579Zfound 0 output files