01M1GC6JYSQRXEYAVS6NEEYYKP: header-check

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

Buildomat Job: 01M1GC6YAVEYN341ZDE9ZEKEAC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-02T06:17:49.354Zjob assigned to worker 01M1GC773D7X0J3DGRGPZ9GR01 [factory aws, i-083a262908adf13cc] (queued for 50 s)
 
22026-09-02T06:17:56.049Zstarting task 0: "setup"
32026-09-02T06:17:56.054Z++ uname -s
42026-09-02T06:17:56.058Z+ kern=SunOS
52026-09-02T06:17:56.058Z+ build_user=build
62026-09-02T06:17:56.058Z+ build_uid=12345
72026-09-02T06:17:56.058Z+ work_dir=/work
82026-09-02T06:17:56.058Z+ input_dir=/input
92026-09-02T06:17:56.058Z+ [[ 0 == 12345 ]]
102026-09-02T06:17:56.058Z+ case "$kern" in
112026-09-02T06:17:56.058Z+ groupadd -g 12345 build
122026-09-02T06:17:56.061Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-02T06:17:58.064Z+ zfs create -o mountpoint=/work rpool/work
142026-09-02T06:17:58.137Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-02T06:17:58.141Z+ home_fs=zfs
162026-09-02T06:17:58.141Z+ [[ zfs == autofs ]]
172026-09-02T06:17:58.141Z+ mkdir -p /home/build
182026-09-02T06:17:58.141Z+ chown build:build /home/build /work
192026-09-02T06:18:00.141Z+ chmod 0700 /home/build /work
202026-09-02T06:18:00.145Zprocess exited: duration 4093 ms, exit code 0
 
212026-09-02T06:18:00.151Zstarting task 1: "rust-toolchain"
222026-09-02T06:18:00.154Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-02T06:18:00.154Z * rust toolchain channel = "1.97.1"
242026-09-02T06:18:00.154Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-02T06:18:00.154Z * rust toolchain profile = "default"
262026-09-02T06:18:00.154Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-02T06:18:00.154Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-02T06:18:00.158Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-02T06:18:00.158Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-02T06:18:00.265Zinfo: downloading installer
312026-09-02T06:18:01.481Zwarn: It looks like you have an existing installation of Rust at:
322026-09-02T06:18:01.481Zwarn: /opt/ooce/bin
332026-09-02T06:18:01.481Zwarn: This could mean one of the following:
342026-09-02T06:18:01.481Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-02T06:18:01.481Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-02T06:18:01.481Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-02T06:18:01.481Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-02T06:18:01.481Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-02T06:18:01.481Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-02T06:18:01.481Zerror: cannot install while Rust is installed
412026-09-02T06:18:01.481Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-02T06:18:01.495Zinfo: profile set to default
432026-09-02T06:18:01.495Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-02T06:18:01.499Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
452026-09-02T06:18:01.622Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
462026-09-02T06:18:01.626Zinfo: downloading 6 components
472026-09-02T06:18:15.078Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
482026-09-02T06:18:15.078Z
492026-09-02T06:18:15.108Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
502026-09-02T06:18:15.108Z
512026-09-02T06:18:15.111Z
522026-09-02T06:18:15.111ZRust is installed now. Great!
532026-09-02T06:18:15.111Z
542026-09-02T06:18:15.111ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-02T06:18:15.111Zenvironment variable. This has not been done automatically.
562026-09-02T06:18:15.111Z
572026-09-02T06:18:15.111ZTo configure your current shell, you need to source
582026-09-02T06:18:15.111Zthe corresponding env file under $HOME/.cargo.
592026-09-02T06:18:15.111Z
602026-09-02T06:18:15.111ZConsider running the right command for your shell (note the leading DOT):
612026-09-02T06:18:15.111Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-02T06:18:15.111Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-02T06:18:15.111ZCC_x86_64-unknown-illumos = None
642026-09-02T06:18:15.111Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-02T06:18:15.111ZCC_x86_64_unknown_illumos = None
662026-09-02T06:18:15.111Zcargo:rerun-if-env-changed=HOST_CC
672026-09-02T06:18:15.112ZHOST_CC = None
682026-09-02T06:18:15.112Zcargo:rerun-if-env-changed=CC
692026-09-02T06:18:15.112ZCC = None
702026-09-02T06:18:15.112Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-02T06:18:15.288Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-02T06:18:15.288ZCRATE_CC_NO_DEFAULTS = None
732026-09-02T06:18:15.288Zcargo:rerun-if-env-changed=CFLAGS
742026-09-02T06:18:15.288ZCFLAGS = None
752026-09-02T06:18:15.288Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-02T06:18:15.288ZHOST_CFLAGS = None
772026-09-02T06:18:15.288Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-02T06:18:15.288ZCFLAGS_x86_64_unknown_illumos = None
792026-09-02T06:18:15.288Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-02T06:18:15.288ZCFLAGS_x86_64-unknown-illumos = None
812026-09-02T06:18:15.387Z+ rustup --version
822026-09-02T06:18:15.394Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-02T06:18:15.397Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-02T06:18:15.415Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
852026-09-02T06:18:15.419Z+ cargo --version
862026-09-02T06:18:15.431Zcargo 1.97.1 (c980f4866 2026-06-30)
872026-09-02T06:18:15.435Z+ rustc --version
882026-09-02T06:18:15.452Zrustc 1.97.1 (8bab26f4f 2026-07-14)
892026-09-02T06:18:15.456Zprocess exited: duration 15302 ms, exit code 0
 
902026-09-02T06:18:15.462Zstarting task 2: "authentication"
912026-09-02T06:18:15.479Zprocess exited: duration 16 ms, exit code 0
 
