01M0E2HVBCRGN9APNNG28GD2A1: header-check

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

Buildomat Job: 01M0E2JA1YFXX3FBV54C1VHKTK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T22:35:04.560Zjob assigned to worker 01M0E2JGDF95AK835NMXKQB61K [factory aws, i-00c3b1d4d5e76b003] (queued for 50 s)
 
22026-08-19T22:35:10.851Zstarting task 0: "setup"
32026-08-19T22:35:10.856Z++ uname -s
42026-08-19T22:35:10.859Z+ kern=SunOS
52026-08-19T22:35:10.859Z+ build_user=build
62026-08-19T22:35:10.859Z+ build_uid=12345
72026-08-19T22:35:10.859Z+ work_dir=/work
82026-08-19T22:35:10.859Z+ input_dir=/input
92026-08-19T22:35:10.859Z+ [[ 0 == 12345 ]]
102026-08-19T22:35:10.859Z+ case "$kern" in
112026-08-19T22:35:10.859Z+ groupadd -g 12345 build
122026-08-19T22:35:10.862Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T22:35:12.866Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T22:35:13.028Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T22:35:13.031Z+ home_fs=zfs
162026-08-19T22:35:13.031Z+ [[ zfs == autofs ]]
172026-08-19T22:35:13.031Z+ mkdir -p /home/build
182026-08-19T22:35:13.031Z+ chown build:build /home/build /work
192026-08-19T22:35:14.033Z+ chmod 0700 /home/build /work
202026-08-19T22:35:14.036Zprocess exited: duration 3182 ms, exit code 0
 
212026-08-19T22:35:14.042Zstarting task 1: "rust-toolchain"
222026-08-19T22:35:14.046Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T22:35:14.046Z * rust toolchain channel = "1.97.1"
242026-08-19T22:35:14.046Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-19T22:35:14.046Z * rust toolchain profile = "default"
262026-08-19T22:35:14.046Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-19T22:35:14.046Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T22:35:14.049Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T22:35:14.049Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T22:35:14.143Zinfo: downloading installer
312026-08-19T22:35:15.714Zwarn: It looks like you have an existing installation of Rust at:
322026-08-19T22:35:15.714Zwarn: /opt/ooce/bin
332026-08-19T22:35:15.714Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-19T22:35:15.714Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-19T22:35:15.714Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-19T22:35:15.714Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-19T22:35:15.714Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-19T22:35:15.714Zerror: cannot install while Rust is installed
392026-08-19T22:35:15.715Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-19T22:35:15.715Zwarn: It looks like you have an existing rustup settings file at:
412026-08-19T22:35:15.715Zwarn: /home/build/.rustup/settings.toml
422026-08-19T22:35:15.715Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-19T22:35:15.715Zwarn: instead of the one inferred from the default host triple.
442026-08-19T22:35:15.727Zinfo: profile set to default
452026-08-19T22:35:15.727Zinfo: default host triple is x86_64-unknown-illumos
462026-08-19T22:35:15.730Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
472026-08-19T22:35:15.856Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-19T22:35:15.856Zinfo: downloading 6 components
492026-08-19T22:35:31.903Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
502026-08-19T22:35:31.904Z
512026-08-19T22:35:31.929Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-19T22:35:31.929Z
532026-08-19T22:35:31.929Z
542026-08-19T22:35:31.929ZRust is installed now. Great!
552026-08-19T22:35:31.930Z
562026-08-19T22:35:31.930ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-19T22:35:31.930Zenvironment variable. This has not been done automatically.
582026-08-19T22:35:31.930Z
592026-08-19T22:35:31.930ZTo configure your current shell, you need to source
602026-08-19T22:35:31.930Zthe corresponding env file under $HOME/.cargo.
612026-08-19T22:35:31.930Z
622026-08-19T22:35:31.930ZThis is usually done by running one of the following (note the leading DOT):
632026-08-19T22:35:31.930Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-19T22:35:31.930Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-19T22:35:31.930Zsource "~/.cargo/env.nu" # For nushell
662026-08-19T22:35:31.930Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-19T22:35:31.933Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-19T22:35:31.933Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-19T22:35:31.933Zwarn: no default linker (`cc`) was found in your PATH
702026-08-19T22:35:31.933Zwarn: many Rust crates require a system C toolchain to build
712026-08-19T22:35:32.032Z+ rustup --version
722026-08-19T22:35:32.040Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-19T22:35:32.043Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-19T22:35:32.061Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-19T22:35:32.064Z+ cargo --version
762026-08-19T22:35:32.079Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-19T22:35:32.081Z+ rustc --version
782026-08-19T22:35:32.100Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-19T22:35:32.103Zprocess exited: duration 18056 ms, exit code 0
 
802026-08-19T22:35:32.108Zstarting task 2: "authentication"
812026-08-19T22:35:32.124Zprocess exited: duration 16 ms, exit code 0
 
