01KKRVGTXZFKYY5RFSH20GD27C: test

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

Buildomat Job: 01KKRVH3YSQPB7NWK0N4YFG0BY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-15T13:39:46.316Zjob assigned to worker 01KKRVHC9KPHMXAAY4JSSMHWA4 [factory aws, i-0dd97497cdff1d280] (queued for 55 s)
 
22026-03-15T13:39:54.399Zstarting task 0: "setup"
32026-03-15T13:39:54.405Z++ uname -s
42026-03-15T13:39:54.408Z+ kern=SunOS
52026-03-15T13:39:54.408Z+ build_user=build
62026-03-15T13:39:54.408Z+ build_uid=12345
72026-03-15T13:39:54.408Z+ work_dir=/work
82026-03-15T13:39:54.408Z+ input_dir=/input
92026-03-15T13:39:54.409Z+ [[ 0 == 12345 ]]
102026-03-15T13:39:54.409Z+ case "$kern" in
112026-03-15T13:39:54.409Z+ groupadd -g 12345 build
122026-03-15T13:39:54.412Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-15T13:39:56.416Z+ zfs create -o mountpoint=/work rpool/work
142026-03-15T13:39:56.536Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-15T13:39:56.539Z+ home_fs=zfs
162026-03-15T13:39:56.539Z+ [[ zfs == autofs ]]
172026-03-15T13:39:56.539Z+ mkdir -p /home/build
182026-03-15T13:39:56.541Z+ chown build:build /home/build /work
192026-03-15T13:39:58.541Z+ chmod 0700 /home/build /work
202026-03-15T13:39:58.544Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-15T13:39:58.559Zstarting task 1: "rust-toolchain"
222026-03-15T13:39:58.563Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-03-15T13:39:58.563Z * rust toolchain channel = "1.90.0"
242026-03-15T13:39:58.563Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-15T13:39:58.563Z * rust toolchain profile = "default"
262026-03-15T13:39:58.563Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-15T13:39:58.563Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-15T13:39:58.566Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-15T13:39:58.566Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-03-15T13:39:58.748Zinfo: downloading installer
312026-03-15T13:40:00.444Zwarn: It looks like you have an existing installation of Rust at:
322026-03-15T13:40:00.444Zwarn: /opt/ooce/bin
332026-03-15T13:40:00.444Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-15T13:40:00.444Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-15T13:40:00.444Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-15T13:40:00.444Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-15T13:40:00.444Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-15T13:40:00.444Zerror: cannot install while Rust is installed
392026-03-15T13:40:00.444Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-15T13:40:00.444Zwarn: It looks like you have an existing rustup settings file at:
412026-03-15T13:40:00.444Zwarn: /home/build/.rustup/settings.toml
422026-03-15T13:40:00.445Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-15T13:40:00.445Zwarn: instead of the one inferred from the default host triple.
442026-03-15T13:40:00.461Zinfo: profile set to default
452026-03-15T13:40:00.461Zinfo: default host triple is x86_64-unknown-illumos
462026-03-15T13:40:00.464Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-03-15T13:40:00.626Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-03-15T13:40:00.629Zinfo: downloading 6 components
492026-03-15T13:40:16.075Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-03-15T13:40:16.075Z
512026-03-15T13:40:16.121Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-03-15T13:40:16.121Z
532026-03-15T13:40:16.121Z
542026-03-15T13:40:16.121ZRust is installed now. Great!
552026-03-15T13:40:16.121Z
562026-03-15T13:40:16.125ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-15T13:40:16.125Zenvironment variable. This has not been done automatically.
582026-03-15T13:40:16.125Z
592026-03-15T13:40:16.125ZTo configure your current shell, you need to source
602026-03-15T13:40:16.125Zthe corresponding env file under $HOME/.cargo.
612026-03-15T13:40:16.125Z
622026-03-15T13:40:16.125ZThis is usually done by running one of the following (note the leading DOT):
632026-03-15T13:40:16.125Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-15T13:40:16.125Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-15T13:40:16.125Zsource "~/.cargo/env.nu" # For nushell
662026-03-15T13:40:16.125Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-15T13:40:16.125Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-15T13:40:16.125Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-15T13:40:16.125Zwarn: no default linker (`cc`) was found in your PATH
702026-03-15T13:40:16.125Zwarn: many Rust crates require a system C toolchain to build
712026-03-15T13:40:16.228Z+ rustup --version
722026-03-15T13:40:16.238Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-15T13:40:16.241Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-15T13:40:16.266Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-03-15T13:40:16.269Z+ cargo --version
762026-03-15T13:40:16.285Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-03-15T13:40:16.288Z+ rustc --version
782026-03-15T13:40:16.314Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-03-15T13:40:16.317Zprocess exited: duration 17756 ms, exit code 0
 
802026-03-15T13:40:16.324Zstarting task 2: "authentication"
812026-03-15T13:40:16.342Zprocess exited: duration 19 ms, exit code 0
 
822026-03-15T13:40:16.348Zstarting task 3: "clone repository"
832026-03-15T13:40:16.352Z+ mkdir -p /work/oxidecomputer/dendrite
842026-03-15T13:40:16.355Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-03-15T13:40:16.388ZCloning into '/work/oxidecomputer/dendrite'...
862026-03-15T13:40:17.409Z+ cd /work/oxidecomputer/dendrite
872026-03-15T13:40:17.413Z+ git fetch origin 7e9103a7802398855cf2819a6b35b3a1545eedbc
882026-03-15T13:40:17.640ZFrom https://github.com/oxidecomputer/dendrite
892026-03-15T13:40:17.641Z * branch 7e9103a7802398855cf2819a6b35b3a1545eedbc -> FETCH_HEAD
902026-03-15T13:40:17.648Z+ [[ -n prbs ]]
912026-03-15T13:40:17.651Z++ git branch --show-current
922026-03-15T13:40:17.652Z+ current=main
932026-03-15T13:40:17.652Z+ [[ main != prbs ]]
942026-03-15T13:40:17.652Z+ git branch -f prbs 7e9103a7802398855cf2819a6b35b3a1545eedbc
952026-03-15T13:40:17.656Z+ git checkout -f prbs
962026-03-15T13:40:17.678ZSwitched to branch 'prbs'
972026-03-15T13:40:17.681Z+ git reset --hard 7e9103a7802398855cf2819a6b35b3a1545eedbc
982026-03-15T13:40:17.702ZHEAD is now at 7e9103a Update SDE Pass timing window to SDE's PRBS counter Add support for more detailed FSM data from the SDE
992026-03-15T13:40:17.706Zprocess exited: duration 1354 ms, exit code 0
 