922026-09-02T06:18:15.485Zstarting task 3: "clone repository"
932026-09-02T06:18:15.489Z+ mkdir -p /work/oxidecomputer/propolis
942026-09-02T06:18:15.492Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
952026-09-02T06:18:15.523ZCloning into '/work/oxidecomputer/propolis'...
962026-09-02T06:18:16.806Z+ cd /work/oxidecomputer/propolis
972026-09-02T06:18:16.806Z+ git fetch origin 4fb9bd57d51d961815b846e1563c579f20cb5c6b
982026-09-02T06:18:17.106ZFrom https://github.com/oxidecomputer/propolis
992026-09-02T06:18:17.106Z * branch 4fb9bd57d51d961815b846e1563c579f20cb5c6b -> FETCH_HEAD
1002026-09-02T06:18:17.113Z+ [[ -n zl/multicast ]]
1012026-09-02T06:18:17.117Z++ git branch --show-current
1022026-09-02T06:18:17.117Z+ current=master
1032026-09-02T06:18:17.117Z+ [[ master != zl/multicast ]]
1042026-09-02T06:18:17.117Z+ git branch -f zl/multicast 4fb9bd57d51d961815b846e1563c579f20cb5c6b
1052026-09-02T06:18:17.121Z+ git checkout -f zl/multicast
1062026-09-02T06:18:17.140ZSwitched to branch 'zl/multicast'
1072026-09-02T06:18:17.144Z+ git reset --hard 4fb9bd57d51d961815b846e1563c579f20cb5c6b
1082026-09-02T06:18:17.162ZHEAD is now at 4fb9bd57 [deps] point softnpu back at main
1092026-09-02T06:18:17.165Zprocess exited: duration 1676 ms, exit code 0
 