822026-08-19T22:35:32.130Zstarting task 3: "clone repository"
832026-08-19T22:35:32.133Z+ mkdir -p /work/oxidecomputer/propolis
842026-08-19T22:35:32.136Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-08-19T22:35:32.224ZCloning into '/work/oxidecomputer/propolis'...
862026-08-19T22:35:33.557Z+ cd /work/oxidecomputer/propolis
872026-08-19T22:35:33.557Z+ git fetch origin 3c07d60a77d528018fded2f0a434cafe724f3423
882026-08-19T22:35:33.859ZFrom https://github.com/oxidecomputer/propolis
892026-08-19T22:35:33.859Z * branch 3c07d60a77d528018fded2f0a434cafe724f3423 -> FETCH_HEAD
902026-08-19T22:35:33.866Z+ [[ -n zl/multicast ]]
912026-08-19T22:35:33.869Z++ git branch --show-current
922026-08-19T22:35:33.869Z+ current=master
932026-08-19T22:35:33.869Z+ [[ master != zl/multicast ]]
942026-08-19T22:35:33.869Z+ git branch -f zl/multicast 3c07d60a77d528018fded2f0a434cafe724f3423
952026-08-19T22:35:33.872Z+ git checkout -f zl/multicast
962026-08-19T22:35:33.896ZSwitched to branch 'zl/multicast'
972026-08-19T22:35:33.899Z+ git reset --hard 3c07d60a77d528018fded2f0a434cafe724f3423
982026-08-19T22:35:33.919ZHEAD is now at 3c07d60a [viona] adapt to stlouis#986 (775, merged)
992026-08-19T22:35:33.922Zprocess exited: duration 1789 ms, exit code 0
 