1002026-03-15T13:40:17.712Zstarting task 4: "build"
1012026-03-15T13:40:17.717Z+ source .github/buildomat/common.sh
1022026-03-15T13:40:17.720Z++ TOFINO_STAGES=20
1032026-03-15T13:40:17.720Z++ SDE_COMMIT=4c7f6924d47ec3ac65312e142586d919c05ad5ec
1042026-03-15T13:40:17.720Z++ SDE_PKG_SHA256=f2dd0bfabad0e60f92d9972cfcfbbd685e37036ab3135e72c4b82b333418983c
1052026-03-15T13:40:17.720Z++ SDE_DEB_SHA256=59a40e1d4f753c2d15f4949403f3c2d2cf4c3f199bfc30ccf688b9e48c6bce21
1062026-03-15T13:40:17.720Z+++ uname -s
1072026-03-15T13:40:17.720Z++ '[' SunOS == SunOS ']'
1082026-03-15T13:40:17.720Z++ SERIES=illumos
1092026-03-15T13:40:17.723Z+++ uname -s
1102026-03-15T13:40:17.723Z++ '[' SunOS == SunOS ']'
1112026-03-15T13:40:17.724Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/4c7f6924d47ec3ac65312e142586d919c05ad5ec
1122026-03-15T13:40:17.724Z++ rustup show active-toolchain
1132026-03-15T13:40:17.728Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-03-15T13:40:17.732Z+ source .github/buildomat/illumos.sh
1152026-03-15T13:40:17.732Z++ banner 'sde setup'
1162026-03-15T13:40:17.732Z
1172026-03-15T13:40:17.732Z #### ##### ###### #### ###### ##### # # #####
1182026-03-15T13:40:17.733Z # # # # # # # # # # #
1192026-03-15T13:40:17.733Z #### # # ##### #### ##### # # # # #
1202026-03-15T13:40:17.733Z # # # # # # # # # #####
1212026-03-15T13:40:17.733Z # # # # # # # # # # # #
1222026-03-15T13:40:17.733Z #### ##### ###### #### ###### # #### #
1232026-03-15T13:40:17.733Z
1242026-03-15T13:40:17.733Z++ export PKG=tofino_sde.p5p
1252026-03-15T13:40:17.733Z++ PKG=tofino_sde.p5p
1262026-03-15T13:40:17.733Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/4c7f6924d47ec3ac65312e142586d919c05ad5ec/tofino_sde.p5p
1272026-03-15T13:40:17.739Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-03-15T13:40:17.743Z Dload Upload Total Spent Left Speed
1292026-03-15T13:40:19.316Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 76.0M 4 3566k 0 0 13.9M 0 0:00:05 --:--:-- 0:00:05 13.9M 72 76.0M 72 54.8M 0 0 44.1M 0 0:00:01 0:00:01 --:--:-- 44.1M 100 76.0M 100 76.0M 0 0 48.1M 0 0:00:01 0:00:01 --:--:-- 48.1M
1302026-03-15T13:40:19.321Z+++ digest -a sha256 tofino_sde.p5p
1312026-03-15T13:40:19.379Z++ SDE_CALC=f2dd0bfabad0e60f92d9972cfcfbbd685e37036ab3135e72c4b82b333418983c
1322026-03-15T13:40:19.382Z++ '[' f2dd0bfabad0e60f92d9972cfcfbbd685e37036ab3135e72c4b82b333418983c '!=' f2dd0bfabad0e60f92d9972cfcfbbd685e37036ab3135e72c4b82b333418983c ']'
1332026-03-15T13:40:19.382Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-03-15T13:40:28.503Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-15T13:40:38.485Z Startup: Caching catalogs ... Done
1362026-03-15T13:40:38.653Z Startup: Refreshing catalog 'oxide' ... Done
1372026-03-15T13:41:03.363ZPlanning: Solver setup ... Done
1382026-03-15T13:41:03.513ZPlanning: Running solver ... Done
1392026-03-15T13:41:03.695ZPlanning: Finding local manifests ... Done
1402026-03-15T13:41:03.698ZPlanning: Fetching manifests: 1/1 100% complete
1412026-03-15T13:41:03.704ZPlanning: Fetching manifests: 1/1 100% complete
1422026-03-15T13:41:03.720ZPlanning: Package planning ... Done
1432026-03-15T13:41:03.724ZPlanning: Merging actions ... Done
1442026-03-15T13:41:03.842ZPlanning: Checking for conflicting actions ... Done
1452026-03-15T13:41:03.845ZPlanning: Consolidating action changes ... Done
1462026-03-15T13:41:04.696ZPlanning: Evaluating mediators ... Done
1472026-03-15T13:41:04.699ZPlanning: Planning completed in 26.04 seconds
1482026-03-15T13:41:04.705Z Packages to install: 1
1492026-03-15T13:41:04.708Z Create boot environment: No
1502026-03-15T13:41:04.708ZCreate backup boot environment: No
1512026-03-15T13:41:04.749Z
1522026-03-15T13:41:04.749ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-03-15T13:41:04.954ZDownload: Completed 75.30 MB in 0.20 seconds (367M/s)
1542026-03-15T13:41:05.149Z Actions: 1/293 actions (Installing new actions)
1552026-03-15T13:41:06.407Z Actions: Completed 293 actions in 1.26 seconds.
1562026-03-15T13:41:06.410Z Done
1572026-03-15T13:41:06.466Z Done
1582026-03-15T13:41:07.419Z Done
1592026-03-15T13:41:11.477Z Done
1602026-03-15T13:41:11.553Z Done
1612026-03-15T13:41:11.556Z Done
1622026-03-15T13:41:11.648Z Done
1632026-03-15T13:41:12.353Z++ export SDE=/opt/oxide/tofino_sde
1642026-03-15T13:41:12.353Z++ SDE=/opt/oxide/tofino_sde
1652026-03-15T13:41:12.353Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-03-15T13:41:12.353Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-03-15T13:41:12.353Z++ banner packages
1682026-03-15T13:41:12.357Z
1692026-03-15T13:41:12.357Z ##### ## #### # # ## #### ###### ####
1702026-03-15T13:41:12.357Z # # # # # # # # # # # # # #
1712026-03-15T13:41:12.357Z # # # # # #### # # # ##### ####
1722026-03-15T13:41:12.357Z ##### ###### # # # ###### # ### # #
1732026-03-15T13:41:12.357Z # # # # # # # # # # # # # #
1742026-03-15T13:41:12.357Z # # # #### # # # # #### ###### ####
1752026-03-15T13:41:12.357Z
1762026-03-15T13:41:12.357Z++ pfexec pkg install clang-15 pcap
1772026-03-15T13:41:12.881Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-03-15T13:41:12.884Z Startup: Refreshing catalog 'oxide' ... Done
1792026-03-15T13:41:35.131ZPlanning: Solver setup ... Done
1802026-03-15T13:41:35.283ZPlanning: Running solver ... Done
1812026-03-15T13:41:35.473ZPlanning: Finding local manifests ... Done
1822026-03-15T13:41:35.477ZPlanning: Fetching manifests: 0/2 0% complete
1832026-03-15T13:41:35.712ZPlanning: Fetching manifests: 2/2 100% complete
1842026-03-15T13:41:35.753ZPlanning: Package planning ... Done
1852026-03-15T13:41:35.790ZPlanning: Merging actions ... Done
1862026-03-15T13:41:35.928ZPlanning: Checking for conflicting actions ... Done
1872026-03-15T13:41:35.937ZPlanning: Consolidating action changes ... Done
1882026-03-15T13:41:36.158ZPlanning: Evaluating mediators ... Done
1892026-03-15T13:41:36.166ZPlanning: Planning completed in 23.28 seconds
1902026-03-15T13:41:36.176Z Packages to install: 2
1912026-03-15T13:41:36.179Z Mediators to change: 2
1922026-03-15T13:41:36.179Z Services to change: 1
1932026-03-15T13:41:36.179Z Create boot environment: No
1942026-03-15T13:41:36.179ZCreate backup boot environment: No
1952026-03-15T13:41:36.214Z
1962026-03-15T13:41:36.214ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-03-15T13:41:42.269ZDownload: 2005/3076 items 117.0/211.3MB 55% complete (27.1M/s)
1982026-03-15T13:41:50.333ZDownload: 3030/3076 items 201.6/211.3MB 95% complete (21.8M/s)
1992026-03-15T13:41:51.725ZDownload: Completed 211.31 MB in 15.51 seconds (13.6M/s)
2002026-03-15T13:41:51.946Z Actions: 1/3418 actions (Installing new actions)
2012026-03-15T13:41:55.946Z Actions: Completed 3418 actions in 4.00 seconds.
2022026-03-15T13:41:56.360Z Done
2032026-03-15T13:41:56.361Z Done
2042026-03-15T13:41:57.360Z Done
2052026-03-15T13:42:01.143Z Done
2062026-03-15T13:42:01.229Z Done
2072026-03-15T13:42:01.232Z Done
2082026-03-15T13:42:01.425Z Done
2092026-03-15T13:42:01.596Z++ pfexec pkg set-mediator -V 15 clang llvm
2102026-03-15T13:42:01.858ZPlanning: Evaluating mediator changes ... Done
2112026-03-15T13:42:02.003ZPlanning: Checking for conflicting actions ... Done
2122026-03-15T13:42:02.006ZPlanning: Consolidating action changes ... Done
2132026-03-15T13:42:02.224ZPlanning: Evaluating mediators ... Done
2142026-03-15T13:42:02.227ZPlanning: Planning completed in 0.37 seconds
2152026-03-15T13:42:02.253Z Mediators to change: 2
2162026-03-15T13:42:02.253Z Create boot environment: No
2172026-03-15T13:42:02.256ZCreate backup boot environment: No
2182026-03-15T13:42:02.333Z Done
2192026-03-15T13:42:02.333Z Done
2202026-03-15T13:42:03.089Z Done
2212026-03-15T13:42:06.407Z Done
2222026-03-15T13:42:06.496Z Done
2232026-03-15T13:42:06.499Z Done
2242026-03-15T13:42:06.665Z Done
2252026-03-15T13:42:06.751Z++ cargo --version
2262026-03-15T13:42:06.763Zcargo 1.90.0 (840b83a10 2025-07-30)
2272026-03-15T13:42:06.766Z++ rustc --version
2282026-03-15T13:42:06.794Zrustc 1.90.0 (1159e78c4 2025-09-14)
2292026-03-15T13:42:06.797Z+ banner copyrights
2302026-03-15T13:42:06.800Z
2312026-03-15T13:42:06.800Z #### #### ##### # # ##### # #### # # ##### ####
2322026-03-15T13:42:06.800Z # # # # # # # # # # # # # # # # #
2332026-03-15T13:42:06.800Z # # # # # # # # # # ###### # ####
2342026-03-15T13:42:06.800Z # # # ##### # ##### # # ### # # # #
2352026-03-15T13:42:06.800Z # # # # # # # # # # # # # # # #
2362026-03-15T13:42:06.800Z #### #### # # # # # #### # # # ####
2372026-03-15T13:42:06.800Z
2382026-03-15T13:42:06.800Z+ ./tools/check_copyrights.sh
2392026-03-15T13:42:07.170Zcommon/src/illumos.rs: Copyright with wrong year
2402026-03-15T13:42:07.915Zdpd/src/ports.rs: Copyright with wrong year
2412026-03-15T13:42:08.246Zpacket/src/eth.rs: Copyright with wrong year
2422026-03-15T13:42:08.872Z+ banner clippy
2432026-03-15T13:42:08.875Z
2442026-03-15T13:42:08.875Z #### # # ##### ##### # #
2452026-03-15T13:42:08.875Z # # # # # # # # # #
2462026-03-15T13:42:08.875Z # # # # # # # #
2472026-03-15T13:42:08.875Z # # # ##### ##### #
2482026-03-15T13:42:08.875Z # # # # # # #
2492026-03-15T13:42:08.875Z #### ###### # # # #
2502026-03-15T13:42:08.875Z
2512026-03-15T13:42:08.875Z+ for feat in tofino_stub tofino_asic softnpu chaos
2522026-03-15T13:42:08.875Z+ cargo clippy --features tofino_stub -- --deny warnings
2532026-03-15T13:42:09.065Z Updating git repository `https://github.com/oxidecomputer/omicron`
2542026-03-15T13:42:21.666Z Updating crates.io index
2552026-03-15T13:42:21.713Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-03-15T13:42:21.978Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572026-03-15T13:42:23.109Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2582026-03-15T13:42:23.396Z Updating git repository `https://github.com/oxidecomputer/tofino`
2592026-03-15T13:42:23.604Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-03-15T13:42:24.858Z Updating git repository `https://github.com/oxidecomputer/ispf`
2612026-03-15T13:42:25.097Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2622026-03-15T13:42:25.411Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-03-15T13:42:25.833Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642026-03-15T13:42:26.082Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2652026-03-15T13:42:26.405Z Updating git repository `https://github.com/oxidecomputer/p4`
2662026-03-15T13:42:26.910Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-03-15T13:42:27.223Z Updating git repository `https://github.com/oxidecomputer/lldp`
2682026-03-15T13:42:27.514Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-15T13:42:28.394Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-03-15T13:42:28.620Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2712026-03-15T13:42:28.889Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2722026-03-15T13:42:29.215Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-03-15T13:42:29.885Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-03-15T13:42:30.296Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-03-15T13:42:30.550Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-03-15T13:42:30.923Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-03-15T13:42:32.620Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782026-03-15T13:42:33.350Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792026-03-15T13:42:34.921Z Updating git repository `https://github.com/oxidecomputer/opte`
2802026-03-15T13:42:35.548Z Updating git repository `https://github.com/oxidecomputer/tofino`
2812026-03-15T13:42:35.809Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822026-03-15T13:42:36.079Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832026-03-15T13:42:38.269Z Downloading crates ...
2842026-03-15T13:42:38.332Z Downloaded adler2 v2.0.1
2852026-03-15T13:42:38.336Z Downloaded aead v0.5.2
2862026-03-15T13:42:38.342Z Downloaded clap_derive v4.5.49
2872026-03-15T13:42:38.348Z Downloaded bit-set v0.8.0
2882026-03-15T13:42:38.351Z Downloaded bcs v0.1.6
2892026-03-15T13:42:38.354Z Downloaded backoff v0.4.0
2902026-03-15T13:42:38.357Z Downloaded atomicwrites v0.4.4
2912026-03-15T13:42:38.360Z Downloaded convert_case v0.4.0
2922026-03-15T13:42:38.363Z Downloaded derive-ex v0.1.8
2932026-03-15T13:42:38.365Z Downloaded display-error-chain v0.2.2
2942026-03-15T13:42:38.369Z Downloaded embedded-io v0.6.1
2952026-03-15T13:42:38.372Z Downloaded embedded-io v0.4.0
2962026-03-15T13:42:38.375Z Downloaded dof v0.3.0
2972026-03-15T13:42:38.378Z Downloaded erased-serde v0.3.31
2982026-03-15T13:42:38.381Z Downloaded ff v0.13.1
2992026-03-15T13:42:38.386Z Downloaded git-stub v1.0.0
3002026-03-15T13:42:38.389Z Downloaded constant_time_eq v0.3.1
3012026-03-15T13:42:38.390Z Downloaded getrandom v0.2.16
3022026-03-15T13:42:38.393Z Downloaded hex v0.4.3
3032026-03-15T13:42:38.396Z Downloaded hostname v0.4.2
3042026-03-15T13:42:38.399Z Downloaded form_urlencoded v1.2.2
3052026-03-15T13:42:38.402Z Downloaded foreign-types-shared v0.3.1
3062026-03-15T13:42:38.405Z Downloaded hubpack v0.1.2
3072026-03-15T13:42:38.408Z Downloaded futures-sink v0.3.31
3082026-03-15T13:42:38.410Z Downloaded cstr-argument v0.1.2
3092026-03-15T13:42:38.413Z Downloaded generic-array v0.14.7
3102026-03-15T13:42:38.416Z Downloaded hyper-tls v0.6.0
3112026-03-15T13:42:38.419Z Downloaded allocator-api2 v0.2.21
3122026-03-15T13:42:38.421Z Downloaded foreign-types v0.5.0
3132026-03-15T13:42:38.424Z Downloaded hubpack_derive v0.1.1
3142026-03-15T13:42:38.427Z Downloaded dtrace-parser v0.3.0
3152026-03-15T13:42:38.430Z Downloaded cfg_aliases v0.2.1
3162026-03-15T13:42:38.432Z Downloaded fastrand v2.3.0
3172026-03-15T13:42:38.435Z Downloaded hostname v0.3.1
3182026-03-15T13:42:38.438Z Downloaded cobs v0.3.0
3192026-03-15T13:42:38.438Z Downloaded colorchoice v1.0.4
3202026-03-15T13:42:38.442Z Downloaded fixedbitset v0.5.7
3212026-03-15T13:42:38.444Z Downloaded cfg-if v1.0.3
3222026-03-15T13:42:38.447Z Downloaded async-recursion v1.1.1
3232026-03-15T13:42:38.450Z Downloaded futures-io v0.3.31
3242026-03-15T13:42:38.453Z Downloaded httpdate v1.0.3
3252026-03-15T13:42:38.456Z Downloaded ciborium-ll v0.2.2
3262026-03-15T13:42:38.459Z Downloaded http-body v1.0.1
3272026-03-15T13:42:38.462Z Downloaded hash32 v0.3.1
3282026-03-15T13:42:38.462Z Downloaded darling_macro v0.21.3
3292026-03-15T13:42:38.465Z Downloaded crucible-workspace-hack v0.1.0
3302026-03-15T13:42:38.468Z Downloaded foreign-types-shared v0.1.1
3312026-03-15T13:42:38.471Z Downloaded crc32fast v1.5.0
3322026-03-15T13:42:38.473Z Downloaded idna_adapter v1.2.1
3332026-03-15T13:42:38.476Z Downloaded equivalent v1.0.2
3342026-03-15T13:42:38.476Z Downloaded dof v0.4.0
3352026-03-15T13:42:38.479Z Downloaded ident_case v1.0.1
3362026-03-15T13:42:38.482Z Downloaded data-encoding v2.9.0
3372026-03-15T13:42:38.484Z Downloaded instant v0.1.13
3382026-03-15T13:42:38.487Z Downloaded itoa v1.0.15
3392026-03-15T13:42:38.490Z Downloaded is_ci v1.2.0
3402026-03-15T13:42:38.490Z Downloaded is_terminal_polyfill v1.70.1
3412026-03-15T13:42:38.493Z Downloaded glob v0.3.3
3422026-03-15T13:42:38.496Z Downloaded flate2 v1.1.2
3432026-03-15T13:42:38.500Z Downloaded futures-executor v0.3.31
3442026-03-15T13:42:38.503Z Downloaded is-terminal v0.4.16
3452026-03-15T13:42:38.505Z Downloaded defmt-macros v1.0.1
3462026-03-15T13:42:38.508Z Downloaded const_format_proc_macros v0.2.34
3472026-03-15T13:42:38.511Z Downloaded kstat-rs v0.2.4
3482026-03-15T13:42:38.514Z Downloaded chacha20 v0.9.1
3492026-03-15T13:42:38.517Z Downloaded libscf-sys v1.1.0
3502026-03-15T13:42:38.520Z Downloaded digest v0.10.7
3512026-03-15T13:42:38.523Z Downloaded deranged v0.5.3
3522026-03-15T13:42:38.525Z Downloaded lru-slab v0.1.2
3532026-03-15T13:42:38.528Z Downloaded memmap v0.7.0
3542026-03-15T13:42:38.531Z Downloaded match_cfg v0.1.0
3552026-03-15T13:42:38.531Z Downloaded defmt v1.0.1
3562026-03-15T13:42:38.534Z Downloaded num-conv v0.1.0
3572026-03-15T13:42:38.537Z Downloaded newtype_derive v0.1.6
3582026-03-15T13:42:38.539Z Downloaded num-iter v0.1.45
3592026-03-15T13:42:38.542Z Downloaded base64 v0.22.1
3602026-03-15T13:42:38.545Z Downloaded futures-macro v0.3.31
3612026-03-15T13:42:38.548Z Downloaded drift v0.1.3
3622026-03-15T13:42:38.552Z Downloaded internet-checksum v0.2.1
3632026-03-15T13:42:38.554Z Downloaded globset v0.4.16
3642026-03-15T13:42:38.557Z Downloaded linked-hash-map v0.5.6
3652026-03-15T13:42:38.560Z Downloaded linear-map v1.2.0
3662026-03-15T13:42:38.563Z Downloaded num_enum_derive v0.5.11
3672026-03-15T13:42:38.563Z Downloaded group v0.13.0
3682026-03-15T13:42:38.565Z Downloaded num_threads v0.1.7
3692026-03-15T13:42:38.568Z Downloaded cmake v0.1.54
3702026-03-15T13:42:38.571Z Downloaded cexpr v0.6.0
3712026-03-15T13:42:38.573Z Downloaded num-derive v0.4.2
3722026-03-15T13:42:38.576Z Downloaded daft-derive v0.1.4
3732026-03-15T13:42:38.579Z Downloaded ciborium v0.2.2
3742026-03-15T13:42:38.582Z Downloaded openssl-probe v0.1.6
3752026-03-15T13:42:38.585Z Downloaded openssl-macros v0.1.1
3762026-03-15T13:42:38.588Z Downloaded clang-sys v1.8.1
3772026-03-15T13:42:38.590Z Downloaded omicron-workspace-hack v0.1.0
3782026-03-15T13:42:38.593Z Downloaded olpc-cjson v0.1.4
3792026-03-15T13:42:38.593Z Downloaded ipnetwork v0.21.1
3802026-03-15T13:42:38.596Z Downloaded percent-encoding v2.3.2
3812026-03-15T13:42:38.599Z Downloaded jobserver v0.1.34
3822026-03-15T13:42:38.601Z Downloaded native-tls v0.2.14
3832026-03-15T13:42:38.604Z Downloaded lock_api v0.4.13
3842026-03-15T13:42:38.607Z Downloaded mime v0.3.17
3852026-03-15T13:42:38.607Z Downloaded newtype-uuid v1.3.2
3862026-03-15T13:42:38.610Z Downloaded pretty-hex v0.4.1
3872026-03-15T13:42:38.612Z Downloaded num-complex v0.4.6
3882026-03-15T13:42:38.615Z Downloaded cookie v0.18.1
3892026-03-15T13:42:38.618Z Downloaded phf_shared v0.12.1
3902026-03-15T13:42:38.621Z Downloaded plain v0.2.3
3912026-03-15T13:42:38.621Z Downloaded multer v3.1.0
3922026-03-15T13:42:38.624Z Downloaded libloading v0.8.9
3932026-03-15T13:42:38.627Z Downloaded potential_utf v0.1.3
3942026-03-15T13:42:38.629Z Downloaded proc-macro-error-attr2 v2.0.0
3952026-03-15T13:42:38.632Z Downloaded proc-macro-crate v1.3.1
3962026-03-15T13:42:38.632Z Downloaded pin-utils v0.1.0
3972026-03-15T13:42:38.635Z Downloaded progenitor-client v0.10.0
3982026-03-15T13:42:38.637Z Downloaded num_enum v0.7.5
3992026-03-15T13:42:38.640Z Downloaded iana-time-zone v0.1.64
4002026-03-15T13:42:38.643Z Downloaded humantime v2.3.0
4012026-03-15T13:42:38.646Z Downloaded derive_more v0.99.20
4022026-03-15T13:42:38.650Z Downloaded quick-error v1.2.3
4032026-03-15T13:42:38.653Z Downloaded powerfmt v0.2.0
4042026-03-15T13:42:38.656Z Downloaded progenitor-macro v0.13.0
4052026-03-15T13:42:38.658Z Downloaded memmap2 v0.9.8
4062026-03-15T13:42:38.658Z Downloaded progenitor-macro v0.11.1
4072026-03-15T13:42:38.661Z Downloaded proc-macro-error-attr v1.0.4
4082026-03-15T13:42:38.664Z Downloaded rand_chacha v0.3.1
4092026-03-15T13:42:38.664Z Downloaded rand_xorshift v0.4.0
4102026-03-15T13:42:38.667Z Downloaded anyhow v1.0.100
4112026-03-15T13:42:38.669Z Downloaded ref-cast-impl v1.0.25
4122026-03-15T13:42:38.672Z Downloaded progenitor-macro v0.10.0
4132026-03-15T13:42:38.675Z Downloaded progenitor-client v0.11.1
4142026-03-15T13:42:38.675Z Downloaded pkg-config v0.3.32
4152026-03-15T13:42:38.678Z Downloaded rustc_version v0.4.1
4162026-03-15T13:42:38.680Z Downloaded rustc_version v0.1.7
4172026-03-15T13:42:38.681Z Downloaded opaque-debug v0.3.1
4182026-03-15T13:42:38.683Z Downloaded num_enum_derive v0.7.5
4192026-03-15T13:42:38.686Z Downloaded num_enum v0.5.11
4202026-03-15T13:42:38.689Z Downloaded const_format v0.2.34
4212026-03-15T13:42:38.693Z Downloaded progenitor v0.13.0
4222026-03-15T13:42:38.697Z Downloaded owo-colors v4.3.0
4232026-03-15T13:42:38.699Z Downloaded same-file v1.0.6
4242026-03-15T13:42:38.699Z Downloaded litemap v0.8.0
4252026-03-15T13:42:38.702Z Downloaded password-hash v0.5.0
4262026-03-15T13:42:38.705Z Downloaded phf v0.12.1
4272026-03-15T13:42:38.708Z Downloaded chacha20poly1305 v0.10.1
4282026-03-15T13:42:38.710Z Downloaded darling_core v0.21.3
4292026-03-15T13:42:38.713Z Downloaded rustc-hash v2.1.1
4302026-03-15T13:42:38.716Z Downloaded ref-cast v1.0.25
4312026-03-15T13:42:38.719Z Downloaded scopeguard v1.2.0
4322026-03-15T13:42:38.721Z Downloaded parking_lot_core v0.9.11
4332026-03-15T13:42:38.725Z Downloaded log v0.4.29
4342026-03-15T13:42:38.728Z Downloaded semver v0.1.20
4352026-03-15T13:42:38.728Z Downloaded icu_normalizer v2.0.0
4362026-03-15T13:42:38.731Z Downloaded search_path v0.1.4
4372026-03-15T13:42:38.734Z Downloaded rand_core v0.6.4
4382026-03-15T13:42:38.734Z Downloaded rand_chacha v0.9.0
4392026-03-15T13:42:38.737Z Downloaded poly1305 v0.8.0
4402026-03-15T13:42:38.740Z Downloaded indexmap v1.9.3
4412026-03-15T13:42:38.742Z Downloaded serde_spanned v0.6.9
4422026-03-15T13:42:38.745Z Downloaded serde_repr v0.1.20
4432026-03-15T13:42:38.745Z Downloaded sha1 v0.10.6
4442026-03-15T13:42:38.748Z Downloaded icu_locale_core v2.0.0
4452026-03-15T13:42:38.753Z Downloaded progenitor v0.11.1
4462026-03-15T13:42:38.755Z Downloaded scroll_derive v0.12.1
4472026-03-15T13:42:38.758Z Downloaded num-traits v0.2.19
4482026-03-15T13:42:38.761Z Downloaded progenitor v0.10.0
4492026-03-15T13:42:38.761Z Downloaded jiff-static v0.2.15
4502026-03-15T13:42:38.764Z Downloaded serde_urlencoded v0.7.1
4512026-03-15T13:42:38.767Z Downloaded crypto-bigint v0.5.5
4522026-03-15T13:42:38.771Z Downloaded serde_spanned v1.0.4
4532026-03-15T13:42:38.774Z Downloaded serde-big-array v0.5.1
4542026-03-15T13:42:38.777Z Downloaded rusty-fork v0.3.0
4552026-03-15T13:42:38.777Z Downloaded expectorate v1.2.0
4562026-03-15T13:42:38.779Z Downloaded siphasher v1.0.1
4572026-03-15T13:42:38.782Z Downloaded sigpipe v0.1.3
4582026-03-15T13:42:38.782Z Downloaded signal-hook-tokio v0.3.1
4592026-03-15T13:42:38.785Z Downloaded scroll v0.13.0
4602026-03-15T13:42:38.785Z Downloaded parking_lot v0.12.4
4612026-03-15T13:42:38.788Z Downloaded smawk v0.3.2
4622026-03-15T13:42:38.791Z Downloaded slog-bunyan v2.5.0
4632026-03-15T13:42:38.794Z Downloaded schemars_derive v0.8.22
4642026-03-15T13:42:38.794Z Downloaded pin-project-internal v1.1.10
4652026-03-15T13:42:38.797Z Downloaded resolv-conf v0.7.5
4662026-03-15T13:42:38.797Z Downloaded pest_derive v2.8.2
4672026-03-15T13:42:38.800Z Downloaded papergrid v0.17.0
4682026-03-15T13:42:38.803Z Downloaded bytes v1.11.1
4692026-03-15T13:42:38.807Z Downloaded stable_deref_trait v1.2.0
4702026-03-15T13:42:38.810Z Downloaded swrite v0.1.0
4712026-03-15T13:42:38.812Z Downloaded subtle v2.6.1
4722026-03-15T13:42:38.813Z Downloaded rustversion v1.0.22
4732026-03-15T13:42:38.816Z Downloaded rustls-pemfile v2.2.0
4742026-03-15T13:42:38.818Z Downloaded serde_path_to_error v0.1.20
4752026-03-15T13:42:38.818Z Downloaded scroll v0.12.0
4762026-03-15T13:42:38.821Z Downloaded icu_normalizer_data v2.0.0
4772026-03-15T13:42:38.824Z Downloaded proc-macro2 v1.0.106
4782026-03-15T13:42:38.827Z Downloaded heapless v0.8.0
4792026-03-15T13:42:38.830Z Downloaded tabled_derive v0.11.0
4802026-03-15T13:42:38.832Z Downloaded tabled_derive v0.7.0
4812026-03-15T13:42:38.833Z Downloaded testing_table v0.3.0
4822026-03-15T13:42:38.836Z Downloaded take_mut v0.2.2
4832026-03-15T13:42:38.836Z Downloaded tagptr v0.2.0
4842026-03-15T13:42:38.836Z Downloaded tabwriter v1.4.1
4852026-03-15T13:42:38.838Z Downloaded shlex v1.3.0
4862026-03-15T13:42:38.841Z Downloaded strum v0.27.2
4872026-03-15T13:42:38.841Z Downloaded strum v0.26.3
4882026-03-15T13:42:38.844Z Downloaded supports-color v3.0.2
4892026-03-15T13:42:38.844Z Downloaded structmeta v0.3.0
4902026-03-15T13:42:38.847Z Downloaded openssl-sys v0.9.109
4912026-03-15T13:42:38.849Z Downloaded sync_wrapper v1.0.2
4922026-03-15T13:42:38.852Z Downloaded semver v1.0.27
4932026-03-15T13:42:38.852Z Downloaded thiserror-impl-no-std v2.0.2
4942026-03-15T13:42:38.855Z Downloaded quinn-udp v0.5.14
4952026-03-15T13:42:38.858Z Downloaded slog-dtrace v0.3.0
4962026-03-15T13:42:38.858Z Downloaded smf v0.2.3
4972026-03-15T13:42:38.861Z Downloaded slab v0.4.11
4982026-03-15T13:42:38.861Z Downloaded progenitor-impl v0.11.1
4992026-03-15T13:42:38.863Z Downloaded terminal_size v0.4.3
5002026-03-15T13:42:38.866Z Downloaded thread-id v5.0.0
5012026-03-15T13:42:38.866Z Downloaded tinyvec_macros v0.1.1
5022026-03-15T13:42:38.866Z Downloaded thread-id v4.2.2
5032026-03-15T13:42:38.869Z Downloaded crossbeam-channel v0.5.15
5042026-03-15T13:42:38.872Z Downloaded signal-hook-registry v1.4.6
5052026-03-15T13:42:38.874Z Downloaded serde_derive_internals v0.29.1
5062026-03-15T13:42:38.874Z Downloaded hickory-resolver v0.24.4
5072026-03-15T13:42:38.878Z Downloaded miniz_oxide v0.8.9
5082026-03-15T13:42:38.881Z Downloaded structmeta-derive v0.3.0
5092026-03-15T13:42:38.884Z Downloaded serde_tokenstream v0.2.3
5102026-03-15T13:42:38.884Z Downloaded sha2 v0.10.9
5112026-03-15T13:42:38.886Z Downloaded strsim v0.11.1
5122026-03-15T13:42:38.890Z Downloaded toml_datetime v0.6.11
5132026-03-15T13:42:38.890Z Downloaded time-core v0.1.6
5142026-03-15T13:42:38.892Z Downloaded indexmap v2.13.0
5152026-03-15T13:42:38.895Z Downloaded snafu-derive v0.8.9
5162026-03-15T13:42:38.895Z Downloaded slog-term v2.9.2
5172026-03-15T13:42:38.899Z Downloaded prettyplease v0.2.37
5182026-03-15T13:42:38.901Z Downloaded static_assertions v1.1.0
5192026-03-15T13:42:38.904Z Downloaded rustls-pki-types v1.12.0
5202026-03-15T13:42:38.907Z Downloaded slog-json v2.6.1
5212026-03-15T13:42:38.909Z Downloaded topological-sort v0.2.2
5222026-03-15T13:42:38.910Z Downloaded ryu v1.0.20
5232026-03-15T13:42:38.912Z Downloaded toml_write v0.1.2
5242026-03-15T13:42:38.915Z Downloaded icu_collections v2.0.0
5252026-03-15T13:42:38.918Z Downloaded hickory-resolver v0.25.2
5262026-03-15T13:42:38.920Z Downloaded elliptic-curve v0.13.8
5272026-03-15T13:42:38.924Z Downloaded try-lock v0.2.5
5282026-03-15T13:42:38.926Z Downloaded thiserror v1.0.69
5292026-03-15T13:42:38.929Z Downloaded progenitor-impl v0.10.0
5302026-03-15T13:42:38.932Z Downloaded thiserror-no-std v2.0.2
5312026-03-15T13:42:38.935Z Downloaded tower-service v0.3.3
5322026-03-15T13:42:38.935Z Downloaded tower-layer v0.3.3
5332026-03-15T13:42:38.938Z Downloaded thiserror-impl v2.0.18
5342026-03-15T13:42:38.938Z Downloaded thiserror-impl v1.0.69
5352026-03-15T13:42:38.941Z Downloaded strum_macros v0.26.4
5362026-03-15T13:42:38.944Z Downloaded smallvec v1.15.1
5372026-03-15T13:42:38.944Z Downloaded tokio-native-tls v0.3.1
5382026-03-15T13:42:38.947Z Downloaded serde_with_macros v3.14.1
5392026-03-15T13:42:38.947Z Downloaded serde_derive v1.0.228
5402026-03-15T13:42:38.950Z Downloaded tokio-rustls v0.25.0
5412026-03-15T13:42:38.953Z Downloaded termtree v0.5.1
5422026-03-15T13:42:38.953Z Downloaded typify-macro v0.4.3
5432026-03-15T13:42:38.953Z Downloaded universal-hash v0.5.1
5442026-03-15T13:42:38.957Z Downloaded unicode-linebreak v0.1.5
5452026-03-15T13:42:38.957Z Downloaded unarray v0.1.4
5462026-03-15T13:42:38.957Z Downloaded typify-macro v0.6.1
5472026-03-15T13:42:38.960Z Downloaded synstructure v0.13.2
5482026-03-15T13:42:38.960Z Downloaded serde_core v1.0.228
5492026-03-15T13:42:38.962Z Downloaded usdt-attr-macro v0.5.0
5502026-03-15T13:42:38.962Z Downloaded usdt-macro v0.5.0
5512026-03-15T13:42:38.965Z Downloaded usdt v0.5.0
5522026-03-15T13:42:38.965Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5532026-03-15T13:42:38.968Z Downloaded minimal-lexical v0.2.1
5542026-03-15T13:42:38.971Z Downloaded memchr v2.7.5
5552026-03-15T13:42:38.973Z Downloaded usdt v0.6.0
5562026-03-15T13:42:38.976Z Downloaded untrusted v0.9.0
5572026-03-15T13:42:38.976Z Downloaded thiserror v2.0.18
5582026-03-15T13:42:38.979Z Downloaded tokio-macros v2.6.0
5592026-03-15T13:42:38.982Z Downloaded tinystr v0.8.1
5602026-03-15T13:42:38.985Z Downloaded unicode-xid v0.2.6
5612026-03-15T13:42:38.985Z Downloaded usdt-macro v0.6.0
5622026-03-15T13:42:38.985Z Downloaded usdt-attr-macro v0.6.0
5632026-03-15T13:42:38.988Z Downloaded utf8_iter v1.0.4
5642026-03-15T13:42:38.988Z Downloaded untrusted v0.7.1
5652026-03-15T13:42:38.990Z Downloaded utf8parse v0.2.2
5662026-03-15T13:42:38.991Z Downloaded term v1.2.0
5672026-03-15T13:42:38.993Z Downloaded similar v2.7.0
5682026-03-15T13:42:38.996Z Downloaded toml_writer v1.0.6+spec-1.1.0
5692026-03-15T13:42:38.999Z Downloaded time-macros v0.2.24
5702026-03-15T13:42:38.999Z Downloaded thread_local v1.1.9
5712026-03-15T13:42:39.002Z Downloaded dropshot-api-manager v0.5.2
5722026-03-15T13:42:39.005Z Downloaded tempfile v3.23.0
5732026-03-15T13:42:39.005Z Downloaded schemars v0.8.22
5742026-03-15T13:42:39.013Z Downloaded yoke-derive v0.8.0
5752026-03-15T13:42:39.015Z Downloaded xattr v1.6.1
5762026-03-15T13:42:39.015Z Downloaded version_check v0.9.5
5772026-03-15T13:42:39.018Z Downloaded nom v7.1.3
5782026-03-15T13:42:39.021Z Downloaded socket2 v0.6.0
5792026-03-15T13:42:39.024Z Downloaded tokio-rustls v0.26.3
5802026-03-15T13:42:39.024Z Downloaded wait-timeout v0.2.1
5812026-03-15T13:42:39.027Z Downloaded waitgroup v0.1.2
5822026-03-15T13:42:39.027Z Downloaded want v0.3.1
5832026-03-15T13:42:39.027Z Downloaded spin v0.9.8
5842026-03-15T13:42:39.029Z Downloaded rand v0.8.5
5852026-03-15T13:42:39.032Z Downloaded zeroize_derive v1.4.3
5862026-03-15T13:42:39.032Z Downloaded quinn v0.11.9
5872026-03-15T13:42:39.035Z Downloaded progenitor-impl v0.13.0
5882026-03-15T13:42:39.041Z Downloaded qorb v0.4.1
5892026-03-15T13:42:39.041Z Downloaded hyper-util v0.1.19
5902026-03-15T13:42:39.045Z Downloaded aho-corasick v1.1.3
5912026-03-15T13:42:39.049Z Downloaded slog-async v2.8.0
5922026-03-15T13:42:39.052Z Downloaded rustls-webpki v0.103.6
5932026-03-15T13:42:39.054Z Downloaded zerofrom v0.1.6
5942026-03-15T13:42:39.054Z Downloaded progenitor-client v0.13.0
5952026-03-15T13:42:39.054Z Downloaded zerofrom-derive v0.1.6
5962026-03-15T13:42:39.057Z Downloaded postcard v1.1.3
5972026-03-15T13:42:39.057Z Downloaded papergrid v0.11.0
5982026-03-15T13:42:39.061Z Downloaded zone_cfg_derive v0.3.1
5992026-03-15T13:42:39.064Z Downloaded zone v0.3.1
6002026-03-15T13:42:39.064Z Downloaded cc v1.2.38
6012026-03-15T13:42:39.067Z Downloaded slog v2.8.2
6022026-03-15T13:42:39.069Z Downloaded tracing-attributes v0.1.30
6032026-03-15T13:42:39.072Z Downloaded textwrap v0.16.2
6042026-03-15T13:42:39.072Z Downloaded walkdir v2.5.0
6052026-03-15T13:42:39.075Z Downloaded signal-hook v0.3.18
6062026-03-15T13:42:39.078Z Downloaded yoke v0.8.0
6072026-03-15T13:42:39.078Z Downloaded usdt-impl v0.5.0
6082026-03-15T13:42:39.081Z Downloaded toml v0.9.11+spec-1.1.0
6092026-03-15T13:42:39.083Z Downloaded ucd-trie v0.1.7
6102026-03-15T13:42:39.084Z Downloaded usdt-impl v0.6.0
6112026-03-15T13:42:39.086Z Downloaded toml v0.8.23
6122026-03-15T13:42:39.086Z Downloaded tokio-dtrace v0.1.1
6132026-03-15T13:42:39.089Z Downloaded test-strategy v0.4.3
6142026-03-15T13:42:39.092Z Downloaded zeroize v1.8.1
6152026-03-15T13:42:39.092Z Downloaded hashbrown v0.12.3
6162026-03-15T13:42:39.095Z Downloaded zerovec-derive v0.11.1
6172026-03-15T13:42:39.097Z Downloaded iddqd v0.3.17
6182026-03-15T13:42:39.101Z Downloaded tokio-stream v0.1.17
6192026-03-15T13:42:39.104Z Downloaded schemars v0.9.0
6202026-03-15T13:42:39.112Z Downloaded zmij v1.0.17
6212026-03-15T13:42:39.115Z Downloaded bindgen v0.72.1
6222026-03-15T13:42:39.119Z Downloaded writeable v0.6.1
6232026-03-15T13:42:39.122Z Downloaded futures-util v0.3.31
6242026-03-15T13:42:39.129Z Downloaded serde_yaml v0.9.34+deprecated
6252026-03-15T13:42:39.131Z Downloaded whoami v1.6.1
6262026-03-15T13:42:39.134Z Downloaded vsss-rs v3.3.4
6272026-03-15T13:42:39.137Z Downloaded unicode-ident v1.0.24
6282026-03-15T13:42:39.137Z Downloaded vergen v8.3.2
6292026-03-15T13:42:39.140Z Downloaded zerocopy-derive v0.7.35
6302026-03-15T13:42:39.143Z Downloaded toml_parser v1.0.6+spec-1.1.0
6312026-03-15T13:42:39.145Z Downloaded blake3 v1.8.2
6322026-03-15T13:42:39.149Z Downloaded tinyvec v1.10.0
6332026-03-15T13:42:39.152Z Downloaded libm v0.2.15
6342026-03-15T13:42:39.159Z Downloaded snafu v0.8.9
6352026-03-15T13:42:39.163Z Downloaded tracing-core v0.1.34
6362026-03-15T13:42:39.166Z Downloaded aws-lc-rs v1.14.0
6372026-03-15T13:42:39.172Z Downloaded toml_edit v0.22.27
6382026-03-15T13:42:39.175Z Downloaded toml v0.7.8
6392026-03-15T13:42:39.178Z Downloaded mio v1.0.4
6402026-03-15T13:42:39.181Z Downloaded itertools v0.12.1
6412026-03-15T13:42:39.186Z Downloaded strum_macros v0.27.2
6422026-03-15T13:42:39.189Z Downloaded iri-string v0.7.8
6432026-03-15T13:42:39.193Z Downloaded tar v0.4.44
6442026-03-15T13:42:39.195Z Downloaded idna v1.1.0
6452026-03-15T13:42:39.198Z Downloaded typify v0.6.1
6462026-03-15T13:42:39.201Z Downloaded tracing v0.1.41
6472026-03-15T13:42:39.204Z Downloaded typify v0.4.3
6482026-03-15T13:42:39.206Z Downloaded icu_properties_data v2.0.1
6492026-03-15T13:42:39.212Z Downloaded http v1.4.0
6502026-03-15T13:42:39.215Z Downloaded rayon-core v1.13.0
6512026-03-15T13:42:39.218Z Downloaded pin-project v1.1.10
6522026-03-15T13:42:39.226Z Downloaded zerotrie v0.2.2
6532026-03-15T13:42:39.229Z Downloaded uuid v1.20.0
6542026-03-15T13:42:39.231Z Downloaded url v2.5.7
6552026-03-15T13:42:39.234Z Downloaded steno v0.4.1
6562026-03-15T13:42:39.237Z Downloaded rand_core v0.9.3
6572026-03-15T13:42:39.240Z Downloaded rand v0.9.2
6582026-03-15T13:42:39.240Z Downloaded ingot-macros v0.1.1
6592026-03-15T13:42:39.243Z Downloaded h2 v0.4.12
6602026-03-15T13:42:39.245Z Downloaded typenum v1.18.0
6612026-03-15T13:42:39.249Z Downloaded serde v1.0.228
6622026-03-15T13:42:39.252Z Downloaded reqwest v0.13.2
6632026-03-15T13:42:39.255Z Downloaded dropshot_endpoint v0.16.7
6642026-03-15T13:42:39.258Z Downloaded unsafe-libyaml v0.2.11
6652026-03-15T13:42:39.261Z Downloaded toml_edit v0.19.15
6662026-03-15T13:42:39.272Z Downloaded tower v0.5.2
6672026-03-15T13:42:39.279Z Downloaded clap_builder v4.5.50
6682026-03-15T13:42:39.282Z Downloaded reqwest v0.12.23
6692026-03-15T13:42:39.287Z Downloaded unicode-segmentation v1.12.0
6702026-03-15T13:42:39.290Z Downloaded itertools v0.14.0
6712026-03-15T13:42:39.294Z Downloaded regex v1.12.3
6722026-03-15T13:42:39.297Z Downloaded hyper v1.8.1
6732026-03-15T13:42:39.302Z Downloaded hashbrown v0.16.1
6742026-03-15T13:42:39.306Z Downloaded pest v2.8.2
6752026-03-15T13:42:39.310Z Downloaded serde_plain v1.0.2
6762026-03-15T13:42:39.312Z Downloaded proc-macro-error v1.0.4
6772026-03-15T13:42:39.315Z Downloaded ppv-lite86 v0.2.21
6782026-03-15T13:42:39.315Z Downloaded pest_meta v2.8.2
6792026-03-15T13:42:39.318Z Downloaded unicode-normalization v0.1.24
6802026-03-15T13:42:39.320Z Downloaded portable-atomic v1.11.1
6812026-03-15T13:42:39.323Z Downloaded schemars v1.2.0
6822026-03-15T13:42:39.333Z Downloaded tough v0.20.0
6832026-03-15T13:42:39.339Z Downloaded zerocopy-derive v0.8.27
6842026-03-15T13:42:39.344Z Downloaded serde_with v3.14.1
6852026-03-15T13:42:39.352Z Downloaded rustls-webpki v0.102.8
6862026-03-15T13:42:39.365Z Downloaded hashbrown v0.15.5
6872026-03-15T13:42:39.369Z Downloaded goblin v0.8.2
6882026-03-15T13:42:39.373Z Downloaded git2 v0.19.0
6892026-03-15T13:42:39.379Z Downloaded typed-path v0.9.3
6902026-03-15T13:42:39.383Z Downloaded time v0.3.44
6912026-03-15T13:42:39.388Z Downloaded proptest v1.8.0
6922026-03-15T13:42:39.395Z Downloaded chrono v0.4.43
6932026-03-15T13:42:39.400Z Downloaded curve25519-dalek v4.1.3
6942026-03-15T13:42:39.406Z Downloaded tokio-util v0.7.16
6952026-03-15T13:42:39.411Z Downloaded hkdf v0.12.4
6962026-03-15T13:42:39.413Z Downloaded tabled v0.15.0
6972026-03-15T13:42:39.425Z Downloaded serde_json v1.0.149
6982026-03-15T13:42:39.429Z Downloaded scroll_derive v0.13.1
6992026-03-15T13:42:39.431Z Downloaded getrandom v0.3.3
7002026-03-15T13:42:39.434Z Downloaded futures v0.3.31
7012026-03-15T13:42:39.437Z Downloaded secrecy v0.10.3
7022026-03-15T13:42:39.437Z Downloaded quote v1.0.44
7032026-03-15T13:42:39.439Z Downloaded curl v0.4.49
7042026-03-15T13:42:39.443Z Downloaded tower-http v0.6.8
7052026-03-15T13:42:39.446Z Downloaded syn v1.0.109
7062026-03-15T13:42:39.453Z Downloaded zerovec v0.11.4
7072026-03-15T13:42:39.457Z Downloaded tabled v0.20.0
7082026-03-15T13:42:39.469Z Downloaded vcpkg v0.2.15
7092026-03-15T13:42:39.497Z Downloaded zerocopy v0.8.27
7102026-03-15T13:42:39.513Z Downloaded winnow v0.5.40
7112026-03-15T13:42:39.518Z Downloaded zerocopy v0.7.35
7122026-03-15T13:42:39.529Z Downloaded goblin v0.10.1
7132026-03-15T13:42:39.535Z Downloaded regress v0.10.5
7142026-03-15T13:42:39.540Z Downloaded webpki-roots v1.0.2
7152026-03-15T13:42:39.543Z Downloaded rustls v0.22.4
7162026-03-15T13:42:39.552Z Downloaded winnow v0.7.14
7172026-03-15T13:42:39.559Z Downloaded rustix v0.38.44
7182026-03-15T13:42:39.574Z Downloaded moka v0.12.11
7192026-03-15T13:42:39.581Z Downloaded quinn-proto v0.11.13
7202026-03-15T13:42:39.586Z Downloaded openssl v0.10.73
7212026-03-15T13:42:39.592Z Downloaded regex-syntax v0.8.6
7222026-03-15T13:42:39.598Z Downloaded bstr v1.12.0
7232026-03-15T13:42:39.604Z Downloaded rayon v1.11.0
7242026-03-15T13:42:39.610Z Downloaded pin-project-lite v0.2.16
7252026-03-15T13:42:39.613Z Downloaded omicron-zone-package v0.12.2
7262026-03-15T13:42:39.616Z Downloaded rustix v1.1.2
7272026-03-15T13:42:39.632Z Downloaded parse-display-derive v0.10.0
7282026-03-15T13:42:39.635Z Downloaded typify-impl v0.6.1
7292026-03-15T13:42:39.642Z Downloaded oxnet v0.1.4
7302026-03-15T13:42:39.645Z Downloaded oxide-tokio-rt v0.1.2
7312026-03-15T13:42:39.645Z Downloaded libsw-core v0.3.2
7322026-03-15T13:42:39.647Z Downloaded proc-macro-error2 v2.0.1
7332026-03-15T13:42:39.650Z Downloaded typify-impl v0.4.3
7342026-03-15T13:42:39.657Z Downloaded smoltcp v0.11.0
7352026-03-15T13:42:39.665Z Downloaded unicode-width v0.1.14
7362026-03-15T13:42:39.669Z Downloaded once_cell v1.21.3
7372026-03-15T13:42:39.672Z Downloaded libsw v3.5.0
7382026-03-15T13:42:39.672Z Downloaded pest_generator v2.8.2
7392026-03-15T13:42:39.675Z Downloaded pem v3.0.5
7402026-03-15T13:42:39.675Z Downloaded icu_properties v2.0.1
7412026-03-15T13:42:39.678Z Downloaded unicode-width v0.2.1
7422026-03-15T13:42:39.681Z Downloaded nix v0.30.1
7432026-03-15T13:42:39.687Z Downloaded syn v2.0.117
7442026-03-15T13:42:39.695Z Downloaded paste v1.0.15
7452026-03-15T13:42:39.698Z Downloaded regex-automata v0.4.13
7462026-03-15T13:42:39.708Z Downloaded rustls v0.23.32
7472026-03-15T13:42:39.716Z Downloaded hickory-proto v0.25.2
7482026-03-15T13:42:39.726Z Downloaded petgraph v0.6.5
7492026-03-15T13:42:39.739Z Downloaded hickory-proto v0.24.4
7502026-03-15T13:42:39.749Z Downloaded openapiv3 v2.2.0
7512026-03-15T13:42:39.756Z Downloaded chrono-tz v0.10.4
7522026-03-15T13:42:39.767Z Downloaded dropshot v0.16.7
7532026-03-15T13:42:39.782Z Downloaded icu_provider v2.0.0
7542026-03-15T13:42:39.785Z Downloaded hmac v0.12.1
7552026-03-15T13:42:39.788Z Downloaded fs_extra v1.3.0
7562026-03-15T13:42:39.788Z Downloaded half v2.7.1
7572026-03-15T13:42:39.791Z Downloaded hyper-rustls v0.27.7
7582026-03-15T13:42:39.791Z Downloaded derive-where v1.6.0
7592026-03-15T13:42:39.794Z Downloaded crossbeam-epoch v0.9.18
7602026-03-15T13:42:39.797Z Downloaded clap v4.5.50
7612026-03-15T13:42:39.801Z Downloaded num-rational v0.4.2
7622026-03-15T13:42:39.803Z Downloaded libz-sys v1.1.22
7632026-03-15T13:42:39.816Z Downloaded csv v1.3.1
7642026-03-15T13:42:39.830Z Downloaded num-integer v0.1.46
7652026-03-15T13:42:39.833Z Downloaded httparse v1.10.1
7662026-03-15T13:42:39.833Z Downloaded memoffset v0.9.1
7672026-03-15T13:42:39.835Z Downloaded crossbeam-deque v0.8.6
7682026-03-15T13:42:39.835Z Downloaded parse-display v0.10.0
7692026-03-15T13:42:39.838Z Downloaded ingot v0.1.1
7702026-03-15T13:42:39.838Z Downloaded crossbeam-utils v0.8.21
7712026-03-15T13:42:39.841Z Downloaded cancel-safe-futures v0.1.5
7722026-03-15T13:42:39.841Z Downloaded camino-tempfile v1.4.1
7732026-03-15T13:42:39.844Z Downloaded camino v1.2.2
7742026-03-15T13:42:39.844Z Downloaded git-stub-vcs v0.1.0
7752026-03-15T13:42:39.845Z Downloaded heck v0.4.1
7762026-03-15T13:42:39.847Z Downloaded ipnet v2.11.0
7772026-03-15T13:42:39.847Z Downloaded foldhash v0.1.5
7782026-03-15T13:42:39.847Z Downloaded ingot-types v0.1.2
7792026-03-15T13:42:39.851Z Downloaded num-derive v0.3.3
7802026-03-15T13:42:39.851Z Downloaded num v0.4.3
7812026-03-15T13:42:39.851Z Downloaded newtype-uuid-macros v0.1.0
7822026-03-15T13:42:39.851Z Downloaded newline-converter v0.3.0
7832026-03-15T13:42:39.854Z Downloaded managed v0.8.0
7842026-03-15T13:42:39.854Z Downloaded macaddr v1.0.1
7852026-03-15T13:42:39.854Z Downloaded colored v3.0.0
7862026-03-15T13:42:39.857Z Downloaded lru-cache v0.1.2
7872026-03-15T13:42:39.857Z Downloaded console v0.15.11
7882026-03-15T13:42:39.857Z Downloaded lazy_static v1.5.0
7892026-03-15T13:42:39.859Z Downloaded daft v0.1.4
7902026-03-15T13:42:39.859Z Downloaded async-trait v0.1.89
7912026-03-15T13:42:39.862Z Downloaded keccak v0.1.5
7922026-03-15T13:42:39.862Z Downloaded highway v1.3.0
7932026-03-15T13:42:39.865Z Downloaded filetime v0.2.26
7942026-03-15T13:42:39.865Z Downloaded csv-core v0.1.12
7952026-03-15T13:42:39.868Z Downloaded cipher v0.4.4
7962026-03-15T13:42:39.868Z Downloaded http-body-util v0.1.3
7972026-03-15T13:42:39.868Z Downloaded fs-err v3.1.2
7982026-03-15T13:42:39.871Z Downloaded futures-channel v0.3.31
7992026-03-15T13:42:39.871Z Downloaded foldhash v0.2.0
8002026-03-15T13:42:39.871Z Downloaded find-msvc-tools v0.1.2
8012026-03-15T13:42:39.873Z Downloaded defmt-parser v1.0.0
8022026-03-15T13:42:39.874Z Downloaded critical-section v1.2.0
8032026-03-15T13:42:39.874Z Downloaded byteorder v1.5.0
8042026-03-15T13:42:39.876Z Downloaded inout v0.1.4
8052026-03-15T13:42:39.876Z Downloaded indent_write v2.2.0
8062026-03-15T13:42:39.876Z Downloaded darling v0.21.3
8072026-03-15T13:42:39.879Z Downloaded dunce v1.0.5
8082026-03-15T13:42:39.882Z Downloaded dropshot-api-manager-types v0.5.2
8092026-03-15T13:42:39.882Z Downloaded argon2 v0.5.3
8102026-03-15T13:42:39.882Z Downloaded foreign-types v0.3.2
8112026-03-15T13:42:39.882Z Downloaded errno v0.3.14
8122026-03-15T13:42:39.885Z Downloaded cargo_metadata v0.18.1
8132026-03-15T13:42:39.885Z Downloaded bytecount v0.6.9
8142026-03-15T13:42:39.885Z Downloaded defmt v0.3.100
8152026-03-15T13:42:39.888Z Downloaded crc8 v0.1.1
8162026-03-15T13:42:39.888Z Downloaded cpufeatures v0.2.17
8172026-03-15T13:42:39.888Z Downloaded ciborium-io v0.2.2
8182026-03-15T13:42:39.888Z Downloaded dyn-clone v1.0.20
8192026-03-15T13:42:39.891Z Downloaded cargo-platform v0.1.9
8202026-03-15T13:42:39.891Z Downloaded atomic-waker v1.1.2
8212026-03-15T13:42:39.891Z Downloaded async-stream-impl v0.3.6
8222026-03-15T13:42:39.891Z Downloaded heck v0.5.0
8232026-03-15T13:42:39.894Z Downloaded futures-core v0.3.32
8242026-03-15T13:42:39.894Z Downloaded enum-as-inner v0.6.1
8252026-03-15T13:42:39.894Z Downloaded clap_lex v0.7.5
8262026-03-15T13:42:39.897Z Downloaded gethostname v0.5.0
8272026-03-15T13:42:39.897Z Downloaded foreign-types-macros v0.2.3
8282026-03-15T13:42:39.897Z Downloaded dtrace-parser v0.2.0
8292026-03-15T13:42:39.897Z Downloaded bitflags v2.9.4
8302026-03-15T13:42:39.900Z Downloaded futures-task v0.3.31
8312026-03-15T13:42:39.900Z Downloaded blake2 v0.10.6
8322026-03-15T13:42:39.903Z Downloaded block-buffer v0.10.4
8332026-03-15T13:42:39.903Z Downloaded arrayvec v0.7.6
8342026-03-15T13:42:39.907Z Downloaded fnv v1.0.7
8352026-03-15T13:42:39.907Z Downloaded curve25519-dalek-derive v0.1.1
8362026-03-15T13:42:39.907Z Downloaded arrayref v0.3.9
8372026-03-15T13:42:39.907Z Downloaded jiff v0.2.15
8382026-03-15T13:42:39.916Z Downloaded either v1.15.0
8392026-03-15T13:42:39.919Z Downloaded float-ord v0.3.2
8402026-03-15T13:42:39.919Z Downloaded fixedbitset v0.4.2
8412026-03-15T13:42:39.919Z Downloaded bitflags v1.3.2
8422026-03-15T13:42:39.922Z Downloaded debug-ignore v1.0.5
8432026-03-15T13:42:39.922Z Downloaded async-stream v0.3.6
8442026-03-15T13:42:39.925Z Downloaded anstyle-query v1.1.4
8452026-03-15T13:42:39.925Z Downloaded anstyle-parse v0.2.7
8462026-03-15T13:42:39.928Z Downloaded crypto-common v0.1.6
8472026-03-15T13:42:39.928Z Downloaded bit-vec v0.8.0
8482026-03-15T13:42:39.928Z Downloaded displaydoc v0.2.5
8492026-03-15T13:42:39.931Z Downloaded base16ct v0.2.0
8502026-03-15T13:42:39.931Z Downloaded base64ct v1.8.0
8512026-03-15T13:42:39.934Z Downloaded autocfg v1.5.0
8522026-03-15T13:42:39.934Z Downloaded anstream v0.6.20
8532026-03-15T13:42:39.937Z Downloaded anstyle v1.0.11
8542026-03-15T13:42:39.937Z Downloaded curl-sys v0.4.83+curl-8.15.0
8552026-03-15T13:42:39.978Z Downloaded petgraph v0.8.2
8562026-03-15T13:42:39.992Z Downloaded libc v0.2.176
8572026-03-15T13:42:40.036Z Downloaded tokio v1.49.0
8582026-03-15T13:42:40.063Z Downloaded sha3 v0.10.8
8592026-03-15T13:42:40.158Z Downloaded encoding_rs v0.8.35
8602026-03-15T13:42:40.185Z Downloaded ring v0.17.14
8612026-03-15T13:42:40.214Z Downloaded libgit2-sys v0.17.0+1.8.1
8622026-03-15T13:42:40.576Z Downloaded aws-lc-sys v0.31.0
8632026-03-15T13:42:40.975Z Compiling proc-macro2 v1.0.106
8642026-03-15T13:42:40.975Z Compiling quote v1.0.44
8652026-03-15T13:42:40.978Z Compiling unicode-ident v1.0.24
8662026-03-15T13:42:40.978Z Compiling serde_core v1.0.228
8672026-03-15T13:42:40.978Z Compiling serde v1.0.228
8682026-03-15T13:42:40.978Z Compiling libc v0.2.176
8692026-03-15T13:42:40.978Z Compiling autocfg v1.5.0
8702026-03-15T13:42:41.359Z Checking cfg-if v1.0.3
8712026-03-15T13:42:41.456Z Compiling memchr v2.7.5
8722026-03-15T13:42:41.754Z Compiling zmij v1.0.17
8732026-03-15T13:42:41.797Z Compiling getrandom v0.3.3
8742026-03-15T13:42:42.240Z Compiling libm v0.2.15
8752026-03-15T13:42:42.389Z Checking itoa v1.0.15
8762026-03-15T13:42:42.485Z Compiling shlex v1.3.0
8772026-03-15T13:42:42.552Z Checking smallvec v1.15.1
8782026-03-15T13:42:42.586Z Compiling jobserver v0.1.34
8792026-03-15T13:42:42.670Z Compiling thiserror v2.0.18
8802026-03-15T13:42:42.802Z Compiling find-msvc-tools v0.1.2
8812026-03-15T13:42:42.892Z Compiling version_check v0.9.5
8822026-03-15T13:42:42.986Z Compiling syn v2.0.117
8832026-03-15T13:42:43.042Z Compiling cc v1.2.38
8842026-03-15T13:42:43.086Z Compiling icu_normalizer_data v2.0.0
8852026-03-15T13:42:43.132Z Compiling icu_properties_data v2.0.1
8862026-03-15T13:42:43.404Z Compiling lock_api v0.4.13
8872026-03-15T13:42:43.426Z Compiling parking_lot_core v0.9.11
8882026-03-15T13:42:43.479Z Checking stable_deref_trait v1.2.0
8892026-03-15T13:42:43.501Z Compiling serde_json v1.0.149
8902026-03-15T13:42:43.820Z Compiling log v0.4.29
8912026-03-15T13:42:43.864Z Compiling heck v0.5.0
8922026-03-15T13:42:44.161Z Checking writeable v0.6.1
8932026-03-15T13:42:44.184Z Checking litemap v0.8.0
8942026-03-15T13:42:44.206Z Compiling num-traits v0.2.19
8952026-03-15T13:42:44.247Z Checking percent-encoding v2.3.2
8962026-03-15T13:42:44.633Z Checking form_urlencoded v1.2.2
8972026-03-15T13:42:44.690Z Checking utf8_iter v1.0.4
8982026-03-15T13:42:44.719Z Compiling zerocopy v0.8.27
8992026-03-15T13:42:44.802Z Checking pin-project-lite v0.2.16
9002026-03-15T13:42:44.858Z Compiling rustversion v1.0.22
9012026-03-15T13:42:44.881Z Checking iana-time-zone v0.1.64
9022026-03-15T13:42:44.923Z Compiling allocator-api2 v0.2.21
9032026-03-15T13:42:44.982Z Compiling regex-syntax v0.8.6
9042026-03-15T13:42:45.014Z Compiling foldhash v0.2.0
9052026-03-15T13:42:45.276Z Compiling equivalent v1.0.2
9062026-03-15T13:42:45.299Z Compiling semver v1.0.27
9072026-03-15T13:42:45.357Z Checking socket2 v0.6.0
9082026-03-15T13:42:45.385Z Compiling hashbrown v0.16.1
9092026-03-15T13:42:45.675Z Compiling aho-corasick v1.1.3
9102026-03-15T13:42:45.697Z Checking uuid v1.20.0
9112026-03-15T13:42:45.780Z Checking scopeguard v1.2.0
9122026-03-15T13:42:46.166Z Checking getrandom v0.2.16
9132026-03-15T13:42:46.187Z Checking signal-hook-registry v1.4.6
9142026-03-15T13:42:46.243Z Checking mio v1.0.4
9152026-03-15T13:42:46.344Z Compiling portable-atomic v1.11.1
9162026-03-15T13:42:46.347Z Compiling schemars v0.8.22
9172026-03-15T13:42:46.389Z Checking dyn-clone v1.0.20
9182026-03-15T13:42:46.392Z Checking parking_lot v0.12.4
9192026-03-15T13:42:46.738Z Checking critical-section v1.2.0
9202026-03-15T13:42:46.989Z Compiling regex-automata v0.4.13
9212026-03-15T13:42:47.054Z Compiling synstructure v0.13.2
9222026-03-15T13:42:47.075Z Compiling serde_derive_internals v0.29.1
9232026-03-15T13:42:47.736Z Checking once_cell v1.21.3
9242026-03-15T13:42:47.756Z Compiling bitflags v2.9.4
9252026-03-15T13:42:47.906Z Checking futures-core v0.3.32
9262026-03-15T13:42:48.030Z Compiling ring v0.17.14
9272026-03-15T13:42:48.055Z Compiling typenum v1.18.0
9282026-03-15T13:42:48.132Z Compiling indexmap v2.13.0
9292026-03-15T13:42:48.275Z Compiling thiserror v1.0.69
9302026-03-15T13:42:48.761Z Compiling httparse v1.10.1
9312026-03-15T13:42:48.950Z Checking futures-sink v0.3.31
9322026-03-15T13:42:48.975Z Compiling serde_derive v1.0.228
9332026-03-15T13:42:49.004Z Compiling zerofrom-derive v0.1.6
9342026-03-15T13:42:49.027Z Compiling yoke-derive v0.8.0
9352026-03-15T13:42:49.077Z Compiling zerovec-derive v0.11.1
9362026-03-15T13:42:49.201Z Compiling displaydoc v0.2.5
9372026-03-15T13:42:49.400Z Compiling thiserror-impl v2.0.18
9382026-03-15T13:42:50.143Z Compiling schemars_derive v0.8.22
9392026-03-15T13:42:50.387Z Compiling tokio-macros v2.6.0
9402026-03-15T13:42:50.460Z Compiling zerocopy-derive v0.8.27
9412026-03-15T13:42:50.587Z Compiling futures-macro v0.3.31
9422026-03-15T13:42:50.635Z Checking zerofrom v0.1.6
9432026-03-15T13:42:50.795Z Checking yoke v0.8.0
9442026-03-15T13:42:51.033Z Checking zerovec v0.11.4
9452026-03-15T13:42:51.145Z Checking zerotrie v0.2.2
9462026-03-15T13:42:51.346Z Compiling regex v1.12.3
9472026-03-15T13:42:51.644Z Compiling zeroize_derive v1.4.3
9482026-03-15T13:42:51.687Z Compiling thiserror-impl v1.0.69
9492026-03-15T13:42:51.800Z Compiling rustix v1.1.2
9502026-03-15T13:42:52.061Z Checking tinystr v0.8.1
9512026-03-15T13:42:52.087Z Checking potential_utf v0.1.3
9522026-03-15T13:42:52.265Z Checking icu_collections v2.0.0
9532026-03-15T13:42:52.303Z Checking icu_locale_core v2.0.0
9542026-03-15T13:42:52.494Z Checking zeroize v1.8.1
9552026-03-15T13:42:52.517Z Checking slab v0.4.11
9562026-03-15T13:42:52.695Z Compiling either v1.15.0
9572026-03-15T13:42:52.723Z Checking subtle v2.6.1
9582026-03-15T13:42:52.858Z Compiling ucd-trie v0.1.7
9592026-03-15T13:42:52.921Z Compiling anyhow v1.0.100
9602026-03-15T13:42:52.945Z Checking icu_provider v2.0.0
9612026-03-15T13:42:52.967Z Checking futures-channel v0.3.31
9622026-03-15T13:42:53.138Z Checking bytes v1.11.1
9632026-03-15T13:42:53.160Z Checking chrono v0.4.43
9642026-03-15T13:42:53.240Z Compiling pest v2.8.2
9652026-03-15T13:42:53.266Z Checking icu_properties v2.0.1
9662026-03-15T13:42:53.332Z Checking icu_normalizer v2.0.0
9672026-03-15T13:42:53.434Z Compiling serde_tokenstream v0.2.3
9682026-03-15T13:42:53.749Z Checking tokio v1.49.0
9692026-03-15T13:42:54.076Z Checking rand_core v0.6.4
9702026-03-15T13:42:54.160Z Checking pin-utils v0.1.0
9712026-03-15T13:42:54.252Z Checking futures-task v0.3.31
9722026-03-15T13:42:54.293Z Checking futures-io v0.3.31
9732026-03-15T13:42:54.326Z Compiling pkg-config v0.3.32
9742026-03-15T13:42:54.397Z Checking idna_adapter v1.2.1
9752026-03-15T13:42:54.432Z Compiling tracing-attributes v0.1.30
9762026-03-15T13:42:54.453Z Checking futures-util v0.3.31
9772026-03-15T13:42:54.556Z Checking idna v1.1.0
9782026-03-15T13:42:54.835Z Compiling pest_meta v2.8.2
9792026-03-15T13:42:54.876Z Checking url v2.5.7
9802026-03-15T13:42:54.928Z Checking tracing-core v0.1.34
9812026-03-15T13:42:54.951Z Compiling generic-array v0.14.7
9822026-03-15T13:42:55.336Z Compiling vcpkg v0.2.15
9832026-03-15T13:42:55.515Z Compiling fnv v1.0.7
9842026-03-15T13:42:55.648Z Compiling pest_generator v2.8.2
9852026-03-15T13:42:56.074Z Checking tracing v0.1.41
9862026-03-15T13:42:56.371Z Compiling http v1.4.0
9872026-03-15T13:42:56.765Z Compiling pest_derive v2.8.2
9882026-03-15T13:42:56.768Z Compiling prettyplease v0.2.37
9892026-03-15T13:42:56.839Z Compiling rustc-hash v2.1.1
9902026-03-15T13:42:57.113Z Compiling regress v0.10.5
9912026-03-15T13:42:57.173Z Compiling time-core v0.1.6
9922026-03-15T13:42:57.234Z Compiling num-conv v0.1.0
9932026-03-15T13:42:57.256Z Compiling byteorder v1.5.0
9942026-03-15T13:42:57.407Z Checking errno v0.3.14
9952026-03-15T13:42:57.435Z Compiling time-macros v0.2.24
9962026-03-15T13:42:57.565Z Compiling minimal-lexical v0.2.1
9972026-03-15T13:42:57.568Z Compiling glob v0.3.3
9982026-03-15T13:42:57.847Z Compiling nom v7.1.3
9992026-03-15T13:42:58.035Z Compiling clang-sys v1.8.1
10002026-03-15T13:42:58.084Z Checking base64 v0.22.1
10012026-03-15T13:42:58.398Z Checking ipnet v2.11.0
10022026-03-15T13:42:58.534Z Checking tokio-util v0.7.16
10032026-03-15T13:42:58.700Z Checking crypto-common v0.1.6
10042026-03-15T13:42:58.864Z Compiling scroll_derive v0.13.1
10052026-03-15T13:42:59.196Z Compiling libloading v0.8.9
10062026-03-15T13:42:59.260Z Compiling bindgen v0.72.1
10072026-03-15T13:42:59.618Z Compiling camino v1.2.2
10082026-03-15T13:42:59.671Z Compiling cexpr v0.6.0
10092026-03-15T13:42:59.733Z Checking http-body v1.0.1
10102026-03-15T13:42:59.908Z Checking ppv-lite86 v0.2.21
10112026-03-15T13:43:00.033Z Compiling itertools v0.12.1
10122026-03-15T13:43:00.057Z Compiling crossbeam-utils v0.8.21
10132026-03-15T13:43:00.078Z Checking atomic-waker v1.1.2
10142026-03-15T13:43:00.142Z Compiling syn v1.0.109
10152026-03-15T13:43:00.333Z Compiling slog v2.8.2
10162026-03-15T13:43:00.466Z Checking tower-service v0.3.3
10172026-03-15T13:43:00.493Z Checking try-lock v0.2.5
10182026-03-15T13:43:00.517Z Compiling paste v1.0.15
10192026-03-15T13:43:00.580Z Checking tower-layer v0.3.3
10202026-03-15T13:43:00.630Z Checking want v0.3.1
10212026-03-15T13:43:00.674Z Checking h2 v0.4.12
10222026-03-15T13:43:00.677Z Checking ipnetwork v0.21.1
10232026-03-15T13:43:00.774Z Checking erased-serde v0.3.31
10242026-03-15T13:43:00.804Z Checking rustls-pki-types v1.12.0
10252026-03-15T13:43:00.967Z Checking pretty-hex v0.4.1
10262026-03-15T13:43:01.069Z Checking ryu v1.0.20
10272026-03-15T13:43:01.116Z Checking httpdate v1.0.3
10282026-03-15T13:43:01.250Z Compiling async-trait v0.1.89
10292026-03-15T13:43:01.306Z Checking untrusted v0.9.0
10302026-03-15T13:43:01.496Z Compiling scroll v0.13.0
10312026-03-15T13:43:01.744Z Compiling openssl-sys v0.9.109
10322026-03-15T13:43:01.893Z Checking plain v0.2.3
10332026-03-15T13:43:02.030Z Compiling usdt-impl v0.6.0
10342026-03-15T13:43:02.339Z Compiling strsim v0.11.1
10352026-03-15T13:43:02.597Z Compiling goblin v0.10.1
10362026-03-15T13:43:02.730Z Checking http-body-util v0.1.3
10372026-03-15T13:43:02.754Z Checking block-buffer v0.10.4
10382026-03-15T13:43:02.827Z Compiling openapiv3 v2.2.0
10392026-03-15T13:43:02.930Z Checking rand_core v0.9.3
10402026-03-15T13:43:03.211Z Checking hyper v1.8.1
10412026-03-15T13:43:03.330Z Compiling slog-async v2.8.0
10422026-03-15T13:43:04.294Z Checking digest v0.10.7
10432026-03-15T13:43:04.395Z Checking hyper-util v0.1.19
10442026-03-15T13:43:04.548Z Checking serde_urlencoded v0.7.1
10452026-03-15T13:43:04.822Z Checking oxnet v0.1.4
10462026-03-15T13:43:04.845Z Compiling typify-impl v0.4.3
10472026-03-15T13:43:04.909Z Compiling dtrace-parser v0.3.0
10482026-03-15T13:43:05.128Z Compiling cmake v0.1.54
10492026-03-15T13:43:05.410Z Compiling thread-id v5.0.0
10502026-03-15T13:43:05.521Z Compiling omicron-workspace-hack v0.1.0
10512026-03-15T13:43:05.579Z Compiling fs_extra v1.3.0
10522026-03-15T13:43:05.785Z Compiling dunce v1.0.5
10532026-03-15T13:43:05.789Z Compiling ident_case v1.0.1
10542026-03-15T13:43:05.904Z Checking rand_chacha v0.9.0
10552026-03-15T13:43:05.927Z Compiling darling_core v0.21.3
10562026-03-15T13:43:05.927Z Compiling daft-derive v0.1.4
10572026-03-15T13:43:05.972Z Checking powerfmt v0.2.0
10582026-03-15T13:43:06.158Z Checking rand v0.9.2
10592026-03-15T13:43:06.181Z Compiling unsafe-libyaml v0.2.11
10602026-03-15T13:43:06.419Z Compiling dof v0.4.0
10612026-03-15T13:43:06.833Z Checking deranged v0.5.3
10622026-03-15T13:43:06.942Z Compiling serde_yaml v0.9.34+deprecated
10632026-03-15T13:43:07.551Z Checking sync_wrapper v1.0.2
10642026-03-15T13:43:07.784Z Compiling aws-lc-rs v1.14.0
10652026-03-15T13:43:07.839Z Compiling usdt-macro v0.6.0
10662026-03-15T13:43:08.131Z Compiling usdt-attr-macro v0.6.0
10672026-03-15T13:43:08.434Z Checking cpufeatures v0.2.17
10682026-03-15T13:43:08.497Z Compiling aws-lc-sys v0.31.0
10692026-03-15T13:43:08.527Z Compiling rustls v0.22.4
10702026-03-15T13:43:08.605Z Checking num_threads v0.1.7
10712026-03-15T13:43:08.825Z Checking tower v0.5.2
10722026-03-15T13:43:08.910Z Checking time v0.3.44
10732026-03-15T13:43:09.006Z Compiling darling_macro v0.21.3
10742026-03-15T13:43:09.348Z Compiling structmeta-derive v0.3.0
10752026-03-15T13:43:09.561Z Checking encoding_rs v0.8.35
10762026-03-15T13:43:09.707Z Compiling darling v0.21.3
10772026-03-15T13:43:09.815Z Checking mime v0.3.17
10782026-03-15T13:43:09.840Z Compiling typify-macro v0.4.3
10792026-03-15T13:43:10.049Z Checking iri-string v0.7.8
10802026-03-15T13:43:10.400Z Checking crossbeam-channel v0.5.15
10812026-03-15T13:43:10.667Z Checking futures-executor v0.3.31
10822026-03-15T13:43:10.726Z Compiling structmeta v0.3.0
10832026-03-15T13:43:10.832Z Compiling multer v3.1.0
10842026-03-15T13:43:10.856Z Checking fastrand v2.3.0
10852026-03-15T13:43:10.859Z Checking unicode-width v0.2.1
10862026-03-15T13:43:10.984Z Checking untrusted v0.7.1
10872026-03-15T13:43:11.007Z Checking foreign-types-shared v0.1.1
10882026-03-15T13:43:11.093Z Compiling openssl v0.10.73
10892026-03-15T13:43:11.116Z Checking hex v0.4.3
10902026-03-15T13:43:11.119Z Checking foreign-types v0.3.2
10912026-03-15T13:43:11.208Z Checking tempfile v3.23.0
10922026-03-15T13:43:11.231Z Checking futures v0.3.31
10932026-03-15T13:43:11.412Z Compiling openssl-macros v0.1.1
10942026-03-15T13:43:11.466Z Compiling async-stream-impl v0.3.6
10952026-03-15T13:43:11.489Z Checking tower-http v0.6.8
10962026-03-15T13:43:11.492Z Compiling strum_macros v0.26.4
10972026-03-15T13:43:11.621Z Checking thread_local v1.1.9
10982026-03-15T13:43:11.837Z Checking openssl-probe v0.1.6
10992026-03-15T13:43:11.930Z Compiling typify v0.4.3
11002026-03-15T13:43:11.970Z Compiling native-tls v0.2.14
11012026-03-15T13:43:12.015Z Compiling rustls v0.23.32
11022026-03-15T13:43:12.320Z Compiling newtype-uuid-macros v0.1.0
11032026-03-15T13:43:12.343Z Compiling dropshot v0.16.7
11042026-03-15T13:43:12.584Z Checking memmap2 v0.9.8
11052026-03-15T13:43:12.607Z Checking is-terminal v0.4.16
11062026-03-15T13:43:12.629Z Compiling ref-cast v1.0.25
11072026-03-15T13:43:12.725Z Checking match_cfg v0.1.0
11082026-03-15T13:43:12.798Z Checking take_mut v0.2.2
11092026-03-15T13:43:12.820Z Checking winnow v0.7.14
11102026-03-15T13:43:12.931Z Checking term v1.2.0
11112026-03-15T13:43:13.227Z Checking slog-term v2.9.2
11122026-03-15T13:43:13.300Z Checking hostname v0.3.1
11132026-03-15T13:43:13.388Z Checking slog-json v2.6.1
11142026-03-15T13:43:13.425Z Compiling dropshot_endpoint v0.16.7
11152026-03-15T13:43:13.565Z Compiling ref-cast-impl v1.0.25
11162026-03-15T13:43:13.587Z Checking slog-bunyan v2.5.0
11172026-03-15T13:43:13.729Z Compiling derive-ex v0.1.8
11182026-03-15T13:43:14.071Z Checking webpki-roots v1.0.2
11192026-03-15T13:43:14.229Z Compiling strum_macros v0.27.2
11202026-03-15T13:43:14.437Z Compiling progenitor-impl v0.11.1
11212026-03-15T13:43:14.623Z Checking newtype-uuid v1.3.2
11222026-03-15T13:43:15.119Z Checking daft v0.1.4
11232026-03-15T13:43:15.270Z Checking tokio-native-tls v0.3.1
11242026-03-15T13:43:15.416Z Compiling serde_with_macros v3.14.1
11252026-03-15T13:43:15.470Z Checking hyper-tls v0.6.0
11262026-03-15T13:43:15.807Z Compiling test-strategy v0.4.3
11272026-03-15T13:43:15.972Z Checking rustls-webpki v0.102.8
11282026-03-15T13:43:16.084Z Checking debug-ignore v1.0.5
11292026-03-15T13:43:16.215Z Checking toml_parser v1.0.6+spec-1.1.0
11302026-03-15T13:43:16.726Z Compiling parse-display-derive v0.10.0
11312026-03-15T13:43:17.018Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11322026-03-15T13:43:17.426Z Compiling progenitor-macro v0.11.1
11332026-03-15T13:43:17.597Z Checking serde_spanned v1.0.4
11342026-03-15T13:43:17.621Z Checking usdt v0.6.0
11352026-03-15T13:43:17.665Z Checking toml_datetime v0.7.5+spec-1.1.0
11362026-03-15T13:43:17.767Z Checking spin v0.9.8
11372026-03-15T13:43:17.824Z Checking toml_writer v1.0.6+spec-1.1.0
11382026-03-15T13:43:18.066Z Checking toml v0.9.11+spec-1.1.0
11392026-03-15T13:43:18.199Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11402026-03-15T13:43:18.351Z Checking strum v0.26.3
11412026-03-15T13:43:18.495Z Checking async-stream v0.3.6
11422026-03-15T13:43:18.516Z Checking tokio-rustls v0.25.0
11432026-03-15T13:43:18.649Z Checking sha1 v0.10.6
11442026-03-15T13:43:18.672Z Checking rustls-pemfile v2.2.0
11452026-03-15T13:43:18.778Z Checking rand_chacha v0.3.1
11462026-03-15T13:43:18.781Z Checking waitgroup v0.1.2
11472026-03-15T13:43:18.850Z Compiling toml_datetime v0.6.11
11482026-03-15T13:43:18.853Z Checking macaddr v1.0.1
11492026-03-15T13:43:18.896Z Checking serde_path_to_error v0.1.20
11502026-03-15T13:43:18.925Z Checking wait-timeout v0.2.1
11512026-03-15T13:43:19.042Z Checking hostname v0.4.2
11522026-03-15T13:43:19.066Z Checking bit-vec v0.8.0
11532026-03-15T13:43:19.110Z Checking lazy_static v1.5.0
11542026-03-15T13:43:19.167Z Checking quick-error v1.2.3
11552026-03-15T13:43:19.171Z Checking rand v0.8.5
11562026-03-15T13:43:19.252Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11572026-03-15T13:43:19.299Z Checking rusty-fork v0.3.0
11582026-03-15T13:43:19.321Z Checking bit-set v0.8.0
11592026-03-15T13:43:19.516Z Checking tabwriter v1.4.1
11602026-03-15T13:43:19.560Z Checking rand_xorshift v0.4.0
11612026-03-15T13:43:19.739Z Compiling clap_derive v4.5.49
11622026-03-15T13:43:19.870Z Checking unarray v0.1.4
11632026-03-15T13:43:19.898Z Checking utf8parse v0.2.2
11642026-03-15T13:43:19.985Z Checking colored v3.0.0
11652026-03-15T13:43:20.008Z Checking proptest v1.8.0
11662026-03-15T13:43:20.032Z Checking anstyle-parse v0.2.7
11672026-03-15T13:43:20.235Z Checking strum v0.27.2
11682026-03-15T13:43:20.380Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11692026-03-15T13:43:20.403Z Checking terminal_size v0.4.3
11702026-03-15T13:43:20.936Z Checking anstyle v1.0.11
11712026-03-15T13:43:20.984Z Checking is_terminal_polyfill v1.70.1
11722026-03-15T13:43:21.099Z Checking colorchoice v1.0.4
11732026-03-15T13:43:21.148Z Checking anstyle-query v1.1.4
11742026-03-15T13:43:21.271Z Checking anstream v0.6.20
11752026-03-15T13:43:21.511Z Checking itertools v0.14.0
11762026-03-15T13:43:21.577Z Checking clap_lex v0.7.5
11772026-03-15T13:43:22.239Z Checking clap_builder v4.5.50
11782026-03-15T13:43:22.439Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11792026-03-15T13:43:23.051Z Checking serde_with v3.14.1
11802026-03-15T13:43:23.974Z Checking clap v4.5.50
11812026-03-15T13:43:24.004Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11822026-03-15T13:43:24.082Z Checking instant v0.1.13
11832026-03-15T13:43:24.338Z Checking backoff v0.4.0
11842026-03-15T13:43:24.358Z Checking iddqd v0.3.17
11852026-03-15T13:43:24.555Z Checking parse-display v0.10.0
11862026-03-15T13:43:24.742Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11872026-03-15T13:43:24.883Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11882026-03-15T13:43:27.519Z Compiling rustls-webpki v0.103.6
11892026-03-15T13:43:31.109Z Checking serde_spanned v0.6.9
11902026-03-15T13:43:31.274Z Compiling memoffset v0.9.1
11912026-03-15T13:43:31.392Z Compiling cfg_aliases v0.2.1
11922026-03-15T13:43:31.907Z Compiling nix v0.30.1
11932026-03-15T13:43:31.928Z Compiling tokio-rustls v0.26.3
11942026-03-15T13:43:32.669Z Checking crossbeam-epoch v0.9.18
11952026-03-15T13:43:32.880Z Compiling hyper-rustls v0.27.7
11962026-03-15T13:43:33.206Z Compiling reqwest v0.12.23
11972026-03-15T13:43:33.253Z Compiling winnow v0.5.40
11982026-03-15T13:43:34.740Z Compiling progenitor-client v0.11.1
11992026-03-15T13:43:35.120Z Compiling toml_edit v0.19.15
12002026-03-15T13:43:36.695Z Compiling proc-macro-crate v1.3.1
12012026-03-15T13:43:37.157Z Compiling progenitor v0.11.1
12022026-03-15T13:43:37.958Z Compiling num-integer v0.1.46
12032026-03-15T13:43:38.367Z Compiling rayon-core v1.13.0
12042026-03-15T13:43:38.661Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12052026-03-15T13:43:38.705Z Compiling progenitor-client v0.10.0
12062026-03-15T13:43:39.608Z Compiling hubpack_derive v0.1.1
12072026-03-15T13:43:40.253Z Compiling zerocopy-derive v0.7.35
12082026-03-15T13:43:40.806Z Checking toml_write v0.1.2
12092026-03-15T13:43:40.972Z Checking hubpack v0.1.2
12102026-03-15T13:43:41.005Z Checking num-iter v0.1.45
12112026-03-15T13:43:41.036Z Checking toml_edit v0.22.27
12122026-03-15T13:43:41.156Z Checking num-rational v0.4.2
12132026-03-15T13:43:41.355Z Checking crossbeam-deque v0.8.6
12142026-03-15T13:43:41.597Z Compiling num-complex v0.4.6
12152026-03-15T13:43:41.769Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12162026-03-15T13:43:42.080Z Checking static_assertions v1.1.0
12172026-03-15T13:43:42.174Z Checking num v0.4.3
12182026-03-15T13:43:42.405Z Compiling proc-macro-error-attr v1.0.4
12192026-03-15T13:43:42.619Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12202026-03-15T13:43:42.691Z Checking toml v0.8.23
12212026-03-15T13:43:42.795Z Compiling heapless v0.8.0
12222026-03-15T13:43:43.131Z Compiling float-ord v0.3.2
12232026-03-15T13:43:43.307Z Compiling ingot-macros v0.1.1
12242026-03-15T13:43:43.353Z Checking hash32 v0.3.1
12252026-03-15T13:43:43.407Z Compiling proc-macro-error v1.0.4
12262026-03-15T13:43:43.517Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12272026-03-15T13:43:43.558Z Compiling smoltcp v0.11.0
12282026-03-15T13:43:43.695Z Checking bytecount v0.6.9
12292026-03-15T13:43:44.018Z Compiling zerocopy v0.7.35
12302026-03-15T13:43:44.606Z Compiling num_enum_derive v0.7.5
12312026-03-15T13:43:44.808Z Compiling num-derive v0.3.3
12322026-03-15T13:43:45.656Z Checking cobs v0.3.0
12332026-03-15T13:43:45.832Z Compiling scroll_derive v0.12.1
12342026-03-15T13:43:45.855Z Compiling foreign-types-macros v0.2.3
12352026-03-15T13:43:45.974Z Compiling usdt-impl v0.5.0
12362026-03-15T13:43:45.998Z Checking managed v0.8.0
12372026-03-15T13:43:46.020Z Compiling crucible-workspace-hack v0.1.0
12382026-03-15T13:43:46.255Z Checking foreign-types-shared v0.3.1
12392026-03-15T13:43:46.286Z Checking bitflags v1.3.2
12402026-03-15T13:43:46.372Z Checking libscf-sys v1.1.0
12412026-03-15T13:43:46.472Z Checking num_enum v0.7.5
12422026-03-15T13:43:46.586Z Checking postcard v1.1.3
12432026-03-15T13:43:46.651Z Compiling dof v0.3.0
12442026-03-15T13:43:46.713Z Checking foreign-types v0.5.0
12452026-03-15T13:43:46.763Z Checking scroll v0.12.0
12462026-03-15T13:43:46.884Z Checking ingot-types v0.1.2
12472026-03-15T13:43:47.123Z Compiling dtrace-parser v0.2.0
12482026-03-15T13:43:47.148Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12492026-03-15T13:43:47.178Z Checking camino-tempfile v1.4.1
12502026-03-15T13:43:47.229Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12512026-03-15T13:43:47.364Z Checking ingot v0.1.1
12522026-03-15T13:43:47.399Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-03-15T13:43:47.687Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-03-15T13:43:47.844Z Checking cstr-argument v0.1.2
12552026-03-15T13:43:47.879Z Compiling thread-id v4.2.2
12562026-03-15T13:43:47.972Z Compiling heck v0.4.1
12572026-03-15T13:43:48.019Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12582026-03-15T13:43:48.066Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12592026-03-15T13:43:48.088Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12602026-03-15T13:43:48.204Z Checking goblin v0.8.2
12612026-03-15T13:43:48.236Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12622026-03-15T13:43:48.286Z Checking rayon v1.11.0
12632026-03-15T13:43:48.503Z Compiling num_enum_derive v0.5.11
12642026-03-15T13:43:48.741Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12652026-03-15T13:43:49.072Z Compiling rustc_version v0.4.1
12662026-03-15T13:43:49.203Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12672026-03-15T13:43:49.454Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12682026-03-15T13:43:49.736Z Checking tinyvec_macros v0.1.1
12692026-03-15T13:43:49.764Z Compiling rustix v0.38.44
12702026-03-15T13:43:49.810Z Compiling convert_case v0.4.0
12712026-03-15T13:43:49.833Z Checking tinyvec v1.10.0
12722026-03-15T13:43:50.219Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-03-15T13:43:50.242Z Compiling derive_more v0.99.20
12742026-03-15T13:43:50.312Z Checking num_enum v0.5.11
12752026-03-15T13:43:50.549Z Compiling libz-sys v1.1.22
12762026-03-15T13:43:50.665Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12772026-03-15T13:43:50.814Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12782026-03-15T13:43:50.872Z Compiling proc-macro-error-attr2 v2.0.0
12792026-03-15T13:43:51.168Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12802026-03-15T13:43:51.410Z Compiling proc-macro-error2 v2.0.1
12812026-03-15T13:43:51.708Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12822026-03-15T13:43:51.935Z Compiling usdt-attr-macro v0.5.0
12832026-03-15T13:43:52.273Z Compiling usdt-macro v0.5.0
12842026-03-15T13:43:52.444Z Compiling zone_cfg_derive v0.3.1
12852026-03-15T13:43:52.717Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12862026-03-15T13:43:52.893Z Compiling num-derive v0.4.2
12872026-03-15T13:43:52.964Z Checking sigpipe v0.1.3
12882026-03-15T13:43:53.075Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-03-15T13:43:53.155Z Checking memmap v0.7.0
12902026-03-15T13:43:53.320Z Checking jiff v0.2.15
12912026-03-15T13:43:53.386Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-03-15T13:43:53.591Z Checking usdt v0.5.0
12932026-03-15T13:43:53.699Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12942026-03-15T13:43:53.803Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12952026-03-15T13:43:54.074Z Compiling tabled_derive v0.11.0
12962026-03-15T13:43:54.106Z Checking papergrid v0.17.0
12972026-03-15T13:43:54.130Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12982026-03-15T13:43:54.156Z Checking zone v0.3.1
12992026-03-15T13:43:54.180Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13002026-03-15T13:43:54.427Z Checking testing_table v0.3.0
13012026-03-15T13:43:54.553Z Checking smf v0.2.3
13022026-03-15T13:43:54.637Z Checking secrecy v0.10.3
13032026-03-15T13:43:54.704Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13042026-03-15T13:43:54.793Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13052026-03-15T13:43:54.859Z Checking bstr v1.12.0
13062026-03-15T13:43:55.083Z Checking whoami v1.6.1
13072026-03-15T13:43:55.206Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13082026-03-15T13:43:55.239Z Compiling curve25519-dalek v4.1.3
13092026-03-15T13:43:55.308Z Checking hmac v0.12.1
13102026-03-15T13:43:55.339Z Checking inout v0.1.4
13112026-03-15T13:43:55.486Z Checking ff v0.13.1
13122026-03-15T13:43:55.518Z Compiling enum-as-inner v0.6.1
13132026-03-15T13:43:55.554Z Checking tabled v0.20.0
13142026-03-15T13:43:55.590Z Compiling semver v0.1.20
13152026-03-15T13:43:55.649Z Checking data-encoding v2.9.0
13162026-03-15T13:43:55.943Z Compiling rustc_version v0.1.7
13172026-03-15T13:43:56.008Z Checking group v0.13.0
13182026-03-15T13:43:56.214Z Checking cipher v0.4.4
13192026-03-15T13:43:56.237Z Checking hkdf v0.12.4
13202026-03-15T13:43:56.261Z Checking atomicwrites v0.4.4
13212026-03-15T13:43:56.414Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13222026-03-15T13:43:56.438Z Compiling thiserror-impl-no-std v2.0.2
13232026-03-15T13:43:56.441Z Checking universal-hash v0.5.1
13242026-03-15T13:43:56.485Z Checking crypto-bigint v0.5.5
13252026-03-15T13:43:56.672Z Checking half v2.7.1
13262026-03-15T13:43:56.829Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13272026-03-15T13:43:57.020Z Compiling curve25519-dalek-derive v0.1.1
13282026-03-15T13:43:57.043Z Checking base64ct v1.8.0
13292026-03-15T13:43:57.650Z Checking indent_write v2.2.0
13302026-03-15T13:43:57.827Z Checking opaque-debug v0.3.1
13312026-03-15T13:43:57.915Z Checking base16ct v0.2.0
13322026-03-15T13:43:57.936Z Checking ciborium-io v0.2.2
13332026-03-15T13:43:57.973Z Checking thiserror-no-std v2.0.2
13342026-03-15T13:43:58.058Z Checking ciborium-ll v0.2.2
13352026-03-15T13:43:58.082Z Checking poly1305 v0.8.0
13362026-03-15T13:43:58.129Z Checking elliptic-curve v0.13.8
13372026-03-15T13:43:58.231Z Checking password-hash v0.5.0
13382026-03-15T13:43:58.289Z Checking chacha20 v0.9.1
13392026-03-15T13:43:58.377Z Compiling newtype_derive v0.1.6
13402026-03-15T13:43:58.401Z Checking similar v2.7.0
13412026-03-15T13:43:58.473Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13422026-03-15T13:43:58.543Z Checking blake2 v0.10.6
13432026-03-15T13:43:58.566Z Compiling typify-impl v0.6.1
13442026-03-15T13:43:58.661Z Checking aead v0.5.2
13452026-03-15T13:43:58.791Z Checking linked-hash-map v0.5.6
13462026-03-15T13:43:58.831Z Checking resolv-conf v0.7.5
13472026-03-15T13:43:58.853Z Compiling owo-colors v4.3.0
13482026-03-15T13:43:58.876Z Checking keccak v0.1.5
13492026-03-15T13:43:59.020Z Checking lru-cache v0.1.2
13502026-03-15T13:43:59.059Z Checking vsss-rs v3.3.4
13512026-03-15T13:43:59.082Z Checking chacha20poly1305 v0.10.1
13522026-03-15T13:43:59.106Z Checking sha3 v0.10.8
13532026-03-15T13:43:59.179Z Checking argon2 v0.5.3
13542026-03-15T13:43:59.314Z Checking ciborium v0.2.2
13552026-03-15T13:43:59.346Z Checking hickory-proto v0.24.4
13562026-03-15T13:43:59.376Z Checking tokio-dtrace v0.1.1
13572026-03-15T13:43:59.537Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13582026-03-15T13:43:59.575Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13592026-03-15T13:43:59.606Z Checking serde-big-array v0.5.1
13602026-03-15T13:43:59.787Z Compiling derive-where v1.6.0
13612026-03-15T13:43:59.874Z Compiling serde_repr v0.1.20
13622026-03-15T13:43:59.897Z Checking same-file v1.0.6
13632026-03-15T13:43:59.919Z Checking siphasher v1.0.1
13642026-03-15T13:44:00.051Z Checking unicode-segmentation v1.12.0
13652026-03-15T13:44:00.138Z Checking phf_shared v0.12.1
13662026-03-15T13:44:00.327Z Checking walkdir v2.5.0
13672026-03-15T13:44:00.474Z Checking newline-converter v0.3.0
13682026-03-15T13:44:00.548Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13692026-03-15T13:44:00.613Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13702026-03-15T13:44:00.635Z Checking oxide-tokio-rt v0.1.2
13712026-03-15T13:44:00.686Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13722026-03-15T13:44:01.055Z Compiling progenitor-impl v0.10.0
13732026-03-15T13:44:01.412Z Checking hickory-resolver v0.24.4
13742026-03-15T13:44:01.465Z Checking console v0.15.11
13752026-03-15T13:44:01.735Z Checking tokio-stream v0.1.17
13762026-03-15T13:44:01.893Z Compiling pin-project-internal v1.1.10
13772026-03-15T13:44:02.248Z Compiling slog-dtrace v0.3.0
13782026-03-15T13:44:02.380Z Checking csv-core v0.1.12
13792026-03-15T13:44:02.383Z Compiling chrono-tz v0.10.4
13802026-03-15T13:44:02.546Z Checking foldhash v0.1.5
13812026-03-15T13:44:02.631Z Compiling unicode-xid v0.2.6
13822026-03-15T13:44:02.687Z Checking swrite v0.1.0
13832026-03-15T13:44:02.734Z Checking unicode-linebreak v0.1.5
13842026-03-15T13:44:02.794Z Compiling cancel-safe-futures v0.1.5
13852026-03-15T13:44:02.817Z Checking unicode-width v0.1.14
13862026-03-15T13:44:03.020Z Checking smawk v0.3.2
13872026-03-15T13:44:03.139Z Compiling const_format_proc_macros v0.2.34
13882026-03-15T13:44:03.162Z Checking hashbrown v0.15.5
13892026-03-15T13:44:03.191Z Checking textwrap v0.16.2
13902026-03-15T13:44:03.384Z Checking pin-project v1.1.10
13912026-03-15T13:44:03.513Z Checking csv v1.3.1
13922026-03-15T13:44:03.603Z Checking qorb v0.4.1
13932026-03-15T13:44:03.710Z Compiling typify-macro v0.6.1
13942026-03-15T13:44:03.788Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13952026-03-15T13:44:03.817Z Checking expectorate v1.2.0
13962026-03-15T13:44:03.986Z Checking phf v0.12.1
13972026-03-15T13:44:04.020Z Checking unicode-normalization v0.1.24
13982026-03-15T13:44:04.044Z Compiling progenitor-macro v0.10.0
13992026-03-15T13:44:04.180Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-03-15T13:44:04.578Z Checking libsw-core v0.3.2
14012026-03-15T13:44:04.772Z Compiling libgit2-sys v0.17.0+1.8.1
14022026-03-15T13:44:04.823Z Compiling async-recursion v1.1.1
14032026-03-15T13:44:04.898Z Compiling snafu-derive v0.8.9
14042026-03-15T13:44:05.324Z Compiling cookie v0.18.1
14052026-03-15T13:44:05.371Z Checking highway v1.3.0
14062026-03-15T13:44:05.622Z Compiling moka v0.12.11
14072026-03-15T13:44:05.680Z Checking fixedbitset v0.5.7
14082026-03-15T13:44:05.716Z Checking fixedbitset v0.4.2
14092026-03-15T13:44:05.798Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14102026-03-15T13:44:05.920Z Checking petgraph v0.6.5
14112026-03-15T13:44:05.943Z Checking petgraph v0.8.2
14122026-03-15T13:44:05.966Z Compiling typify v0.6.1
14132026-03-15T13:44:06.135Z Checking libsw v3.5.0
14142026-03-15T13:44:06.338Z Checking olpc-cjson v0.1.4
14152026-03-15T13:44:06.520Z Checking const_format v0.2.34
14162026-03-15T13:44:07.272Z Checking snafu v0.8.9
14172026-03-15T13:44:07.552Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14182026-03-15T13:44:07.720Z Checking papergrid v0.11.0
14192026-03-15T13:44:07.884Z Checking globset v0.4.16
14202026-03-15T13:44:08.082Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14212026-03-15T13:44:08.209Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14222026-03-15T13:44:08.572Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14232026-03-15T13:44:08.722Z Checking gethostname v0.5.0
14242026-03-15T13:44:08.910Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-03-15T13:44:08.987Z Compiling tabled_derive v0.7.0
14262026-03-15T13:44:09.437Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-03-15T13:44:10.043Z Checking reqwest v0.13.2
14282026-03-15T13:44:10.102Z Checking progenitor v0.10.0
14292026-03-15T13:44:10.213Z Checking bcs v0.1.6
14302026-03-15T13:44:10.273Z Checking pem v3.0.5
14312026-03-15T13:44:10.388Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14322026-03-15T13:44:10.479Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14332026-03-15T13:44:10.514Z Checking serde_plain v1.0.2
14342026-03-15T13:44:10.706Z Checking crc8 v0.1.1
14352026-03-15T13:44:10.768Z Compiling signal-hook v0.3.18
14362026-03-15T13:44:10.831Z Checking typed-path v0.9.3
14372026-03-15T13:44:10.984Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-03-15T13:44:11.038Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-03-15T13:44:11.100Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14402026-03-15T13:44:11.364Z Checking tagptr v0.2.0
14412026-03-15T13:44:11.403Z Checking termtree v0.5.1
14422026-03-15T13:44:11.455Z Checking linear-map v1.2.0
14432026-03-15T13:44:11.597Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14442026-03-15T13:44:11.715Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-03-15T13:44:11.945Z Checking tough v0.20.0
14462026-03-15T13:44:12.037Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-03-15T13:44:12.332Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-03-15T13:44:12.357Z Checking tabled v0.15.0
14492026-03-15T13:44:12.437Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-03-15T13:44:12.574Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-03-15T13:44:12.709Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-03-15T13:44:12.914Z Checking steno v0.4.1
14532026-03-15T13:44:13.757Z Compiling progenitor-impl v0.13.0
14542026-03-15T13:44:13.937Z Checking hickory-proto v0.25.2
14552026-03-15T13:44:14.228Z Checking dropshot-api-manager-types v0.5.2
14562026-03-15T13:44:14.451Z Compiling curl-sys v0.4.83+curl-8.15.0
14572026-03-15T13:44:14.583Z Compiling cargo-platform v0.1.9
14582026-03-15T13:44:14.902Z Compiling vergen v8.3.2
14592026-03-15T13:44:14.957Z Compiling fs-err v3.1.2
14602026-03-15T13:44:15.139Z Compiling crc32fast v1.5.0
14612026-03-15T13:44:15.184Z Checking humantime v2.3.0
14622026-03-15T13:44:15.383Z Compiling cargo_metadata v0.18.1
14632026-03-15T13:44:15.579Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14642026-03-15T13:44:15.662Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14652026-03-15T13:44:16.093Z Checking hickory-resolver v0.25.2
14662026-03-15T13:44:16.629Z Checking progenitor-client v0.13.0
14672026-03-15T13:44:16.808Z Compiling progenitor-macro v0.13.0
14682026-03-15T13:44:16.845Z Checking sha2 v0.10.9
14692026-03-15T13:44:16.924Z Compiling blake3 v1.8.2
14702026-03-15T13:44:16.960Z Checking adler2 v2.0.1
14712026-03-15T13:44:17.187Z Checking miniz_oxide v0.8.9
14722026-03-15T13:44:17.451Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
14732026-03-15T13:44:17.656Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-03-15T13:44:17.690Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14752026-03-15T13:44:18.328Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14762026-03-15T13:44:18.357Z Checking git-stub v1.0.0
14772026-03-15T13:44:18.552Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14782026-03-15T13:44:18.630Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-03-15T13:44:19.818Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-03-15T13:44:19.963Z Checking filetime v0.2.26
14812026-03-15T13:44:19.991Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14822026-03-15T13:44:20.075Z Checking arrayvec v0.7.6
14832026-03-15T13:44:20.140Z Checking constant_time_eq v0.3.1
14842026-03-15T13:44:20.266Z Checking xattr v1.6.1
14852026-03-15T13:44:20.270Z Checking arrayref v0.3.9
14862026-03-15T13:44:20.329Z Compiling curl v0.4.49
14872026-03-15T13:44:20.386Z Checking is_ci v1.2.0
14882026-03-15T13:44:20.436Z Checking tar v0.4.44
14892026-03-15T13:44:20.516Z Checking supports-color v3.0.2
14902026-03-15T13:44:20.972Z Checking toml v0.7.8
14912026-03-15T13:44:21.043Z Checking git-stub-vcs v0.1.0
14922026-03-15T13:44:21.110Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-03-15T13:44:21.289Z Checking flate2 v1.1.2
14942026-03-15T13:44:21.430Z Checking drift v0.1.3
14952026-03-15T13:44:21.662Z Checking kstat-rs v0.2.4
14962026-03-15T13:44:21.741Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14972026-03-15T13:44:21.806Z Checking topological-sort v0.2.2
14982026-03-15T13:44:21.913Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-03-15T13:44:21.983Z Checking omicron-zone-package v0.12.2
15002026-03-15T13:44:22.249Z Checking dropshot-api-manager v0.5.2
15012026-03-15T13:44:22.874Z Checking progenitor v0.13.0
15022026-03-15T13:44:23.039Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15032026-03-15T13:44:23.591Z Checking signal-hook-tokio v0.3.1
15042026-03-15T13:44:23.694Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15052026-03-15T13:44:23.754Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15062026-03-15T13:44:24.355Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15072026-03-15T13:44:24.393Z Checking internet-checksum v0.2.1
15082026-03-15T13:44:24.549Z Checking display-error-chain v0.2.2
15092026-03-15T13:44:24.618Z Checking search_path v0.1.4
15102026-03-15T13:44:24.704Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15112026-03-15T13:44:24.749Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15122026-03-15T13:44:24.794Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15132026-03-15T13:44:25.379Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15142026-03-15T13:44:25.552Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15152026-03-15T13:44:27.625Z Compiling git2 v0.19.0
15162026-03-15T13:44:30.871Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15172026-03-15T13:44:33.572Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15182026-03-15T13:44:37.232Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-03-15T13:44:39.025Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-03-15T13:44:45.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15212026-03-15T13:44:46.011Z+ for feat in tofino_stub tofino_asic softnpu chaos
15222026-03-15T13:44:46.011Z+ cargo clippy --features tofino_asic -- --deny warnings
15232026-03-15T13:44:46.673Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15242026-03-15T13:44:46.676Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15252026-03-15T13:44:46.763Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15262026-03-15T13:44:46.766Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15272026-03-15T13:44:56.730Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15282026-03-15T13:44:56.730Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-03-15T13:45:00.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s
15302026-03-15T13:45:00.371Z+ for feat in tofino_stub tofino_asic softnpu chaos
15312026-03-15T13:45:00.371Z+ cargo clippy --features softnpu -- --deny warnings
15322026-03-15T13:45:00.773Z Downloading crates ...
15332026-03-15T13:45:00.940Z Downloaded ascii v1.1.0
15342026-03-15T13:45:00.944Z Downloaded typeid v1.0.3
15352026-03-15T13:45:00.944Z Downloaded radium v0.7.0
15362026-03-15T13:45:00.947Z Downloaded bitstruct v0.1.1
15372026-03-15T13:45:00.947Z Downloaded funty v2.0.0
15382026-03-15T13:45:00.950Z Downloaded erased-serde v0.4.8
15392026-03-15T13:45:00.954Z Downloaded tap v1.0.1
15402026-03-15T13:45:00.954Z Downloaded bitstruct_derive v0.1.0
15412026-03-15T13:45:00.954Z Downloaded wyz v0.5.1
15422026-03-15T13:45:00.957Z Downloaded serde_arrays v0.1.0
15432026-03-15T13:45:00.957Z Downloaded libloading v0.7.4
15442026-03-15T13:45:00.967Z Downloaded bitvec v1.0.1
15452026-03-15T13:45:00.977Z Downloaded num-bigint v0.4.6
15462026-03-15T13:45:01.135Z Checking num-integer v0.1.46
15472026-03-15T13:45:01.223Z Checking num-complex v0.4.6
15482026-03-15T13:45:01.238Z Compiling radium v0.7.0
15492026-03-15T13:45:01.248Z Checking tap v1.0.1
15502026-03-15T13:45:01.258Z Checking funty v2.0.0
15512026-03-15T13:45:01.269Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15522026-03-15T13:45:01.272Z Compiling typeid v1.0.3
15532026-03-15T13:45:01.291Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15542026-03-15T13:45:01.360Z Checking wyz v0.5.1
15552026-03-15T13:45:01.499Z Checking num-bigint v0.4.6
15562026-03-15T13:45:01.511Z Checking num-iter v0.1.45
15572026-03-15T13:45:01.570Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15582026-03-15T13:45:01.609Z Compiling erased-serde v0.4.8
15592026-03-15T13:45:01.701Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-03-15T13:45:01.704Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-03-15T13:45:01.724Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-03-15T13:45:01.779Z Compiling bitstruct_derive v0.1.0
15632026-03-15T13:45:01.795Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-03-15T13:45:01.842Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-03-15T13:45:01.857Z Checking bitvec v1.0.1
15662026-03-15T13:45:01.872Z Checking ascii v1.1.0
15672026-03-15T13:45:01.884Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15682026-03-15T13:45:01.950Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15692026-03-15T13:45:02.081Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-03-15T13:45:02.085Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15712026-03-15T13:45:02.106Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15722026-03-15T13:45:02.118Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-03-15T13:45:02.532Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-03-15T13:45:02.543Z Checking serde_arrays v0.1.0
15752026-03-15T13:45:02.621Z Checking bitstruct v0.1.1
15762026-03-15T13:45:02.664Z Checking libloading v0.7.4
15772026-03-15T13:45:02.692Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15782026-03-15T13:45:02.718Z Checking num-rational v0.4.2
15792026-03-15T13:45:03.086Z Checking num v0.4.3
15802026-03-15T13:45:03.169Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15812026-03-15T13:45:03.898Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15822026-03-15T13:45:04.276Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15832026-03-15T13:45:04.277Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15842026-03-15T13:45:04.515Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-03-15T13:45:04.798Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15862026-03-15T13:45:04.801Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-03-15T13:45:05.388Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-03-15T13:45:05.648Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15892026-03-15T13:45:05.651Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15902026-03-15T13:45:05.651Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-03-15T13:45:05.675Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-03-15T13:45:06.148Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15932026-03-15T13:45:06.738Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15942026-03-15T13:45:07.856Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-03-15T13:45:07.898Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15962026-03-15T13:45:12.265Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15972026-03-15T13:45:13.639Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15982026-03-15T13:45:13.783Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15992026-03-15T13:45:22.976Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-03-15T13:45:24.740Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-03-15T13:45:25.424Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16022026-03-15T13:45:31.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.00s
16032026-03-15T13:45:31.610Z+ for feat in tofino_stub tofino_asic softnpu chaos
16042026-03-15T13:45:31.610Z+ cargo clippy --features chaos -- --deny warnings
16052026-03-15T13:45:32.262Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16062026-03-15T13:45:32.267Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16072026-03-15T13:45:32.267Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16082026-03-15T13:45:42.319Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16092026-03-15T13:45:42.322Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16102026-03-15T13:45:45.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s
16112026-03-15T13:45:45.882Z+ banner fmt
16122026-03-15T13:45:45.886Z
16132026-03-15T13:45:45.886Z ###### # # #####
16142026-03-15T13:45:45.886Z # ## ## #
16152026-03-15T13:45:45.886Z ##### # ## # #
16162026-03-15T13:45:45.886Z # # # #
16172026-03-15T13:45:45.886Z # # # #
16182026-03-15T13:45:45.886Z # # # #
16192026-03-15T13:45:45.886Z
16202026-03-15T13:45:45.886Z+ cargo fmt -- --check
16212026-03-15T13:45:46.497Z+ banner test
16222026-03-15T13:45:46.500Z
16232026-03-15T13:45:46.500Z ##### ###### #### #####
16242026-03-15T13:45:46.500Z # # # #
16252026-03-15T13:45:46.500Z # ##### #### #
16262026-03-15T13:45:46.500Z # # # #
16272026-03-15T13:45:46.501Z # # # # #
16282026-03-15T13:45:46.501Z # ###### #### #
16292026-03-15T13:45:46.501Z
16302026-03-15T13:45:46.501Z+ for feat in tofino_stub tofino_asic softnpu chaos
16312026-03-15T13:45:46.501Z+ RUST_BACKTRACE=full
16322026-03-15T13:45:46.501Z+ cargo test --features tofino_stub --no-fail-fast
16332026-03-15T13:45:47.694Z Compiling unicode-ident v1.0.24
16342026-03-15T13:45:47.699Z Compiling cfg-if v1.0.3
16352026-03-15T13:45:47.812Z Compiling memchr v2.7.5
16362026-03-15T13:45:47.824Z Compiling serde_core v1.0.228
16372026-03-15T13:45:47.846Z Compiling itoa v1.0.15
16382026-03-15T13:45:47.846Z Compiling libc v0.2.176
16392026-03-15T13:45:47.850Z Compiling zmij v1.0.17
16402026-03-15T13:45:47.892Z Compiling log v0.4.29
16412026-03-15T13:45:47.948Z Compiling proc-macro2 v1.0.106
16422026-03-15T13:45:48.007Z Compiling libm v0.2.15
16432026-03-15T13:45:48.129Z Compiling heck v0.5.0
16442026-03-15T13:45:48.476Z Compiling quote v1.0.44
16452026-03-15T13:45:48.626Z Compiling equivalent v1.0.2
16462026-03-15T13:45:48.652Z Compiling smallvec v1.15.1
16472026-03-15T13:45:48.738Z Compiling syn v2.0.117
16482026-03-15T13:45:48.741Z Compiling iana-time-zone v0.1.64
16492026-03-15T13:45:48.880Z Compiling allocator-api2 v0.2.21
16502026-03-15T13:45:48.925Z Compiling foldhash v0.2.0
16512026-03-15T13:45:48.942Z Compiling dyn-clone v1.0.20
16522026-03-15T13:45:49.126Z Compiling regex-syntax v0.8.6
16532026-03-15T13:45:49.140Z Compiling aho-corasick v1.1.3
16542026-03-15T13:45:49.221Z Compiling stable_deref_trait v1.2.0
16552026-03-15T13:45:49.311Z Compiling hashbrown v0.16.1
16562026-03-15T13:45:49.326Z Compiling pin-project-lite v0.2.16
16572026-03-15T13:45:49.454Z Compiling percent-encoding v2.3.2
16582026-03-15T13:45:49.619Z Compiling fnv v1.0.7
16592026-03-15T13:45:49.710Z Compiling litemap v0.8.0
16602026-03-15T13:45:49.742Z Compiling writeable v0.6.1
16612026-03-15T13:45:49.989Z Compiling icu_normalizer_data v2.0.0
16622026-03-15T13:45:50.093Z Compiling icu_properties_data v2.0.1
16632026-03-15T13:45:50.109Z Compiling form_urlencoded v1.2.2
16642026-03-15T13:45:50.137Z Compiling utf8_iter v1.0.4
16652026-03-15T13:45:50.266Z Compiling semver v1.0.27
16662026-03-15T13:45:50.330Z Compiling serde_json v1.0.149
16672026-03-15T13:45:50.346Z Compiling indexmap v2.13.0
16682026-03-15T13:45:50.439Z Compiling scopeguard v1.2.0
16692026-03-15T13:45:50.579Z Compiling lock_api v0.4.13
16702026-03-15T13:45:50.726Z Compiling num-traits v0.2.19
16712026-03-15T13:45:50.807Z Compiling getrandom v0.3.3
16722026-03-15T13:45:51.034Z Compiling ucd-trie v0.1.7
16732026-03-15T13:45:51.178Z Compiling regex-automata v0.4.13
16742026-03-15T13:45:51.223Z Compiling byteorder v1.5.0
16752026-03-15T13:45:51.420Z Compiling uuid v1.20.0
16762026-03-15T13:45:51.523Z Compiling futures-core v0.3.32
16772026-03-15T13:45:51.723Z Compiling time-core v0.1.6
16782026-03-15T13:45:51.792Z Compiling num-conv v0.1.0
16792026-03-15T13:45:51.922Z Compiling futures-sink v0.3.31
16802026-03-15T13:45:51.925Z Compiling ryu v1.0.20
16812026-03-15T13:45:52.006Z Compiling time-macros v0.2.24
16822026-03-15T13:45:52.010Z Compiling regress v0.10.5
16832026-03-15T13:45:52.186Z Compiling glob v0.3.3
16842026-03-15T13:45:52.775Z Compiling synstructure v0.13.2
16852026-03-15T13:45:52.833Z Compiling serde_derive_internals v0.29.1
16862026-03-15T13:45:53.026Z Compiling pretty-hex v0.4.1
16872026-03-15T13:45:53.206Z Compiling slab v0.4.11
16882026-03-15T13:45:53.263Z Compiling minimal-lexical v0.2.1
16892026-03-15T13:45:53.409Z Compiling clang-sys v1.8.1
16902026-03-15T13:45:53.437Z Compiling strsim v0.11.1
16912026-03-15T13:45:53.474Z Compiling prettyplease v0.2.37
16922026-03-15T13:45:53.599Z Compiling regex v1.12.3
16932026-03-15T13:45:53.881Z Compiling nom v7.1.3
16942026-03-15T13:45:53.957Z Compiling plain v0.2.3
16952026-03-15T13:45:54.096Z Compiling libloading v0.8.9
16962026-03-15T13:45:54.247Z Compiling bindgen v0.72.1
16972026-03-15T13:45:54.272Z Compiling futures-channel v0.3.31
16982026-03-15T13:45:54.377Z Compiling pin-utils v0.1.0
16992026-03-15T13:45:54.472Z Compiling syn v1.0.109
17002026-03-15T13:45:54.561Z Compiling futures-task v0.3.31
17012026-03-15T13:45:54.629Z Compiling serde_derive v1.0.228
17022026-03-15T13:45:54.783Z Compiling zerofrom-derive v0.1.6
17032026-03-15T13:45:54.855Z Compiling yoke-derive v0.8.0
17042026-03-15T13:45:55.392Z Compiling zerovec-derive v0.11.1
17052026-03-15T13:45:55.758Z Compiling displaydoc v0.2.5
17062026-03-15T13:45:56.277Z Compiling thiserror-impl v2.0.18
17072026-03-15T13:45:56.500Z Compiling schemars_derive v0.8.22
17082026-03-15T13:45:56.820Z Compiling tokio-macros v2.6.0
17092026-03-15T13:45:56.903Z Compiling zerocopy-derive v0.8.27
17102026-03-15T13:45:57.375Z Compiling zeroize_derive v1.4.3
17112026-03-15T13:45:57.830Z Compiling futures-macro v0.3.31
17122026-03-15T13:45:58.022Z Compiling thiserror v2.0.18
17132026-03-15T13:45:58.165Z Compiling zerofrom v0.1.6
17142026-03-15T13:45:58.180Z Compiling thiserror-impl v1.0.69
17152026-03-15T13:45:58.292Z Compiling tracing-attributes v0.1.30
17162026-03-15T13:45:58.332Z Compiling yoke v0.8.0
17172026-03-15T13:45:58.406Z Compiling serde v1.0.228
17182026-03-15T13:45:58.622Z Compiling zerovec v0.11.4
17192026-03-15T13:45:58.908Z Compiling zerocopy v0.8.27
17202026-03-15T13:45:58.936Z Compiling zerotrie v0.2.2
17212026-03-15T13:45:59.144Z Compiling bytes v1.11.1
17222026-03-15T13:45:59.314Z Compiling serde_tokenstream v0.2.3
17232026-03-15T13:45:59.349Z Compiling chrono v0.4.43
17242026-03-15T13:45:59.496Z Compiling pest v2.8.2
17252026-03-15T13:45:59.692Z Compiling tinystr v0.8.1
17262026-03-15T13:45:59.785Z Compiling potential_utf v0.1.3
17272026-03-15T13:45:59.802Z Compiling http v1.4.0
17282026-03-15T13:45:59.968Z Compiling icu_locale_core v2.0.0
17292026-03-15T13:45:59.994Z Compiling icu_collections v2.0.0
17302026-03-15T13:46:00.011Z Compiling cexpr v0.6.0
17312026-03-15T13:46:00.664Z Compiling icu_provider v2.0.0
17322026-03-15T13:46:00.785Z Compiling schemars v0.8.22
17332026-03-15T13:46:01.035Z Compiling icu_properties v2.0.1
17342026-03-15T13:46:01.085Z Compiling icu_normalizer v2.0.0
17352026-03-15T13:46:01.154Z Compiling pest_meta v2.8.2
17362026-03-15T13:46:01.170Z Compiling scroll_derive v0.13.1
17372026-03-15T13:46:01.299Z Compiling futures-io v0.3.31
17382026-03-15T13:46:01.406Z Compiling async-trait v0.1.89
17392026-03-15T13:46:01.969Z Compiling thiserror v1.0.69
17402026-03-15T13:46:02.104Z Compiling pest_generator v2.8.2
17412026-03-15T13:46:02.389Z Compiling idna_adapter v1.2.1
17422026-03-15T13:46:02.405Z Compiling scroll v0.13.0
17432026-03-15T13:46:02.583Z Compiling idna v1.1.0
17442026-03-15T13:46:02.771Z Compiling socket2 v0.6.0
17452026-03-15T13:46:02.788Z Compiling goblin v0.10.1
17462026-03-15T13:46:02.985Z Compiling url v2.5.7
17472026-03-15T13:46:03.151Z Compiling pest_derive v2.8.2
17482026-03-15T13:46:03.393Z Compiling parking_lot_core v0.9.11
17492026-03-15T13:46:03.397Z Compiling signal-hook-registry v1.4.6
17502026-03-15T13:46:03.627Z Compiling mio v1.0.4
17512026-03-15T13:46:03.627Z Compiling thread-id v5.0.0
17522026-03-15T13:46:03.749Z Compiling parking_lot v0.12.4
17532026-03-15T13:46:03.860Z Compiling dtrace-parser v0.3.0
17542026-03-15T13:46:03.893Z Compiling openapiv3 v2.2.0
17552026-03-15T13:46:04.176Z Compiling tokio v1.49.0
17562026-03-15T13:46:04.346Z Compiling daft-derive v0.1.4
17572026-03-15T13:46:04.460Z Compiling darling_core v0.21.3
17582026-03-15T13:46:05.333Z Compiling typify-impl v0.4.3
17592026-03-15T13:46:05.711Z Compiling serde_yaml v0.9.34+deprecated
17602026-03-15T13:46:07.286Z Compiling dof v0.4.0
17612026-03-15T13:46:07.505Z Compiling ppv-lite86 v0.2.21
17622026-03-15T13:46:07.582Z Compiling darling_macro v0.21.3
17632026-03-15T13:46:07.607Z Compiling bitflags v2.9.4
17642026-03-15T13:46:07.744Z Compiling aws-lc-sys v0.31.0
17652026-03-15T13:46:07.915Z Compiling openssl-macros v0.1.1
17662026-03-15T13:46:07.966Z Compiling usdt-impl v0.6.0
17672026-03-15T13:46:08.324Z Compiling darling v0.21.3
17682026-03-15T13:46:08.431Z Compiling getrandom v0.2.16
17692026-03-15T13:46:08.529Z Compiling base64 v0.22.1
17702026-03-15T13:46:08.669Z Compiling http-body v1.0.1
17712026-03-15T13:46:08.788Z Compiling erased-serde v0.3.31
17722026-03-15T13:46:08.869Z Compiling typenum v1.18.0
17732026-03-15T13:46:08.898Z Compiling portable-atomic v1.11.1
17742026-03-15T13:46:08.977Z Compiling atomic-waker v1.1.2
17752026-03-15T13:46:09.145Z Compiling ipnet v2.11.0
17762026-03-15T13:46:09.491Z Compiling usdt-attr-macro v0.6.0
17772026-03-15T13:46:09.546Z Compiling usdt-macro v0.6.0
17782026-03-15T13:46:09.594Z Compiling anyhow v1.0.100
17792026-03-15T13:46:09.642Z Compiling httparse v1.10.1
17802026-03-15T13:46:09.884Z Compiling tower-service v0.3.3
17812026-03-15T13:46:10.009Z Compiling tower-layer v0.3.3
17822026-03-15T13:46:10.048Z Compiling critical-section v1.2.0
17832026-03-15T13:46:10.129Z Compiling untrusted v0.9.0
17842026-03-15T13:46:10.191Z Compiling once_cell v1.21.3
17852026-03-15T13:46:10.286Z Compiling zeroize v1.8.1
17862026-03-15T13:46:10.498Z Compiling try-lock v0.2.5
17872026-03-15T13:46:10.709Z Compiling want v0.3.1
17882026-03-15T13:46:11.021Z Compiling httpdate v1.0.3
17892026-03-15T13:46:11.258Z Compiling structmeta-derive v0.3.0
17902026-03-15T13:46:11.363Z Compiling newtype-uuid-macros v0.1.0
17912026-03-15T13:46:12.217Z Compiling strum_macros v0.26.4
17922026-03-15T13:46:12.772Z Compiling structmeta v0.3.0
17932026-03-15T13:46:13.039Z Compiling async-stream-impl v0.3.6
17942026-03-15T13:46:13.264Z Compiling powerfmt v0.2.0
17952026-03-15T13:46:13.435Z Compiling num_threads v0.1.7
17962026-03-15T13:46:13.535Z Compiling deranged v0.5.3
17972026-03-15T13:46:13.653Z Compiling omicron-workspace-hack v0.1.0
17982026-03-15T13:46:13.746Z Compiling dropshot_endpoint v0.16.7
17992026-03-15T13:46:13.761Z Compiling http-body-util v0.1.3
18002026-03-15T13:46:13.885Z Compiling ref-cast-impl v1.0.25
18012026-03-15T13:46:14.009Z Compiling typify-macro v0.4.3
18022026-03-15T13:46:14.071Z Compiling derive-ex v0.1.8
18032026-03-15T13:46:14.501Z Compiling serde_urlencoded v0.7.1
18042026-03-15T13:46:14.673Z Compiling strum_macros v0.27.2
18052026-03-15T13:46:14.956Z Compiling sync_wrapper v1.0.2
18062026-03-15T13:46:15.017Z Compiling serde_with_macros v3.14.1
18072026-03-15T13:46:15.640Z Compiling subtle v2.6.1
18082026-03-15T13:46:15.867Z Compiling iri-string v0.7.8
18092026-03-15T13:46:16.261Z Compiling test-strategy v0.4.3
18102026-03-15T13:46:16.303Z Compiling rand_core v0.6.4
18112026-03-15T13:46:16.529Z Compiling futures-util v0.3.31
18122026-03-15T13:46:16.679Z Compiling thread_local v1.1.9
18132026-03-15T13:46:16.773Z Compiling typify v0.4.3
18142026-03-15T13:46:16.895Z Compiling progenitor-impl v0.11.1
18152026-03-15T13:46:17.243Z Compiling match_cfg v0.1.0
18162026-03-15T13:46:17.338Z Compiling parse-display-derive v0.10.0
18172026-03-15T13:46:17.604Z Compiling tracing-core v0.1.34
18182026-03-15T13:46:18.245Z Compiling toml_datetime v0.6.11
18192026-03-15T13:46:18.285Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18202026-03-15T13:46:18.340Z Compiling take_mut v0.2.2
18212026-03-15T13:46:18.482Z Compiling term v1.2.0
18222026-03-15T13:46:18.607Z Compiling tracing v0.1.41
18232026-03-15T13:46:18.912Z Compiling camino v1.2.2
18242026-03-15T13:46:19.484Z Compiling clap_derive v4.5.49
18252026-03-15T13:46:19.571Z Compiling cpufeatures v0.2.17
18262026-03-15T13:46:19.753Z Compiling fastrand v2.3.0
18272026-03-15T13:46:19.840Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18282026-03-15T13:46:20.039Z Compiling encoding_rs v0.8.35
18292026-03-15T13:46:20.090Z Compiling unicode-width v0.2.1
18302026-03-15T13:46:20.104Z Compiling mime v0.3.17
18312026-03-15T13:46:20.782Z Compiling errno v0.3.14
18322026-03-15T13:46:20.981Z Compiling generic-array v0.14.7
18332026-03-15T13:46:21.724Z Compiling progenitor-macro v0.11.1
18342026-03-15T13:46:21.875Z Compiling hex v0.4.3
18352026-03-15T13:46:22.317Z Compiling ipnetwork v0.21.1
18362026-03-15T13:46:22.488Z Compiling crossbeam-utils v0.8.21
18372026-03-15T13:46:22.697Z Compiling rustix v1.1.2
18382026-03-15T13:46:22.897Z Compiling slog v2.8.2
18392026-03-15T13:46:23.056Z Compiling tokio-util v0.7.16
18402026-03-15T13:46:23.183Z Compiling winnow v0.7.14
18412026-03-15T13:46:23.558Z Compiling crypto-common v0.1.6
18422026-03-15T13:46:23.727Z Compiling rand_core v0.9.3
18432026-03-15T13:46:23.999Z Compiling h2 v0.4.12
18442026-03-15T13:46:24.018Z Compiling oxnet v0.1.4
18452026-03-15T13:46:24.436Z Compiling itertools v0.14.0
18462026-03-15T13:46:25.022Z Compiling rand_chacha v0.9.0
18472026-03-15T13:46:25.670Z Compiling rand v0.9.2
18482026-03-15T13:46:26.119Z Compiling rustls-pki-types v1.12.0
18492026-03-15T13:46:26.480Z Compiling spin v0.9.8
18502026-03-15T13:46:26.651Z Compiling debug-ignore v1.0.5
18512026-03-15T13:46:26.790Z Compiling quick-error v1.2.3
18522026-03-15T13:46:26.806Z Compiling hyper v1.8.1
18532026-03-15T13:46:27.066Z Compiling toml_parser v1.0.6+spec-1.1.0
18542026-03-15T13:46:27.427Z Compiling tabwriter v1.4.1
18552026-03-15T13:46:27.745Z Compiling toml_datetime v0.7.5+spec-1.1.0
18562026-03-15T13:46:28.011Z Compiling serde_spanned v1.0.4
18572026-03-15T13:46:28.157Z Compiling bit-vec v0.8.0
18582026-03-15T13:46:28.213Z Compiling toml_writer v1.0.6+spec-1.1.0
18592026-03-15T13:46:28.271Z Compiling hyper-util v0.1.19
18602026-03-15T13:46:28.464Z Compiling colored v3.0.0
18612026-03-15T13:46:28.502Z Compiling lazy_static v1.5.0
18622026-03-15T13:46:28.631Z Compiling toml v0.9.11+spec-1.1.0
18632026-03-15T13:46:28.747Z Compiling bit-set v0.8.0
18642026-03-15T13:46:28.800Z Compiling time v0.3.44
18652026-03-15T13:46:28.957Z Compiling strum v0.26.3
18662026-03-15T13:46:28.976Z Compiling async-stream v0.3.6
18672026-03-15T13:46:28.980Z Compiling ring v0.17.14
18682026-03-15T13:46:29.117Z Compiling waitgroup v0.1.2
18692026-03-15T13:46:29.185Z Compiling serde_path_to_error v0.1.20
18702026-03-15T13:46:29.209Z Compiling anstyle v1.0.11
18712026-03-15T13:46:29.291Z Compiling unarray v0.1.4
18722026-03-15T13:46:29.427Z Compiling crossbeam-channel v0.5.15
18732026-03-15T13:46:29.499Z Compiling block-buffer v0.10.4
18742026-03-15T13:46:29.656Z Compiling macaddr v1.0.1
18752026-03-15T13:46:29.688Z Compiling utf8parse v0.2.2
18762026-03-15T13:46:29.834Z Compiling anstyle-parse v0.2.7
18772026-03-15T13:46:29.945Z Compiling digest v0.10.7
18782026-03-15T13:46:30.079Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18792026-03-15T13:46:30.234Z Compiling ref-cast v1.0.25
18802026-03-15T13:46:30.310Z Compiling is_terminal_polyfill v1.70.1
18812026-03-15T13:46:30.341Z Compiling anstyle-query v1.1.4
18822026-03-15T13:46:30.362Z Compiling colorchoice v1.0.4
18832026-03-15T13:46:30.476Z Compiling anstream v0.6.20
18842026-03-15T13:46:30.506Z Compiling strum v0.27.2
18852026-03-15T13:46:30.522Z Compiling is-terminal v0.4.16
18862026-03-15T13:46:30.738Z Compiling clap_lex v0.7.5
18872026-03-15T13:46:30.860Z Compiling slog-term v2.9.2
18882026-03-15T13:46:30.898Z Compiling slog-json v2.6.1
18892026-03-15T13:46:31.081Z Compiling slog-async v2.8.0
18902026-03-15T13:46:31.098Z Compiling tower v0.5.2
18912026-03-15T13:46:31.152Z Compiling hostname v0.3.1
18922026-03-15T13:46:31.786Z Compiling tower-http v0.6.8
18932026-03-15T13:46:31.802Z Compiling slog-bunyan v2.5.0
18942026-03-15T13:46:32.285Z Compiling futures-executor v0.3.31
18952026-03-15T13:46:32.354Z Compiling instant v0.1.13
18962026-03-15T13:46:32.492Z Compiling futures v0.3.31
18972026-03-15T13:46:32.598Z Compiling openssl-sys v0.9.109
18982026-03-15T13:46:33.453Z Compiling memmap2 v0.9.8
18992026-03-15T13:46:33.605Z Compiling foreign-types-shared v0.1.1
19002026-03-15T13:46:33.737Z Compiling untrusted v0.7.1
19012026-03-15T13:46:33.754Z Compiling foreign-types v0.3.2
19022026-03-15T13:46:33.852Z Compiling tempfile v3.23.0
19032026-03-15T13:46:34.417Z Compiling openssl-probe v0.1.6
19042026-03-15T13:46:34.781Z Compiling openssl v0.10.73
19052026-03-15T13:46:35.194Z Compiling either v1.15.0
19062026-03-15T13:46:35.778Z Compiling webpki-roots v1.0.2
19072026-03-15T13:46:35.937Z Compiling usdt v0.6.0
19082026-03-15T13:46:36.411Z Compiling newtype-uuid v1.3.2
19092026-03-15T13:46:37.858Z Compiling daft v0.1.4
19102026-03-15T13:46:38.219Z Compiling native-tls v0.2.14
19112026-03-15T13:46:38.482Z Compiling tokio-native-tls v0.3.1
19122026-03-15T13:46:38.701Z Compiling hyper-tls v0.6.0
19132026-03-15T13:46:39.089Z Compiling rustls-webpki v0.102.8
19142026-03-15T13:46:39.662Z Compiling rustls v0.22.4
19152026-03-15T13:46:41.404Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19162026-03-15T13:46:42.262Z Compiling tokio-rustls v0.25.0
19172026-03-15T13:46:42.635Z Compiling sha1 v0.10.6
19182026-03-15T13:46:42.737Z Compiling multer v3.1.0
19192026-03-15T13:46:42.938Z Compiling rustls-pemfile v2.2.0
19202026-03-15T13:46:43.201Z Compiling terminal_size v0.4.3
19212026-03-15T13:46:43.425Z Compiling rand_chacha v0.3.1
19222026-03-15T13:46:43.941Z Compiling wait-timeout v0.2.1
19232026-03-15T13:46:43.995Z Compiling hostname v0.4.2
19242026-03-15T13:46:44.351Z Compiling dropshot v0.16.7
19252026-03-15T13:46:44.516Z Compiling rusty-fork v0.3.0
19262026-03-15T13:46:45.229Z Compiling rand v0.8.5
19272026-03-15T13:46:45.430Z Compiling rustls-webpki v0.103.6
19282026-03-15T13:46:46.122Z Compiling rand_xorshift v0.4.0
19292026-03-15T13:46:46.719Z Compiling proptest v1.8.0
19302026-03-15T13:46:47.268Z Compiling rustls v0.23.32
19312026-03-15T13:46:48.323Z Compiling clap_builder v4.5.50
19322026-03-15T13:46:49.055Z Compiling aws-lc-rs v1.14.0
19332026-03-15T13:46:49.548Z Compiling hubpack_derive v0.1.1
19342026-03-15T13:46:50.834Z Compiling tokio-rustls v0.26.3
19352026-03-15T13:46:51.206Z Compiling clap v4.5.50
19362026-03-15T13:46:51.909Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19372026-03-15T13:46:53.018Z Compiling serde_spanned v0.6.9
19382026-03-15T13:46:53.082Z Compiling winnow v0.5.40
19392026-03-15T13:46:53.223Z Compiling hyper-rustls v0.27.7
19402026-03-15T13:46:53.806Z Compiling serde_with v3.14.1
19412026-03-15T13:46:54.187Z Compiling reqwest v0.12.23
19422026-03-15T13:46:54.229Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19432026-03-15T13:46:55.035Z Compiling rustc-hash v2.1.1
19442026-03-15T13:46:55.196Z Compiling iddqd v0.3.17
19452026-03-15T13:46:56.045Z Compiling backoff v0.4.0
19462026-03-15T13:46:56.451Z Compiling parse-display v0.10.0
19472026-03-15T13:46:56.759Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19482026-03-15T13:46:56.929Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19492026-03-15T13:46:59.116Z Compiling progenitor-client v0.10.0
19502026-03-15T13:46:59.133Z Compiling progenitor-client v0.11.1
19512026-03-15T13:46:59.501Z Compiling progenitor v0.11.1
19522026-03-15T13:46:59.677Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19532026-03-15T13:47:00.354Z Compiling num-derive v0.3.3
19542026-03-15T13:47:01.942Z Compiling toml_write v0.1.2
19552026-03-15T13:47:02.473Z Compiling toml_edit v0.22.27
19562026-03-15T13:47:03.678Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19572026-03-15T13:47:04.828Z Compiling toml_edit v0.19.15
19582026-03-15T13:47:05.415Z Compiling num-integer v0.1.46
19592026-03-15T13:47:05.600Z Compiling float-ord v0.3.2
19602026-03-15T13:47:05.865Z Compiling toml v0.8.23
19612026-03-15T13:47:06.852Z Compiling proc-macro-crate v1.3.1
19622026-03-15T13:47:08.656Z Compiling num-rational v0.4.2
19632026-03-15T13:47:09.567Z Compiling num-iter v0.1.45
19642026-03-15T13:47:10.088Z Compiling num-complex v0.4.6
19652026-03-15T13:47:11.488Z Compiling num v0.4.3
19662026-03-15T13:47:15.738Z Compiling zerocopy-derive v0.7.35
19672026-03-15T13:47:16.350Z Compiling ingot-macros v0.1.1
19682026-03-15T13:47:16.708Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-03-15T13:47:16.965Z Compiling scroll_derive v0.12.1
19702026-03-15T13:47:17.465Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-03-15T13:47:17.927Z Compiling zerocopy v0.7.35
19722026-03-15T13:47:18.177Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19732026-03-15T13:47:18.807Z Compiling num_enum_derive v0.7.5
19742026-03-15T13:47:20.275Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-03-15T13:47:20.314Z Compiling memoffset v0.9.1
19762026-03-15T13:47:21.030Z Compiling foreign-types-macros v0.2.3
19772026-03-15T13:47:22.579Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19782026-03-15T13:47:23.253Z Compiling nix v0.30.1
19792026-03-15T13:47:24.042Z Compiling libscf-sys v1.1.0
19802026-03-15T13:47:24.913Z Compiling proc-macro-error-attr2 v2.0.0
19812026-03-15T13:47:25.122Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19822026-03-15T13:47:25.165Z Compiling proc-macro-error-attr v1.0.4
19832026-03-15T13:47:25.475Z Compiling proc-macro-error2 v2.0.1
19842026-03-15T13:47:25.675Z Compiling dtrace-parser v0.2.0
19852026-03-15T13:47:25.730Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19862026-03-15T13:47:25.838Z Compiling tabled_derive v0.11.0
19872026-03-15T13:47:26.080Z Compiling proc-macro-error v1.0.4
19882026-03-15T13:47:26.445Z Compiling dof v0.3.0
19892026-03-15T13:47:26.535Z Compiling num_enum_derive v0.5.11
19902026-03-15T13:47:26.906Z Compiling hubpack v0.1.2
19912026-03-15T13:47:27.123Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19922026-03-15T13:47:27.213Z Compiling thread-id v4.2.2
19932026-03-15T13:47:27.440Z Compiling static_assertions v1.1.0
19942026-03-15T13:47:27.691Z Compiling usdt-impl v0.5.0
19952026-03-15T13:47:28.937Z Compiling derive_more v0.99.20
19962026-03-15T13:47:30.773Z Compiling bytecount v0.6.9
19972026-03-15T13:47:31.231Z Compiling usdt-macro v0.5.0
19982026-03-15T13:47:32.153Z Compiling usdt-attr-macro v0.5.0
19992026-03-15T13:47:32.654Z Compiling zone_cfg_derive v0.3.1
20002026-03-15T13:47:32.915Z Compiling num-derive v0.4.2
20012026-03-15T13:47:33.223Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20022026-03-15T13:47:33.559Z Compiling rustc_version v0.4.1
20032026-03-15T13:47:33.620Z Compiling crossbeam-epoch v0.9.18
20042026-03-15T13:47:33.929Z Compiling papergrid v0.17.0
20052026-03-15T13:47:33.951Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20062026-03-15T13:47:34.082Z Compiling testing_table v0.3.0
20072026-03-15T13:47:34.177Z Compiling enum-as-inner v0.6.1
20082026-03-15T13:47:34.295Z Compiling curve25519-dalek v4.1.3
20092026-03-15T13:47:34.574Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20102026-03-15T13:47:34.753Z Compiling crossbeam-deque v0.8.6
20112026-03-15T13:47:34.934Z Compiling typify-impl v0.6.1
20122026-03-15T13:47:35.007Z Compiling thiserror-impl-no-std v2.0.2
20132026-03-15T13:47:35.292Z Compiling tabled v0.20.0
20142026-03-15T13:47:35.760Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-03-15T13:47:36.151Z Compiling curve25519-dalek-derive v0.1.1
20162026-03-15T13:47:36.671Z Compiling rayon-core v1.13.0
20172026-03-15T13:47:36.819Z Compiling scroll v0.12.0
20182026-03-15T13:47:37.199Z Compiling hash32 v0.3.1
20192026-03-15T13:47:37.405Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20202026-03-15T13:47:37.620Z Compiling heapless v0.8.0
20212026-03-15T13:47:37.746Z Compiling goblin v0.8.2
20222026-03-15T13:47:38.118Z Compiling ingot-types v0.1.2
20232026-03-15T13:47:38.529Z Compiling cobs v0.3.0
20242026-03-15T13:47:38.628Z Compiling foreign-types-shared v0.3.1
20252026-03-15T13:47:38.673Z Compiling managed v0.8.0
20262026-03-15T13:47:38.754Z Compiling bitflags v1.3.2
20272026-03-15T13:47:38.858Z Compiling foreign-types v0.5.0
20282026-03-15T13:47:38.894Z Compiling postcard v1.1.3
20292026-03-15T13:47:38.966Z Compiling smoltcp v0.11.0
20302026-03-15T13:47:38.981Z Compiling ingot v0.1.1
20312026-03-15T13:47:39.349Z Compiling num_enum v0.7.5
20322026-03-15T13:47:39.503Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20332026-03-15T13:47:39.749Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20342026-03-15T13:47:39.764Z Compiling camino-tempfile v1.4.1
20352026-03-15T13:47:40.010Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20362026-03-15T13:47:40.086Z Compiling serde_repr v0.1.20
20372026-03-15T13:47:40.157Z Compiling derive-where v1.6.0
20382026-03-15T13:47:40.531Z Compiling cstr-argument v0.1.2
20392026-03-15T13:47:40.859Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20402026-03-15T13:47:41.220Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20412026-03-15T13:47:42.840Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20422026-03-15T13:47:42.893Z Compiling rayon v1.11.0
20432026-03-15T13:47:43.080Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20442026-03-15T13:47:43.238Z Compiling crucible-workspace-hack v0.1.0
20452026-03-15T13:47:43.831Z Compiling typify-macro v0.6.1
20462026-03-15T13:47:43.885Z Compiling memmap v0.7.0
20472026-03-15T13:47:44.246Z Compiling tinyvec_macros v0.1.1
20482026-03-15T13:47:44.322Z Compiling tinyvec v1.10.0
20492026-03-15T13:47:44.366Z Compiling usdt v0.5.0
20502026-03-15T13:47:44.581Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20512026-03-15T13:47:44.812Z Compiling num_enum v0.5.11
20522026-03-15T13:47:45.229Z Compiling pin-project-internal v1.1.10
20532026-03-15T13:47:46.571Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20542026-03-15T13:47:46.658Z Compiling typify v0.6.1
20552026-03-15T13:47:46.763Z Compiling progenitor-impl v0.13.0
20562026-03-15T13:47:46.778Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20572026-03-15T13:47:46.948Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20582026-03-15T13:47:47.247Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20592026-03-15T13:47:47.583Z Compiling rustix v0.38.44
20602026-03-15T13:47:47.872Z Compiling itertools v0.12.1
20612026-03-15T13:47:48.078Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20622026-03-15T13:47:48.166Z Compiling progenitor-impl v0.10.0
20632026-03-15T13:47:48.594Z Compiling sigpipe v0.1.3
20642026-03-15T13:47:48.710Z Compiling jiff v0.2.15
20652026-03-15T13:47:48.860Z Compiling const_format_proc_macros v0.2.34
20662026-03-15T13:47:48.996Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20672026-03-15T13:47:49.300Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20682026-03-15T13:47:49.551Z Compiling zone v0.3.1
20692026-03-15T13:47:50.374Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20702026-03-15T13:47:50.694Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20712026-03-15T13:47:51.531Z Compiling secrecy v0.10.3
20722026-03-15T13:47:51.616Z Compiling progenitor-macro v0.13.0
20732026-03-15T13:47:51.774Z Compiling smf v0.2.3
20742026-03-15T13:47:51.805Z Compiling snafu-derive v0.8.9
20752026-03-15T13:47:52.163Z Compiling async-recursion v1.1.1
20762026-03-15T13:47:52.667Z Compiling bstr v1.12.0
20772026-03-15T13:47:52.995Z Compiling progenitor-macro v0.10.0
20782026-03-15T13:47:53.108Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20792026-03-15T13:47:53.356Z Compiling whoami v1.6.1
20802026-03-15T13:47:53.766Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20812026-03-15T13:47:55.944Z Compiling hmac v0.12.1
20822026-03-15T13:47:56.369Z Compiling inout v0.1.4
20832026-03-15T13:47:56.402Z Compiling ff v0.13.1
20842026-03-15T13:47:56.544Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20852026-03-15T13:47:56.563Z Compiling data-encoding v2.9.0
20862026-03-15T13:47:57.293Z Compiling crc8 v0.1.1
20872026-03-15T13:47:57.880Z Compiling group v0.13.0
20882026-03-15T13:47:57.933Z Compiling cipher v0.4.4
20892026-03-15T13:47:58.032Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20902026-03-15T13:47:58.400Z Compiling hkdf v0.12.4
20912026-03-15T13:47:59.219Z Compiling atomicwrites v0.4.4
20922026-03-15T13:47:59.247Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20932026-03-15T13:47:59.247Z Compiling tokio-dtrace v0.1.1
20942026-03-15T13:47:59.247Z Compiling tabled_derive v0.7.0
20952026-03-15T13:47:59.822Z Compiling reqwest v0.13.2
20962026-03-15T13:47:59.848Z Compiling universal-hash v0.5.1
20972026-03-15T13:48:00.020Z Compiling crypto-bigint v0.5.5
20982026-03-15T13:48:00.313Z Compiling dropshot-api-manager-types v0.5.2
20992026-03-15T13:48:00.355Z Compiling half v2.7.1
21002026-03-15T13:48:00.763Z Compiling indent_write v2.2.0
21012026-03-15T13:48:00.814Z Compiling opaque-debug v0.3.1
21022026-03-15T13:48:00.949Z Compiling ciborium-io v0.2.2
21032026-03-15T13:48:01.080Z Compiling base64ct v1.8.0
21042026-03-15T13:48:01.316Z Compiling base16ct v0.2.0
21052026-03-15T13:48:01.479Z Compiling password-hash v0.5.0
21062026-03-15T13:48:01.497Z Compiling progenitor-client v0.13.0
21072026-03-15T13:48:01.526Z Compiling ciborium-ll v0.2.2
21082026-03-15T13:48:01.898Z Compiling elliptic-curve v0.13.8
21092026-03-15T13:48:01.948Z Compiling poly1305 v0.8.0
21102026-03-15T13:48:02.528Z Compiling oxide-tokio-rt v0.1.2
21112026-03-15T13:48:02.784Z Compiling chacha20 v0.9.1
21122026-03-15T13:48:02.965Z Compiling similar v2.7.0
21132026-03-15T13:48:03.018Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21142026-03-15T13:48:04.081Z Compiling thiserror-no-std v2.0.2
21152026-03-15T13:48:04.609Z Compiling blake2 v0.10.6
21162026-03-15T13:48:04.770Z Compiling aead v0.5.2
21172026-03-15T13:48:05.130Z Compiling keccak v0.1.5
21182026-03-15T13:48:05.434Z Compiling resolv-conf v0.7.5
21192026-03-15T13:48:05.451Z Compiling linked-hash-map v0.5.6
21202026-03-15T13:48:05.652Z Compiling lru-cache v0.1.2
21212026-03-15T13:48:05.656Z Compiling sha3 v0.10.8
21222026-03-15T13:48:05.815Z Compiling chacha20poly1305 v0.10.1
21232026-03-15T13:48:05.899Z Compiling argon2 v0.5.3
21242026-03-15T13:48:05.915Z Compiling vsss-rs v3.3.4
21252026-03-15T13:48:06.230Z Compiling progenitor v0.13.0
21262026-03-15T13:48:06.406Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21272026-03-15T13:48:06.898Z Compiling ciborium v0.2.2
21282026-03-15T13:48:06.938Z Compiling hickory-proto v0.24.4
21292026-03-15T13:48:07.891Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21302026-03-15T13:48:08.282Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21312026-03-15T13:48:08.380Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21322026-03-15T13:48:08.552Z Compiling serde-big-array v0.5.1
21332026-03-15T13:48:08.747Z Compiling siphasher v1.0.1
21342026-03-15T13:48:08.811Z Compiling same-file v1.0.6
21352026-03-15T13:48:09.014Z Compiling unicode-segmentation v1.12.0
21362026-03-15T13:48:09.515Z Compiling hickory-resolver v0.24.4
21372026-03-15T13:48:09.570Z Compiling newline-converter v0.3.0
21382026-03-15T13:48:09.571Z Compiling walkdir v2.5.0
21392026-03-15T13:48:09.664Z Compiling phf_shared v0.12.1
21402026-03-15T13:48:09.797Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21412026-03-15T13:48:09.883Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21422026-03-15T13:48:10.829Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-03-15T13:48:11.354Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21442026-03-15T13:48:11.790Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21452026-03-15T13:48:12.430Z Compiling newtype_derive v0.1.6
21462026-03-15T13:48:12.539Z Compiling owo-colors v4.3.0
21472026-03-15T13:48:12.556Z Compiling tokio-stream v0.1.17
21482026-03-15T13:48:13.117Z Compiling console v0.15.11
21492026-03-15T13:48:13.224Z Compiling csv-core v0.1.12
21502026-03-15T13:48:13.547Z Compiling swrite v0.1.0
21512026-03-15T13:48:13.586Z Compiling foldhash v0.1.5
21522026-03-15T13:48:13.640Z Compiling smawk v0.3.2
21532026-03-15T13:48:13.793Z Compiling termtree v0.5.1
21542026-03-15T13:48:13.822Z Compiling unicode-width v0.1.14
21552026-03-15T13:48:13.836Z Compiling unicode-linebreak v0.1.5
21562026-03-15T13:48:14.038Z Compiling hashbrown v0.15.5
21572026-03-15T13:48:14.170Z Compiling textwrap v0.16.2
21582026-03-15T13:48:14.257Z Compiling expectorate v1.2.0
21592026-03-15T13:48:14.430Z Compiling csv v1.3.1
21602026-03-15T13:48:14.801Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-03-15T13:48:14.896Z Compiling qorb v0.4.1
21622026-03-15T13:48:15.228Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21632026-03-15T13:48:17.538Z Compiling phf v0.12.1
21642026-03-15T13:48:17.597Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21652026-03-15T13:48:17.866Z Compiling pin-project v1.1.10
21662026-03-15T13:48:18.002Z Compiling unicode-normalization v0.1.24
21672026-03-15T13:48:18.074Z Compiling libz-sys v1.1.22
21682026-03-15T13:48:18.219Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21692026-03-15T13:48:19.538Z Compiling libsw-core v0.3.2
21702026-03-15T13:48:19.742Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21712026-03-15T13:48:20.119Z Compiling fixedbitset v0.4.2
21722026-03-15T13:48:20.441Z Compiling fixedbitset v0.5.7
21732026-03-15T13:48:20.498Z Compiling highway v1.3.0
21742026-03-15T13:48:20.728Z Compiling petgraph v0.8.2
21752026-03-15T13:48:20.901Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-03-15T13:48:21.038Z Compiling progenitor v0.10.0
21772026-03-15T13:48:22.050Z Compiling petgraph v0.6.5
21782026-03-15T13:48:23.082Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21792026-03-15T13:48:23.234Z Compiling libsw v3.5.0
21802026-03-15T13:48:23.634Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21812026-03-15T13:48:23.677Z Compiling olpc-cjson v0.1.4
21822026-03-15T13:48:23.899Z Compiling libgit2-sys v0.17.0+1.8.1
21832026-03-15T13:48:24.186Z Compiling snafu v0.8.9
21842026-03-15T13:48:24.704Z Compiling chrono-tz v0.10.4
21852026-03-15T13:48:24.745Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21862026-03-15T13:48:24.998Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21872026-03-15T13:48:25.349Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21882026-03-15T13:48:26.426Z Compiling papergrid v0.11.0
21892026-03-15T13:48:27.121Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-03-15T13:48:27.484Z Compiling globset v0.4.16
21912026-03-15T13:48:28.241Z Compiling const_format v0.2.34
21922026-03-15T13:48:28.286Z Compiling slog-dtrace v0.3.0
21932026-03-15T13:48:28.449Z Compiling cancel-safe-futures v0.1.5
21942026-03-15T13:48:28.568Z Compiling gethostname v0.5.0
21952026-03-15T13:48:28.814Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21962026-03-15T13:48:29.348Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-03-15T13:48:30.115Z Compiling pem v3.0.5
21982026-03-15T13:48:30.162Z Compiling bcs v0.1.6
21992026-03-15T13:48:30.599Z Compiling cargo-platform v0.1.9
22002026-03-15T13:48:30.630Z Compiling serde_plain v1.0.2
22012026-03-15T13:48:30.899Z Compiling typed-path v0.9.3
22022026-03-15T13:48:31.050Z Compiling linear-map v1.2.0
22032026-03-15T13:48:31.287Z Compiling tagptr v0.2.0
22042026-03-15T13:48:31.492Z Compiling moka v0.12.11
22052026-03-15T13:48:32.252Z Compiling tough v0.20.0
22062026-03-15T13:48:32.628Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22072026-03-15T13:48:34.667Z Compiling cargo_metadata v0.18.1
22082026-03-15T13:48:35.028Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-03-15T13:48:35.924Z Compiling tabled v0.15.0
22102026-03-15T13:48:36.236Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-03-15T13:48:36.511Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-03-15T13:48:37.045Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-03-15T13:48:37.307Z Compiling git2 v0.19.0
22142026-03-15T13:48:38.201Z Compiling steno v0.4.1
22152026-03-15T13:48:40.994Z Compiling cookie v0.18.1
22162026-03-15T13:48:41.148Z Compiling hickory-proto v0.25.2
22172026-03-15T13:48:43.156Z Compiling humantime v2.3.0
22182026-03-15T13:48:43.535Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-03-15T13:48:44.449Z Compiling hickory-resolver v0.25.2
22202026-03-15T13:48:47.537Z Compiling vergen v8.3.2
22212026-03-15T13:48:49.058Z Compiling signal-hook v0.3.18
22222026-03-15T13:48:50.185Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22232026-03-15T13:48:50.361Z Compiling predicates-core v1.0.9
22242026-03-15T13:48:50.629Z Compiling mockall_derive v0.13.1
22252026-03-15T13:48:51.366Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22262026-03-15T13:48:51.532Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22272026-03-15T13:48:52.059Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22282026-03-15T13:48:53.447Z Compiling sha2 v0.10.9
22292026-03-15T13:48:53.542Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22302026-03-15T13:48:54.142Z Compiling yansi v1.0.1
22312026-03-15T13:48:54.319Z Compiling diff v0.1.13
22322026-03-15T13:48:54.522Z Compiling adler2 v2.0.1
22332026-03-15T13:48:54.555Z Compiling pretty_assertions v1.4.1
22342026-03-15T13:48:54.710Z Compiling miniz_oxide v0.8.9
22352026-03-15T13:48:54.866Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22362026-03-15T13:48:55.656Z Compiling fs-err v3.1.2
22372026-03-15T13:48:56.073Z Compiling crc32fast v1.5.0
22382026-03-15T13:48:56.339Z Compiling predicates v3.1.3
22392026-03-15T13:48:57.034Z Compiling predicates-tree v1.0.12
22402026-03-15T13:48:57.933Z Compiling git-stub v1.0.0
22412026-03-15T13:48:58.298Z Compiling filetime v0.2.26
22422026-03-15T13:48:58.548Z Compiling xattr v1.6.1
22432026-03-15T13:48:58.784Z Compiling downcast v0.11.0
22442026-03-15T13:48:58.981Z Compiling arrayref v0.3.9
22452026-03-15T13:48:59.111Z Compiling fragile v2.0.1
22462026-03-15T13:49:00.373Z Compiling constant_time_eq v0.3.1
22472026-03-15T13:49:00.373Z Compiling is_ci v1.2.0
22482026-03-15T13:49:00.373Z Compiling arrayvec v0.7.6
22492026-03-15T13:49:00.373Z Compiling mockall v0.13.1
22502026-03-15T13:49:00.373Z Compiling blake3 v1.8.2
22512026-03-15T13:49:00.373Z Compiling supports-color v3.0.2
22522026-03-15T13:49:00.893Z Compiling toml v0.7.8
22532026-03-15T13:49:01.886Z Compiling tar v0.4.44
22542026-03-15T13:49:01.908Z Compiling git-stub-vcs v0.1.0
22552026-03-15T13:49:02.099Z Compiling signal-hook-tokio v0.3.1
22562026-03-15T13:49:02.281Z Compiling curl-sys v0.4.83+curl-8.15.0
22572026-03-15T13:49:02.435Z Compiling flate2 v1.1.2
22582026-03-15T13:49:02.690Z Compiling drift v0.1.3
22592026-03-15T13:49:03.029Z Compiling kstat-rs v0.2.4
22602026-03-15T13:49:03.149Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22612026-03-15T13:49:03.293Z Compiling topological-sort v0.2.2
22622026-03-15T13:49:03.451Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22632026-03-15T13:49:03.493Z Compiling display-error-chain v0.2.2
22642026-03-15T13:49:03.675Z Compiling hex-literal v1.0.0
22652026-03-15T13:49:03.727Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22662026-03-15T13:49:03.919Z Compiling dropshot-api-manager v0.5.2
22672026-03-15T13:49:04.688Z Compiling omicron-zone-package v0.12.2
22682026-03-15T13:49:06.526Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22692026-03-15T13:49:06.639Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22702026-03-15T13:49:08.496Z Compiling curl v0.4.49
22712026-03-15T13:49:08.684Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22722026-03-15T13:49:08.952Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22732026-03-15T13:49:09.276Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22742026-03-15T13:49:09.687Z Compiling internet-checksum v0.2.1
22752026-03-15T13:49:09.870Z Compiling search_path v0.1.4
22762026-03-15T13:49:09.908Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22772026-03-15T13:49:10.402Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22782026-03-15T13:49:12.075Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22792026-03-15T13:49:14.062Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22802026-03-15T13:50:15.036Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 28s
22812026-03-15T13:50:15.188Z Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d)
22822026-03-15T13:50:15.191Z
22832026-03-15T13:50:15.191Zrunning 5 tests
22842026-03-15T13:50:15.194Ztest fuse::tests::chip_revision_b0 ... ok
22852026-03-15T13:50:15.194Ztest fuse::tests::chip_revision_b1 ... ok
22862026-03-15T13:50:15.194Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22872026-03-15T13:50:15.194Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22882026-03-15T13:50:15.194Ztest fuse::tests::chip_revision_a0 ... ok
22892026-03-15T13:50:15.194Z
22902026-03-15T13:50:15.194Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22912026-03-15T13:50:15.194Z
22922026-03-15T13:50:15.194Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
22932026-03-15T13:50:15.197Z
22942026-03-15T13:50:15.197Zrunning 0 tests
22952026-03-15T13:50:15.197Z
22962026-03-15T13:50:15.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22972026-03-15T13:50:15.197Z
22982026-03-15T13:50:15.200Z Running unittests src/lib.rs (target/debug/deps/asic-1d7da80ed3d32b1f)
22992026-03-15T13:50:15.200Z
23002026-03-15T13:50:15.200Zrunning 0 tests
23012026-03-15T13:50:15.200Z
23022026-03-15T13:50:15.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23032026-03-15T13:50:15.200Z
23042026-03-15T13:50:15.200Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
23052026-03-15T13:50:15.203Z
23062026-03-15T13:50:15.203Zrunning 10 tests
23072026-03-15T13:50:15.203Ztest nat::tests::test_vni ... ok
23082026-03-15T13:50:15.203Ztest network::tests::test_eui64 ... ok
23092026-03-15T13:50:15.203Ztest network::tests::test_equal ... ok
23102026-03-15T13:50:15.203Ztest network::tests::test_into ... ok
23112026-03-15T13:50:15.203Ztest network::tests::test_generate_ipv6_link_local ... ok
23122026-03-15T13:50:15.203Ztest network::tests::test_not_equal ... ok
23132026-03-15T13:50:15.203Ztest network::tests::test_parse ... ok
23142026-03-15T13:50:15.203Ztest network::tests::test_to_string ... ok
23152026-03-15T13:50:15.203Ztest test_purge ... ok
23162026-03-15T13:50:15.207Ztest illumos::test::address_exists_handles_missing_object ... ok
23172026-03-15T13:50:15.210Z
23182026-03-15T13:50:15.210Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23192026-03-15T13:50:15.210Z
23202026-03-15T13:50:15.210Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a)
23212026-03-15T13:50:15.214Z
23222026-03-15T13:50:15.215Zrunning 1 test
23232026-03-15T13:50:16.722Ztest test::test_apis_up_to_date ... ok
23242026-03-15T13:50:16.722Z
23252026-03-15T13:50:16.722Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.51s
23262026-03-15T13:50:16.722Z
23272026-03-15T13:50:16.776Z Running unittests src/main.rs (target/debug/deps/dpd-b73a0c33cecba41a)
23282026-03-15T13:50:16.784Z
23292026-03-15T13:50:16.784Zrunning 18 tests
23302026-03-15T13:50:16.787Ztest freemap::test_ordering ... ok
23312026-03-15T13:50:16.787Ztest freemap::test_split ... ok
23322026-03-15T13:50:16.787Ztest config::tests::test_updates ... ok
23332026-03-15T13:50:16.787Ztest macaddrs::tests::test_mac_offset ... ok
23342026-03-15T13:50:16.787Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23352026-03-15T13:50:16.787Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23362026-03-15T13:50:16.787Ztest nat::test_mapping ... ok
23372026-03-15T13:50:16.787Ztest macaddrs::tests::test_parse_port_id ... ok
23382026-03-15T13:50:16.790Ztest port_map::tests::dump_map ... ok
23392026-03-15T13:50:16.790Ztest port_map::tests::test_backplane_group ... ok
23402026-03-15T13:50:16.790Ztest port_map::tests::test_port_map ... ok
23412026-03-15T13:50:16.790ZMar 15 13:50:15.652 DEBG created new freemapMar 15 13:50:15.652Mar 15 13:50:15.652, DEBGDEBG unitcreated new freemap :created new freemap, , unitfreemap_test:unit :
23422026-03-15T13:50:16.790Zfreemap_test
23432026-03-15T13:50:16.790Zfreemap_test
23442026-03-15T13:50:16.790ZMar 15 13:50:15.652Mar 15 13:50:15.652 DEBGDEBG Mar 15 13:50:15.652initted freemap. size: 128Mar 15 13:50:15.652 , unitDEBG: created new freemapfreemap_test,
23452026-03-15T13:50:16.790Zunit: freemap_testMar 15 13:50:15.652
23462026-03-15T13:50:16.790Z DEBG reset freemap, unit: Mar 15 13:50:15.652freemap_test
23472026-03-15T13:50:16.790ZDEBG initted freemap. size: 128, unit: freemap_test
23482026-03-15T13:50:16.790ZMar 15 13:50:15.652 Mar 15 13:50:15.652 DEBG created new freemap, unitDEBG:initted freemap. size: 128 , freemap_test
23492026-03-15T13:50:16.790Zreset freemap, unit:Mar 15 13:50:15.652 DEBG initted freemap. size: 128DEBG, unitinitted freemap. size: 128:freemap_test
23502026-03-15T13:50:16.791Zfreemap_test
23512026-03-15T13:50:16.791Ztest freemap::test_span ... ok
23522026-03-15T13:50:16.791Z, Mar 15 13:50:15.652unit DEBGunit :reset freemap, unit: freemap_test
23532026-03-15T13:50:16.791Zfreemap_test
23542026-03-15T13:50:16.791Z:Mar 15 13:50:15.652 freemap_testDEBG
23552026-03-15T13:50:16.791Z reset freemap, unit: freemap_testMar 15 13:50:15.652
23562026-03-15T13:50:16.791Z DEBG reset freemap, unit: freemap_test
23572026-03-15T13:50:16.791Ztest freemap::test_basic ... ok
23582026-03-15T13:50:16.791Ztest freemap::test_free ... ok
23592026-03-15T13:50:16.791Ztest freemap::test_exhaustion ... ok
23602026-03-15T13:50:16.791Ztest freemap::test_reclaim ... ok
23612026-03-15T13:50:16.791Ztest port_map::tests::parse_softnpu_revision ... ok
23622026-03-15T13:50:16.794Ztest api_server::tests::test_build_info ... ok
23632026-03-15T13:50:16.794Z
23642026-03-15T13:50:16.794Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23652026-03-15T13:50:16.794Z
23662026-03-15T13:50:16.797Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-50ff7125eda53d64)
23672026-03-15T13:50:16.797Z
23682026-03-15T13:50:16.797Zrunning 0 tests
23692026-03-15T13:50:16.797Z
23702026-03-15T13:50:16.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23712026-03-15T13:50:16.797Z
23722026-03-15T13:50:16.800Z Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978)
23732026-03-15T13:50:16.800Z
23742026-03-15T13:50:16.800Zrunning 0 tests
23752026-03-15T13:50:16.800Z
23762026-03-15T13:50:16.800Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23772026-03-15T13:50:16.800Z
23782026-03-15T13:50:16.800Z Running unittests src/lib.rs (target/debug/deps/dpd_client-eb373a352e17e928)
23792026-03-15T13:50:16.803Z
23802026-03-15T13:50:16.803Zrunning 6 tests
23812026-03-15T13:50:16.803Ztest tests::test_full_lot_id_neither_present ... ok
23822026-03-15T13:50:16.803Ztest tests::test_full_lot_id_lot_only ... ok
23832026-03-15T13:50:16.803Ztest tests::test_port_id_cmp ... ok
23842026-03-15T13:50:16.803Ztest tests::test_full_lot_id_both_present ... ok
23852026-03-15T13:50:16.803Ztest tests::test_full_lot_id_lotnum_only ... ok
23862026-03-15T13:50:16.803Ztest tests::test_parse_client_port_id ... ok
23872026-03-15T13:50:16.803Z
23882026-03-15T13:50:16.803Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23892026-03-15T13:50:16.803Z
23902026-03-15T13:50:16.806Z Running tests/test_all.rs (target/debug/deps/test_all-1268644c25aa8eb5)
23912026-03-15T13:50:16.806Z
23922026-03-15T13:50:16.806Zrunning 0 tests
23932026-03-15T13:50:16.806Z
23942026-03-15T13:50:16.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23952026-03-15T13:50:16.806Z
23962026-03-15T13:50:16.806Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65)
23972026-03-15T13:50:16.809Z
23982026-03-15T13:50:16.809Zrunning 0 tests
23992026-03-15T13:50:16.809Z
24002026-03-15T13:50:16.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24012026-03-15T13:50:16.809Z
24022026-03-15T13:50:16.809Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
24032026-03-15T13:50:16.812Z
24042026-03-15T13:50:16.812Zrunning 12 tests
24052026-03-15T13:50:16.812Ztest icmp::test_v6_checksum ... ok
24062026-03-15T13:50:16.813Ztest icmp::test_v4_checksum ... ok
24072026-03-15T13:50:16.813Ztest pbuf::test_byte ... ok
24082026-03-15T13:50:16.813Ztest lldp::test_lldp_parse ... ok
24092026-03-15T13:50:16.813Ztest ipv6::test_ipv6_parse ... ok
24102026-03-15T13:50:16.813Ztest pbuf::test_nibble ... ok
24112026-03-15T13:50:16.813Ztest pbuf::test_overflow ... ok
24122026-03-15T13:50:16.813Ztest pbuf::test_short ... ok
24132026-03-15T13:50:16.813Ztest pbuf::test_twelve ... ok
24142026-03-15T13:50:16.813Ztest pbuf::test_word ... ok
24152026-03-15T13:50:16.813Ztest tcp::test_checksum_syn_nodata ... ok
24162026-03-15T13:50:16.813Ztest tcp::test_checksum_ack_data ... ok
24172026-03-15T13:50:16.813Z
24182026-03-15T13:50:16.813Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24192026-03-15T13:50:16.813Z
24202026-03-15T13:50:16.813Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
24212026-03-15T13:50:16.816Z
24222026-03-15T13:50:16.816Zrunning 0 tests
24232026-03-15T13:50:16.816Z
24242026-03-15T13:50:16.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24252026-03-15T13:50:16.816Z
24262026-03-15T13:50:16.816Z Running unittests src/main.rs (target/debug/deps/swadm-dc8bae0a7bccd5fa)
24272026-03-15T13:50:16.819Z
24282026-03-15T13:50:16.819Zrunning 4 tests
24292026-03-15T13:50:16.819Ztest switchport::test::test_compute_lanes ... ok
24302026-03-15T13:50:16.819Ztest switchport::test::port_id_ordering ... ok
24312026-03-15T13:50:16.819Z Lane 0 Lane 1 Lane 2 Lane 3
24322026-03-15T13:50:16.819Z Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes Lane 2Yes
24332026-03-15T13:50:16.819ZLane 3
24342026-03-15T13:50:16.819Z Rx Loss-of-signal: Yes Yes State: Activated ActivatedYes YesActivated
24352026-03-15T13:50:16.819Z Rx CDR Enabled: YesActivated
24362026-03-15T13:50:16.819ZYes Rx Output Enabled: falseYes Yesfalse
24372026-03-15T13:50:16.819Z Tx Enabled: Yes falseYes false
24382026-03-15T13:50:16.819ZYes Rx Output Status: valid Yesvalid
24392026-03-15T13:50:16.820Z Tx Loss-of-lock: No validNo valid
24402026-03-15T13:50:16.820ZNo Rx Loss-of-lock: true No
24412026-03-15T13:50:16.820Ztrue Tx Loss-of-signal: Notrue Notrue
24422026-03-15T13:50:16.820ZNo Rx Loss-of-signal: false Nofalse
24432026-03-15T13:50:16.820Z Tx CDR Enabled: Nofalse Nofalse
24442026-03-15T13:50:16.820ZNoRx Auto-squelch Disable: true Notrue
24452026-03-15T13:50:16.820Z Tx Adaptive EQ Fault: Notrue trueNo
24462026-03-15T13:50:16.820Z Tx Output Enabled: trueNo trueNo
24472026-03-15T13:50:16.820Ztrue Tx Fault: Yestrue
24482026-03-15T13:50:16.820ZYes Tx Output Status: invalidYes Yesinvalid
24492026-03-15T13:50:16.820Z invalid invalid
24502026-03-15T13:50:16.820Z Tx Loss-of-lock: false false false false
24512026-03-15T13:50:16.820Z Tx Loss-of-signal: true true true true
24522026-03-15T13:50:16.820ZTx Auto-squelch Disable: false false false false
24532026-03-15T13:50:16.820Z Tx Adaptive EQ Fail: true true true true
24542026-03-15T13:50:16.820Z Tx Failure: false false false false
24552026-03-15T13:50:16.820Z Tx Force Squelch: true true true true
24562026-03-15T13:50:16.820Z Tx Input Polarity: normal normal normal normal
24572026-03-15T13:50:16.820Ztest switchport::test::test_print_sff_datapath ... ok
24582026-03-15T13:50:16.820Ztest switchport::test::test_print_cmis_datapath ... ok
24592026-03-15T13:50:16.820Z
24602026-03-15T13:50:16.820Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24612026-03-15T13:50:16.820Z
24622026-03-15T13:50:16.820Z Running tests/counters.rs (target/debug/deps/counters-dff1b28bb7af2209)
24632026-03-15T13:50:16.823Z
24642026-03-15T13:50:16.823Zrunning 1 test
24652026-03-15T13:50:16.823Ztest test_p4_counter_list ... ignored
24662026-03-15T13:50:16.823Z
24672026-03-15T13:50:16.823Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24682026-03-15T13:50:16.823Z
24692026-03-15T13:50:16.823Z Running tests/port-link.rs (target/debug/deps/port_link-18725f4bb4f64d45)
24702026-03-15T13:50:16.826Z
24712026-03-15T13:50:16.826Zrunning 5 tests
24722026-03-15T13:50:16.826Ztest test_an ... ignored
24732026-03-15T13:50:16.827Ztest test_enable ... ignored
24742026-03-15T13:50:16.827Ztest test_ip_addresses ... ignored
24752026-03-15T13:50:16.827Ztest test_kr ... ignored
24762026-03-15T13:50:16.827Ztest test_mac ... ignored
24772026-03-15T13:50:16.827Z
24782026-03-15T13:50:16.827Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24792026-03-15T13:50:16.827Z
24802026-03-15T13:50:16.827Z Running unittests src/main.rs (target/debug/deps/tfportd-bd3f96b8cac39b69)
24812026-03-15T13:50:16.830Z
24822026-03-15T13:50:16.830Zrunning 3 tests
24832026-03-15T13:50:16.833Ztest linklocal::test_parse_ipadm ... ok
24842026-03-15T13:50:16.834Ztest tfport::test_parse_tfport ... ok
24852026-03-15T13:50:16.834Ztest config::tests::test_updates ... ok
24862026-03-15T13:50:16.834Z
24872026-03-15T13:50:16.834Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24882026-03-15T13:50:16.834Z
24892026-03-15T13:50:16.834Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
24902026-03-15T13:50:16.837Z
24912026-03-15T13:50:16.837Zrunning 0 tests
24922026-03-15T13:50:16.837Z
24932026-03-15T13:50:16.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24942026-03-15T13:50:16.837Z
24952026-03-15T13:50:16.837Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
24962026-03-15T13:50:16.840Z
24972026-03-15T13:50:16.840Zrunning 0 tests
24982026-03-15T13:50:16.840Z
24992026-03-15T13:50:16.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25002026-03-15T13:50:16.840Z
25012026-03-15T13:50:16.840Z Doc-tests aal
25022026-03-15T13:50:16.999Z
25032026-03-15T13:50:16.999Zrunning 0 tests
25042026-03-15T13:50:16.999Z
25052026-03-15T13:50:16.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25062026-03-15T13:50:16.999Z
25072026-03-15T13:50:17.018Z Doc-tests aal_macros
25082026-03-15T13:50:17.106Z
25092026-03-15T13:50:17.106Zrunning 0 tests
25102026-03-15T13:50:17.106Z
25112026-03-15T13:50:17.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25122026-03-15T13:50:17.106Z
25132026-03-15T13:50:17.120Z Doc-tests common
25142026-03-15T13:50:17.421Z
25152026-03-15T13:50:17.421Zrunning 0 tests
25162026-03-15T13:50:17.421Z
25172026-03-15T13:50:17.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25182026-03-15T13:50:17.421Z
25192026-03-15T13:50:17.445Z Doc-tests dpd_api
25202026-03-15T13:50:18.927Z
25212026-03-15T13:50:18.927Zrunning 2 tests
25222026-03-15T13:50:18.927Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 101) ... ignored
25232026-03-15T13:50:18.927Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 107) ... ignored
25242026-03-15T13:50:18.927Z
25252026-03-15T13:50:18.927Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25262026-03-15T13:50:18.927Z
25272026-03-15T13:50:18.973Z Doc-tests dpd_client
25282026-03-15T13:50:20.623Z
25292026-03-15T13:50:20.623Zrunning 0 tests
25302026-03-15T13:50:20.623Z
25312026-03-15T13:50:20.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25322026-03-15T13:50:20.623Z
25332026-03-15T13:50:20.673Z Doc-tests dpd_types
25342026-03-15T13:50:21.106Z
25352026-03-15T13:50:21.106Zrunning 0 tests
25362026-03-15T13:50:21.106Z
25372026-03-15T13:50:21.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25382026-03-15T13:50:21.107Z
25392026-03-15T13:50:21.139Z Doc-tests packet
25402026-03-15T13:50:21.282Z
25412026-03-15T13:50:21.283Zrunning 0 tests
25422026-03-15T13:50:21.283Z
25432026-03-15T13:50:21.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-03-15T13:50:21.283Z
25452026-03-15T13:50:21.300Z Doc-tests pcap
25462026-03-15T13:50:21.365Z
25472026-03-15T13:50:21.365Zrunning 0 tests
25482026-03-15T13:50:21.365Z
25492026-03-15T13:50:21.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-03-15T13:50:21.365Z
25512026-03-15T13:50:21.440Z+ for feat in tofino_stub tofino_asic softnpu chaos
25522026-03-15T13:50:21.440Z+ RUST_BACKTRACE=full
25532026-03-15T13:50:21.441Z+ cargo test --features tofino_asic --no-fail-fast
25542026-03-15T13:50:22.261Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25552026-03-15T13:50:22.351Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25562026-03-15T13:50:22.361Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25572026-03-15T13:50:22.374Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25582026-03-15T13:50:33.996Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25592026-03-15T13:50:35.211Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25602026-03-15T13:51:26.949Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
25612026-03-15T13:51:27.089Z Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d)
25622026-03-15T13:51:27.092Z
25632026-03-15T13:51:27.093Zrunning 5 tests
25642026-03-15T13:51:27.095Ztest fuse::tests::chip_revision_b0 ... ok
25652026-03-15T13:51:27.096Ztest fuse::tests::chip_revision_b1 ... ok
25662026-03-15T13:51:27.096Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25672026-03-15T13:51:27.096Ztest fuse::tests::chip_revision_a0 ... ok
25682026-03-15T13:51:27.096Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25692026-03-15T13:51:27.096Z
25702026-03-15T13:51:27.096Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-03-15T13:51:27.096Z
25722026-03-15T13:51:27.096Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
25732026-03-15T13:51:27.099Z
25742026-03-15T13:51:27.099Zrunning 0 tests
25752026-03-15T13:51:27.099Z
25762026-03-15T13:51:27.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25772026-03-15T13:51:27.099Z
25782026-03-15T13:51:27.099Z Running unittests src/lib.rs (target/debug/deps/asic-64c28bdcd2a22fef)
25792026-03-15T13:51:27.214Z
25802026-03-15T13:51:27.214Zrunning 8 tests
25812026-03-15T13:51:27.216Ztest tofino_asic::qsfp::tests::fix_link ... ok
25822026-03-15T13:51:27.216Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
25832026-03-15T13:51:27.217Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
25842026-03-15T13:51:27.217Ztest tofino_asic::stats::constants_sanity_check ... ok
25852026-03-15T13:51:27.217Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
25862026-03-15T13:51:27.217Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
25872026-03-15T13:51:27.224Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
25882026-03-15T13:51:27.716Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
25892026-03-15T13:51:27.716Z
25902026-03-15T13:51:27.716Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
25912026-03-15T13:51:27.716Z
25922026-03-15T13:51:27.728Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
25932026-03-15T13:51:27.732Z
25942026-03-15T13:51:27.732Zrunning 10 tests
25952026-03-15T13:51:27.735Ztest network::tests::test_eui64 ... ok
25962026-03-15T13:51:27.735Ztest nat::tests::test_vni ... ok
25972026-03-15T13:51:27.735Ztest network::tests::test_equal ... ok
25982026-03-15T13:51:27.735Ztest network::tests::test_into ... ok
25992026-03-15T13:51:27.735Ztest network::tests::test_generate_ipv6_link_local ... ok
26002026-03-15T13:51:27.735Ztest network::tests::test_not_equal ... ok
26012026-03-15T13:51:27.735Ztest network::tests::test_parse ... ok
26022026-03-15T13:51:27.735Ztest network::tests::test_to_string ... ok
26032026-03-15T13:51:27.735Ztest test_purge ... ok
26042026-03-15T13:51:27.738Ztest illumos::test::address_exists_handles_missing_object ... ok
26052026-03-15T13:51:27.738Z
26062026-03-15T13:51:27.738Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26072026-03-15T13:51:27.738Z
26082026-03-15T13:51:27.739Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a)
26092026-03-15T13:51:27.743Z
26102026-03-15T13:51:27.743Zrunning 1 test
26112026-03-15T13:51:29.305Ztest test::test_apis_up_to_date ... ok
26122026-03-15T13:51:29.305Z
26132026-03-15T13:51:29.305Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.56s
26142026-03-15T13:51:29.305Z
26152026-03-15T13:51:29.361Z Running unittests src/main.rs (target/debug/deps/dpd-3e6cac36a7653c59)
26162026-03-15T13:51:29.446Z
26172026-03-15T13:51:29.446Zrunning 46 tests
26182026-03-15T13:51:29.449Ztest freemap::test_ordering ... ok
26192026-03-15T13:51:29.450Ztest freemap::test_split ... ok
26202026-03-15T13:51:29.450Ztest config::tests::test_updates ... ok
26212026-03-15T13:51:29.450Ztest macaddrs::tests::test_mac_offset ... ok
26222026-03-15T13:51:29.450Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26232026-03-15T13:51:29.450Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26242026-03-15T13:51:29.450Ztest nat::test_mapping ... ok
26252026-03-15T13:51:29.450Ztest macaddrs::tests::test_parse_port_id ... ok
26262026-03-15T13:51:29.450Ztest port_map::tests::dump_map ... ok
26272026-03-15T13:51:29.450Ztest port_map::tests::test_backplane_group ... ok
26282026-03-15T13:51:29.453Ztest port_map::tests::test_port_map ... ok
26292026-03-15T13:51:29.453Ztest transceivers::mpn_test::test_mpn_missing ... ok
26302026-03-15T13:51:29.453Ztest transceivers::mpn_test::test_mpn_present ... ok
26312026-03-15T13:51:29.453Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26322026-03-15T13:51:29.453Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26332026-03-15T13:51:29.453Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26342026-03-15T13:51:29.453Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26352026-03-15T13:51:29.453ZMar 15 13:51:28.305 Mar 15 13:51:28.305DEBG DEBGcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_testMar 15 13:51:28.305
26362026-03-15T13:51:29.453Z
26372026-03-15T13:51:29.453Z DEBG created new freemapMar 15 13:51:28.305 , Mar 15 13:51:28.305unit DEBGDEBG initted freemap. size: 128initted freemap. size: 128, :unit :freemap_test freemap_test,
26382026-03-15T13:51:29.453Zunit:
26392026-03-15T13:51:29.453Zfreemap_test
26402026-03-15T13:51:29.453ZMar 15 13:51:28.305Mar 15 13:51:28.305 DEBGDEBG Mar 15 13:51:28.305 reset freemapreset freemap , , unitunitDEBG: :initted freemap. size: 128 Mar 15 13:51:28.305freemap_test
26412026-03-15T13:51:29.453ZDEBG , unitcreated new freemap:freemap_test,
26422026-03-15T13:51:29.453Zunit : freemap_testfreemap_test
26432026-03-15T13:51:29.453Z
26442026-03-15T13:51:29.453ZMar 15 13:51:28.305 Mar 15 13:51:28.305DEBG DEBGreset freemap , initted freemap. size: 128unit, :unit :freemap_test
26452026-03-15T13:51:29.453Zfreemap_test
26462026-03-15T13:51:29.453ZMar 15 13:51:28.305 DEBG reset freemap, unit: freemap_test
26472026-03-15T13:51:29.453ZMar 15 13:51:28.305 DEBG created new freemap, unit: freemap_test
26482026-03-15T13:51:29.453ZMar 15 13:51:28.305 DEBG initted freemap. size: 128, unit: freemap_test
26492026-03-15T13:51:29.453ZMar 15 13:51:28.305 DEBG reset freemap, unit: freemap_test
26502026-03-15T13:51:29.453Ztest freemap::test_free ... ok
26512026-03-15T13:51:29.453Ztest freemap::test_exhaustion ... ok
26522026-03-15T13:51:29.453Ztest freemap::test_basic ... ok
26532026-03-15T13:51:29.453Ztest freemap::test_reclaim ... ok
26542026-03-15T13:51:29.454Ztest freemap::test_span ... ok
26552026-03-15T13:51:29.454Ztest port_map::tests::parse_softnpu_revision ... ok
26562026-03-15T13:51:29.454Ztest api_server::tests::test_build_info ... ok
26572026-03-15T13:51:29.454Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26582026-03-15T13:51:29.454Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26592026-03-15T13:51:29.454Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26602026-03-15T13:51:29.454Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26612026-03-15T13:51:29.454Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26622026-03-15T13:51:29.454Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26632026-03-15T13:51:29.454Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26642026-03-15T13:51:29.454Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26652026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26662026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26672026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26682026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26692026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26702026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26712026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26722026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26732026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26742026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26752026-03-15T13:51:29.457Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
26762026-03-15T13:51:29.458Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26772026-03-15T13:51:29.458Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
26782026-03-15T13:51:29.458Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
26792026-03-15T13:51:29.458Z
26802026-03-15T13:51:29.458Ztest result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26812026-03-15T13:51:29.458Z
26822026-03-15T13:51:29.470Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-3e2a52195fef326e)
26832026-03-15T13:51:29.473Z
26842026-03-15T13:51:29.473Zrunning 0 tests
26852026-03-15T13:51:29.473Z
26862026-03-15T13:51:29.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26872026-03-15T13:51:29.473Z
26882026-03-15T13:51:29.476Z Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978)
26892026-03-15T13:51:29.477Z
26902026-03-15T13:51:29.477Zrunning 0 tests
26912026-03-15T13:51:29.477Z
26922026-03-15T13:51:29.477Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26932026-03-15T13:51:29.477Z
26942026-03-15T13:51:29.477Z Running unittests src/lib.rs (target/debug/deps/dpd_client-13decc51ae393b55)
26952026-03-15T13:51:29.480Z
26962026-03-15T13:51:29.480Zrunning 6 tests
26972026-03-15T13:51:29.480Ztest tests::test_full_lot_id_neither_present ... ok
26982026-03-15T13:51:29.480Ztest tests::test_port_id_cmp ... ok
26992026-03-15T13:51:29.480Ztest tests::test_parse_client_port_id ... ok
27002026-03-15T13:51:29.480Ztest tests::test_full_lot_id_lotnum_only ... ok
27012026-03-15T13:51:29.480Ztest tests::test_full_lot_id_lot_only ... ok
27022026-03-15T13:51:29.480Ztest tests::test_full_lot_id_both_present ... ok
27032026-03-15T13:51:29.480Z
27042026-03-15T13:51:29.480Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27052026-03-15T13:51:29.480Z
27062026-03-15T13:51:29.480Z Running tests/test_all.rs (target/debug/deps/test_all-5fe95bf569e4cf93)
27072026-03-15T13:51:29.483Z
27082026-03-15T13:51:29.483Zrunning 0 tests
27092026-03-15T13:51:29.483Z
27102026-03-15T13:51:29.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27112026-03-15T13:51:29.483Z
27122026-03-15T13:51:29.483Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65)
27132026-03-15T13:51:29.486Z
27142026-03-15T13:51:29.486Zrunning 0 tests
27152026-03-15T13:51:29.486Z
27162026-03-15T13:51:29.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27172026-03-15T13:51:29.486Z
27182026-03-15T13:51:29.486Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
27192026-03-15T13:51:29.493Z
27202026-03-15T13:51:29.493Zrunning 12 tests
27212026-03-15T13:51:29.493Ztest icmp::test_v6_checksum ... ok
27222026-03-15T13:51:29.493Ztest icmp::test_v4_checksum ... ok
27232026-03-15T13:51:29.493Ztest lldp::test_lldp_parse ... ok
27242026-03-15T13:51:29.493Ztest pbuf::test_byte ... ok
27252026-03-15T13:51:29.493Ztest ipv6::test_ipv6_parse ... ok
27262026-03-15T13:51:29.493Ztest pbuf::test_nibble ... ok
27272026-03-15T13:51:29.493Ztest pbuf::test_short ... ok
27282026-03-15T13:51:29.493Ztest pbuf::test_overflow ... ok
27292026-03-15T13:51:29.493Ztest pbuf::test_twelve ... ok
27302026-03-15T13:51:29.493Ztest pbuf::test_word ... ok
27312026-03-15T13:51:29.493Ztest tcp::test_checksum_ack_data ... ok
27322026-03-15T13:51:29.493Ztest tcp::test_checksum_syn_nodata ... ok
27332026-03-15T13:51:29.493Z
27342026-03-15T13:51:29.493Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27352026-03-15T13:51:29.493Z
27362026-03-15T13:51:29.496Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
27372026-03-15T13:51:29.496Z
27382026-03-15T13:51:29.496Zrunning 0 tests
27392026-03-15T13:51:29.496Z
27402026-03-15T13:51:29.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27412026-03-15T13:51:29.496Z
27422026-03-15T13:51:29.496Z Running unittests src/main.rs (target/debug/deps/swadm-f57ffb4a28531277)
27432026-03-15T13:51:29.496Z
27442026-03-15T13:51:29.496Zrunning 4 tests
27452026-03-15T13:51:29.496Ztest switchport::test::test_compute_lanes ... ok
27462026-03-15T13:51:29.496Ztest switchport::test::port_id_ordering ... ok
27472026-03-15T13:51:29.497Z Lane 0 Lane 1 Lane 2 Lane 3
27482026-03-15T13:51:29.497Z Rx Loss-of-lock: Yes Lane 0 YesLane 1 Yes Lane 2Yes
27492026-03-15T13:51:29.497ZLane 3 Rx Loss-of-signal: Yes
27502026-03-15T13:51:29.497Z State: ActivatedYes ActivatedYes ActivatedYes
27512026-03-15T13:51:29.497ZActivated
27522026-03-15T13:51:29.497Z Rx Output Enabled: false Rx CDR Enabled: Yes falseYes falseYes false
27532026-03-15T13:51:29.497ZYes Rx Output Status: valid
27542026-03-15T13:51:29.497Z valid Tx Enabled: Yes valid Yesvalid
27552026-03-15T13:51:29.497ZYes Rx Loss-of-lock: true Yestrue
27562026-03-15T13:51:29.497Z Tx Loss-of-lock: Notrue Notrue
27572026-03-15T13:51:29.497ZNo Rx Loss-of-signal: false No
27582026-03-15T13:51:29.497Zfalse Tx Loss-of-signal: No falseNo false
27592026-03-15T13:51:29.497ZNoRx Auto-squelch Disable: true Notrue
27602026-03-15T13:51:29.497Z Tx CDR Enabled: Notrue Notrue
27612026-03-15T13:51:29.497ZNo Tx Output Enabled: true No
27622026-03-15T13:51:29.497Ztrue Tx Adaptive EQ Fault: No Notrue Notrue
27632026-03-15T13:51:29.497ZNo Tx Output Status: invalid
27642026-03-15T13:51:29.497Z Tx Fault: Yes invalidYes invalidYes invalidYes
27652026-03-15T13:51:29.497Z
27662026-03-15T13:51:29.497Z Tx Loss-of-lock: false false false false
27672026-03-15T13:51:29.497Z Tx Loss-of-signal: true true true true
27682026-03-15T13:51:29.497ZTx Auto-squelch Disable: false false false false
27692026-03-15T13:51:29.497Z Tx Adaptive EQ Fail: true true true true
27702026-03-15T13:51:29.497Z Tx Failure: false false false false
27712026-03-15T13:51:29.497Z Tx Force Squelch: true true true true
27722026-03-15T13:51:29.497Z Tx Input Polarity: normal normal normal normal
27732026-03-15T13:51:29.497Ztest switchport::test::test_print_sff_datapath ... ok
27742026-03-15T13:51:29.497Ztest switchport::test::test_print_cmis_datapath ... ok
27752026-03-15T13:51:29.497Z
27762026-03-15T13:51:29.497Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27772026-03-15T13:51:29.497Z
27782026-03-15T13:51:29.497Z Running tests/counters.rs (target/debug/deps/counters-28ea2e8a5e3ec089)
27792026-03-15T13:51:29.501Z
27802026-03-15T13:51:29.501Zrunning 1 test
27812026-03-15T13:51:29.501Ztest test_p4_counter_list ... ignored
27822026-03-15T13:51:29.501Z
27832026-03-15T13:51:29.501Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27842026-03-15T13:51:29.501Z
27852026-03-15T13:51:29.501Z Running tests/port-link.rs (target/debug/deps/port_link-cbb066236a2e083c)
27862026-03-15T13:51:29.501Z
27872026-03-15T13:51:29.501Zrunning 5 tests
27882026-03-15T13:51:29.501Ztest test_an ... ignored
27892026-03-15T13:51:29.501Ztest test_enable ... ignored
27902026-03-15T13:51:29.501Ztest test_ip_addresses ... ignored
27912026-03-15T13:51:29.501Ztest test_kr ... ignored
27922026-03-15T13:51:29.501Ztest test_mac ... ignored
27932026-03-15T13:51:29.501Z
27942026-03-15T13:51:29.501Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27952026-03-15T13:51:29.501Z
27962026-03-15T13:51:29.501Z Running unittests src/main.rs (target/debug/deps/tfportd-24628c79dd9e4c4a)
27972026-03-15T13:51:29.506Z
27982026-03-15T13:51:29.506Zrunning 3 tests
27992026-03-15T13:51:29.509Ztest linklocal::test_parse_ipadm ... ok
28002026-03-15T13:51:29.509Ztest tfport::test_parse_tfport ... ok
28012026-03-15T13:51:29.509Ztest config::tests::test_updates ... ok
28022026-03-15T13:51:29.509Z
28032026-03-15T13:51:29.509Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28042026-03-15T13:51:29.509Z
28052026-03-15T13:51:29.509Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
28062026-03-15T13:51:29.512Z
28072026-03-15T13:51:29.512Zrunning 0 tests
28082026-03-15T13:51:29.512Z
28092026-03-15T13:51:29.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28102026-03-15T13:51:29.512Z
28112026-03-15T13:51:29.512Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
28122026-03-15T13:51:29.515Z
28132026-03-15T13:51:29.515Zrunning 0 tests
28142026-03-15T13:51:29.515Z
28152026-03-15T13:51:29.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28162026-03-15T13:51:29.515Z
28172026-03-15T13:51:29.515Z Doc-tests aal
28182026-03-15T13:51:29.666Z
28192026-03-15T13:51:29.666Zrunning 0 tests
28202026-03-15T13:51:29.666Z
28212026-03-15T13:51:29.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28222026-03-15T13:51:29.666Z
28232026-03-15T13:51:29.685Z Doc-tests aal_macros
28242026-03-15T13:51:29.773Z
28252026-03-15T13:51:29.773Zrunning 0 tests
28262026-03-15T13:51:29.773Z
28272026-03-15T13:51:29.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28282026-03-15T13:51:29.773Z
28292026-03-15T13:51:29.786Z Doc-tests common
28302026-03-15T13:51:30.079Z
28312026-03-15T13:51:30.079Zrunning 0 tests
28322026-03-15T13:51:30.079Z
28332026-03-15T13:51:30.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28342026-03-15T13:51:30.079Z
28352026-03-15T13:51:30.104Z Doc-tests dpd_api
28362026-03-15T13:51:31.572Z
28372026-03-15T13:51:31.572Zrunning 2 tests
28382026-03-15T13:51:31.572Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 101) ... ignored
28392026-03-15T13:51:31.572Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 107) ... ignored
28402026-03-15T13:51:31.572Z
28412026-03-15T13:51:31.576Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28422026-03-15T13:51:31.576Z
28432026-03-15T13:51:31.620Z Doc-tests dpd_client
28442026-03-15T13:51:33.285Z
28452026-03-15T13:51:33.285Zrunning 0 tests
28462026-03-15T13:51:33.285Z
28472026-03-15T13:51:33.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28482026-03-15T13:51:33.285Z
28492026-03-15T13:51:33.339Z Doc-tests dpd_types
28502026-03-15T13:51:33.781Z
28512026-03-15T13:51:33.781Zrunning 0 tests
28522026-03-15T13:51:33.781Z
28532026-03-15T13:51:33.781Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28542026-03-15T13:51:33.781Z
28552026-03-15T13:51:33.815Z Doc-tests packet
28562026-03-15T13:51:33.960Z
28572026-03-15T13:51:33.960Zrunning 0 tests
28582026-03-15T13:51:33.960Z
28592026-03-15T13:51:33.960Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28602026-03-15T13:51:33.960Z
28612026-03-15T13:51:33.978Z Doc-tests pcap
28622026-03-15T13:51:34.045Z
28632026-03-15T13:51:34.045Zrunning 0 tests
28642026-03-15T13:51:34.045Z
28652026-03-15T13:51:34.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28662026-03-15T13:51:34.048Z
28672026-03-15T13:51:34.099Z+ for feat in tofino_stub tofino_asic softnpu chaos
28682026-03-15T13:51:34.099Z+ RUST_BACKTRACE=full
28692026-03-15T13:51:34.099Z+ cargo test --features softnpu --no-fail-fast
28702026-03-15T13:51:34.986Z Compiling num-integer v0.1.46
28712026-03-15T13:51:35.083Z Compiling num-complex v0.4.6
28722026-03-15T13:51:35.144Z Compiling bitstruct_derive v0.1.0
28732026-03-15T13:51:35.148Z Compiling tap v1.0.1
28742026-03-15T13:51:35.306Z Compiling wyz v0.5.1
28752026-03-15T13:51:35.484Z Compiling num-rational v0.4.2
28762026-03-15T13:51:35.538Z Compiling num-iter v0.1.45
28772026-03-15T13:51:35.566Z Compiling num-bigint v0.4.6
28782026-03-15T13:51:35.706Z Compiling radium v0.7.0
28792026-03-15T13:51:35.733Z Compiling funty v2.0.0
28802026-03-15T13:51:35.750Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28812026-03-15T13:51:35.848Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28822026-03-15T13:51:36.001Z Compiling num v0.4.3
28832026-03-15T13:51:36.031Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28842026-03-15T13:51:36.048Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28852026-03-15T13:51:36.100Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28862026-03-15T13:51:36.201Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28872026-03-15T13:51:36.241Z Compiling bitvec v1.0.1
28882026-03-15T13:51:36.393Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28892026-03-15T13:51:36.432Z Compiling typeid v1.0.3
28902026-03-15T13:51:36.551Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28912026-03-15T13:51:36.583Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28922026-03-15T13:51:36.742Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28932026-03-15T13:51:36.876Z Compiling ascii v1.1.0
28942026-03-15T13:51:37.257Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28952026-03-15T13:51:37.581Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28962026-03-15T13:51:37.969Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28972026-03-15T13:51:37.999Z Compiling erased-serde v0.4.8
28982026-03-15T13:51:38.031Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28992026-03-15T13:51:38.240Z Compiling bitstruct v0.1.1
29002026-03-15T13:51:38.332Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29012026-03-15T13:51:38.365Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29022026-03-15T13:51:38.625Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29032026-03-15T13:51:39.005Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29042026-03-15T13:51:39.116Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29052026-03-15T13:51:39.421Z Compiling serde_arrays v0.1.0
29062026-03-15T13:51:39.449Z Compiling libloading v0.7.4
29072026-03-15T13:51:39.489Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29082026-03-15T13:51:39.746Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29092026-03-15T13:51:39.870Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29102026-03-15T13:51:40.710Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29112026-03-15T13:51:42.383Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29122026-03-15T13:51:43.634Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29132026-03-15T13:51:51.531Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29142026-03-15T13:51:51.814Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29152026-03-15T13:51:51.893Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29162026-03-15T13:51:52.057Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29172026-03-15T13:51:52.503Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29182026-03-15T13:51:52.789Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29192026-03-15T13:51:54.904Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29202026-03-15T13:51:55.170Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29212026-03-15T13:51:56.074Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29222026-03-15T13:52:03.739Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29232026-03-15T13:52:04.397Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29242026-03-15T13:52:05.678Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29252026-03-15T13:52:05.927Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29262026-03-15T13:52:16.461Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29272026-03-15T13:52:19.798Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29282026-03-15T13:52:25.798Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29292026-03-15T13:53:17.521Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 43s
29302026-03-15T13:53:17.667Z Running unittests src/lib.rs (target/debug/deps/aal-bb60838731184978)
29312026-03-15T13:53:17.670Z
29322026-03-15T13:53:17.670Zrunning 5 tests
29332026-03-15T13:53:17.673Ztest fuse::tests::chip_revision_b1 ... ok
29342026-03-15T13:53:17.673Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29352026-03-15T13:53:17.673Ztest fuse::tests::chip_revision_b0 ... ok
29362026-03-15T13:53:17.673Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29372026-03-15T13:53:17.673Ztest fuse::tests::chip_revision_a0 ... ok
29382026-03-15T13:53:17.673Z
29392026-03-15T13:53:17.673Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29402026-03-15T13:53:17.673Z
29412026-03-15T13:53:17.673Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
29422026-03-15T13:53:17.676Z
29432026-03-15T13:53:17.677Zrunning 0 tests
29442026-03-15T13:53:17.677Z
29452026-03-15T13:53:17.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29462026-03-15T13:53:17.677Z
29472026-03-15T13:53:17.677Z Running unittests src/lib.rs (target/debug/deps/asic-e3250f8f9e53e673)
29482026-03-15T13:53:17.680Z
29492026-03-15T13:53:17.680Zrunning 0 tests
29502026-03-15T13:53:17.683Z
29512026-03-15T13:53:17.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29522026-03-15T13:53:17.683Z
29532026-03-15T13:53:17.683Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
29542026-03-15T13:53:17.689Z
29552026-03-15T13:53:17.689Zrunning 10 tests
29562026-03-15T13:53:17.692Ztest nat::tests::test_vni ... ok
29572026-03-15T13:53:17.692Ztest network::tests::test_equal ... ok
29582026-03-15T13:53:17.692Ztest network::tests::test_eui64 ... ok
29592026-03-15T13:53:17.692Ztest network::tests::test_into ... ok
29602026-03-15T13:53:17.692Ztest network::tests::test_not_equal ... ok
29612026-03-15T13:53:17.692Ztest network::tests::test_generate_ipv6_link_local ... ok
29622026-03-15T13:53:17.692Ztest network::tests::test_parse ... ok
29632026-03-15T13:53:17.692Ztest network::tests::test_to_string ... ok
29642026-03-15T13:53:17.692Ztest test_purge ... ok
29652026-03-15T13:53:17.696Ztest illumos::test::address_exists_handles_missing_object ... ok
29662026-03-15T13:53:17.696Z
29672026-03-15T13:53:17.699Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
29682026-03-15T13:53:17.700Z
29692026-03-15T13:53:17.700Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-09a0c3c5734c5169)
29702026-03-15T13:53:17.704Z
29712026-03-15T13:53:17.704Zrunning 1 test
29722026-03-15T13:53:19.224Ztest test::test_apis_up_to_date ... ok
29732026-03-15T13:53:19.224Z
29742026-03-15T13:53:19.224Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.52s
29752026-03-15T13:53:19.224Z
29762026-03-15T13:53:19.278Z Running unittests src/main.rs (target/debug/deps/dpd-2cc2715f080c1670)
29772026-03-15T13:53:19.285Z
29782026-03-15T13:53:19.285Zrunning 18 tests
29792026-03-15T13:53:19.288Ztest freemap::test_ordering ... ok
29802026-03-15T13:53:19.288Ztest freemap::test_split ... ok
29812026-03-15T13:53:19.288Ztest config::tests::test_updates ... ok
29822026-03-15T13:53:19.288Ztest macaddrs::tests::test_mac_offset ... ok
29832026-03-15T13:53:19.288Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29842026-03-15T13:53:19.288Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29852026-03-15T13:53:19.288Ztest macaddrs::tests::test_parse_port_id ... ok
29862026-03-15T13:53:19.288Ztest nat::test_mapping ... ok
29872026-03-15T13:53:19.288Ztest port_map::tests::dump_map ... ok
29882026-03-15T13:53:19.292Ztest port_map::tests::test_backplane_group ... ok
29892026-03-15T13:53:19.292Ztest port_map::tests::test_port_map ... ok
29902026-03-15T13:53:19.292ZMar 15 13:53:18.129Mar 15 13:53:18.129 DEBGDEBGMar 15 13:53:18.129 created new freemap DEBGcreated new freemap created new freemap, , , unitunitunit:: :freemap_test freemap_testfreemap_test
29912026-03-15T13:53:19.292Z
29922026-03-15T13:53:19.292Z
29932026-03-15T13:53:19.292ZMar 15 13:53:18.129 Mar 15 13:53:18.130DEBG Mar 15 13:53:18.130created new freemap DEBG, Mar 15 13:53:18.130 DEBGinitted freemap. size: 128 unit, :unit :initted freemap. size: 128 freemap_testfreemap_test
29942026-03-15T13:53:19.292Z,
29952026-03-15T13:53:19.292Zunit:DEBG freemap_testMar 15 13:53:18.130
29962026-03-15T13:53:19.292ZMar 15 13:53:18.130 initted freemap. size: 128 DEBGDEBG , Mar 15 13:53:18.130reset freemap , DEBGunit : Mar 15 13:53:18.130freemap_testcreated new freemapinitted freemap. size: 128unit, :
29972026-03-15T13:53:19.292Zunit DEBG, freemap_test:
29982026-03-15T13:53:19.292Z reset freemapfreemap_test,
29992026-03-15T13:53:19.292Zunitunit:: freemap_testfreemap_test
30002026-03-15T13:53:19.292Z
30012026-03-15T13:53:19.292ZMar 15 13:53:18.130Mar 15 13:53:18.130 DEBGDEBG reset freemapinitted freemap. size: 128, , Mar 15 13:53:18.130unit :DEBG freemap_testunit
30022026-03-15T13:53:19.292Zreset freemap:, unitMar 15 13:53:18.130:freemap_test DEBGfreemap_test
30032026-03-15T13:53:19.292Zreset freemap
30042026-03-15T13:53:19.292Z, unit: freemap_test
30052026-03-15T13:53:19.292Ztest freemap::test_exhaustion ... ok
30062026-03-15T13:53:19.292Ztest freemap::test_basic ... ok
30072026-03-15T13:53:19.292Ztest freemap::test_reclaim ... ok
30082026-03-15T13:53:19.292Ztest freemap::test_span ... ok
30092026-03-15T13:53:19.292Ztest freemap::test_free ... ok
30102026-03-15T13:53:19.292Ztest port_map::tests::parse_softnpu_revision ... ok
30112026-03-15T13:53:19.292Ztest api_server::tests::test_build_info ... ok
30122026-03-15T13:53:19.292Z
30132026-03-15T13:53:19.292Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30142026-03-15T13:53:19.292Z
30152026-03-15T13:53:19.296Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b7c04691d97e771d)
30162026-03-15T13:53:19.298Z
30172026-03-15T13:53:19.299Zrunning 0 tests
30182026-03-15T13:53:19.299Z
30192026-03-15T13:53:19.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30202026-03-15T13:53:19.299Z
30212026-03-15T13:53:19.299Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b570bfc4ac4fceab)
30222026-03-15T13:53:19.302Z
30232026-03-15T13:53:19.302Zrunning 0 tests
30242026-03-15T13:53:19.302Z
30252026-03-15T13:53:19.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30262026-03-15T13:53:19.302Z
30272026-03-15T13:53:19.302Z Running unittests src/lib.rs (target/debug/deps/dpd_client-657060a014220687)
30282026-03-15T13:53:19.305Z
30292026-03-15T13:53:19.305Zrunning 6 tests
30302026-03-15T13:53:19.305Ztest tests::test_full_lot_id_neither_present ... ok
30312026-03-15T13:53:19.305Ztest tests::test_full_lot_id_lot_only ... ok
30322026-03-15T13:53:19.305Ztest tests::test_full_lot_id_both_present ... ok
30332026-03-15T13:53:19.305Ztest tests::test_full_lot_id_lotnum_only ... ok
30342026-03-15T13:53:19.305Ztest tests::test_parse_client_port_id ... ok
30352026-03-15T13:53:19.305Ztest tests::test_port_id_cmp ... ok
30362026-03-15T13:53:19.305Z
30372026-03-15T13:53:19.305Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30382026-03-15T13:53:19.305Z
30392026-03-15T13:53:19.306Z Running tests/test_all.rs (target/debug/deps/test_all-68e2118271530066)
30402026-03-15T13:53:19.309Z
30412026-03-15T13:53:19.309Zrunning 0 tests
30422026-03-15T13:53:19.309Z
30432026-03-15T13:53:19.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30442026-03-15T13:53:19.309Z
30452026-03-15T13:53:19.309Z Running unittests src/lib.rs (target/debug/deps/dpd_types-721067c811af9dbe)
30462026-03-15T13:53:19.309Z
30472026-03-15T13:53:19.309Zrunning 0 tests
30482026-03-15T13:53:19.309Z
30492026-03-15T13:53:19.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-03-15T13:53:19.309Z
30512026-03-15T13:53:19.309Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
30522026-03-15T13:53:19.313Z
30532026-03-15T13:53:19.313Zrunning 12 tests
30542026-03-15T13:53:19.316Ztest icmp::test_v6_checksum ... ok
30552026-03-15T13:53:19.316Ztest icmp::test_v4_checksum ... ok
30562026-03-15T13:53:19.316Ztest lldp::test_lldp_parse ... ok
30572026-03-15T13:53:19.316Ztest pbuf::test_byte ... ok
30582026-03-15T13:53:19.316Ztest ipv6::test_ipv6_parse ... ok
30592026-03-15T13:53:19.316Ztest pbuf::test_nibble ... ok
30602026-03-15T13:53:19.316Ztest pbuf::test_short ... ok
30612026-03-15T13:53:19.316Ztest pbuf::test_overflow ... ok
30622026-03-15T13:53:19.316Ztest pbuf::test_twelve ... ok
30632026-03-15T13:53:19.316Ztest pbuf::test_word ... ok
30642026-03-15T13:53:19.316Ztest tcp::test_checksum_ack_data ... ok
30652026-03-15T13:53:19.316Ztest tcp::test_checksum_syn_nodata ... ok
30662026-03-15T13:53:19.316Z
30672026-03-15T13:53:19.316Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30682026-03-15T13:53:19.316Z
30692026-03-15T13:53:19.316Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
30702026-03-15T13:53:19.319Z
30712026-03-15T13:53:19.319Zrunning 0 tests
30722026-03-15T13:53:19.319Z
30732026-03-15T13:53:19.319Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30742026-03-15T13:53:19.320Z
30752026-03-15T13:53:19.320Z Running unittests src/main.rs (target/debug/deps/swadm-dc8bae0a7bccd5fa)
30762026-03-15T13:53:19.330Z
30772026-03-15T13:53:19.330Zrunning 4 tests
30782026-03-15T13:53:19.333Ztest switchport::test::test_compute_lanes ... ok
30792026-03-15T13:53:19.336Ztest switchport::test::port_id_ordering ... ok
30802026-03-15T13:53:19.339Z Lane 0 Lane 1 Lane 2 Lane 3
30812026-03-15T13:53:19.339Z Rx Loss-of-lock: Yes Yes Yes Yes
30822026-03-15T13:53:19.339Z Rx Loss-of-signal: Yes Yes Yes Yes
30832026-03-15T13:53:19.339Z Rx CDR Enabled: Yes Yes Yes Yes
30842026-03-15T13:53:19.339Z Tx Enabled: Yes Yes Lane 0 Yes Lane 1Yes
30852026-03-15T13:53:19.339Z Tx Loss-of-lock: No Lane 2 NoLane 3
30862026-03-15T13:53:19.340ZNo State: Activated NoActivated
30872026-03-15T13:53:19.340Z Tx Loss-of-signal: NoActivated ActivatedNo
30882026-03-15T13:53:19.340Z Rx Output Enabled: false Nofalse No
30892026-03-15T13:53:19.340Zfalse Tx CDR Enabled: No falseNo
30902026-03-15T13:53:19.340Z Rx Output Status: validNo Novalid
30912026-03-15T13:53:19.340Z valid Tx Adaptive EQ Fault: No validNo
30922026-03-15T13:53:19.340Z Rx Loss-of-lock: true No trueNo
30932026-03-15T13:53:19.340Z Tx Fault: Yestrue Yestrue
30942026-03-15T13:53:19.340ZYes Rx Loss-of-signal: false Yesfalse
30952026-03-15T13:53:19.340Z false false
30962026-03-15T13:53:19.340ZRx Auto-squelch Disable: true true true true
30972026-03-15T13:53:19.340Z Tx Output Enabled: true true true true
30982026-03-15T13:53:19.340Z Tx Output Status: invalid invalid invalid invalid
30992026-03-15T13:53:19.340Z Tx Loss-of-lock: false false false false
31002026-03-15T13:53:19.340Z Tx Loss-of-signal: true true true true
31012026-03-15T13:53:19.340ZTx Auto-squelch Disable: false false false false
31022026-03-15T13:53:19.340Z Tx Adaptive EQ Fail: true true true true
31032026-03-15T13:53:19.340Z Tx Failure: false false false false
31042026-03-15T13:53:19.340Z Tx Force Squelch: true true true true
31052026-03-15T13:53:19.340Z Tx Input Polarity: normal normal normal normal
31062026-03-15T13:53:19.340Ztest switchport::test::test_print_sff_datapath ... ok
31072026-03-15T13:53:19.340Ztest switchport::test::test_print_cmis_datapath ... ok
31082026-03-15T13:53:19.340Z
31092026-03-15T13:53:19.340Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31102026-03-15T13:53:19.340Z
31112026-03-15T13:53:19.340Z Running tests/counters.rs (target/debug/deps/counters-dff1b28bb7af2209)
31122026-03-15T13:53:19.346Z
31132026-03-15T13:53:19.346Zrunning 1 test
31142026-03-15T13:53:19.346Ztest test_p4_counter_list ... ignored
31152026-03-15T13:53:19.349Z
31162026-03-15T13:53:19.349Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31172026-03-15T13:53:19.349Z
31182026-03-15T13:53:19.349Z Running tests/port-link.rs (target/debug/deps/port_link-18725f4bb4f64d45)
31192026-03-15T13:53:19.354Z
31202026-03-15T13:53:19.354Zrunning 5 tests
31212026-03-15T13:53:19.357Ztest test_an ... ignored
31222026-03-15T13:53:19.357Ztest test_enable ... ignored
31232026-03-15T13:53:19.357Ztest test_ip_addresses ... ignored
31242026-03-15T13:53:19.357Ztest test_kr ... ignored
31252026-03-15T13:53:19.357Ztest test_mac ... ignored
31262026-03-15T13:53:19.357Z
31272026-03-15T13:53:19.357Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31282026-03-15T13:53:19.357Z
31292026-03-15T13:53:19.357Z Running unittests src/main.rs (target/debug/deps/tfportd-37e7e1f15a73414d)
31302026-03-15T13:53:19.360Z
31312026-03-15T13:53:19.360Zrunning 3 tests
31322026-03-15T13:53:19.363Ztest linklocal::test_parse_ipadm ... ok
31332026-03-15T13:53:19.363Ztest tfport::test_parse_tfport ... ok
31342026-03-15T13:53:19.363Ztest config::tests::test_updates ... ok
31352026-03-15T13:53:19.363Z
31362026-03-15T13:53:19.363Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31372026-03-15T13:53:19.363Z
31382026-03-15T13:53:19.363Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
31392026-03-15T13:53:19.366Z
31402026-03-15T13:53:19.366Zrunning 0 tests
31412026-03-15T13:53:19.366Z
31422026-03-15T13:53:19.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31432026-03-15T13:53:19.366Z
31442026-03-15T13:53:19.367Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
31452026-03-15T13:53:19.370Z
31462026-03-15T13:53:19.370Zrunning 0 tests
31472026-03-15T13:53:19.370Z
31482026-03-15T13:53:19.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31492026-03-15T13:53:19.370Z
31502026-03-15T13:53:19.370Z Doc-tests aal
31512026-03-15T13:53:19.521Z
31522026-03-15T13:53:19.521Zrunning 0 tests
31532026-03-15T13:53:19.521Z
31542026-03-15T13:53:19.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31552026-03-15T13:53:19.524Z
31562026-03-15T13:53:19.538Z Doc-tests aal_macros
31572026-03-15T13:53:19.624Z
31582026-03-15T13:53:19.624Zrunning 0 tests
31592026-03-15T13:53:19.624Z
31602026-03-15T13:53:19.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31612026-03-15T13:53:19.624Z
31622026-03-15T13:53:19.636Z Doc-tests common
31632026-03-15T13:53:19.927Z
31642026-03-15T13:53:19.927Zrunning 0 tests
31652026-03-15T13:53:19.927Z
31662026-03-15T13:53:19.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31672026-03-15T13:53:19.927Z
31682026-03-15T13:53:19.950Z Doc-tests dpd_api
31692026-03-15T13:53:21.433Z
31702026-03-15T13:53:21.433Zrunning 2 tests
31712026-03-15T13:53:21.433Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 101) ... ignored
31722026-03-15T13:53:21.433Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 107) ... ignored
31732026-03-15T13:53:21.433Z
31742026-03-15T13:53:21.433Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31752026-03-15T13:53:21.433Z
31762026-03-15T13:53:21.480Z Doc-tests dpd_client
31772026-03-15T13:53:23.140Z
31782026-03-15T13:53:23.140Zrunning 0 tests
31792026-03-15T13:53:23.140Z
31802026-03-15T13:53:23.140Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31812026-03-15T13:53:23.140Z
31822026-03-15T13:53:23.193Z Doc-tests dpd_types
31832026-03-15T13:53:23.636Z
31842026-03-15T13:53:23.636Zrunning 0 tests
31852026-03-15T13:53:23.636Z
31862026-03-15T13:53:23.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31872026-03-15T13:53:23.636Z
31882026-03-15T13:53:23.670Z Doc-tests packet
31892026-03-15T13:53:23.814Z
31902026-03-15T13:53:23.814Zrunning 0 tests
31912026-03-15T13:53:23.814Z
31922026-03-15T13:53:23.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31932026-03-15T13:53:23.814Z
31942026-03-15T13:53:23.832Z Doc-tests pcap
31952026-03-15T13:53:23.897Z
31962026-03-15T13:53:23.897Zrunning 0 tests
31972026-03-15T13:53:23.897Z
31982026-03-15T13:53:23.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31992026-03-15T13:53:23.901Z
32002026-03-15T13:53:23.956Z+ for feat in tofino_stub tofino_asic softnpu chaos
32012026-03-15T13:53:23.956Z+ RUST_BACKTRACE=full
32022026-03-15T13:53:23.956Z+ cargo test --features chaos --no-fail-fast
32032026-03-15T13:53:24.766Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32042026-03-15T13:53:24.856Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32052026-03-15T13:53:24.869Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32062026-03-15T13:53:36.405Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32072026-03-15T13:53:37.595Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32082026-03-15T13:54:23.069Z Finished `test` profile [unoptimized + debuginfo] target(s) in 59.08s
32092026-03-15T13:54:23.212Z Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d)
32102026-03-15T13:54:23.218Z
32112026-03-15T13:54:23.218Zrunning 5 tests
32122026-03-15T13:54:23.221Ztest fuse::tests::chip_revision_b1 ... ok
32132026-03-15T13:54:23.221Ztest fuse::tests::chip_revision_b0 ... ok
32142026-03-15T13:54:23.221Ztest fuse::tests::chip_revision_a0 ... ok
32152026-03-15T13:54:23.221Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32162026-03-15T13:54:23.221Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32172026-03-15T13:54:23.221Z
32182026-03-15T13:54:23.221Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32192026-03-15T13:54:23.221Z
32202026-03-15T13:54:23.221Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
32212026-03-15T13:54:23.226Z
32222026-03-15T13:54:23.226Zrunning 0 tests
32232026-03-15T13:54:23.226Z
32242026-03-15T13:54:23.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32252026-03-15T13:54:23.229Z
32262026-03-15T13:54:23.229Z Running unittests src/lib.rs (target/debug/deps/asic-13ed8881661abd05)
32272026-03-15T13:54:23.233Z
32282026-03-15T13:54:23.233Zrunning 0 tests
32292026-03-15T13:54:23.233Z
32302026-03-15T13:54:23.236Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32312026-03-15T13:54:23.236Z
32322026-03-15T13:54:23.236Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
32332026-03-15T13:54:23.243Z
32342026-03-15T13:54:23.243Zrunning 10 tests
32352026-03-15T13:54:23.246Ztest nat::tests::test_vni ... ok
32362026-03-15T13:54:23.246Ztest network::tests::test_equal ... ok
32372026-03-15T13:54:23.246Ztest network::tests::test_eui64 ... ok
32382026-03-15T13:54:23.246Ztest network::tests::test_into ... ok
32392026-03-15T13:54:23.246Ztest network::tests::test_not_equal ... ok
32402026-03-15T13:54:23.246Ztest network::tests::test_generate_ipv6_link_local ... ok
32412026-03-15T13:54:23.246Ztest network::tests::test_to_string ... ok
32422026-03-15T13:54:23.246Ztest network::tests::test_parse ... ok
32432026-03-15T13:54:23.246Ztest test_purge ... ok
32442026-03-15T13:54:23.250Ztest illumos::test::address_exists_handles_missing_object ... ok
32452026-03-15T13:54:23.250Z
32462026-03-15T13:54:23.254Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32472026-03-15T13:54:23.254Z
32482026-03-15T13:54:23.254Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a)
32492026-03-15T13:54:23.285Z
32502026-03-15T13:54:23.285Zrunning 1 test
32512026-03-15T13:54:24.839Ztest test::test_apis_up_to_date ... ok
32522026-03-15T13:54:24.839Z
32532026-03-15T13:54:24.839Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.55s
32542026-03-15T13:54:24.839Z
32552026-03-15T13:54:24.896Z Running unittests src/main.rs (target/debug/deps/dpd-23ac965eb82549e2)
32562026-03-15T13:54:24.903Z
32572026-03-15T13:54:24.903Zrunning 18 tests
32582026-03-15T13:54:24.906Ztest freemap::test_ordering ... ok
32592026-03-15T13:54:24.906Ztest freemap::test_split ... ok
32602026-03-15T13:54:24.906Ztest config::tests::test_updates ... ok
32612026-03-15T13:54:24.906Ztest macaddrs::tests::test_mac_offset ... ok
32622026-03-15T13:54:24.906Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
32632026-03-15T13:54:24.906Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
32642026-03-15T13:54:24.907Ztest macaddrs::tests::test_parse_port_id ... ok
32652026-03-15T13:54:24.907Ztest nat::test_mapping ... ok
32662026-03-15T13:54:24.907Ztest port_map::tests::dump_map ... ok
32672026-03-15T13:54:24.907Ztest port_map::tests::test_backplane_group ... ok
32682026-03-15T13:54:24.910Ztest port_map::tests::test_port_map ... ok
32692026-03-15T13:54:24.910ZMar 15 13:54:23.739 DEBG created new freemap, unit: freemap_test
32702026-03-15T13:54:24.910ZMar 15 13:54:23.739 DEBG initted freemap. size: 128, unit:Mar 15 13:54:23.739 freemap_testDEBG
32712026-03-15T13:54:24.910Z created new freemap, Mar 15 13:54:23.739unit :DEBG Mar 15 13:54:23.739freemap_testreset freemap
32722026-03-15T13:54:24.910ZMar 15 13:54:23.739, unit:Mar 15 13:54:23.739 DEBGDEBGMar 15 13:54:23.739 freemap_test created new freemapcreated new freemap,
32732026-03-15T13:54:24.910ZDEBGunit, unitDEBGinitted freemap. size: 128:, unit :created new freemap: , freemap_testfreemap_test
32742026-03-15T13:54:24.910Zunit
32752026-03-15T13:54:24.910Z :freemap_testMar 15 13:54:23.739
32762026-03-15T13:54:24.910Z Mar 15 13:54:23.739freemap_test DEBGDEBG
32772026-03-15T13:54:24.910Z Mar 15 13:54:23.739 reset freemap initted freemap. size: 128DEBG initted freemap. size: 128, , unit, unitMar 15 13:54:23.739:unit:: freemap_test freemap_test
32782026-03-15T13:54:24.910ZDEBG
32792026-03-15T13:54:24.910Zinitted freemap. size: 128, unitfreemap_test:
32802026-03-15T13:54:24.910Z Mar 15 13:54:23.739 freemap_testDEBG
32812026-03-15T13:54:24.910Z reset freemap, unitMar 15 13:54:23.739Mar 15 13:54:23.739 :DEBG freemap_test
32822026-03-15T13:54:24.910Zreset freemapDEBG, unitreset freemap:, unitfreemap_test:
32832026-03-15T13:54:24.910Z freemap_test
32842026-03-15T13:54:24.910Ztest freemap::test_free ... ok
32852026-03-15T13:54:24.910Ztest freemap::test_exhaustion ... ok
32862026-03-15T13:54:24.910Ztest freemap::test_span ... ok
32872026-03-15T13:54:24.911Ztest freemap::test_reclaim ... ok
32882026-03-15T13:54:24.911Ztest freemap::test_basic ... ok
32892026-03-15T13:54:24.911Ztest port_map::tests::parse_softnpu_revision ... ok
32902026-03-15T13:54:24.911Ztest api_server::tests::test_build_info ... ok
32912026-03-15T13:54:24.911Z
32922026-03-15T13:54:24.911Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32932026-03-15T13:54:24.911Z
32942026-03-15T13:54:24.914Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7f7cd0a040d7d945)
32952026-03-15T13:54:24.920Z
32962026-03-15T13:54:24.920Zrunning 0 tests
32972026-03-15T13:54:24.920Z
32982026-03-15T13:54:24.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32992026-03-15T13:54:24.923Z
33002026-03-15T13:54:24.923Z Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978)
33012026-03-15T13:54:24.927Z
33022026-03-15T13:54:24.927Zrunning 0 tests
33032026-03-15T13:54:24.930Z
33042026-03-15T13:54:24.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33052026-03-15T13:54:24.930Z
33062026-03-15T13:54:24.930Z Running unittests src/lib.rs (target/debug/deps/dpd_client-aebf87b370e5ad17)
33072026-03-15T13:54:24.938Z
33082026-03-15T13:54:24.938Zrunning 6 tests
33092026-03-15T13:54:24.943Ztest tests::test_full_lot_id_lotnum_only ... ok
33102026-03-15T13:54:24.943Ztest tests::test_full_lot_id_both_present ... ok
33112026-03-15T13:54:24.943Ztest tests::test_full_lot_id_lot_only ... ok
33122026-03-15T13:54:24.943Ztest tests::test_full_lot_id_neither_present ... ok
33132026-03-15T13:54:24.943Ztest tests::test_port_id_cmp ... ok
33142026-03-15T13:54:24.943Ztest tests::test_parse_client_port_id ... ok
33152026-03-15T13:54:24.947Z
33162026-03-15T13:54:24.947Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33172026-03-15T13:54:24.947Z
33182026-03-15T13:54:24.947Z Running tests/test_all.rs (target/debug/deps/test_all-eb21f1bec2bd0646)
33192026-03-15T13:54:24.950Z
33202026-03-15T13:54:24.950Zrunning 6 tests
33212026-03-15T13:54:27.960Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33222026-03-15T13:54:27.963Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33232026-03-15T13:54:27.963Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33242026-03-15T13:54:27.969Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33252026-03-15T13:54:28.311Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33262026-03-15T13:54:30.453Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33272026-03-15T13:54:30.453Z
33282026-03-15T13:54:30.453Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.50s
33292026-03-15T13:54:30.453Z
33302026-03-15T13:54:30.460Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65)
33312026-03-15T13:54:30.467Z
33322026-03-15T13:54:30.467Zrunning 0 tests
33332026-03-15T13:54:30.467Z
33342026-03-15T13:54:30.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33352026-03-15T13:54:30.471Z
33362026-03-15T13:54:30.471Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
33372026-03-15T13:54:30.476Z
33382026-03-15T13:54:30.476Zrunning 12 tests
33392026-03-15T13:54:30.479Ztest icmp::test_v6_checksum ... ok
33402026-03-15T13:54:30.479Ztest icmp::test_v4_checksum ... ok
33412026-03-15T13:54:30.479Ztest lldp::test_lldp_parse ... ok
33422026-03-15T13:54:30.479Ztest ipv6::test_ipv6_parse ... ok
33432026-03-15T13:54:30.479Ztest pbuf::test_byte ... ok
33442026-03-15T13:54:30.479Ztest pbuf::test_nibble ... ok
33452026-03-15T13:54:30.479Ztest pbuf::test_short ... ok
33462026-03-15T13:54:30.479Ztest pbuf::test_word ... ok
33472026-03-15T13:54:30.479Ztest pbuf::test_overflow ... ok
33482026-03-15T13:54:30.479Ztest pbuf::test_twelve ... ok
33492026-03-15T13:54:30.479Ztest tcp::test_checksum_ack_data ... ok
33502026-03-15T13:54:30.479Ztest tcp::test_checksum_syn_nodata ... ok
33512026-03-15T13:54:30.479Z
33522026-03-15T13:54:30.479Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33532026-03-15T13:54:30.479Z
33542026-03-15T13:54:30.482Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
33552026-03-15T13:54:30.485Z
33562026-03-15T13:54:30.485Zrunning 0 tests
33572026-03-15T13:54:30.485Z
33582026-03-15T13:54:30.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33592026-03-15T13:54:30.485Z
33602026-03-15T13:54:30.488Z Running unittests src/main.rs (target/debug/deps/swadm-2133c2de568e9037)
33612026-03-15T13:54:30.491Z
33622026-03-15T13:54:30.491Zrunning 4 tests
33632026-03-15T13:54:30.491Ztest switchport::test::test_compute_lanes ... ok
33642026-03-15T13:54:30.491Ztest switchport::test::port_id_ordering ... ok
33652026-03-15T13:54:30.491Z Lane 0 Lane 1 Lane 2 Lane 3
33662026-03-15T13:54:30.492Z State: Activated Activated Activated Activated
33672026-03-15T13:54:30.492Z Rx Output Enabled: false false false false
33682026-03-15T13:54:30.492Z Lane 0 Rx Output Status: valid validLane 1 Lane 2valid Lane 3valid
33692026-03-15T13:54:30.492Z
33702026-03-15T13:54:30.492Z Rx Loss-of-lock: Yes Rx Loss-of-lock: true Yestrue Yestrue Yestrue
33712026-03-15T13:54:30.492Z
33722026-03-15T13:54:30.492Z Rx Loss-of-signal: Yes Rx Loss-of-signal: false falseYes Yesfalse Yesfalse
33732026-03-15T13:54:30.492Z
33742026-03-15T13:54:30.492Z Rx CDR Enabled: YesRx Auto-squelch Disable: true Yes true Yestrue Yestrue
33752026-03-15T13:54:30.492Z
33762026-03-15T13:54:30.492Z Tx Enabled: Yes Tx Output Enabled: true Yes true Yestrue Yestrue
33772026-03-15T13:54:30.492Z
33782026-03-15T13:54:30.492Z Tx Loss-of-lock: No Tx Output Status: invalid No invalid Noinvalid Noinvalid
33792026-03-15T13:54:30.492Z
33802026-03-15T13:54:30.492Z Tx Loss-of-signal: No Tx Loss-of-lock: false No false Nofalse Nofalse
33812026-03-15T13:54:30.492Z
33822026-03-15T13:54:30.492Z Tx CDR Enabled: No Tx Loss-of-signal: true Notrue Notrue No
33832026-03-15T13:54:30.492Ztrue
33842026-03-15T13:54:30.492Z Tx Adaptive EQ Fault: NoTx Auto-squelch Disable: false No falseNo falseNo
33852026-03-15T13:54:30.492Zfalse
33862026-03-15T13:54:30.492Z Tx Fault: Yes Tx Adaptive EQ Fail: true trueYes Yes trueYes
33872026-03-15T13:54:30.492Ztrue
33882026-03-15T13:54:30.492Z Tx Failure: false false false false
33892026-03-15T13:54:30.492Z Tx Force Squelch: true true true true
33902026-03-15T13:54:30.492Z Tx Input Polarity: normal normal normal normal
33912026-03-15T13:54:30.492Ztest switchport::test::test_print_sff_datapath ... ok
33922026-03-15T13:54:30.492Ztest switchport::test::test_print_cmis_datapath ... ok
33932026-03-15T13:54:30.492Z
33942026-03-15T13:54:30.492Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33952026-03-15T13:54:30.492Z
33962026-03-15T13:54:30.496Z Running tests/counters.rs (target/debug/deps/counters-3bafc2b63c4bdc8e)
33972026-03-15T13:54:30.499Z
33982026-03-15T13:54:30.499Zrunning 1 test
33992026-03-15T13:54:30.502Ztest test_p4_counter_list ... ignored
34002026-03-15T13:54:30.502Z
34012026-03-15T13:54:30.502Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
34022026-03-15T13:54:30.502Z
34032026-03-15T13:54:30.502Z Running tests/port-link.rs (target/debug/deps/port_link-4679af1143aba65a)
34042026-03-15T13:54:30.507Z
34052026-03-15T13:54:30.507Zrunning 5 tests
34062026-03-15T13:54:30.510Ztest test_an ... ignored
34072026-03-15T13:54:30.510Ztest test_enable ... ignored
34082026-03-15T13:54:30.510Ztest test_ip_addresses ... ignored
34092026-03-15T13:54:30.510Ztest test_kr ... ignored
34102026-03-15T13:54:30.510Ztest test_mac ... ignored
34112026-03-15T13:54:30.510Z
34122026-03-15T13:54:30.510Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34132026-03-15T13:54:30.510Z
34142026-03-15T13:54:30.510Z Running unittests src/main.rs (target/debug/deps/tfportd-40270ce48812325a)
34152026-03-15T13:54:30.513Z
34162026-03-15T13:54:30.513Zrunning 3 tests
34172026-03-15T13:54:30.516Ztest linklocal::test_parse_ipadm ... ok
34182026-03-15T13:54:30.516Ztest tfport::test_parse_tfport ... ok
34192026-03-15T13:54:30.517Ztest config::tests::test_updates ... ok
34202026-03-15T13:54:30.517Z
34212026-03-15T13:54:30.517Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34222026-03-15T13:54:30.517Z
34232026-03-15T13:54:30.517Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
34242026-03-15T13:54:30.521Z
34252026-03-15T13:54:30.521Zrunning 0 tests
34262026-03-15T13:54:30.521Z
34272026-03-15T13:54:30.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34282026-03-15T13:54:30.524Z
34292026-03-15T13:54:30.524Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
34302026-03-15T13:54:30.527Z
34312026-03-15T13:54:30.527Zrunning 0 tests
34322026-03-15T13:54:30.527Z
34332026-03-15T13:54:30.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34342026-03-15T13:54:30.527Z
34352026-03-15T13:54:30.530Z Doc-tests aal
34362026-03-15T13:54:30.745Z
34372026-03-15T13:54:30.745Zrunning 0 tests
34382026-03-15T13:54:30.746Z
34392026-03-15T13:54:30.749Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34402026-03-15T13:54:30.749Z
34412026-03-15T13:54:30.764Z Doc-tests aal_macros
34422026-03-15T13:54:30.856Z
34432026-03-15T13:54:30.856Zrunning 0 tests
34442026-03-15T13:54:30.856Z
34452026-03-15T13:54:30.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34462026-03-15T13:54:30.856Z
34472026-03-15T13:54:30.869Z Doc-tests common
34482026-03-15T13:54:31.170Z
34492026-03-15T13:54:31.170Zrunning 0 tests
34502026-03-15T13:54:31.170Z
34512026-03-15T13:54:31.170Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34522026-03-15T13:54:31.170Z
34532026-03-15T13:54:31.193Z Doc-tests dpd_api
34542026-03-15T13:54:32.777Z
34552026-03-15T13:54:32.777Zrunning 2 tests
34562026-03-15T13:54:32.777Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 101) ... ignored
34572026-03-15T13:54:32.777Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 107) ... ignored
34582026-03-15T13:54:32.777Z
34592026-03-15T13:54:32.777Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
34602026-03-15T13:54:32.777Z
34612026-03-15T13:54:32.824Z Doc-tests dpd_client
34622026-03-15T13:54:34.504Z
34632026-03-15T13:54:34.504Zrunning 0 tests
34642026-03-15T13:54:34.504Z
34652026-03-15T13:54:34.504Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34662026-03-15T13:54:34.504Z
34672026-03-15T13:54:34.557Z Doc-tests dpd_types
34682026-03-15T13:54:34.994Z
34692026-03-15T13:54:34.994Zrunning 0 tests
34702026-03-15T13:54:34.995Z
34712026-03-15T13:54:34.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34722026-03-15T13:54:34.995Z
34732026-03-15T13:54:35.028Z Doc-tests packet
34742026-03-15T13:54:35.171Z
34752026-03-15T13:54:35.171Zrunning 0 tests
34762026-03-15T13:54:35.171Z
34772026-03-15T13:54:35.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34782026-03-15T13:54:35.171Z
34792026-03-15T13:54:35.189Z Doc-tests pcap
34802026-03-15T13:54:35.254Z
34812026-03-15T13:54:35.254Zrunning 0 tests
34822026-03-15T13:54:35.254Z
34832026-03-15T13:54:35.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34842026-03-15T13:54:35.254Z
34852026-03-15T13:54:35.309Zprocess exited: duration 857487 ms, exit code 0
 
34862026-03-15T13:54:35.316Zfound 0 output files