1102026-09-02T06:18:17.172Zstarting task 4: "build"
1112026-09-02T06:18:17.182Zhint: Using 'master' as the name for the initial branch. This default branch name
1122026-09-02T06:18:17.182Zhint: is subject to change. To configure the initial branch name to use in all
1132026-09-02T06:18:17.182Zhint: of your new repositories, which will suppress this warning, call:
1142026-09-02T06:18:17.182Zhint:
1152026-09-02T06:18:17.182Zhint: git config --global init.defaultBranch <name>
1162026-09-02T06:18:17.182Zhint:
1172026-09-02T06:18:17.182Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
1182026-09-02T06:18:17.182Zhint: 'development'. The just-created branch can be renamed via this command:
1192026-09-02T06:18:17.182Zhint:
1202026-09-02T06:18:17.183Zhint: git branch -m <name>
1212026-09-02T06:18:17.186ZInitialized empty Git repository in /work/oxidecomputer/propolis/gate_src/.git/
1222026-09-02T06:18:59.561ZFrom https://code.oxide.computer/illumos-gate
1232026-09-02T06:18:59.561Z * branch stlouis -> FETCH_HEAD
1242026-09-02T06:19:02.397ZHEAD is now at e4ecc428 18340 want generic memlist for use with kmem or explicit pools [oxide]
1252026-09-02T06:19:02.439ZRUNNING HEADER-CHECK FOR crates/bhyve-api/header-check/
1262026-09-02T06:19:02.467Zwarning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
1272026-09-02T06:19:02.526Z Updating crates.io index
1282026-09-02T06:19:02.849Z Locking 45 packages to latest compatible versions
1292026-09-02T06:19:02.852Z Adding strum v0.25.0 (available: v0.28.0)
1302026-09-02T06:19:02.856Z Downloading crates ...
1312026-09-02T06:19:02.897Z Downloaded bitflags v1.3.2
1322026-09-02T06:19:02.901Z Downloaded rustversion v1.0.23
1332026-09-02T06:19:02.905Z Downloaded zmij v1.0.23
1342026-09-02T06:19:02.905Z Downloaded strum_macros v0.26.4
1352026-09-02T06:19:02.909Z Downloaded dirs v2.0.2
1362026-09-02T06:19:02.909Z Downloaded strum v0.25.0
1372026-09-02T06:19:02.912Z Downloaded rustc_version v0.4.1
1382026-09-02T06:19:02.915Z Downloaded itoa v1.0.18
1392026-09-02T06:19:02.915Z Downloaded proc-macro2 v1.0.107
1402026-09-02T06:19:02.919Z Downloaded unicode-xid v0.2.6
1412026-09-02T06:19:02.922Z Downloaded heck v0.5.0
1422026-09-02T06:19:02.922Z Downloaded dirs-sys v0.3.7
1432026-09-02T06:19:02.925Z Downloaded cfg-if v0.1.10
1442026-09-02T06:19:02.929Z Downloaded strum v0.26.3
1452026-09-02T06:19:02.936Z Downloaded shlex v2.0.1
1462026-09-02T06:19:02.940Z Downloaded quote v1.0.47
1472026-09-02T06:19:02.944Z Downloaded garando_errors v0.1.0
1482026-09-02T06:19:02.947Z Downloaded garando_pos v0.1.0
1492026-09-02T06:19:02.947Z Downloaded ctest2 v0.4.10
1502026-09-02T06:19:02.954Z Downloaded find-msvc-tools v0.1.11
1512026-09-02T06:19:02.959Z Downloaded term v0.6.1
1522026-09-02T06:19:02.962Z Downloaded semver v1.0.28
1532026-09-02T06:19:02.965Z Downloaded serde_core v1.0.229
1542026-09-02T06:19:02.969Z Downloaded serde_derive v1.0.229
1552026-09-02T06:19:02.972Z Downloaded log v0.4.34
1562026-09-02T06:19:02.976Z Downloaded unicode-ident v1.0.24
1572026-09-02T06:19:02.987Z Downloaded memchr v2.8.3
1582026-09-02T06:19:02.991Z Downloaded cc v1.4.4
1592026-09-02T06:19:02.994Z Downloaded serde v1.0.229
1602026-09-02T06:19:03.004Z Downloaded serde_json v1.0.151
1612026-09-02T06:19:03.026Z Downloaded garando_syntax v0.1.1
1622026-09-02T06:19:03.041Z Downloaded syn v3.0.4
1632026-09-02T06:19:03.047Z Downloaded syn v2.0.119
1642026-09-02T06:19:03.071Z Downloaded libc v0.2.189
1652026-09-02T06:19:03.122Z Compiling proc-macro2 v1.0.107
1662026-09-02T06:19:03.122Z Compiling quote v1.0.47
1672026-09-02T06:19:03.126Z Compiling unicode-ident v1.0.24
1682026-09-02T06:19:03.126Z Compiling libc v0.2.189
1692026-09-02T06:19:03.126Z Compiling serde_core v1.0.229
1702026-09-02T06:19:03.126Z Compiling serde v1.0.229
1712026-09-02T06:19:03.126Z Compiling rustversion v1.0.23
1722026-09-02T06:19:03.126Z Compiling zmij v1.0.23
1732026-09-02T06:19:03.281Z Compiling cfg-if v0.1.10
1742026-09-02T06:19:03.334Z Compiling serde_json v1.0.151
1752026-09-02T06:19:03.503Z Compiling heck v0.5.0
1762026-09-02T06:19:03.510Z Compiling unicode-xid v0.2.6
1772026-09-02T06:19:03.556Z Compiling memchr v2.8.3
1782026-09-02T06:19:03.604Z Compiling itoa v1.0.18
1792026-09-02T06:19:03.681Z Compiling semver v1.0.28
1802026-09-02T06:19:03.766Z Compiling shlex v2.0.1
1812026-09-02T06:19:03.776Z Compiling find-msvc-tools v0.1.11
1822026-09-02T06:19:03.868Z Compiling dirs-sys v0.3.7
1832026-09-02T06:19:03.933Z Compiling bitflags v1.3.2
1842026-09-02T06:19:03.953Z Compiling log v0.4.34
1852026-09-02T06:19:03.993Z Compiling dirs v2.0.2
1862026-09-02T06:19:04.000Z Compiling cc v1.4.4
1872026-09-02T06:19:04.067Z Compiling term v0.6.1
1882026-09-02T06:19:04.089Z Compiling rustc_version v0.4.1
1892026-09-02T06:19:04.094Z Compiling strum v0.25.0
1902026-09-02T06:19:04.292Z Compiling syn v3.0.4
1912026-09-02T06:19:04.292Z Compiling syn v2.0.119
1922026-09-02T06:19:05.627Z Compiling serde_derive v1.0.229
1932026-09-02T06:19:05.932Z Compiling strum_macros v0.26.4
1942026-09-02T06:19:07.039Z Compiling strum v0.26.3
1952026-09-02T06:19:07.100Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
1962026-09-02T06:19:07.695Z Compiling garando_pos v0.1.0
1972026-09-02T06:19:07.969Z Compiling garando_errors v0.1.0
1982026-09-02T06:19:08.357Z Compiling garando_syntax v0.1.1
1992026-09-02T06:19:12.444Z Compiling ctest2 v0.4.10
2002026-09-02T06:19:13.038Z Compiling bhyve_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/header-check)
2012026-09-02T06:19:15.197Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.75s
2022026-09-02T06:19:15.211Z Running test/main.rs (target/debug/deps/main-84863916fdebc9bb)
2032026-09-02T06:19:15.214ZRUNNING ALL TESTS
2042026-09-02T06:19:15.214ZPASSED 1185 tests
2052026-09-02T06:19:15.224ZRUNNING HEADER-CHECK FOR crates/nvpair/header-check/
2062026-09-02T06:19:15.279Z Updating crates.io index
2072026-09-02T06:19:15.448Z Locking 40 packages to latest compatible versions
2082026-09-02T06:19:15.489Z Compiling proc-macro2 v1.0.107
2092026-09-02T06:19:15.490Z Compiling quote v1.0.47
2102026-09-02T06:19:15.490Z Compiling unicode-ident v1.0.24
2112026-09-02T06:19:15.506Z Compiling libc v0.2.189
2122026-09-02T06:19:15.506Z Compiling serde_core v1.0.229
2132026-09-02T06:19:15.506Z Compiling serde v1.0.229
2142026-09-02T06:19:15.506Z Compiling cfg-if v0.1.10
2152026-09-02T06:19:15.506Z Compiling zmij v1.0.23
2162026-09-02T06:19:15.548Z Compiling serde_json v1.0.151
2172026-09-02T06:19:15.591Z Compiling unicode-xid v0.2.6
2182026-09-02T06:19:15.686Z Compiling itoa v1.0.18
2192026-09-02T06:19:15.751Z Compiling memchr v2.8.3
2202026-09-02T06:19:15.772Z Compiling bitflags v1.3.2
2212026-09-02T06:19:15.796Z Compiling shlex v2.0.1
2222026-09-02T06:19:15.821Z Compiling semver v1.0.28
2232026-09-02T06:19:15.841Z Compiling find-msvc-tools v0.1.11
2242026-09-02T06:19:15.951Z Compiling log v0.4.34
2252026-09-02T06:19:16.020Z Compiling rustc_version v0.4.1
2262026-09-02T06:19:16.048Z Compiling cc v1.4.4
2272026-09-02T06:19:16.120Z Compiling dirs-sys v0.3.7
2282026-09-02T06:19:16.120Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
2292026-09-02T06:19:16.227Z Compiling dirs v2.0.2
2302026-09-02T06:19:16.284Z Compiling term v0.6.1
2312026-09-02T06:19:16.500Z Compiling syn v3.0.4
2322026-09-02T06:19:17.749Z Compiling serde_derive v1.0.229
2332026-09-02T06:19:19.640Z Compiling garando_pos v0.1.0
2342026-09-02T06:19:19.905Z Compiling garando_errors v0.1.0
2352026-09-02T06:19:20.274Z Compiling garando_syntax v0.1.1
2362026-09-02T06:19:24.295Z Compiling ctest2 v0.4.10
2372026-09-02T06:19:24.907Z Compiling nvpair-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/header-check)
2382026-09-02T06:19:25.685Zwarning: direct cast of function item into an integer
2392026-09-02T06:19:25.685Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:865:44
2402026-09-02T06:19:25.685Z |
2412026-09-02T06:19:25.685Z865 | same(nvlist_remove as usize,
2422026-09-02T06:19:25.685Z | ^^^^^^^^
2432026-09-02T06:19:25.685Z |
2442026-09-02T06:19:25.685Z = note: `#[warn(function_casts_as_integer)]` on by default
2452026-09-02T06:19:25.685Zhelp: first cast to a pointer `as *const ()`
2462026-09-02T06:19:25.685Z |
2472026-09-02T06:19:25.686Z865 | same(nvlist_remove as *const () as usize,
2482026-09-02T06:19:25.686Z | ++++++++++++
2492026-09-02T06:19:25.686Z
2502026-09-02T06:19:25.690Zwarning: direct cast of function item into an integer
2512026-09-02T06:19:25.691Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:882:48
2522026-09-02T06:19:25.691Z |
2532026-09-02T06:19:25.691Z882 | same(nvlist_remove_all as usize,
2542026-09-02T06:19:25.691Z | ^^^^^^^^
2552026-09-02T06:19:25.691Z |
2562026-09-02T06:19:25.691Zhelp: first cast to a pointer `as *const ()`
2572026-09-02T06:19:25.691Z |
2582026-09-02T06:19:25.691Z882 | same(nvlist_remove_all as *const () as usize,
2592026-09-02T06:19:25.691Z | ++++++++++++
2602026-09-02T06:19:25.691Z
2612026-09-02T06:19:25.691Zwarning: direct cast of function item into an integer
2622026-09-02T06:19:25.691Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:899:51
2632026-09-02T06:19:25.691Z |
2642026-09-02T06:19:25.691Z899 | same(nvlist_remove_nvpair as usize,
2652026-09-02T06:19:25.691Z | ^^^^^^^^
2662026-09-02T06:19:25.691Z |
2672026-09-02T06:19:25.691Zhelp: first cast to a pointer `as *const ()`
2682026-09-02T06:19:25.691Z |
2692026-09-02T06:19:25.691Z899 | same(nvlist_remove_nvpair as *const () as usize,
2702026-09-02T06:19:25.691Z | ++++++++++++
2712026-09-02T06:19:25.691Z
2722026-09-02T06:19:25.691Zwarning: direct cast of function item into an integer
2732026-09-02T06:19:25.691Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:916:51
2742026-09-02T06:19:25.691Z |
2752026-09-02T06:19:25.691Z916 | same(nvlist_lookup_nvpair as usize,
2762026-09-02T06:19:25.691Z | ^^^^^^^^
2772026-09-02T06:19:25.691Z |
2782026-09-02T06:19:25.691Zhelp: first cast to a pointer `as *const ()`
2792026-09-02T06:19:25.691Z |
2802026-09-02T06:19:25.691Z916 | same(nvlist_lookup_nvpair as *const () as usize,
2812026-09-02T06:19:25.691Z | ++++++++++++
2822026-09-02T06:19:25.691Z
2832026-09-02T06:19:25.691Zwarning: direct cast of function item into an integer
2842026-09-02T06:19:25.691Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:933:49
2852026-09-02T06:19:25.691Z |
2862026-09-02T06:19:25.691Z933 | same(nvlist_next_nvpair as usize,
2872026-09-02T06:19:25.692Z | ^^^^^^^^
2882026-09-02T06:19:25.692Z |
2892026-09-02T06:19:25.692Zhelp: first cast to a pointer `as *const ()`
2902026-09-02T06:19:25.692Z |
2912026-09-02T06:19:25.692Z933 | same(nvlist_next_nvpair as *const () as usize,
2922026-09-02T06:19:25.692Z | ++++++++++++
2932026-09-02T06:19:25.692Z
2942026-09-02T06:19:25.692Zwarning: direct cast of function item into an integer
2952026-09-02T06:19:25.692Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:950:49
2962026-09-02T06:19:25.692Z |
2972026-09-02T06:19:25.692Z950 | same(nvlist_prev_nvpair as usize,
2982026-09-02T06:19:25.692Z | ^^^^^^^^
2992026-09-02T06:19:25.692Z |
3002026-09-02T06:19:25.692Zhelp: first cast to a pointer `as *const ()`
3012026-09-02T06:19:25.692Z |
3022026-09-02T06:19:25.692Z950 | same(nvlist_prev_nvpair as *const () as usize,
3032026-09-02T06:19:25.692Z | ++++++++++++
3042026-09-02T06:19:25.692Z
3052026-09-02T06:19:25.692Zwarning: direct cast of function item into an integer
3062026-09-02T06:19:25.692Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:967:44
3072026-09-02T06:19:25.692Z |
3082026-09-02T06:19:25.692Z967 | same(nvlist_exists as usize,
3092026-09-02T06:19:25.692Z | ^^^^^^^^
3102026-09-02T06:19:25.692Z |
3112026-09-02T06:19:25.692Zhelp: first cast to a pointer `as *const ()`
3122026-09-02T06:19:25.692Z |
3132026-09-02T06:19:25.692Z967 | same(nvlist_exists as *const () as usize,
3142026-09-02T06:19:25.692Z | ++++++++++++
3152026-09-02T06:19:25.692Z
3162026-09-02T06:19:25.692Zwarning: direct cast of function item into an integer
3172026-09-02T06:19:25.692Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:984:43
3182026-09-02T06:19:25.692Z |
3192026-09-02T06:19:25.692Z984 | same(nvlist_empty as usize,
3202026-09-02T06:19:25.692Z | ^^^^^^^^
3212026-09-02T06:19:25.692Z |
3222026-09-02T06:19:25.692Zhelp: first cast to a pointer `as *const ()`
3232026-09-02T06:19:25.692Z |
3242026-09-02T06:19:25.692Z984 | same(nvlist_empty as *const () as usize,
3252026-09-02T06:19:25.692Z | ++++++++++++
3262026-09-02T06:19:25.693Z
3272026-09-02T06:19:25.693Zwarning: direct cast of function item into an integer
3282026-09-02T06:19:25.693Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1001:44
3292026-09-02T06:19:25.693Z |
3302026-09-02T06:19:25.693Z1001 | same(nvlist_unpack as usize,
3312026-09-02T06:19:25.693Z | ^^^^^^^^
3322026-09-02T06:19:25.693Z |
3332026-09-02T06:19:25.693Zhelp: first cast to a pointer `as *const ()`
3342026-09-02T06:19:25.693Z |
3352026-09-02T06:19:25.693Z1001 | same(nvlist_unpack as *const () as usize,
3362026-09-02T06:19:25.693Z | ++++++++++++
3372026-09-02T06:19:25.693Z
3382026-09-02T06:19:25.693Zwarning: direct cast of function item into an integer
3392026-09-02T06:19:25.693Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1018:44
3402026-09-02T06:19:25.693Z |
3412026-09-02T06:19:25.693Z1018 | same(fnvlist_alloc as usize,
3422026-09-02T06:19:25.693Z | ^^^^^^^^
3432026-09-02T06:19:25.693Z |
3442026-09-02T06:19:25.693Zhelp: first cast to a pointer `as *const ()`
3452026-09-02T06:19:25.693Z |
3462026-09-02T06:19:25.693Z1018 | same(fnvlist_alloc as *const () as usize,
3472026-09-02T06:19:25.693Z | ++++++++++++
3482026-09-02T06:19:25.693Z
3492026-09-02T06:19:25.693Zwarning: direct cast of function item into an integer
3502026-09-02T06:19:25.699Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1035:43
3512026-09-02T06:19:25.699Z |
3522026-09-02T06:19:25.699Z1035 | same(fnvlist_free as usize,
3532026-09-02T06:19:25.699Z | ^^^^^^^^
3542026-09-02T06:19:25.699Z |
3552026-09-02T06:19:25.699Zhelp: first cast to a pointer `as *const ()`
3562026-09-02T06:19:25.699Z |
3572026-09-02T06:19:25.699Z1035 | same(fnvlist_free as *const () as usize,
3582026-09-02T06:19:25.699Z | ++++++++++++
3592026-09-02T06:19:25.699Z
3602026-09-02T06:19:25.699Zwarning: direct cast of function item into an integer
3612026-09-02T06:19:25.699Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1052:43
3622026-09-02T06:19:25.699Z |
3632026-09-02T06:19:25.699Z1052 | same(fnvlist_size as usize,
3642026-09-02T06:19:25.699Z | ^^^^^^^^
3652026-09-02T06:19:25.699Z |
3662026-09-02T06:19:25.699Zhelp: first cast to a pointer `as *const ()`
3672026-09-02T06:19:25.700Z |
3682026-09-02T06:19:25.700Z1052 | same(fnvlist_size as *const () as usize,
3692026-09-02T06:19:25.700Z | ++++++++++++
3702026-09-02T06:19:25.700Z
3712026-09-02T06:19:25.700Zwarning: direct cast of function item into an integer
3722026-09-02T06:19:25.700Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1069:43
3732026-09-02T06:19:25.700Z |
3742026-09-02T06:19:25.700Z1069 | same(fnvlist_pack as usize,
3752026-09-02T06:19:25.700Z | ^^^^^^^^
3762026-09-02T06:19:25.700Z |
3772026-09-02T06:19:25.700Zhelp: first cast to a pointer `as *const ()`
3782026-09-02T06:19:25.700Z |
3792026-09-02T06:19:25.700Z1069 | same(fnvlist_pack as *const () as usize,
3802026-09-02T06:19:25.700Z | ++++++++++++
3812026-09-02T06:19:25.700Z
3822026-09-02T06:19:25.700Zwarning: direct cast of function item into an integer
3832026-09-02T06:19:25.700Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1086:48
3842026-09-02T06:19:25.700Z |
3852026-09-02T06:19:25.700Z1086 | same(fnvlist_pack_free as usize,
3862026-09-02T06:19:25.700Z | ^^^^^^^^
3872026-09-02T06:19:25.700Z |
3882026-09-02T06:19:25.700Zhelp: first cast to a pointer `as *const ()`
3892026-09-02T06:19:25.700Z |
3902026-09-02T06:19:25.700Z1086 | same(fnvlist_pack_free as *const () as usize,
3912026-09-02T06:19:25.700Z | ++++++++++++
3922026-09-02T06:19:25.700Z
3932026-09-02T06:19:25.700Zwarning: direct cast of function item into an integer
3942026-09-02T06:19:25.700Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1103:45
3952026-09-02T06:19:25.700Z |
3962026-09-02T06:19:25.700Z1103 | same(fnvlist_unpack as usize,
3972026-09-02T06:19:25.700Z | ^^^^^^^^
3982026-09-02T06:19:25.700Z |
3992026-09-02T06:19:25.700Zhelp: first cast to a pointer `as *const ()`
4002026-09-02T06:19:25.700Z |
4012026-09-02T06:19:25.700Z1103 | same(fnvlist_unpack as *const () as usize,
4022026-09-02T06:19:25.700Z | ++++++++++++
4032026-09-02T06:19:25.700Z
4042026-09-02T06:19:25.700Zwarning: direct cast of function item into an integer
4052026-09-02T06:19:25.700Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1120:42
4062026-09-02T06:19:25.700Z |
4072026-09-02T06:19:25.701Z1120 | same(fnvlist_dup as usize,
4082026-09-02T06:19:25.701Z | ^^^^^^^^
4092026-09-02T06:19:25.701Z |
4102026-09-02T06:19:25.701Zhelp: first cast to a pointer `as *const ()`
4112026-09-02T06:19:25.701Z |
4122026-09-02T06:19:25.701Z1120 | same(fnvlist_dup as *const () as usize,
4132026-09-02T06:19:25.701Z | ++++++++++++
4142026-09-02T06:19:25.701Z
4152026-09-02T06:19:25.701Zwarning: direct cast of function item into an integer
4162026-09-02T06:19:25.701Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1137:44
4172026-09-02T06:19:25.701Z |
4182026-09-02T06:19:25.701Z1137 | same(fnvlist_merge as usize,
4192026-09-02T06:19:25.701Z | ^^^^^^^^
4202026-09-02T06:19:25.701Z |
4212026-09-02T06:19:25.701Zhelp: first cast to a pointer `as *const ()`
4222026-09-02T06:19:25.701Z |
4232026-09-02T06:19:25.701Z1137 | same(fnvlist_merge as *const () as usize,
4242026-09-02T06:19:25.701Z | ++++++++++++
4252026-09-02T06:19:25.701Z
4262026-09-02T06:19:25.701Zwarning: direct cast of function item into an integer
4272026-09-02T06:19:25.701Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1154:48
4282026-09-02T06:19:25.701Z |
4292026-09-02T06:19:25.701Z1154 | same(fnvlist_num_pairs as usize,
4302026-09-02T06:19:25.701Z | ^^^^^^^^
4312026-09-02T06:19:25.701Z |
4322026-09-02T06:19:25.701Zhelp: first cast to a pointer `as *const ()`
4332026-09-02T06:19:25.701Z |
4342026-09-02T06:19:25.701Z1154 | same(fnvlist_num_pairs as *const () as usize,
4352026-09-02T06:19:25.701Z | ++++++++++++
4362026-09-02T06:19:25.701Z
4372026-09-02T06:19:25.701Zwarning: direct cast of function item into an integer
4382026-09-02T06:19:25.701Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1171:50
4392026-09-02T06:19:25.701Z |
4402026-09-02T06:19:25.701Z1171 | same(fnvlist_add_boolean as usize,
4412026-09-02T06:19:25.701Z | ^^^^^^^^
4422026-09-02T06:19:25.701Z |
4432026-09-02T06:19:25.701Zhelp: first cast to a pointer `as *const ()`
4442026-09-02T06:19:25.701Z |
4452026-09-02T06:19:25.701Z1171 | same(fnvlist_add_boolean as *const () as usize,
4462026-09-02T06:19:25.701Z | ++++++++++++
4472026-09-02T06:19:25.702Z
4482026-09-02T06:19:25.702Zwarning: direct cast of function item into an integer
4492026-09-02T06:19:25.702Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1188:56
4502026-09-02T06:19:25.706Z |
4512026-09-02T06:19:25.706Z1188 | same(fnvlist_add_boolean_value as usize,
4522026-09-02T06:19:25.706Z | ^^^^^^^^
4532026-09-02T06:19:25.706Z |
4542026-09-02T06:19:25.706Zhelp: first cast to a pointer `as *const ()`
4552026-09-02T06:19:25.706Z |
4562026-09-02T06:19:25.706Z1188 | same(fnvlist_add_boolean_value as *const () as usize,
4572026-09-02T06:19:25.706Z | ++++++++++++
4582026-09-02T06:19:25.706Z
4592026-09-02T06:19:25.706Zwarning: direct cast of function item into an integer
4602026-09-02T06:19:25.706Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1205:47
4612026-09-02T06:19:25.706Z |
4622026-09-02T06:19:25.706Z1205 | same(fnvlist_add_byte as usize,
4632026-09-02T06:19:25.706Z | ^^^^^^^^
4642026-09-02T06:19:25.706Z |
4652026-09-02T06:19:25.706Zhelp: first cast to a pointer `as *const ()`
4662026-09-02T06:19:25.706Z |
4672026-09-02T06:19:25.706Z1205 | same(fnvlist_add_byte as *const () as usize,
4682026-09-02T06:19:25.706Z | ++++++++++++
4692026-09-02T06:19:25.706Z
4702026-09-02T06:19:25.706Zwarning: direct cast of function item into an integer
4712026-09-02T06:19:25.706Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1222:47
4722026-09-02T06:19:25.706Z |
4732026-09-02T06:19:25.706Z1222 | same(fnvlist_add_int8 as usize,
4742026-09-02T06:19:25.706Z | ^^^^^^^^
4752026-09-02T06:19:25.706Z |
4762026-09-02T06:19:25.706Zhelp: first cast to a pointer `as *const ()`
4772026-09-02T06:19:25.706Z |
4782026-09-02T06:19:25.707Z1222 | same(fnvlist_add_int8 as *const () as usize,
4792026-09-02T06:19:25.707Z | ++++++++++++
4802026-09-02T06:19:25.707Z
4812026-09-02T06:19:25.707Zwarning: direct cast of function item into an integer
4822026-09-02T06:19:25.707Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1239:48
4832026-09-02T06:19:25.707Z |
4842026-09-02T06:19:25.707Z1239 | same(fnvlist_add_uint8 as usize,
4852026-09-02T06:19:25.707Z | ^^^^^^^^
4862026-09-02T06:19:25.707Z |
4872026-09-02T06:19:25.707Zhelp: first cast to a pointer `as *const ()`
4882026-09-02T06:19:25.707Z |
4892026-09-02T06:19:25.707Z1239 | same(fnvlist_add_uint8 as *const () as usize,
4902026-09-02T06:19:25.707Z | ++++++++++++
4912026-09-02T06:19:25.707Z
4922026-09-02T06:19:25.707Zwarning: direct cast of function item into an integer
4932026-09-02T06:19:25.707Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1256:48
4942026-09-02T06:19:25.707Z |
4952026-09-02T06:19:25.707Z1256 | same(fnvlist_add_int16 as usize,
4962026-09-02T06:19:25.707Z | ^^^^^^^^
4972026-09-02T06:19:25.707Z |
4982026-09-02T06:19:25.707Zhelp: first cast to a pointer `as *const ()`
4992026-09-02T06:19:25.707Z |
5002026-09-02T06:19:25.707Z1256 | same(fnvlist_add_int16 as *const () as usize,
5012026-09-02T06:19:25.707Z | ++++++++++++
5022026-09-02T06:19:25.707Z
5032026-09-02T06:19:25.707Zwarning: direct cast of function item into an integer
5042026-09-02T06:19:25.707Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1273:49
5052026-09-02T06:19:25.707Z |
5062026-09-02T06:19:25.707Z1273 | same(fnvlist_add_uint16 as usize,
5072026-09-02T06:19:25.707Z | ^^^^^^^^
5082026-09-02T06:19:25.707Z |
5092026-09-02T06:19:25.707Zhelp: first cast to a pointer `as *const ()`
5102026-09-02T06:19:25.707Z |
5112026-09-02T06:19:25.707Z1273 | same(fnvlist_add_uint16 as *const () as usize,
5122026-09-02T06:19:25.707Z | ++++++++++++
5132026-09-02T06:19:25.707Z
5142026-09-02T06:19:25.707Zwarning: direct cast of function item into an integer
5152026-09-02T06:19:25.707Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1290:48
5162026-09-02T06:19:25.708Z |
5172026-09-02T06:19:25.708Z1290 | same(fnvlist_add_int32 as usize,
5182026-09-02T06:19:25.708Z | ^^^^^^^^
5192026-09-02T06:19:25.708Z |
5202026-09-02T06:19:25.708Zhelp: first cast to a pointer `as *const ()`
5212026-09-02T06:19:25.708Z |
5222026-09-02T06:19:25.708Z1290 | same(fnvlist_add_int32 as *const () as usize,
5232026-09-02T06:19:25.708Z | ++++++++++++
5242026-09-02T06:19:25.708Z
5252026-09-02T06:19:25.708Zwarning: direct cast of function item into an integer
5262026-09-02T06:19:25.708Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1307:49
5272026-09-02T06:19:25.708Z |
5282026-09-02T06:19:25.708Z1307 | same(fnvlist_add_uint32 as usize,
5292026-09-02T06:19:25.708Z | ^^^^^^^^
5302026-09-02T06:19:25.708Z |
5312026-09-02T06:19:25.708Zhelp: first cast to a pointer `as *const ()`
5322026-09-02T06:19:25.708Z |
5332026-09-02T06:19:25.708Z1307 | same(fnvlist_add_uint32 as *const () as usize,
5342026-09-02T06:19:25.708Z | ++++++++++++
5352026-09-02T06:19:25.708Z
5362026-09-02T06:19:25.708Zwarning: direct cast of function item into an integer
5372026-09-02T06:19:25.708Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1324:48
5382026-09-02T06:19:25.708Z |
5392026-09-02T06:19:25.708Z1324 | same(fnvlist_add_int64 as usize,
5402026-09-02T06:19:25.708Z | ^^^^^^^^
5412026-09-02T06:19:25.708Z |
5422026-09-02T06:19:25.708Zhelp: first cast to a pointer `as *const ()`
5432026-09-02T06:19:25.708Z |
5442026-09-02T06:19:25.708Z1324 | same(fnvlist_add_int64 as *const () as usize,
5452026-09-02T06:19:25.708Z | ++++++++++++
5462026-09-02T06:19:25.708Z
5472026-09-02T06:19:25.708Zwarning: direct cast of function item into an integer
5482026-09-02T06:19:25.708Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1341:49
5492026-09-02T06:19:25.708Z |
5502026-09-02T06:19:25.712Z1341 | same(fnvlist_add_uint64 as usize,
5512026-09-02T06:19:25.713Z | ^^^^^^^^
5522026-09-02T06:19:25.713Z |
5532026-09-02T06:19:25.713Zhelp: first cast to a pointer `as *const ()`
5542026-09-02T06:19:25.713Z |
5552026-09-02T06:19:25.713Z1341 | same(fnvlist_add_uint64 as *const () as usize,
5562026-09-02T06:19:25.713Z | ++++++++++++
5572026-09-02T06:19:25.713Z
5582026-09-02T06:19:25.713Zwarning: direct cast of function item into an integer
5592026-09-02T06:19:25.713Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1358:49
5602026-09-02T06:19:25.713Z |
5612026-09-02T06:19:25.713Z1358 | same(fnvlist_add_string as usize,
5622026-09-02T06:19:25.713Z | ^^^^^^^^
5632026-09-02T06:19:25.713Z |
5642026-09-02T06:19:25.713Zhelp: first cast to a pointer `as *const ()`
5652026-09-02T06:19:25.713Z |
5662026-09-02T06:19:25.713Z1358 | same(fnvlist_add_string as *const () as usize,
5672026-09-02T06:19:25.713Z | ++++++++++++
5682026-09-02T06:19:25.713Z
5692026-09-02T06:19:25.713Zwarning: direct cast of function item into an integer
5702026-09-02T06:19:25.713Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1375:49
5712026-09-02T06:19:25.713Z |
5722026-09-02T06:19:25.713Z1375 | same(fnvlist_add_nvlist as usize,
5732026-09-02T06:19:25.713Z | ^^^^^^^^
5742026-09-02T06:19:25.713Z |
5752026-09-02T06:19:25.713Zhelp: first cast to a pointer `as *const ()`
5762026-09-02T06:19:25.713Z |
5772026-09-02T06:19:25.713Z1375 | same(fnvlist_add_nvlist as *const () as usize,
5782026-09-02T06:19:25.713Z | ++++++++++++
5792026-09-02T06:19:25.713Z
5802026-09-02T06:19:25.713Zwarning: direct cast of function item into an integer
5812026-09-02T06:19:25.713Z --> /work/oxidecomputer/propolis/crates/nvpair/header-check/target/debug/build/nvpair-hdrchk-af65df80de357e76/out/main.rs:1392:49
5822026-09-02T06:19:25.713Z |
5832026-09-02T06:19:25.713Z1392 | same(fnvlist_add_nvpair as usize,
5842026-09-02T06:19:25.713Z | ^^^^^^^^
5852026-09-02T06:19:25.713Z |
5862026-09-02T06:19:25.713Zhelp: first cast to a pointer `as *const ()`
5872026-09-02T06:19:25.713Z |
5882026-09-02T06:19:25.713Z1392 | same(fnvlist_add_nvpair as *const () as usize,
5892026-09-02T06:19:25.713Z | ++++++++++++
5902026-09-02T06:19:25.714Z
5912026-09-02T06:19:25.893Zwarning: `nvpair-hdrchk` (test "main") generated 32 warnings (run `cargo fix --test "main" -p nvpair-hdrchk` to apply 32 suggestions)
5922026-09-02T06:19:25.893Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.66s
5932026-09-02T06:19:25.906Z Running test/main.rs (target/debug/deps/main-da6790ff3a0777bc)
5942026-09-02T06:19:25.910ZRUNNING ALL TESTS
5952026-09-02T06:19:25.910ZPASSED 90 tests
5962026-09-02T06:19:25.916ZRUNNING HEADER-CHECK FOR crates/viona-api/header-check/
5972026-09-02T06:19:25.973Z Updating crates.io index
5982026-09-02T06:19:26.144Z Locking 42 packages to latest compatible versions
5992026-09-02T06:19:26.187Z Compiling libc v0.2.189
6002026-09-02T06:19:26.187Z Compiling proc-macro2 v1.0.107
6012026-09-02T06:19:26.187Z Compiling unicode-ident v1.0.24
6022026-09-02T06:19:26.187Z Compiling quote v1.0.47
6032026-09-02T06:19:26.191Z Compiling serde_core v1.0.229
6042026-09-02T06:19:26.191Z Compiling serde v1.0.229
6052026-09-02T06:19:26.191Z Compiling zmij v1.0.23
6062026-09-02T06:19:26.191Z Compiling cfg-if v0.1.10
6072026-09-02T06:19:26.249Z Compiling serde_json v1.0.151
6082026-09-02T06:19:26.298Z Compiling itoa v1.0.18
6092026-09-02T06:19:26.454Z Compiling memchr v2.8.3
6102026-09-02T06:19:26.461Z Compiling unicode-xid v0.2.6
6112026-09-02T06:19:26.484Z Compiling bitflags v1.3.2
6122026-09-02T06:19:26.508Z Compiling find-msvc-tools v0.1.11
6132026-09-02T06:19:26.533Z Compiling shlex v2.0.1
6142026-09-02T06:19:26.569Z Compiling log v0.4.34
6152026-09-02T06:19:26.698Z Compiling semver v1.0.28
6162026-09-02T06:19:26.718Z Compiling cc v1.4.4
6172026-09-02T06:19:26.838Z Compiling dirs-sys v0.3.7
6182026-09-02T06:19:26.838Z Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys)
6192026-09-02T06:19:26.895Z Compiling rustc_version v0.4.1
6202026-09-02T06:19:26.956Z Compiling dirs v2.0.2
6212026-09-02T06:19:26.968Z Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair)
6222026-09-02T06:19:27.042Z Compiling term v0.6.1
6232026-09-02T06:19:27.071Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
6242026-09-02T06:19:27.266Z Compiling syn v3.0.4
6252026-09-02T06:19:28.493Z Compiling serde_derive v1.0.229
6262026-09-02T06:19:30.389Z Compiling garando_pos v0.1.0
6272026-09-02T06:19:30.651Z Compiling garando_errors v0.1.0
6282026-09-02T06:19:31.021Z Compiling garando_syntax v0.1.1
6292026-09-02T06:19:35.080Z Compiling ctest2 v0.4.10
6302026-09-02T06:19:35.687Z Compiling viona_api-hdrchk v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/header-check)
6312026-09-02T06:19:36.814Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.89s
6322026-09-02T06:19:36.827Z Running test/main.rs (target/debug/deps/main-378e95c4e859d976)
6332026-09-02T06:19:36.831ZRUNNING ALL TESTS
6342026-09-02T06:19:36.831ZPASSED 356 tests
6352026-09-02T06:19:36.838Zprocess exited: duration 79662 ms, exit code 0
 
6362026-09-02T06:19:36.844Zfound 0 output files