1002026-08-19T22:35:33.928Zstarting task 4: "build"
1012026-08-19T22:35:33.938Zhint: Using 'master' as the name for the initial branch. This default branch name
1022026-08-19T22:35:33.938Zhint: is subject to change. To configure the initial branch name to use in all
1032026-08-19T22:35:33.938Zhint: of your new repositories, which will suppress this warning, call:
1042026-08-19T22:35:33.938Zhint:
1052026-08-19T22:35:33.938Zhint: git config --global init.defaultBranch <name>
1062026-08-19T22:35:33.938Zhint:
1072026-08-19T22:35:33.938Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
1082026-08-19T22:35:33.938Zhint: 'development'. The just-created branch can be renamed via this command:
1092026-08-19T22:35:33.938Zhint:
1102026-08-19T22:35:33.938Zhint: git branch -m <name>
1112026-08-19T22:35:33.941ZInitialized empty Git repository in /work/oxidecomputer/propolis/gate_src/.git/
1122026-08-19T22:36:31.693ZFrom https://code.oxide.computer/illumos-gate
1132026-08-19T22:36:31.693Z * branch stlouis -> FETCH_HEAD
1142026-08-19T22:36:34.532ZHEAD is now at 328a187b stlouis#1058 psp_dpe/os_rot: be less noisy when booted on unsupported platforms
1152026-08-19T22:36:34.577ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1162026-08-19T22:36:34.605Zwarning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
1172026-08-19T22:36:34.655Z Updating crates.io index
1182026-08-19T22:36:35.297Z Locking 45 packages to latest compatible versions
1192026-08-19T22:36:35.300Z Adding strum v0.25.0 (available: v0.28.0)
1202026-08-19T22:36:35.303Z Downloading crates ...
1212026-08-19T22:36:35.350Z Downloaded serde_derive v1.0.229
1222026-08-19T22:36:35.353Z Downloaded quote v1.0.47
1232026-08-19T22:36:35.356Z Downloaded semver v1.0.28
1242026-08-19T22:36:35.382Z Downloaded log v0.4.33
1252026-08-19T22:36:35.385Z Downloaded garando_errors v0.1.0
1262026-08-19T22:36:35.387Z Downloaded itoa v1.0.18
1272026-08-19T22:36:35.390Z Downloaded unicode-xid v0.2.6
1282026-08-19T22:36:35.394Z Downloaded dirs v2.0.2
1292026-08-19T22:36:35.394Z Downloaded dirs-sys v0.3.7
1302026-08-19T22:36:35.397Z Downloaded bitflags v1.3.2
1312026-08-19T22:36:35.400Z Downloaded rustc_version v0.4.1
1322026-08-19T22:36:35.400Z Downloaded heck v0.5.0
1332026-08-19T22:36:35.405Z Downloaded unicode-ident v1.0.24
1342026-08-19T22:36:35.407Z Downloaded find-msvc-tools v0.1.11
1352026-08-19T22:36:35.411Z Downloaded cfg-if v0.1.10
1362026-08-19T22:36:35.414Z Downloaded strum v0.26.3
1372026-08-19T22:36:35.418Z Downloaded zmij v1.0.23
1382026-08-19T22:36:35.424Z Downloaded ctest2 v0.4.10
1392026-08-19T22:36:35.427Z Downloaded strum_macros v0.26.4
1402026-08-19T22:36:35.427Z Downloaded rustversion v1.0.23
1412026-08-19T22:36:35.430Z Downloaded garando_pos v0.1.0
1422026-08-19T22:36:35.430Z Downloaded strum v0.25.0
1432026-08-19T22:36:35.433Z Downloaded shlex v2.0.1
1442026-08-19T22:36:35.433Z Downloaded term v0.6.1
1452026-08-19T22:36:35.448Z Downloaded serde_core v1.0.229
1462026-08-19T22:36:35.451Z Downloaded serde v1.0.229
1472026-08-19T22:36:35.466Z Downloaded garando_syntax v0.1.1
1482026-08-19T22:36:35.466Z Downloaded memchr v2.8.3
1492026-08-19T22:36:35.466Z Downloaded proc-macro2 v1.0.107
1502026-08-19T22:36:35.466Z Downloaded cc v1.4.3
1512026-08-19T22:36:35.475Z Downloaded serde_json v1.0.151
1522026-08-19T22:36:35.479Z Downloaded syn v2.0.119
1532026-08-19T22:36:35.496Z Downloaded syn v3.0.3
1542026-08-19T22:36:35.532Z Downloaded libc v0.2.189
1552026-08-19T22:36:35.582Z Compiling proc-macro2 v1.0.107
1562026-08-19T22:36:35.585Z Compiling quote v1.0.47
1572026-08-19T22:36:35.585Z Compiling unicode-ident v1.0.24
1582026-08-19T22:36:35.585Z Compiling libc v0.2.189
1592026-08-19T22:36:35.585Z Compiling serde_core v1.0.229
1602026-08-19T22:36:35.585Z Compiling serde v1.0.229
1612026-08-19T22:36:35.585Z Compiling rustversion v1.0.23
1622026-08-19T22:36:35.585Z Compiling zmij v1.0.23
1632026-08-19T22:36:35.736Z Compiling cfg-if v0.1.10
1642026-08-19T22:36:35.788Z Compiling serde_json v1.0.151
1652026-08-19T22:36:35.974Z Compiling heck v0.5.0
1662026-08-19T22:36:35.977Z Compiling memchr v2.8.3
1672026-08-19T22:36:36.004Z Compiling unicode-xid v0.2.6
1682026-08-19T22:36:36.102Z Compiling itoa v1.0.18
1692026-08-19T22:36:36.155Z Compiling shlex v2.0.1
1702026-08-19T22:36:36.238Z Compiling find-msvc-tools v0.1.11
1712026-08-19T22:36:36.257Z Compiling bitflags v1.3.2
1722026-08-19T22:36:36.314Z Compiling dirs-sys v0.3.7
1732026-08-19T22:36:36.317Z Compiling log v0.4.33
1742026-08-19T22:36:36.320Z Compiling semver v1.0.28
1752026-08-19T22:36:36.461Z Compiling dirs v2.0.2
1762026-08-19T22:36:36.477Z Compiling cc v1.4.3
1772026-08-19T22:36:36.512Z Compiling rustc_version v0.4.1
1782026-08-19T22:36:36.528Z Compiling term v0.6.1
1792026-08-19T22:36:36.541Z Compiling strum v0.25.0
1802026-08-19T22:36:36.731Z Compiling syn v3.0.3
1812026-08-19T22:36:36.731Z Compiling syn v2.0.119
1822026-08-19T22:36:38.098Z Compiling serde_derive v1.0.229
1832026-08-19T22:36:38.372Z Compiling strum_macros v0.26.4
1842026-08-19T22:36:39.439Z Compiling strum v0.26.3
1852026-08-19T22:36:39.500Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1862026-08-19T22:36:40.164Z Compiling garando_pos v0.1.0
1872026-08-19T22:36:40.434Z Compiling garando_errors v0.1.0
1882026-08-19T22:36:40.818Z Compiling garando_syntax v0.1.1
1892026-08-19T22:36:44.902Z Compiling ctest2 v0.4.10
1902026-08-19T22:36:45.498Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
1912026-08-19T22:36:47.832Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.24s
1922026-08-19T22:36:47.847Z Running test/main.rs (target/debug/deps/main-21654786a72f79ce)
1932026-08-19T22:36:47.850ZRUNNING ALL TESTS
1942026-08-19T22:36:47.850ZPASSED 1185 tests
1952026-08-19T22:36:47.860ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
1962026-08-19T22:36:47.915Z Updating crates.io index
1972026-08-19T22:36:48.092Z Locking 40 packages to latest compatible versions
1982026-08-19T22:36:48.134Z Compiling proc-macro2 v1.0.107
1992026-08-19T22:36:48.135Z Compiling quote v1.0.47
2002026-08-19T22:36:48.135Z Compiling unicode-ident v1.0.24
2012026-08-19T22:36:48.139Z Compiling libc v0.2.189
2022026-08-19T22:36:48.139Z Compiling serde_core v1.0.229
2032026-08-19T22:36:48.139Z Compiling serde v1.0.229
2042026-08-19T22:36:48.139Z Compiling cfg-if v0.1.10
2052026-08-19T22:36:48.139Z Compiling zmij v1.0.23
2062026-08-19T22:36:48.192Z Compiling serde_json v1.0.151
2072026-08-19T22:36:48.237Z Compiling itoa v1.0.18
2082026-08-19T22:36:48.385Z Compiling memchr v2.8.3
2092026-08-19T22:36:48.394Z Compiling unicode-xid v0.2.6
2102026-08-19T22:36:48.416Z Compiling find-msvc-tools v0.1.11
2112026-08-19T22:36:48.439Z Compiling log v0.4.33
2122026-08-19T22:36:48.491Z Compiling semver v1.0.28
2132026-08-19T22:36:48.590Z Compiling bitflags v1.3.2
2142026-08-19T22:36:48.634Z Compiling shlex v2.0.1
2152026-08-19T22:36:48.682Z Compiling rustc_version v0.4.1
2162026-08-19T22:36:48.757Z Compiling cc v1.4.3
2172026-08-19T22:36:48.803Z Compiling dirs-sys v0.3.7
2182026-08-19T22:36:48.829Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2192026-08-19T22:36:48.923Z Compiling dirs v2.0.2
2202026-08-19T22:36:48.982Z Compiling term v0.6.1
2212026-08-19T22:36:49.192Z Compiling syn v3.0.3
2222026-08-19T22:36:50.432Z Compiling serde_derive v1.0.229
2232026-08-19T22:36:52.335Z Compiling garando_pos v0.1.0
2242026-08-19T22:36:52.600Z Compiling garando_errors v0.1.0
2252026-08-19T22:36:52.981Z Compiling garando_syntax v0.1.1
2262026-08-19T22:36:57.081Z Compiling ctest2 v0.4.10
2272026-08-19T22:36:57.681Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2282026-08-19T22:36:58.446Zwarning: direct cast of function item into an integer
2292026-08-19T22:36:58.446Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:865:44
2302026-08-19T22:36:58.446Z |
2312026-08-19T22:36:58.446Z865 | same(nvlist_remove as usize,
2322026-08-19T22:36:58.446Z | ^^^^^^^^
2332026-08-19T22:36:58.446Z |
2342026-08-19T22:36:58.446Z = note: `#[warn(function_casts_as_integer)]` on by default
2352026-08-19T22:36:58.446Zhelp: first cast to a pointer `as *const ()`
2362026-08-19T22:36:58.446Z |
2372026-08-19T22:36:58.446Z865 | same(nvlist_remove as *const () as usize,
2382026-08-19T22:36:58.446Z | ++++++++++++
2392026-08-19T22:36:58.446Z
2402026-08-19T22:36:58.452Zwarning: direct cast of function item into an integer
2412026-08-19T22:36:58.452Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:882:48
2422026-08-19T22:36:58.452Z |
2432026-08-19T22:36:58.452Z882 | same(nvlist_remove_all as usize,
2442026-08-19T22:36:58.452Z | ^^^^^^^^
2452026-08-19T22:36:58.452Z |
2462026-08-19T22:36:58.452Zhelp: first cast to a pointer `as *const ()`
2472026-08-19T22:36:58.452Z |
2482026-08-19T22:36:58.452Z882 | same(nvlist_remove_all as *const () as usize,
2492026-08-19T22:36:58.452Z | ++++++++++++
2502026-08-19T22:36:58.452Z
2512026-08-19T22:36:58.452Zwarning: direct cast of function item into an integer
2522026-08-19T22:36:58.452Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:899:51
2532026-08-19T22:36:58.452Z |
2542026-08-19T22:36:58.452Z899 | same(nvlist_remove_nvpair as usize,
2552026-08-19T22:36:58.452Z | ^^^^^^^^
2562026-08-19T22:36:58.452Z |
2572026-08-19T22:36:58.453Zhelp: first cast to a pointer `as *const ()`
2582026-08-19T22:36:58.453Z |
2592026-08-19T22:36:58.453Z899 | same(nvlist_remove_nvpair as *const () as usize,
2602026-08-19T22:36:58.453Z | ++++++++++++
2612026-08-19T22:36:58.453Z
2622026-08-19T22:36:58.453Zwarning: direct cast of function item into an integer
2632026-08-19T22:36:58.453Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:916:51
2642026-08-19T22:36:58.453Z |
2652026-08-19T22:36:58.453Z916 | same(nvlist_lookup_nvpair as usize,
2662026-08-19T22:36:58.453Z | ^^^^^^^^
2672026-08-19T22:36:58.453Z |
2682026-08-19T22:36:58.453Zhelp: first cast to a pointer `as *const ()`
2692026-08-19T22:36:58.453Z |
2702026-08-19T22:36:58.453Z916 | same(nvlist_lookup_nvpair as *const () as usize,
2712026-08-19T22:36:58.453Z | ++++++++++++
2722026-08-19T22:36:58.453Z
2732026-08-19T22:36:58.453Zwarning: direct cast of function item into an integer
2742026-08-19T22:36:58.453Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:933:49
2752026-08-19T22:36:58.453Z |
2762026-08-19T22:36:58.453Z933 | same(nvlist_next_nvpair as usize,
2772026-08-19T22:36:58.453Z | ^^^^^^^^
2782026-08-19T22:36:58.453Z |
2792026-08-19T22:36:58.453Zhelp: first cast to a pointer `as *const ()`
2802026-08-19T22:36:58.453Z |
2812026-08-19T22:36:58.453Z933 | same(nvlist_next_nvpair as *const () as usize,
2822026-08-19T22:36:58.453Z | ++++++++++++
2832026-08-19T22:36:58.453Z
2842026-08-19T22:36:58.453Zwarning: direct cast of function item into an integer
2852026-08-19T22:36:58.454Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:950:49
2862026-08-19T22:36:58.454Z |
2872026-08-19T22:36:58.454Z950 | same(nvlist_prev_nvpair as usize,
2882026-08-19T22:36:58.454Z | ^^^^^^^^
2892026-08-19T22:36:58.454Z |
2902026-08-19T22:36:58.454Zhelp: first cast to a pointer `as *const ()`
2912026-08-19T22:36:58.454Z |
2922026-08-19T22:36:58.454Z950 | same(nvlist_prev_nvpair as *const () as usize,
2932026-08-19T22:36:58.454Z | ++++++++++++
2942026-08-19T22:36:58.454Z
2952026-08-19T22:36:58.454Zwarning: direct cast of function item into an integer
2962026-08-19T22:36:58.454Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:967:44
2972026-08-19T22:36:58.454Z |
2982026-08-19T22:36:58.454Z967 | same(nvlist_exists as usize,
2992026-08-19T22:36:58.454Z | ^^^^^^^^
3002026-08-19T22:36:58.454Z |
3012026-08-19T22:36:58.454Zhelp: first cast to a pointer `as *const ()`
3022026-08-19T22:36:58.454Z |
3032026-08-19T22:36:58.454Z967 | same(nvlist_exists as *const () as usize,
3042026-08-19T22:36:58.454Z | ++++++++++++
3052026-08-19T22:36:58.454Z
3062026-08-19T22:36:58.454Zwarning: direct cast of function item into an integer
3072026-08-19T22:36:58.454Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:984:43
3082026-08-19T22:36:58.454Z |
3092026-08-19T22:36:58.454Z984 | same(nvlist_empty as usize,
3102026-08-19T22:36:58.454Z | ^^^^^^^^
3112026-08-19T22:36:58.454Z |
3122026-08-19T22:36:58.454Zhelp: first cast to a pointer `as *const ()`
3132026-08-19T22:36:58.455Z |
3142026-08-19T22:36:58.455Z984 | same(nvlist_empty as *const () as usize,
3152026-08-19T22:36:58.455Z | ++++++++++++
3162026-08-19T22:36:58.455Z
3172026-08-19T22:36:58.455Zwarning: direct cast of function item into an integer
3182026-08-19T22:36:58.455Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1001:44
3192026-08-19T22:36:58.455Z |
3202026-08-19T22:36:58.455Z1001 | same(nvlist_unpack as usize,
3212026-08-19T22:36:58.455Z | ^^^^^^^^
3222026-08-19T22:36:58.455Z |
3232026-08-19T22:36:58.455Zhelp: first cast to a pointer `as *const ()`
3242026-08-19T22:36:58.455Z |
3252026-08-19T22:36:58.455Z1001 | same(nvlist_unpack as *const () as usize,
3262026-08-19T22:36:58.455Z | ++++++++++++
3272026-08-19T22:36:58.455Z
3282026-08-19T22:36:58.455Zwarning: direct cast of function item into an integer
3292026-08-19T22:36:58.455Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1018:44
3302026-08-19T22:36:58.455Z |
3312026-08-19T22:36:58.455Z1018 | same(fnvlist_alloc as usize,
3322026-08-19T22:36:58.455Z | ^^^^^^^^
3332026-08-19T22:36:58.455Z |
3342026-08-19T22:36:58.455Zhelp: first cast to a pointer `as *const ()`
3352026-08-19T22:36:58.455Z |
3362026-08-19T22:36:58.455Z1018 | same(fnvlist_alloc as *const () as usize,
3372026-08-19T22:36:58.455Z | ++++++++++++
3382026-08-19T22:36:58.455Z
3392026-08-19T22:36:58.455Zwarning: direct cast of function item into an integer
3402026-08-19T22:36:58.489Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1035:43
3412026-08-19T22:36:58.489Z |
3422026-08-19T22:36:58.489Z1035 | same(fnvlist_free as usize,
3432026-08-19T22:36:58.489Z | ^^^^^^^^
3442026-08-19T22:36:58.489Z |
3452026-08-19T22:36:58.489Zhelp: first cast to a pointer `as *const ()`
3462026-08-19T22:36:58.489Z |
3472026-08-19T22:36:58.489Z1035 | same(fnvlist_free as *const () as usize,
3482026-08-19T22:36:58.490Z | ++++++++++++
3492026-08-19T22:36:58.490Z
3502026-08-19T22:36:58.490Zwarning: direct cast of function item into an integer
3512026-08-19T22:36:58.490Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1052:43
3522026-08-19T22:36:58.490Z |
3532026-08-19T22:36:58.490Z1052 | same(fnvlist_size as usize,
3542026-08-19T22:36:58.490Z | ^^^^^^^^
3552026-08-19T22:36:58.490Z |
3562026-08-19T22:36:58.490Zhelp: first cast to a pointer `as *const ()`
3572026-08-19T22:36:58.490Z |
3582026-08-19T22:36:58.490Z1052 | same(fnvlist_size as *const () as usize,
3592026-08-19T22:36:58.490Z | ++++++++++++
3602026-08-19T22:36:58.490Z
3612026-08-19T22:36:58.490Zwarning: direct cast of function item into an integer
3622026-08-19T22:36:58.490Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1069:43
3632026-08-19T22:36:58.490Z |
3642026-08-19T22:36:58.490Z1069 | same(fnvlist_pack as usize,
3652026-08-19T22:36:58.490Z | ^^^^^^^^
3662026-08-19T22:36:58.490Z |
3672026-08-19T22:36:58.490Zhelp: first cast to a pointer `as *const ()`
3682026-08-19T22:36:58.490Z |
3692026-08-19T22:36:58.490Z1069 | same(fnvlist_pack as *const () as usize,
3702026-08-19T22:36:58.490Z | ++++++++++++
3712026-08-19T22:36:58.490Z
3722026-08-19T22:36:58.490Zwarning: direct cast of function item into an integer
3732026-08-19T22:36:58.490Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1086:48
3742026-08-19T22:36:58.491Z |
3752026-08-19T22:36:58.491Z1086 | same(fnvlist_pack_free as usize,
3762026-08-19T22:36:58.491Z | ^^^^^^^^
3772026-08-19T22:36:58.491Z |
3782026-08-19T22:36:58.491Zhelp: first cast to a pointer `as *const ()`
3792026-08-19T22:36:58.491Z |
3802026-08-19T22:36:58.491Z1086 | same(fnvlist_pack_free as *const () as usize,
3812026-08-19T22:36:58.491Z | ++++++++++++
3822026-08-19T22:36:58.491Z
3832026-08-19T22:36:58.491Zwarning: direct cast of function item into an integer
3842026-08-19T22:36:58.491Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1103:45
3852026-08-19T22:36:58.491Z |
3862026-08-19T22:36:58.491Z1103 | same(fnvlist_unpack as usize,
3872026-08-19T22:36:58.491Z | ^^^^^^^^
3882026-08-19T22:36:58.491Z |
3892026-08-19T22:36:58.491Zhelp: first cast to a pointer `as *const ()`
3902026-08-19T22:36:58.491Z |
3912026-08-19T22:36:58.491Z1103 | same(fnvlist_unpack as *const () as usize,
3922026-08-19T22:36:58.491Z | ++++++++++++
3932026-08-19T22:36:58.491Z
3942026-08-19T22:36:58.491Zwarning: direct cast of function item into an integer
3952026-08-19T22:36:58.491Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1120:42
3962026-08-19T22:36:58.491Z |
3972026-08-19T22:36:58.491Z1120 | same(fnvlist_dup as usize,
3982026-08-19T22:36:58.491Z | ^^^^^^^^
3992026-08-19T22:36:58.491Z |
4002026-08-19T22:36:58.491Zhelp: first cast to a pointer `as *const ()`
4012026-08-19T22:36:58.491Z |
4022026-08-19T22:36:58.492Z1120 | same(fnvlist_dup as *const () as usize,
4032026-08-19T22:36:58.492Z | ++++++++++++
4042026-08-19T22:36:58.492Z
4052026-08-19T22:36:58.492Zwarning: direct cast of function item into an integer
4062026-08-19T22:36:58.492Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1137:44
4072026-08-19T22:36:58.492Z |
4082026-08-19T22:36:58.492Z1137 | same(fnvlist_merge as usize,
4092026-08-19T22:36:58.492Z | ^^^^^^^^
4102026-08-19T22:36:58.492Z |
4112026-08-19T22:36:58.492Zhelp: first cast to a pointer `as *const ()`
4122026-08-19T22:36:58.492Z |
4132026-08-19T22:36:58.492Z1137 | same(fnvlist_merge as *const () as usize,
4142026-08-19T22:36:58.492Z | ++++++++++++
4152026-08-19T22:36:58.492Z
4162026-08-19T22:36:58.492Zwarning: direct cast of function item into an integer
4172026-08-19T22:36:58.492Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1154:48
4182026-08-19T22:36:58.492Z |
4192026-08-19T22:36:58.492Z1154 | same(fnvlist_num_pairs as usize,
4202026-08-19T22:36:58.492Z | ^^^^^^^^
4212026-08-19T22:36:58.492Z |
4222026-08-19T22:36:58.492Zhelp: first cast to a pointer `as *const ()`
4232026-08-19T22:36:58.492Z |
4242026-08-19T22:36:58.492Z1154 | same(fnvlist_num_pairs as *const () as usize,
4252026-08-19T22:36:58.492Z | ++++++++++++
4262026-08-19T22:36:58.492Z
4272026-08-19T22:36:58.492Zwarning: direct cast of function item into an integer
4282026-08-19T22:36:58.492Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1171:50
4292026-08-19T22:36:58.492Z |
4302026-08-19T22:36:58.492Z1171 | same(fnvlist_add_boolean as usize,
4312026-08-19T22:36:58.493Z | ^^^^^^^^
4322026-08-19T22:36:58.493Z |
4332026-08-19T22:36:58.493Zhelp: first cast to a pointer `as *const ()`
4342026-08-19T22:36:58.493Z |
4352026-08-19T22:36:58.493Z1171 | same(fnvlist_add_boolean as *const () as usize,
4362026-08-19T22:36:58.493Z | ++++++++++++
4372026-08-19T22:36:58.493Z
4382026-08-19T22:36:58.493Zwarning: direct cast of function item into an integer
4392026-08-19T22:36:58.493Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1188:56
4402026-08-19T22:36:58.499Z |
4412026-08-19T22:36:58.499Z1188 | same(fnvlist_add_boolean_value as usize,
4422026-08-19T22:36:58.499Z | ^^^^^^^^
4432026-08-19T22:36:58.499Z |
4442026-08-19T22:36:58.499Zhelp: first cast to a pointer `as *const ()`
4452026-08-19T22:36:58.499Z |
4462026-08-19T22:36:58.499Z1188 | same(fnvlist_add_boolean_value as *const () as usize,
4472026-08-19T22:36:58.499Z | ++++++++++++
4482026-08-19T22:36:58.499Z
4492026-08-19T22:36:58.499Zwarning: direct cast of function item into an integer
4502026-08-19T22:36:58.499Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1205:47
4512026-08-19T22:36:58.499Z |
4522026-08-19T22:36:58.499Z1205 | same(fnvlist_add_byte as usize,
4532026-08-19T22:36:58.499Z | ^^^^^^^^
4542026-08-19T22:36:58.499Z |
4552026-08-19T22:36:58.499Zhelp: first cast to a pointer `as *const ()`
4562026-08-19T22:36:58.499Z |
4572026-08-19T22:36:58.499Z1205 | same(fnvlist_add_byte as *const () as usize,
4582026-08-19T22:36:58.499Z | ++++++++++++
4592026-08-19T22:36:58.499Z
4602026-08-19T22:36:58.499Zwarning: direct cast of function item into an integer
4612026-08-19T22:36:58.500Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1222:47
4622026-08-19T22:36:58.500Z |
4632026-08-19T22:36:58.500Z1222 | same(fnvlist_add_int8 as usize,
4642026-08-19T22:36:58.500Z | ^^^^^^^^
4652026-08-19T22:36:58.500Z |
4662026-08-19T22:36:58.500Zhelp: first cast to a pointer `as *const ()`
4672026-08-19T22:36:58.500Z |
4682026-08-19T22:36:58.500Z1222 | same(fnvlist_add_int8 as *const () as usize,
4692026-08-19T22:36:58.500Z | ++++++++++++
4702026-08-19T22:36:58.500Z
4712026-08-19T22:36:58.500Zwarning: direct cast of function item into an integer
4722026-08-19T22:36:58.500Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1239:48
4732026-08-19T22:36:58.500Z |
4742026-08-19T22:36:58.500Z1239 | same(fnvlist_add_uint8 as usize,
4752026-08-19T22:36:58.500Z | ^^^^^^^^
4762026-08-19T22:36:58.500Z |
4772026-08-19T22:36:58.500Zhelp: first cast to a pointer `as *const ()`
4782026-08-19T22:36:58.500Z |
4792026-08-19T22:36:58.500Z1239 | same(fnvlist_add_uint8 as *const () as usize,
4802026-08-19T22:36:58.500Z | ++++++++++++
4812026-08-19T22:36:58.500Z
4822026-08-19T22:36:58.500Zwarning: direct cast of function item into an integer
4832026-08-19T22:36:58.500Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1256:48
4842026-08-19T22:36:58.500Z |
4852026-08-19T22:36:58.500Z1256 | same(fnvlist_add_int16 as usize,
4862026-08-19T22:36:58.500Z | ^^^^^^^^
4872026-08-19T22:36:58.500Z |
4882026-08-19T22:36:58.501Zhelp: first cast to a pointer `as *const ()`
4892026-08-19T22:36:58.501Z |
4902026-08-19T22:36:58.501Z1256 | same(fnvlist_add_int16 as *const () as usize,
4912026-08-19T22:36:58.501Z | ++++++++++++
4922026-08-19T22:36:58.501Z
4932026-08-19T22:36:58.501Zwarning: direct cast of function item into an integer
4942026-08-19T22:36:58.501Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1273:49
4952026-08-19T22:36:58.501Z |
4962026-08-19T22:36:58.501Z1273 | same(fnvlist_add_uint16 as usize,
4972026-08-19T22:36:58.501Z | ^^^^^^^^
4982026-08-19T22:36:58.501Z |
4992026-08-19T22:36:58.501Zhelp: first cast to a pointer `as *const ()`
5002026-08-19T22:36:58.501Z |
5012026-08-19T22:36:58.501Z1273 | same(fnvlist_add_uint16 as *const () as usize,
5022026-08-19T22:36:58.501Z | ++++++++++++
5032026-08-19T22:36:58.501Z
5042026-08-19T22:36:58.501Zwarning: direct cast of function item into an integer
5052026-08-19T22:36:58.501Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1290:48
5062026-08-19T22:36:58.501Z |
5072026-08-19T22:36:58.501Z1290 | same(fnvlist_add_int32 as usize,
5082026-08-19T22:36:58.501Z | ^^^^^^^^
5092026-08-19T22:36:58.501Z |
5102026-08-19T22:36:58.501Zhelp: first cast to a pointer `as *const ()`
5112026-08-19T22:36:58.501Z |
5122026-08-19T22:36:58.501Z1290 | same(fnvlist_add_int32 as *const () as usize,
5132026-08-19T22:36:58.501Z | ++++++++++++
5142026-08-19T22:36:58.501Z
5152026-08-19T22:36:58.501Zwarning: direct cast of function item into an integer
5162026-08-19T22:36:58.502Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1307:49
5172026-08-19T22:36:58.502Z |
5182026-08-19T22:36:58.502Z1307 | same(fnvlist_add_uint32 as usize,
5192026-08-19T22:36:58.502Z | ^^^^^^^^
5202026-08-19T22:36:58.502Z |
5212026-08-19T22:36:58.502Zhelp: first cast to a pointer `as *const ()`
5222026-08-19T22:36:58.502Z |
5232026-08-19T22:36:58.502Z1307 | same(fnvlist_add_uint32 as *const () as usize,
5242026-08-19T22:36:58.502Z | ++++++++++++
5252026-08-19T22:36:58.502Z
5262026-08-19T22:36:58.502Zwarning: direct cast of function item into an integer
5272026-08-19T22:36:58.502Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1324:48
5282026-08-19T22:36:58.502Z |
5292026-08-19T22:36:58.502Z1324 | same(fnvlist_add_int64 as usize,
5302026-08-19T22:36:58.502Z | ^^^^^^^^
5312026-08-19T22:36:58.502Z |
5322026-08-19T22:36:58.502Zhelp: first cast to a pointer `as *const ()`
5332026-08-19T22:36:58.502Z |
5342026-08-19T22:36:58.502Z1324 | same(fnvlist_add_int64 as *const () as usize,
5352026-08-19T22:36:58.502Z | ++++++++++++
5362026-08-19T22:36:58.502Z
5372026-08-19T22:36:58.502Zwarning: direct cast of function item into an integer
5382026-08-19T22:36:58.502Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1341:49
5392026-08-19T22:36:58.502Z |
5402026-08-19T22:36:58.510Z1341 | same(fnvlist_add_uint64 as usize,
5412026-08-19T22:36:58.510Z | ^^^^^^^^
5422026-08-19T22:36:58.510Z |
5432026-08-19T22:36:58.510Zhelp: first cast to a pointer `as *const ()`
5442026-08-19T22:36:58.510Z |
5452026-08-19T22:36:58.510Z1341 | same(fnvlist_add_uint64 as *const () as usize,
5462026-08-19T22:36:58.510Z | ++++++++++++
5472026-08-19T22:36:58.510Z
5482026-08-19T22:36:58.510Zwarning: direct cast of function item into an integer
5492026-08-19T22:36:58.510Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1358:49
5502026-08-19T22:36:58.510Z |
5512026-08-19T22:36:58.510Z1358 | same(fnvlist_add_string as usize,
5522026-08-19T22:36:58.510Z | ^^^^^^^^
5532026-08-19T22:36:58.510Z |
5542026-08-19T22:36:58.510Zhelp: first cast to a pointer `as *const ()`
5552026-08-19T22:36:58.510Z |
5562026-08-19T22:36:58.510Z1358 | same(fnvlist_add_string as *const () as usize,
5572026-08-19T22:36:58.510Z | ++++++++++++
5582026-08-19T22:36:58.511Z
5592026-08-19T22:36:58.511Zwarning: direct cast of function item into an integer
5602026-08-19T22:36:58.511Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1375:49
5612026-08-19T22:36:58.511Z |
5622026-08-19T22:36:58.511Z1375 | same(fnvlist_add_nvlist as usize,
5632026-08-19T22:36:58.511Z | ^^^^^^^^
5642026-08-19T22:36:58.511Z |
5652026-08-19T22:36:58.511Zhelp: first cast to a pointer `as *const ()`
5662026-08-19T22:36:58.511Z |
5672026-08-19T22:36:58.511Z1375 | same(fnvlist_add_nvlist as *const () as usize,
5682026-08-19T22:36:58.511Z | ++++++++++++
5692026-08-19T22:36:58.511Z
5702026-08-19T22:36:58.511Zwarning: direct cast of function item into an integer
5712026-08-19T22:36:58.511Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-b07d3b281b81df0e/out/main.rs:1392:49
5722026-08-19T22:36:58.511Z |
5732026-08-19T22:36:58.511Z1392 | same(fnvlist_add_nvpair as usize,
5742026-08-19T22:36:58.511Z | ^^^^^^^^
5752026-08-19T22:36:58.511Z |
5762026-08-19T22:36:58.511Zhelp: first cast to a pointer `as *const ()`
5772026-08-19T22:36:58.511Z |
5782026-08-19T22:36:58.511Z1392 | same(fnvlist_add_nvpair as *const () as usize,
5792026-08-19T22:36:58.511Z | ++++++++++++
5802026-08-19T22:36:58.511Z
5812026-08-19T22:36:58.649Zwarning: `nvpair-hdrchk` (test "main") generated 32 warnings (run `cargo fix --test "main" -p nvpair-hdrchk` to apply 32 suggestions)
5822026-08-19T22:36:58.649Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.77s
5832026-08-19T22:36:58.664Z Running test/main.rs (target/debug/deps/main-6a1356aaa46ff4eb)
5842026-08-19T22:36:58.674ZRUNNING ALL TESTS
5852026-08-19T22:36:58.674ZPASSED 90 tests
5862026-08-19T22:36:58.679ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
5872026-08-19T22:36:58.729Z Updating crates.io index
5882026-08-19T22:36:58.897Z Locking 42 packages to latest compatible versions
5892026-08-19T22:36:58.941Z Compiling libc v0.2.189
5902026-08-19T22:36:58.941Z Compiling proc-macro2 v1.0.107
5912026-08-19T22:36:58.944Z Compiling unicode-ident v1.0.24
5922026-08-19T22:36:58.944Z Compiling quote v1.0.47
5932026-08-19T22:36:58.944Z Compiling serde_core v1.0.229
5942026-08-19T22:36:58.944Z Compiling serde v1.0.229
5952026-08-19T22:36:58.944Z Compiling zmij v1.0.23
5962026-08-19T22:36:58.944Z Compiling cfg-if v0.1.10
5972026-08-19T22:36:59.002Z Compiling serde_json v1.0.151
5982026-08-19T22:36:59.048Z Compiling unicode-xid v0.2.6
5992026-08-19T22:36:59.148Z Compiling itoa v1.0.18
6002026-08-19T22:36:59.211Z Compiling memchr v2.8.3
6012026-08-19T22:36:59.234Z Compiling bitflags v1.3.2
6022026-08-19T22:36:59.256Z Compiling semver v1.0.28
6032026-08-19T22:36:59.281Z Compiling log v0.4.33
6042026-08-19T22:36:59.295Z Compiling find-msvc-tools v0.1.11
6052026-08-19T22:36:59.443Z Compiling shlex v2.0.1
6062026-08-19T22:36:59.482Z Compiling rustc_version v0.4.1
6072026-08-19T22:36:59.547Z Compiling cc v1.4.3
6082026-08-19T22:36:59.584Z Compiling dirs-sys v0.3.7
6092026-08-19T22:36:59.593Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
6102026-08-19T22:36:59.672Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
6112026-08-19T22:36:59.707Z Compiling dirs v2.0.2
6122026-08-19T22:36:59.766Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
6132026-08-19T22:36:59.771Z Compiling term v0.6.1
6142026-08-19T22:36:59.977Z Compiling syn v3.0.3
6152026-08-19T22:37:01.208Z Compiling serde_derive v1.0.229
6162026-08-19T22:37:03.112Z Compiling garando_pos v0.1.0
6172026-08-19T22:37:03.375Z Compiling garando_errors v0.1.0
6182026-08-19T22:37:03.757Z Compiling garando_syntax v0.1.1
6192026-08-19T22:37:07.828Z Compiling ctest2 v0.4.10
6202026-08-19T22:37:08.436Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
6212026-08-19T22:37:09.569Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.88s
6222026-08-19T22:37:09.582Z Running test/main.rs (target/debug/deps/main-0bf524dd699d6fe0)
6232026-08-19T22:37:09.586ZRUNNING ALL TESTS
6242026-08-19T22:37:09.586ZPASSED 356 tests
6252026-08-19T22:37:09.593Zprocess exited: duration 95650 ms, exit code 0
 
6262026-08-19T22:37:09.603Zfound 0 output files