01KS6QND6VR9YSZS7E1VEQ4K1Z: test

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

Buildomat Job: 01KS6QNNGTTM19C9BV5WHABK4N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-22T02:20:09.902Zjob assigned to worker 01KS6QNQFGHDJ5TKTZGJWKF0PX [factory aws, i-0f642d32b54ee30a1] (queued for 53 s)
 
22026-05-22T02:20:16.143Zstarting task 0: "setup"
32026-05-22T02:20:16.150Z++ uname -s
42026-05-22T02:20:16.153Z+ kern=SunOS
52026-05-22T02:20:16.153Z+ build_user=build
62026-05-22T02:20:16.153Z+ build_uid=12345
72026-05-22T02:20:16.153Z+ work_dir=/work
82026-05-22T02:20:16.153Z+ input_dir=/input
92026-05-22T02:20:16.153Z+ [[ 0 == 12345 ]]
102026-05-22T02:20:16.153Z+ case "$kern" in
112026-05-22T02:20:16.153Z+ groupadd -g 12345 build
122026-05-22T02:20:16.164Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-22T02:20:18.169Z+ zfs create -o mountpoint=/work rpool/work
142026-05-22T02:20:18.228Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-22T02:20:18.231Z+ home_fs=zfs
162026-05-22T02:20:18.231Z+ [[ zfs == autofs ]]
172026-05-22T02:20:18.231Z+ mkdir -p /home/build
182026-05-22T02:20:18.231Z+ chown build:build /home/build /work
192026-05-22T02:20:20.232Z+ chmod 0700 /home/build /work
202026-05-22T02:20:20.235Zprocess exited: duration 4091 ms, exit code 0
 
212026-05-22T02:20:20.241Zstarting task 1: "rust-toolchain"
222026-05-22T02:20:20.245Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-22T02:20:20.245Z * rust toolchain channel = "1.90.0"
242026-05-22T02:20:20.245Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-22T02:20:20.245Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-22T02:20:20.245Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-22T02:20:20.245Z * rust toolchain profile = "default"
282026-05-22T02:20:20.248Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-22T02:20:20.248Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-22T02:20:20.352Zinfo: downloading installer
312026-05-22T02:20:21.751Zwarn: It looks like you have an existing rustup settings file at:
322026-05-22T02:20:21.751Zwarn: /home/build/.rustup/settings.toml
332026-05-22T02:20:21.751Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-22T02:20:21.754Zwarn: instead of the one inferred from the default host triple.
352026-05-22T02:20:21.763Zinfo: profile set to default
362026-05-22T02:20:21.763Zinfo: default host triple is x86_64-unknown-illumos
372026-05-22T02:20:21.766Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-05-22T02:20:21.919Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-05-22T02:20:21.922Zinfo: downloading 6 components
402026-05-22T02:20:35.918Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-05-22T02:20:35.918Z
422026-05-22T02:20:35.949Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-05-22T02:20:35.949Z
442026-05-22T02:20:35.949Z
452026-05-22T02:20:35.949ZRust is installed now. Great!
462026-05-22T02:20:35.949Z
472026-05-22T02:20:35.949ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-22T02:20:35.949Zenvironment variable. This has not been done automatically.
492026-05-22T02:20:35.949Z
502026-05-22T02:20:35.949ZTo configure your current shell, you need to source
512026-05-22T02:20:35.949Zthe corresponding env file under $HOME/.cargo.
522026-05-22T02:20:35.949Z
532026-05-22T02:20:35.949ZThis is usually done by running one of the following (note the leading DOT):
542026-05-22T02:20:35.953Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-22T02:20:35.953Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-22T02:20:35.953Zsource "~/.cargo/env.nu" # For nushell
572026-05-22T02:20:35.953Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-22T02:20:35.953Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-22T02:20:35.953Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-22T02:20:35.953Zwarn: no default linker (`cc`) was found in your PATH
612026-05-22T02:20:35.953Zwarn: many Rust crates require a system C toolchain to build
622026-05-22T02:20:36.040Z+ rustup --version
632026-05-22T02:20:36.049Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-22T02:20:36.051Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-22T02:20:36.072Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-05-22T02:20:36.077Z+ cargo --version
672026-05-22T02:20:36.088Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-05-22T02:20:36.095Z+ rustc --version
692026-05-22T02:20:36.110Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-05-22T02:20:36.113Zprocess exited: duration 15870 ms, exit code 0
 
712026-05-22T02:20:36.122Zstarting task 2: "authentication"
722026-05-22T02:20:36.143Zprocess exited: duration 24 ms, exit code 0
 
732026-05-22T02:20:36.156Zstarting task 3: "clone repository"
742026-05-22T02:20:36.160Z+ mkdir -p /work/oxidecomputer/dendrite
752026-05-22T02:20:36.160Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-05-22T02:20:36.207ZCloning into '/work/oxidecomputer/dendrite'...
772026-05-22T02:20:37.284Z+ cd /work/oxidecomputer/dendrite
782026-05-22T02:20:37.284Z+ git fetch origin 90efdc6cf618523320bc403f1b9484dbd7f762be
792026-05-22T02:20:37.506ZFrom https://github.com/oxidecomputer/dendrite
802026-05-22T02:20:37.506Z * branch 90efdc6cf618523320bc403f1b9484dbd7f762be -> FETCH_HEAD
812026-05-22T02:20:37.511Z+ [[ -n multicast-e2e ]]
822026-05-22T02:20:37.514Z++ git branch --show-current
832026-05-22T02:20:37.514Z+ current=main
842026-05-22T02:20:37.514Z+ [[ main != multicast-e2e ]]
852026-05-22T02:20:37.514Z+ git branch -f multicast-e2e 90efdc6cf618523320bc403f1b9484dbd7f762be
862026-05-22T02:20:37.517Z+ git checkout -f multicast-e2e
872026-05-22T02:20:37.534ZSwitched to branch 'multicast-e2e'
882026-05-22T02:20:37.536Z+ git reset --hard 90efdc6cf618523320bc403f1b9484dbd7f762be
892026-05-22T02:20:37.552ZHEAD is now at 90efdc6 merge main
902026-05-22T02:20:37.554Zprocess exited: duration 1403 ms, exit code 0
 
912026-05-22T02:20:37.560Zstarting task 4: "build"
922026-05-22T02:20:37.564Z+ source .github/buildomat/common.sh
932026-05-22T02:20:37.566Z++ TOFINO_STAGES=20
942026-05-22T02:20:37.567Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-05-22T02:20:37.567Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-05-22T02:20:37.567Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-05-22T02:20:37.567Z+++ uname -s
982026-05-22T02:20:37.567Z++ '[' SunOS == SunOS ']'
992026-05-22T02:20:37.567Z++ SERIES=illumos
1002026-05-22T02:20:37.569Z+++ uname -s
1012026-05-22T02:20:37.569Z++ '[' SunOS == SunOS ']'
1022026-05-22T02:20:37.569Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-05-22T02:20:37.569Z++ rustup show active-toolchain
1042026-05-22T02:20:37.572Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-05-22T02:20:37.575Z+ source .github/buildomat/illumos.sh
1062026-05-22T02:20:37.575Z++ banner 'sde setup'
1072026-05-22T02:20:37.578Z
1082026-05-22T02:20:37.578Z #### ##### ###### #### ###### ##### # # #####
1092026-05-22T02:20:37.578Z # # # # # # # # # # #
1102026-05-22T02:20:37.578Z #### # # ##### #### ##### # # # # #
1112026-05-22T02:20:37.578Z # # # # # # # # # #####
1122026-05-22T02:20:37.578Z # # # # # # # # # # # #
1132026-05-22T02:20:37.578Z #### ##### ###### #### ###### # #### #
1142026-05-22T02:20:37.578Z
1152026-05-22T02:20:37.578Z++ export PKG_SUCCESS_ON_NOP=1
1162026-05-22T02:20:37.578Z++ PKG_SUCCESS_ON_NOP=1
1172026-05-22T02:20:37.578Z++ export PKG=tofino_sde.p5p
1182026-05-22T02:20:37.578Z++ PKG=tofino_sde.p5p
1192026-05-22T02:20:37.578Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-05-22T02:20:37.581Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-05-22T02:20:37.584Z Dload Upload Total Spent Left Speed
1222026-05-22T02:20:38.618Z 0 0 0 0 0 0 0 0 0 94 76.03M 94 71.57M 0 0 71.63M 0 00:01 00:01 71.64M 100 76.03M 100 76.03M 0 0 73.37M 0 00:01 00:01 71.64M 100 76.03M 100 76.03M 0 0 73.37M 0 00:01 00:01 71.64M 100 76.03M 100 76.03M 0 0 73.36M 0 00:01 00:01 71.64M
1232026-05-22T02:20:38.622Z+++ digest -a sha256 tofino_sde.p5p
1242026-05-22T02:20:38.668Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-05-22T02:20:38.671Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-05-22T02:20:38.671Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-05-22T02:20:41.679Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-22T02:20:41.760Z Startup: Caching catalogs ... Done
1292026-05-22T02:20:41.797Z Startup: Refreshing catalog 'oxide' ... Done
1302026-05-22T02:20:42.062ZPlanning: Solver setup ... Done
1312026-05-22T02:20:42.082ZPlanning: Running solver ... Done
1322026-05-22T02:20:42.085ZPlanning: Finding local manifests ... Done
1332026-05-22T02:20:42.088ZPlanning: Fetching manifests: 1/1 100% complete
1342026-05-22T02:20:42.092ZPlanning: Fetching manifests: 1/1 100% complete
1352026-05-22T02:20:42.106ZPlanning: Package planning ... Done
1362026-05-22T02:20:42.109ZPlanning: Merging actions ... Done
1372026-05-22T02:20:42.229ZPlanning: Checking for conflicting actions ... Done
1382026-05-22T02:20:42.232ZPlanning: Consolidating action changes ... Done
1392026-05-22T02:20:43.504ZPlanning: Evaluating mediators ... Done
1402026-05-22T02:20:43.507ZPlanning: Planning completed in 1.70 seconds
1412026-05-22T02:20:43.511Z Packages to install: 1
1422026-05-22T02:20:43.512Z Create boot environment: No
1432026-05-22T02:20:43.515ZCreate backup boot environment: No
1442026-05-22T02:20:43.559Z
1452026-05-22T02:20:43.559ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-05-22T02:20:43.693ZDownload: Completed 75.30 MB in 0.13 seconds (563M/s)
1472026-05-22T02:20:43.806Z Actions: 1/293 actions (Installing new actions)
1482026-05-22T02:20:44.770Z Actions: Completed 293 actions in 0.96 seconds.
1492026-05-22T02:20:44.772ZFinalize: Updating package state database ... Done
1502026-05-22T02:20:44.814ZFinalize: Updating package cache ... Done
1512026-05-22T02:20:44.832ZFinalize: Updating image state ... Done
1522026-05-22T02:20:47.468ZFinalize: Creating fast lookup database ... Done
1532026-05-22T02:20:47.556ZFinalize: Reading search index ... Done
1542026-05-22T02:20:47.559ZFinalize: Updating search index ... Done
1552026-05-22T02:20:47.794ZFinalize: Updating package cache ... Done
1562026-05-22T02:20:47.884Z++ export SDE=/opt/oxide/tofino_sde
1572026-05-22T02:20:47.884Z++ SDE=/opt/oxide/tofino_sde
1582026-05-22T02:20:47.887Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-05-22T02:20:47.887Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-05-22T02:20:47.887Z++ banner packages
1612026-05-22T02:20:47.887Z
1622026-05-22T02:20:47.887Z ##### ## #### # # ## #### ###### ####
1632026-05-22T02:20:47.887Z # # # # # # # # # # # # # #
1642026-05-22T02:20:47.887Z # # # # # #### # # # ##### ####
1652026-05-22T02:20:47.887Z ##### ###### # # # ###### # ### # #
1662026-05-22T02:20:47.887Z # # # # # # # # # # # # # #
1672026-05-22T02:20:47.887Z # # # #### # # # # #### ###### ####
1682026-05-22T02:20:47.887Z
1692026-05-22T02:20:47.887Z++ pfexec pkg install clang-15 pcap gcc14
1702026-05-22T02:20:48.146Z Startup: Refreshing catalog 'helios' ... Done
1712026-05-22T02:20:48.148Z Startup: Refreshing catalog 'oxide' ... Done
1722026-05-22T02:20:48.375ZPlanning: Solver setup ... Done
1732026-05-22T02:20:48.395ZPlanning: Running solver ... Done
1742026-05-22T02:20:48.398ZPlanning: Consolidating action changes ... Done
1752026-05-22T02:20:48.398ZPlanning: Evaluating mediators ... Done
1762026-05-22T02:20:48.401ZPlanning: Planning completed in 0.25 seconds
1772026-05-22T02:20:48.416ZNo updates necessary for this image.
1782026-05-22T02:20:48.468Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-05-22T02:20:48.685ZPlanning: Evaluating mediator changes ... Done
1802026-05-22T02:20:48.798ZPlanning: Checking for conflicting actions ... Done
1812026-05-22T02:20:48.801ZPlanning: Consolidating action changes ... Done
1822026-05-22T02:20:48.966ZPlanning: Evaluating mediators ... Done
1832026-05-22T02:20:48.969ZPlanning: Planning completed in 0.28 seconds
1842026-05-22T02:20:48.991Z Mediators to change: 2
1852026-05-22T02:20:48.991Z Create boot environment: No
1862026-05-22T02:20:48.991ZCreate backup boot environment: No
1872026-05-22T02:20:49.032ZFinalize: Updating package state database ... Done
1882026-05-22T02:20:49.033ZFinalize: Updating package cache ... Done
1892026-05-22T02:20:49.042ZFinalize: Updating image state ... Done
1902026-05-22T02:20:51.077ZFinalize: Creating fast lookup database ... Done
1912026-05-22T02:20:51.148ZFinalize: Reading search index ... Done
1922026-05-22T02:20:51.148ZFinalize: Updating search index ... Done
1932026-05-22T02:20:51.206ZFinalize: Updating package cache ... Done
1942026-05-22T02:20:51.274Z++ cargo --version
1952026-05-22T02:20:51.284Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-05-22T02:20:51.287Z++ rustc --version
1972026-05-22T02:20:51.307Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-05-22T02:20:51.310Z+ banner copyrights
1992026-05-22T02:20:51.313Z
2002026-05-22T02:20:51.313Z #### #### ##### # # ##### # #### # # ##### ####
2012026-05-22T02:20:51.313Z # # # # # # # # # # # # # # # # #
2022026-05-22T02:20:51.313Z # # # # # # # # # # ###### # ####
2032026-05-22T02:20:51.313Z # # # ##### # ##### # # ### # # # #
2042026-05-22T02:20:51.313Z # # # # # # # # # # # # # # # #
2052026-05-22T02:20:51.313Z #### #### # # # # # #### # # # ####
2062026-05-22T02:20:51.313Z
2072026-05-22T02:20:51.313Z+ ./tools/check_copyrights.sh
2082026-05-22T02:20:52.334Zdpd/p4/headers.p4: Copyright with wrong year
2092026-05-22T02:20:52.859Zpcap/build.rs: Copyright with wrong year
2102026-05-22T02:20:53.020Ztfportd/src/linklocal.rs: Copyright with wrong year
2112026-05-22T02:20:53.238Z+ banner clippy
2122026-05-22T02:20:53.241Z
2132026-05-22T02:20:53.241Z #### # # ##### ##### # #
2142026-05-22T02:20:53.241Z # # # # # # # # # #
2152026-05-22T02:20:53.241Z # # # # # # # #
2162026-05-22T02:20:53.241Z # # # ##### ##### #
2172026-05-22T02:20:53.241Z # # # # # # #
2182026-05-22T02:20:53.241Z #### ###### # # # #
2192026-05-22T02:20:53.241Z
2202026-05-22T02:20:53.241Z+ for feat in tofino_stub tofino_asic softnpu chaos
2212026-05-22T02:20:53.241Z+ cargo clippy --features tofino_stub -- --deny warnings
2222026-05-22T02:20:53.393Z Updating git repository `https://github.com/oxidecomputer/omicron`
2232026-05-22T02:21:03.140Z Updating crates.io index
2242026-05-22T02:21:03.143Z Updating git repository `https://github.com/illumos/smf-rs`
2252026-05-22T02:21:03.407Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-05-22T02:21:04.242Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2272026-05-22T02:21:04.614Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-05-22T02:21:04.858Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2292026-05-22T02:21:06.090Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2302026-05-22T02:21:06.360Z Updating git repository `https://github.com/oxidecomputer/ispf`
2312026-05-22T02:21:06.781Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2322026-05-22T02:21:07.109Z Updating git repository `https://github.com/oxidecomputer/lldp`
2332026-05-22T02:21:07.535Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-05-22T02:21:07.859Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2352026-05-22T02:21:08.148Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2362026-05-22T02:21:08.462Z Updating git repository `https://github.com/oxidecomputer/vm-attest`
2372026-05-22T02:21:08.716Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-05-22T02:21:09.188Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-05-22T02:21:09.488Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-05-22T02:21:09.850Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-05-22T02:21:10.910Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-05-22T02:21:11.256Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-05-22T02:21:11.510Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-05-22T02:21:11.800Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-05-22T02:21:12.263Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-05-22T02:21:12.694Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-05-22T02:21:12.981Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-05-22T02:21:13.324Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2492026-05-22T02:21:13.744Z Updating git repository `https://github.com/oxidecomputer/omicron`
2502026-05-22T02:21:16.163Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2512026-05-22T02:21:16.837Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-05-22T02:21:17.339Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-05-22T02:21:18.603Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-05-22T02:21:19.227Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-05-22T02:21:19.484Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-05-22T02:21:20.040Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-05-22T02:21:20.390Z Updating git repository `https://github.com/oxidecomputer/opte`
2582026-05-22T02:21:21.002Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592026-05-22T02:21:22.513Z Downloading crates ...
2602026-05-22T02:21:22.577Z Downloaded anstyle-parse v1.0.0
2612026-05-22T02:21:22.582Z Downloaded const_format_proc_macros v0.2.34
2622026-05-22T02:21:22.585Z Downloaded anyhow v1.0.102
2632026-05-22T02:21:22.588Z Downloaded atomicwrites v0.4.4
2642026-05-22T02:21:22.591Z Downloaded aead v0.5.2
2652026-05-22T02:21:22.596Z Downloaded base16ct v0.2.0
2662026-05-22T02:21:22.598Z Downloaded atomic-waker v1.1.2
2672026-05-22T02:21:22.598Z Downloaded async-stream-impl v0.3.6
2682026-05-22T02:21:22.601Z Downloaded anstyle-query v1.1.4
2692026-05-22T02:21:22.601Z Downloaded async-recursion v1.1.1
2702026-05-22T02:21:22.604Z Downloaded anstream v1.0.0
2712026-05-22T02:21:22.607Z Downloaded displaydoc v0.2.5
2722026-05-22T02:21:22.610Z Downloaded convert_case v0.4.0
2732026-05-22T02:21:22.613Z Downloaded embedded-io v0.6.1
2742026-05-22T02:21:22.615Z Downloaded float-ord v0.3.2
2752026-05-22T02:21:22.618Z Downloaded backoff v0.4.0
2762026-05-22T02:21:22.621Z Downloaded form_urlencoded v1.2.2
2772026-05-22T02:21:22.623Z Downloaded hex v0.4.3
2782026-05-22T02:21:22.626Z Downloaded futures-macro v0.3.32
2792026-05-22T02:21:22.626Z Downloaded glob v0.3.3
2802026-05-22T02:21:22.629Z Downloaded defmt v1.0.1
2812026-05-22T02:21:22.632Z Downloaded foreign-types-macros v0.2.3
2822026-05-22T02:21:22.634Z Downloaded hostname v0.4.2
2832026-05-22T02:21:22.637Z Downloaded colored v3.0.0
2842026-05-22T02:21:22.640Z Downloaded cexpr v0.6.0
2852026-05-22T02:21:22.643Z Downloaded cstr-argument v0.1.2
2862026-05-22T02:21:22.645Z Downloaded bit-set v0.8.0
2872026-05-22T02:21:22.648Z Downloaded foreign-types v0.5.0
2882026-05-22T02:21:22.651Z Downloaded ciborium-ll v0.2.2
2892026-05-22T02:21:22.651Z Downloaded futures-io v0.3.32
2902026-05-22T02:21:22.653Z Downloaded cfg_aliases v0.2.1
2912026-05-22T02:21:22.656Z Downloaded darling_macro v0.23.0
2922026-05-22T02:21:22.656Z Downloaded derive_more v0.99.20
2932026-05-22T02:21:22.661Z Downloaded http-body-util v0.1.3
2942026-05-22T02:21:22.663Z Downloaded crypto-common v0.1.6
2952026-05-22T02:21:22.666Z Downloaded crc8 v0.1.1
2962026-05-22T02:21:22.668Z Downloaded futures-executor v0.3.32
2972026-05-22T02:21:22.672Z Downloaded darling_macro v0.21.3
2982026-05-22T02:21:22.672Z Downloaded futures v0.3.32
2992026-05-22T02:21:22.676Z Downloaded hash32 v0.3.1
3002026-05-22T02:21:22.678Z Downloaded foreign-types v0.3.2
3012026-05-22T02:21:22.681Z Downloaded debug-ignore v1.0.5
3022026-05-22T02:21:22.684Z Downloaded heck v0.5.0
3032026-05-22T02:21:22.686Z Downloaded foreign-types-shared v0.1.1
3042026-05-22T02:21:22.686Z Downloaded display-error-chain v0.2.2
3052026-05-22T02:21:22.689Z Downloaded cargo-platform v0.1.9
3062026-05-22T02:21:22.692Z Downloaded httpdate v1.0.3
3072026-05-22T02:21:22.695Z Downloaded gethostname v0.5.0
3082026-05-22T02:21:22.695Z Downloaded git-stub v1.0.0
3092026-05-22T02:21:22.697Z Downloaded base64 v0.22.1
3102026-05-22T02:21:22.700Z Downloaded enum-as-inner v0.6.1
3112026-05-22T02:21:22.703Z Downloaded hostname v0.3.1
3122026-05-22T02:21:22.706Z Downloaded generic-array v0.14.7
3132026-05-22T02:21:22.709Z Downloaded hyper-tls v0.6.0
3142026-05-22T02:21:22.709Z Downloaded http-body v1.0.1
3152026-05-22T02:21:22.712Z Downloaded getrandom v0.2.16
3162026-05-22T02:21:22.714Z Downloaded futures-task v0.3.32
3172026-05-22T02:21:22.717Z Downloaded httparse v1.10.1
3182026-05-22T02:21:22.721Z Downloaded globset v0.4.16
3192026-05-22T02:21:22.724Z Downloaded errno v0.3.14
3202026-05-22T02:21:22.724Z Downloaded indent_write v2.2.0
3212026-05-22T02:21:22.727Z Downloaded embedded-io v0.4.0
3222026-05-22T02:21:22.727Z Downloaded idna_adapter v1.2.1
3232026-05-22T02:21:22.729Z Downloaded is_ci v1.2.0
3242026-05-22T02:21:22.732Z Downloaded bytecount v0.6.9
3252026-05-22T02:21:22.735Z Downloaded daft-derive v0.1.5
3262026-05-22T02:21:22.737Z Downloaded ident_case v1.0.1
3272026-05-22T02:21:22.740Z Downloaded digest v0.10.7
3282026-05-22T02:21:22.743Z Downloaded is_terminal_polyfill v1.70.1
3292026-05-22T02:21:22.743Z Downloaded itoa v1.0.15
3302026-05-22T02:21:22.745Z Downloaded ff v0.13.1
3312026-05-22T02:21:22.748Z Downloaded crc32fast v1.5.0
3322026-05-22T02:21:22.751Z Downloaded chacha20 v0.9.1
3332026-05-22T02:21:22.751Z Downloaded csv-core v0.1.12
3342026-05-22T02:21:22.754Z Downloaded fs_extra v1.3.0
3352026-05-22T02:21:22.757Z Downloaded dyn-clone v1.0.20
3362026-05-22T02:21:22.759Z Downloaded group v0.13.0
3372026-05-22T02:21:22.759Z Downloaded lru-cache v0.1.2
3382026-05-22T02:21:22.762Z Downloaded memoffset v0.9.1
3392026-05-22T02:21:22.764Z Downloaded mime v0.3.17
3402026-05-22T02:21:22.767Z Downloaded git-stub-vcs v0.1.0
3412026-05-22T02:21:22.767Z Downloaded crossbeam-utils v0.8.21
3422026-05-22T02:21:22.770Z Downloaded half v2.7.1
3432026-05-22T02:21:22.772Z Downloaded linked-hash-map v0.5.6
3442026-05-22T02:21:22.775Z Downloaded match_cfg v0.1.0
3452026-05-22T02:21:22.778Z Downloaded macaddr v1.0.1
3462026-05-22T02:21:22.778Z Downloaded libscf-sys v1.2.0
3472026-05-22T02:21:22.780Z Downloaded newline-converter v0.3.0
3482026-05-22T02:21:22.783Z Downloaded highway v1.3.0
3492026-05-22T02:21:22.786Z Downloaded humantime v2.3.0
3502026-05-22T02:21:22.786Z Downloaded fs-err v3.1.2
3512026-05-22T02:21:22.788Z Downloaded either v1.15.0
3522026-05-22T02:21:22.792Z Downloaded derive-ex v0.1.8
3532026-05-22T02:21:22.795Z Downloaded daft v0.1.5
3542026-05-22T02:21:22.795Z Downloaded num v0.4.3
3552026-05-22T02:21:22.795Z Downloaded managed v0.8.0
3562026-05-22T02:21:22.798Z Downloaded lru-slab v0.1.2
3572026-05-22T02:21:22.801Z Downloaded newtype_derive v0.1.6
3582026-05-22T02:21:22.801Z Downloaded newtype-uuid-macros v0.1.0
3592026-05-22T02:21:22.804Z Downloaded internet-checksum v0.2.1
3602026-05-22T02:21:22.804Z Downloaded ipnet v2.11.0
3612026-05-22T02:21:22.806Z Downloaded crossbeam-epoch v0.9.18
3622026-05-22T02:21:22.809Z Downloaded num-iter v0.1.45
3632026-05-22T02:21:22.811Z Downloaded console v0.15.11
3642026-05-22T02:21:22.814Z Downloaded omicron-workspace-hack v0.1.0
3652026-05-22T02:21:22.814Z Downloaded olpc-cjson v0.1.4
3662026-05-22T02:21:22.817Z Downloaded libsw-core v0.3.2
3672026-05-22T02:21:22.819Z Downloaded find-msvc-tools v0.1.9
3682026-05-22T02:21:22.822Z Downloaded opaque-debug v0.3.1
3692026-05-22T02:21:22.822Z Downloaded cookie v0.18.1
3702026-05-22T02:21:22.825Z Downloaded libsw v3.5.0
3712026-05-22T02:21:22.827Z Downloaded ciborium v0.2.2
3722026-05-22T02:21:22.830Z Downloaded openssl-macros v0.1.1
3732026-05-22T02:21:22.830Z Downloaded getrandom v0.4.2
3742026-05-22T02:21:22.833Z Downloaded libloading v0.8.9
3752026-05-22T02:21:22.836Z Downloaded linear-map v1.2.0
3762026-05-22T02:21:22.839Z Downloaded parse-display v0.10.0
3772026-05-22T02:21:22.839Z Downloaded multer v3.1.0
3782026-05-22T02:21:22.842Z Downloaded percent-encoding v2.3.2
3792026-05-22T02:21:22.845Z Downloaded native-tls v0.2.14
3802026-05-22T02:21:22.845Z Downloaded phf_shared v0.12.1
3812026-05-22T02:21:22.847Z Downloaded hickory-resolver v0.24.4
3822026-05-22T02:21:22.850Z Downloaded iana-time-zone v0.1.64
3832026-05-22T02:21:22.853Z Downloaded hyper-rustls v0.27.7
3842026-05-22T02:21:22.855Z Downloaded expectorate v1.2.0
3852026-05-22T02:21:22.858Z Downloaded hmac v0.12.1
3862026-05-22T02:21:22.861Z Downloaded lock_api v0.4.14
3872026-05-22T02:21:22.861Z Downloaded bitflags v2.11.1
3882026-05-22T02:21:22.864Z Downloaded proc-macro-crate v1.3.1
3892026-05-22T02:21:22.866Z Downloaded proc-macro-error-attr v1.0.4
3902026-05-22T02:21:22.869Z Downloaded pretty-hex v0.4.1
3912026-05-22T02:21:22.869Z Downloaded powerfmt v0.2.0
3922026-05-22T02:21:22.872Z Downloaded progenitor-client v0.10.0
3932026-05-22T02:21:22.872Z Downloaded derive-where v1.6.0
3942026-05-22T02:21:22.875Z Downloaded num-integer v0.1.46
3952026-05-22T02:21:22.877Z Downloaded num_enum v0.5.11
3962026-05-22T02:21:22.881Z Downloaded progenitor-macro v0.13.0
3972026-05-22T02:21:22.883Z Downloaded progenitor-macro v0.10.0
3982026-05-22T02:21:22.883Z Downloaded num_enum_derive v0.5.11
3992026-05-22T02:21:22.887Z Downloaded quick-error v1.2.3
4002026-05-22T02:21:22.889Z Downloaded progenitor-macro v0.11.1
4012026-05-22T02:21:22.889Z Downloaded chacha20poly1305 v0.10.1
4022026-05-22T02:21:22.892Z Downloaded filetime v0.2.26
4032026-05-22T02:21:22.892Z Downloaded blake2 v0.10.6
4042026-05-22T02:21:22.895Z Downloaded progenitor-client v0.11.1
4052026-05-22T02:21:22.898Z Downloaded openssl-probe v0.1.6
4062026-05-22T02:21:22.898Z Downloaded owo-colors v4.3.0
4072026-05-22T02:21:22.900Z Downloaded oxide-tokio-rt v0.1.6
4082026-05-22T02:21:22.903Z Downloaded crossbeam-channel v0.5.15
4092026-05-22T02:21:22.906Z Downloaded pem v3.0.5
4102026-05-22T02:21:22.908Z Downloaded oxnet v0.1.4
4112026-05-22T02:21:22.908Z Downloaded rand_xorshift v0.4.0
4122026-05-22T02:21:22.911Z Downloaded ref-cast v1.0.25
4132026-05-22T02:21:22.914Z Downloaded ref-cast-impl v1.0.25
4142026-05-22T02:21:22.914Z Downloaded newtype-uuid v1.3.2
4152026-05-22T02:21:22.917Z Downloaded rustc_version v0.1.7
4162026-05-22T02:21:22.917Z Downloaded rustc_version v0.4.1
4172026-05-22T02:21:22.919Z Downloaded rustc-hash v2.1.1
4182026-05-22T02:21:22.919Z Downloaded pin-project-lite v0.2.16
4192026-05-22T02:21:22.923Z Downloaded phf v0.12.1
4202026-05-22T02:21:22.926Z Downloaded getrandom v0.3.4
4212026-05-22T02:21:22.929Z Downloaded memmap2 v0.9.8
4222026-05-22T02:21:22.932Z Downloaded ppv-lite86 v0.2.21
4232026-05-22T02:21:22.932Z Downloaded pin-project-internal v1.1.10
4242026-05-22T02:21:22.934Z Downloaded proc-macro-error-attr2 v2.0.0
4252026-05-22T02:21:22.937Z Downloaded proc-macro-error2 v2.0.1
4262026-05-22T02:21:22.937Z Downloaded poly1305 v0.8.0
4272026-05-22T02:21:22.940Z Downloaded proc-macro-error v1.0.4
4282026-05-22T02:21:22.942Z Downloaded clang-sys v1.8.1
4292026-05-22T02:21:22.945Z Downloaded litemap v0.8.0
4302026-05-22T02:21:22.948Z Downloaded indexmap v1.9.3
4312026-05-22T02:21:22.950Z Downloaded progenitor-client v0.13.0
4322026-05-22T02:21:22.953Z Downloaded progenitor v0.13.0
4332026-05-22T02:21:22.953Z Downloaded const_format v0.2.34
4342026-05-22T02:21:22.956Z Downloaded scopeguard v1.2.0
4352026-05-22T02:21:22.959Z Downloaded dropshot-api-manager v0.7.2
4362026-05-22T02:21:22.962Z Downloaded bytes v1.11.1
4372026-05-22T02:21:22.965Z Downloaded search_path v0.1.4
4382026-05-22T02:21:22.968Z Downloaded scroll_derive v0.12.1
4392026-05-22T02:21:22.968Z Downloaded same-file v1.0.6
4402026-05-22T02:21:22.970Z Downloaded quote v1.0.45
4412026-05-22T02:21:22.973Z Downloaded rand_chacha v0.9.0
4422026-05-22T02:21:22.973Z Downloaded rand_chacha v0.3.1
4432026-05-22T02:21:22.976Z Downloaded parking_lot v0.12.5
4442026-05-22T02:21:22.979Z Downloaded secrecy v0.10.3
4452026-05-22T02:21:22.979Z Downloaded rand_core v0.6.4
4462026-05-22T02:21:22.981Z Downloaded pest_meta v2.8.2
4472026-05-22T02:21:22.984Z Downloaded icu_locale_core v2.0.0
4482026-05-22T02:21:22.987Z Downloaded sigpipe v0.1.3
4492026-05-22T02:21:22.989Z Downloaded pkg-config v0.3.32
4502026-05-22T02:21:22.989Z Downloaded resolv-conf v0.7.5
4512026-05-22T02:21:22.992Z Downloaded serde_spanned v1.0.4
4522026-05-22T02:21:22.992Z Downloaded serde_repr v0.1.20
4532026-05-22T02:21:22.995Z Downloaded jiff-static v0.2.15
4542026-05-22T02:21:22.998Z Downloaded serde_plain v1.0.2
4552026-05-22T02:21:22.998Z Downloaded serde-big-array v0.5.1
4562026-05-22T02:21:23.000Z Downloaded postcard v1.1.3
4572026-05-22T02:21:23.004Z Downloaded serde_urlencoded v0.7.1
4582026-05-22T02:21:23.004Z Downloaded rustls-pemfile v2.2.0
4592026-05-22T02:21:23.007Z Downloaded serde_spanned v0.6.9
4602026-05-22T02:21:23.007Z Downloaded icu_normalizer v2.0.0
4612026-05-22T02:21:23.010Z Downloaded crypto-bigint v0.5.5
4622026-05-22T02:21:23.013Z Downloaded rusty-fork v0.3.0
4632026-05-22T02:21:23.016Z Downloaded rustversion v1.0.22
4642026-05-22T02:21:23.019Z Downloaded signal-hook-tokio v0.3.1
4652026-05-22T02:21:23.019Z Downloaded slog-bunyan v2.5.0
4662026-05-22T02:21:23.022Z Downloaded scroll_derive v0.13.1
4672026-05-22T02:21:23.022Z Downloaded schemars_derive v0.8.22
4682026-05-22T02:21:23.022Z Downloaded siphasher v1.0.1
4692026-05-22T02:21:23.025Z Downloaded num-traits v0.2.19
4702026-05-22T02:21:23.027Z Downloaded quinn-udp v0.5.14
4712026-05-22T02:21:23.027Z Downloaded omicron-zone-package v0.12.2
4722026-05-22T02:21:23.030Z Downloaded pest_generator v2.8.2
4732026-05-22T02:21:23.033Z Downloaded pest_derive v2.8.2
4742026-05-22T02:21:23.035Z Downloaded stable_deref_trait v1.2.0
4752026-05-22T02:21:23.035Z Downloaded supports-color v3.0.2
4762026-05-22T02:21:23.038Z Downloaded smawk v0.3.2
4772026-05-22T02:21:23.038Z Downloaded darling_core v0.21.3
4782026-05-22T02:21:23.041Z Downloaded swrite v0.1.0
4792026-05-22T02:21:23.044Z Downloaded subtle v2.6.1
4802026-05-22T02:21:23.044Z Downloaded strum v0.27.2
4812026-05-22T02:21:23.046Z Downloaded strum v0.26.3
4822026-05-22T02:21:23.046Z Downloaded structmeta v0.3.0
4832026-05-22T02:21:23.046Z Downloaded papergrid v0.11.0
4842026-05-22T02:21:23.050Z Downloaded icu_normalizer_data v2.0.0
4852026-05-22T02:21:23.052Z Downloaded sha1 v0.10.6
4862026-05-22T02:21:23.055Z Downloaded serde_path_to_error v0.1.20
4872026-05-22T02:21:23.055Z Downloaded scroll v0.12.0
4882026-05-22T02:21:23.058Z Downloaded tabled_derive v0.11.0
4892026-05-22T02:21:23.058Z Downloaded take_mut v0.2.2
4902026-05-22T02:21:23.061Z Downloaded tabled_derive v0.7.0
4912026-05-22T02:21:23.061Z Downloaded serde_derive_internals v0.29.1
4922026-05-22T02:21:23.064Z Downloaded tagptr v0.2.0
4932026-05-22T02:21:23.064Z Downloaded sync_wrapper v1.0.2
4942026-05-22T02:21:23.064Z Downloaded semver v0.1.20
4952026-05-22T02:21:23.067Z Downloaded pin-project v1.1.10
4962026-05-22T02:21:23.072Z Downloaded terminal_size v0.4.3
4972026-05-22T02:21:23.075Z Downloaded signal-hook-registry v1.4.6
4982026-05-22T02:21:23.075Z Downloaded tabwriter v1.4.1
4992026-05-22T02:21:23.078Z Downloaded structmeta-derive v0.3.0
5002026-05-22T02:21:23.078Z Downloaded darling_core v0.23.0
5012026-05-22T02:21:23.081Z Downloaded strsim v0.11.1
5022026-05-22T02:21:23.083Z Downloaded serde_tokenstream v0.2.3
5032026-05-22T02:21:23.083Z Downloaded termtree v0.5.1
5042026-05-22T02:21:23.086Z Downloaded shlex v1.3.0
5052026-05-22T02:21:23.086Z Downloaded proc-macro2 v1.0.106
5062026-05-22T02:21:23.089Z Downloaded testing_table v0.3.0
5072026-05-22T02:21:23.092Z Downloaded slog-async v2.8.0
5082026-05-22T02:21:23.092Z Downloaded thiserror-impl-no-std v2.0.2
5092026-05-22T02:21:23.094Z Downloaded slog-json v2.6.1
5102026-05-22T02:21:23.094Z Downloaded progenitor-impl v0.11.1
5112026-05-22T02:21:23.098Z Downloaded thread-id v5.0.0
5122026-05-22T02:21:23.098Z Downloaded time-core v0.1.8
5132026-05-22T02:21:23.101Z Downloaded slog-term v2.9.2
5142026-05-22T02:21:23.101Z Downloaded thread-id v4.2.2
5152026-05-22T02:21:23.101Z Downloaded slab v0.4.11
5162026-05-22T02:21:23.104Z Downloaded http v1.4.0
5172026-05-22T02:21:23.107Z Downloaded cc v1.2.58
5182026-05-22T02:21:23.109Z Downloaded scroll v0.13.0
5192026-05-22T02:21:23.109Z Downloaded snafu-derive v0.8.9
5202026-05-22T02:21:23.112Z Downloaded openssl-sys v0.9.112
5212026-05-22T02:21:23.115Z Downloaded tinyvec_macros v0.1.1
5222026-05-22T02:21:23.117Z Downloaded static_assertions v1.1.0
5232026-05-22T02:21:23.117Z Downloaded strum_macros v0.26.4
5242026-05-22T02:21:23.120Z Downloaded icu_collections v2.0.0
5252026-05-22T02:21:23.123Z Downloaded prettyplease v0.2.37
5262026-05-22T02:21:23.125Z Downloaded papergrid v0.17.0
5272026-05-22T02:21:23.128Z Downloaded serde_with_macros v3.20.0
5282026-05-22T02:21:23.131Z Downloaded semver v1.0.27
5292026-05-22T02:21:23.133Z Downloaded minimal-lexical v0.2.1
5302026-05-22T02:21:23.136Z Downloaded toml_datetime v0.6.11
5312026-05-22T02:21:23.136Z Downloaded topological-sort v0.2.2
5322026-05-22T02:21:23.138Z Downloaded toml_write v0.1.2
5332026-05-22T02:21:23.138Z Downloaded sha2 v0.10.9
5342026-05-22T02:21:23.141Z Downloaded thiserror v1.0.69
5352026-05-22T02:21:23.144Z Downloaded miniz_oxide v0.8.9
5362026-05-22T02:21:23.146Z Downloaded rand_core v0.9.3
5372026-05-22T02:21:23.146Z Downloaded hickory-resolver v0.25.2
5382026-05-22T02:21:23.149Z Downloaded paste v1.0.15
5392026-05-22T02:21:23.152Z Downloaded try-lock v0.2.5
5402026-05-22T02:21:23.154Z Downloaded tower-layer v0.3.3
5412026-05-22T02:21:23.154Z Downloaded parking_lot_core v0.9.12
5422026-05-22T02:21:23.157Z Downloaded tower-service v0.3.3
5432026-05-22T02:21:23.157Z Downloaded progenitor-impl v0.10.0
5442026-05-22T02:21:23.160Z Downloaded thiserror-no-std v2.0.2
5452026-05-22T02:21:23.166Z Downloaded thiserror v2.0.18
5462026-05-22T02:21:23.166Z Downloaded thiserror-impl v1.0.69
5472026-05-22T02:21:23.166Z Downloaded progenitor-impl v0.13.0
5482026-05-22T02:21:23.169Z Downloaded thiserror-impl v2.0.18
5492026-05-22T02:21:23.169Z Downloaded schemars v0.8.22
5502026-05-22T02:21:23.175Z Downloaded unicode-linebreak v0.1.5
5512026-05-22T02:21:23.178Z Downloaded unarray v0.1.4
5522026-05-22T02:21:23.178Z Downloaded typify-macro v0.6.1
5532026-05-22T02:21:23.181Z Downloaded tokio-native-tls v0.3.1
5542026-05-22T02:21:23.181Z Downloaded strum_macros v0.27.2
5552026-05-22T02:21:23.183Z Downloaded tokio-dtrace v0.1.1
5562026-05-22T02:21:23.183Z Downloaded unicode-xid v0.2.6
5572026-05-22T02:21:23.183Z Downloaded untrusted v0.7.1
5582026-05-22T02:21:23.186Z Downloaded usdt v0.5.0
5592026-05-22T02:21:23.186Z Downloaded untrusted v0.9.0
5602026-05-22T02:21:23.189Z Downloaded universal-hash v0.5.1
5612026-05-22T02:21:23.189Z Downloaded tokio-macros v2.7.0
5622026-05-22T02:21:23.189Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5632026-05-22T02:21:23.191Z Downloaded tinystr v0.8.1
5642026-05-22T02:21:23.192Z Downloaded time-macros v0.2.27
5652026-05-22T02:21:23.194Z Downloaded spin v0.9.8
5662026-05-22T02:21:23.197Z Downloaded serde_derive v1.0.228
5672026-05-22T02:21:23.197Z Downloaded serde_core v1.0.228
5682026-05-22T02:21:23.199Z Downloaded hyper-util v0.1.20
5692026-05-22T02:21:23.202Z Downloaded tokio-rustls v0.25.0
5702026-05-22T02:21:23.205Z Downloaded usdt-macro v0.5.0
5712026-05-22T02:21:23.205Z Downloaded term v1.2.0
5722026-05-22T02:21:23.208Z Downloaded version_check v0.9.5
5732026-05-22T02:21:23.210Z Downloaded hkdf v0.12.4
5742026-05-22T02:21:23.210Z Downloaded utf8_iter v1.0.4
5752026-05-22T02:21:23.210Z Downloaded toml_writer v1.0.6+spec-1.1.0
5762026-05-22T02:21:23.213Z Downloaded utf8parse v0.2.2
5772026-05-22T02:21:23.213Z Downloaded usdt-macro v0.6.0
5782026-05-22T02:21:23.216Z Downloaded indexmap v2.13.0
5792026-05-22T02:21:23.219Z Downloaded aho-corasick v1.1.3
5802026-05-22T02:21:23.221Z Downloaded want v0.3.1
5812026-05-22T02:21:23.221Z Downloaded ryu v1.0.20
5822026-05-22T02:21:23.224Z Downloaded wait-timeout v0.2.1
5832026-05-22T02:21:23.224Z Downloaded slog-dtrace v0.3.0
5842026-05-22T02:21:23.226Z Downloaded slog v2.8.2
5852026-05-22T02:21:23.229Z Downloaded waitgroup v0.1.2
5862026-05-22T02:21:23.229Z Downloaded similar v2.7.0
5872026-05-22T02:21:23.232Z Downloaded signal-hook v0.3.18
5882026-05-22T02:21:23.234Z Downloaded typify-macro v0.4.3
5892026-05-22T02:21:23.234Z Downloaded quinn v0.11.9
5902026-05-22T02:21:23.237Z Downloaded usdt-attr-macro v0.6.0
5912026-05-22T02:21:23.237Z Downloaded usdt v0.6.0
5922026-05-22T02:21:23.240Z Downloaded synstructure v0.13.2
5932026-05-22T02:21:23.240Z Downloaded rayon-core v1.13.0
5942026-05-22T02:21:23.243Z Downloaded memchr v2.7.5
5952026-05-22T02:21:23.245Z Downloaded hashbrown v0.12.3
5962026-05-22T02:21:23.248Z Downloaded toml v0.8.23
5972026-05-22T02:21:23.251Z Downloaded tokio-stream v0.1.17
5982026-05-22T02:21:23.254Z Downloaded zerofrom v0.1.6
5992026-05-22T02:21:23.254Z Downloaded yoke-derive v0.8.0
6002026-05-22T02:21:23.254Z Downloaded socket2 v0.6.3
6012026-05-22T02:21:23.254Z Downloaded schemars v0.9.0
6022026-05-22T02:21:23.262Z Downloaded mio v1.2.0
6032026-05-22T02:21:23.265Z Downloaded serde_yaml v0.9.34+deprecated
6042026-05-22T02:21:23.268Z Downloaded rand v0.8.5
6052026-05-22T02:21:23.271Z Downloaded zerofrom-derive v0.1.6
6062026-05-22T02:21:23.271Z Downloaded tempfile v3.27.0
6072026-05-22T02:21:23.273Z Downloaded toml_parser v1.1.2+spec-1.1.0
6082026-05-22T02:21:23.276Z Downloaded zeroize_derive v1.4.3
6092026-05-22T02:21:23.277Z Downloaded usdt-impl v0.6.0
6102026-05-22T02:21:23.277Z Downloaded zone v0.3.1
6112026-05-22T02:21:23.277Z Downloaded vsss-rs v3.3.4
6122026-05-22T02:21:23.279Z Downloaded zone_cfg_derive v0.3.1
6132026-05-22T02:21:23.279Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6142026-05-22T02:21:23.282Z Downloaded xattr v1.6.1
6152026-05-22T02:21:23.282Z Downloaded tokio-rustls v0.26.3
6162026-05-22T02:21:23.285Z Downloaded textwrap v0.16.2
6172026-05-22T02:21:23.285Z Downloaded rustls-webpki v0.103.6
6182026-05-22T02:21:23.288Z Downloaded nom v7.1.3
6192026-05-22T02:21:23.291Z Downloaded hashbrown v0.16.1
6202026-05-22T02:21:23.293Z Downloaded usdt-attr-macro v0.5.0
6212026-05-22T02:21:23.296Z Downloaded tracing-attributes v0.1.30
6222026-05-22T02:21:23.296Z Downloaded test-strategy v0.4.3
6232026-05-22T02:21:23.299Z Downloaded rustls-pki-types v1.12.0
6242026-05-22T02:21:23.301Z Downloaded schemars v1.2.0
6252026-05-22T02:21:23.309Z Downloaded yoke v0.8.0
6262026-05-22T02:21:23.312Z Downloaded writeable v0.6.1
6272026-05-22T02:21:23.312Z Downloaded tinyvec v1.10.0
6282026-05-22T02:21:23.314Z Downloaded socket2 v0.5.10
6292026-05-22T02:21:23.314Z Downloaded snafu v0.8.9
6302026-05-22T02:21:23.318Z Downloaded toml v0.7.8
6312026-05-22T02:21:23.321Z Downloaded serde v1.0.228
6322026-05-22T02:21:23.323Z Downloaded qorb v0.4.1
6332026-05-22T02:21:23.326Z Downloaded tar v0.4.45
6342026-05-22T02:21:23.329Z Downloaded idna v1.1.0
6352026-05-22T02:21:23.331Z Downloaded whoami v1.6.1
6362026-05-22T02:21:23.331Z Downloaded thread_local v1.1.9
6372026-05-22T02:21:23.334Z Downloaded zerovec-derive v0.11.1
6382026-05-22T02:21:23.334Z Downloaded hashbrown v0.15.5
6392026-05-22T02:21:23.337Z Downloaded zeroize v1.8.1
6402026-05-22T02:21:23.337Z Downloaded usdt-impl v0.5.0
6412026-05-22T02:21:23.340Z Downloaded toml v1.0.6+spec-1.1.0
6422026-05-22T02:21:23.342Z Downloaded tracing-core v0.1.34
6432026-05-22T02:21:23.342Z Downloaded toml v0.9.11+spec-1.1.0
6442026-05-22T02:21:23.345Z Downloaded itertools v0.12.1
6452026-05-22T02:21:23.349Z Downloaded walkdir v2.5.0
6462026-05-22T02:21:23.352Z Downloaded vergen v8.3.2
6472026-05-22T02:21:23.352Z Downloaded unicode-ident v1.0.24
6482026-05-22T02:21:23.355Z Downloaded ucd-trie v0.1.7
6492026-05-22T02:21:23.355Z Downloaded typify v0.6.1
6502026-05-22T02:21:23.357Z Downloaded goblin v0.8.2
6512026-05-22T02:21:23.361Z Downloaded iri-string v0.7.8
6522026-05-22T02:21:23.364Z Downloaded unsafe-libyaml v0.2.11
6532026-05-22T02:21:23.367Z Downloaded zerocopy-derive v0.7.35
6542026-05-22T02:21:23.370Z Downloaded rand v0.9.2
6552026-05-22T02:21:23.372Z Downloaded futures-util v0.3.32
6562026-05-22T02:21:23.378Z Downloaded zmij v1.0.17
6572026-05-22T02:21:23.381Z Downloaded hyper v1.8.1
6582026-05-22T02:21:23.384Z Downloaded curl v0.4.49
6592026-05-22T02:21:23.386Z Downloaded iddqd v0.3.18
6602026-05-22T02:21:23.390Z Downloaded typify v0.4.3
6612026-05-22T02:21:23.394Z Downloaded typenum v1.18.0
6622026-05-22T02:21:23.397Z Downloaded h2 v0.4.12
6632026-05-22T02:21:23.399Z Downloaded steno v0.4.1
6642026-05-22T02:21:23.402Z Downloaded clap_builder v4.6.0
6652026-05-22T02:21:23.404Z Downloaded libm v0.2.15
6662026-05-22T02:21:23.410Z Downloaded smf v0.2.3
6672026-05-22T02:21:23.413Z Downloaded uuid v1.23.1
6682026-05-22T02:21:23.416Z Downloaded toml_edit v0.22.27
6692026-05-22T02:21:23.418Z Downloaded smallvec v1.15.1
6702026-05-22T02:21:23.418Z Downloaded itertools v0.14.0
6712026-05-22T02:21:23.421Z Downloaded pest v2.8.2
6722026-05-22T02:21:23.424Z Downloaded tracing v0.1.41
6732026-05-22T02:21:23.427Z Downloaded aws-lc-rs v1.16.2
6742026-05-22T02:21:23.432Z Downloaded bindgen v0.72.1
6752026-05-22T02:21:23.436Z Downloaded icu_properties_data v2.0.1
6762026-05-22T02:21:23.442Z Downloaded flate2 v1.1.2
6772026-05-22T02:21:23.445Z Downloaded log v0.4.29
6782026-05-22T02:21:23.448Z Downloaded progenitor v0.11.1
6792026-05-22T02:21:23.448Z Downloaded progenitor v0.10.0
6802026-05-22T02:21:23.450Z Downloaded url v2.5.7
6812026-05-22T02:21:23.453Z Downloaded once_cell v1.21.3
6822026-05-22T02:21:23.453Z Downloaded num-complex v0.4.6
6832026-05-22T02:21:23.453Z Downloaded jobserver v0.1.34
6842026-05-22T02:21:23.456Z Downloaded icu_properties v2.0.1
6852026-05-22T02:21:23.456Z Downloaded elliptic-curve v0.13.8
6862026-05-22T02:21:23.459Z Downloaded zerotrie v0.2.2
6872026-05-22T02:21:23.462Z Downloaded tower v0.5.2
6882026-05-22T02:21:23.466Z Downloaded password-hash v0.5.0
6892026-05-22T02:21:23.469Z Downloaded parse-display-derive v0.10.0
6902026-05-22T02:21:23.469Z Downloaded icu_provider v2.0.0
6912026-05-22T02:21:23.472Z Downloaded dropshot_endpoint v0.17.0
6922026-05-22T02:21:23.472Z Downloaded darling v0.21.3
6932026-05-22T02:21:23.475Z Downloaded num_enum_derive v0.7.5
6942026-05-22T02:21:23.478Z Downloaded num_enum v0.7.5
6952026-05-22T02:21:23.481Z Downloaded toml_edit v0.19.15
6962026-05-22T02:21:23.489Z Downloaded zerocopy-derive v0.8.27
6972026-05-22T02:21:23.492Z Downloaded reqwest v0.12.23
6982026-05-22T02:21:23.496Z Downloaded regex v1.12.3
6992026-05-22T02:21:23.500Z Downloaded num-rational v0.4.2
7002026-05-22T02:21:23.503Z Downloaded ingot-macros v0.1.1
7012026-05-22T02:21:23.503Z Downloaded camino v1.2.2
7022026-05-22T02:21:23.505Z Downloaded potential_utf v0.1.3
7032026-05-22T02:21:23.505Z Downloaded plain v0.2.3
7042026-05-22T02:21:23.506Z Downloaded git2 v0.19.0
7052026-05-22T02:21:23.509Z Downloaded unicode-segmentation v1.12.0
7062026-05-22T02:21:23.512Z Downloaded rayon v1.11.0
7072026-05-22T02:21:23.517Z Downloaded tokio-util v0.7.16
7082026-05-22T02:21:23.521Z Downloaded serde_json v1.0.149
7092026-05-22T02:21:23.525Z Downloaded portable-atomic v1.11.1
7102026-05-22T02:21:23.530Z Downloaded blake3 v1.8.2
7112026-05-22T02:21:23.535Z Downloaded typed-path v0.9.3
7122026-05-22T02:21:23.539Z Downloaded pin-utils v0.1.0
7132026-05-22T02:21:23.541Z Downloaded clap_derive v4.6.0
7142026-05-22T02:21:23.541Z Downloaded clap v4.6.0
7152026-05-22T02:21:23.546Z Downloaded reqwest v0.13.2
7162026-05-22T02:21:23.550Z Downloaded base64ct v1.8.0
7172026-05-22T02:21:23.552Z Downloaded darling v0.23.0
7182026-05-22T02:21:23.555Z Downloaded num-derive v0.4.2
7192026-05-22T02:21:23.558Z Downloaded tough v0.20.0
7202026-05-22T02:21:23.561Z Downloaded num-conv v0.2.1
7212026-05-22T02:21:23.563Z Downloaded num_threads v0.1.7
7222026-05-22T02:21:23.563Z Downloaded ipnetwork v0.21.1
7232026-05-22T02:21:23.563Z Downloaded cancel-safe-futures v0.1.5
7242026-05-22T02:21:23.566Z Downloaded proptest v1.8.0
7252026-05-22T02:21:23.571Z Downloaded unicode-normalization v0.1.24
7262026-05-22T02:21:23.573Z Downloaded goblin v0.10.1
7272026-05-22T02:21:23.577Z Downloaded async-compression v0.4.33
7282026-05-22T02:21:23.582Z Downloaded chrono v0.4.44
7292026-05-22T02:21:23.586Z Downloaded ingot-types v0.1.2
7302026-05-22T02:21:23.588Z Downloaded tower-http v0.6.8
7312026-05-22T02:21:23.591Z Downloaded ingot v0.1.1
7322026-05-22T02:21:23.594Z Downloaded foldhash v0.1.5
7332026-05-22T02:21:23.594Z Downloaded bit-vec v0.8.0
7342026-05-22T02:21:23.597Z Downloaded erased-serde v0.3.31
7352026-05-22T02:21:23.597Z Downloaded dropshot_endpoint v0.16.7
7362026-05-22T02:21:23.600Z Downloaded memmap v0.7.0
7372026-05-22T02:21:23.600Z Downloaded lazy_static v1.5.0
7382026-05-22T02:21:23.603Z Downloaded serde_with v3.20.0
7392026-05-22T02:21:23.608Z Downloaded zerovec v0.11.4
7402026-05-22T02:21:23.612Z Downloaded winnow v0.5.40
7412026-05-22T02:21:23.617Z Downloaded zerocopy v0.7.35
7422026-05-22T02:21:23.627Z Downloaded rustls-webpki v0.102.8
7432026-05-22T02:21:23.638Z Downloaded moka v0.12.11
7442026-05-22T02:21:23.644Z Downloaded quinn-proto v0.11.14
7452026-05-22T02:21:23.648Z Downloaded tabled v0.15.0
7462026-05-22T02:21:23.658Z Downloaded winnow v0.7.14
7472026-05-22T02:21:23.664Z Downloaded winnow v1.0.3
7482026-05-22T02:21:23.670Z Downloaded time v0.3.47
7492026-05-22T02:21:23.678Z Downloaded syn v1.0.109
7502026-05-22T02:21:23.684Z Downloaded curve25519-dalek v4.1.3
7512026-05-22T02:21:23.689Z Downloaded tabled v0.20.0
7522026-05-22T02:21:23.700Z Downloaded openssl v0.10.76
7532026-05-22T02:21:23.706Z Downloaded kstat-rs v0.2.4
7542026-05-22T02:21:23.709Z Downloaded keccak v0.1.6
7552026-05-22T02:21:23.709Z Downloaded byteorder v1.5.0
7562026-05-22T02:21:23.709Z Downloaded camino-tempfile v1.4.1
7572026-05-22T02:21:23.711Z Downloaded fixedbitset v0.5.7
7582026-05-22T02:21:23.711Z Downloaded bstr v1.12.0
7592026-05-22T02:21:23.716Z Downloaded unicode-width v0.1.14
7602026-05-22T02:21:23.720Z Downloaded vcpkg v0.2.15
7612026-05-22T02:21:23.743Z Downloaded syn v2.0.117
7622026-05-22T02:21:23.749Z Downloaded hickory-proto v0.24.4
7632026-05-22T02:21:23.759Z Downloaded smoltcp v0.11.0
7642026-05-22T02:21:23.766Z Downloaded zerocopy v0.8.27
7652026-05-22T02:21:23.779Z Downloaded nix v0.31.3
7662026-05-22T02:21:23.786Z Downloaded webpki-roots v1.0.2
7672026-05-22T02:21:23.789Z Downloaded dropshot v0.17.0
7682026-05-22T02:21:23.802Z Downloaded regress v0.10.5
7692026-05-22T02:21:23.807Z Downloaded openapiv3 v2.2.0
7702026-05-22T02:21:23.814Z Downloaded unicode-width v0.2.1
7712026-05-22T02:21:23.818Z Downloaded hickory-proto v0.25.2
7722026-05-22T02:21:23.828Z Downloaded rustix v0.38.44
7732026-05-22T02:21:23.842Z Downloaded rustix v1.1.4
7742026-05-22T02:21:23.855Z Downloaded rustls v0.23.32
7752026-05-22T02:21:23.862Z Downloaded regex-syntax v0.8.6
7762026-05-22T02:21:23.867Z Downloaded typify-impl v0.6.1
7772026-05-22T02:21:23.877Z Downloaded nix v0.30.1
7782026-05-22T02:21:23.884Z Downloaded dropshot v0.16.7
7792026-05-22T02:21:23.897Z Downloaded rustls v0.22.4
7802026-05-22T02:21:23.904Z Downloaded deranged v0.5.3
7812026-05-22T02:21:23.907Z Downloaded colorchoice v1.0.4
7822026-05-22T02:21:23.907Z Downloaded cargo_metadata v0.18.1
7832026-05-22T02:21:23.910Z Downloaded heapless v0.8.0
7842026-05-22T02:21:23.910Z Downloaded is-terminal v0.4.16
7852026-05-22T02:21:23.910Z Downloaded instant v0.1.13
7862026-05-22T02:21:23.913Z Downloaded foldhash v0.2.0
7872026-05-22T02:21:23.913Z Downloaded crossbeam-deque v0.8.6
7882026-05-22T02:21:23.913Z Downloaded bs58 v0.5.1
7892026-05-22T02:21:23.916Z Downloaded bitflags v1.3.2
7902026-05-22T02:21:23.916Z Downloaded typify-impl v0.4.3
7912026-05-22T02:21:23.925Z Downloaded cmake v0.1.54
7922026-05-22T02:21:23.928Z Downloaded cipher v0.4.4
7932026-05-22T02:21:23.928Z Downloaded inout v0.1.4
7942026-05-22T02:21:23.928Z Downloaded fastrand v2.3.0
7952026-05-22T02:21:23.931Z Downloaded clap_lex v1.1.0
7962026-05-22T02:21:23.931Z Downloaded foreign-types-shared v0.3.1
7972026-05-22T02:21:23.931Z Downloaded dtrace-parser v0.2.0
7982026-05-22T02:21:23.931Z Downloaded dof v0.4.0
7992026-05-22T02:21:23.931Z Downloaded dof v0.3.0
8002026-05-22T02:21:23.933Z Downloaded hubpack_derive v0.1.1
8012026-05-22T02:21:23.933Z Downloaded hubpack v0.1.2
8022026-05-22T02:21:23.934Z Downloaded dunce v1.0.5
8032026-05-22T02:21:23.934Z Downloaded defmt-parser v1.0.0
8042026-05-22T02:21:23.934Z Downloaded critical-section v1.2.0
8052026-05-22T02:21:23.936Z Downloaded futures-core v0.3.32
8062026-05-22T02:21:23.936Z Downloaded fnv v1.0.7
8072026-05-22T02:21:23.936Z Downloaded dropshot-api-manager-types v0.7.2
8082026-05-22T02:21:23.936Z Downloaded heck v0.4.1
8092026-05-22T02:21:23.939Z Downloaded defmt v0.3.100
8102026-05-22T02:21:23.939Z Downloaded constant_time_eq v0.3.1
8112026-05-22T02:21:23.939Z Downloaded block-buffer v0.10.4
8122026-05-22T02:21:23.939Z Downloaded crucible-workspace-hack v0.1.0
8132026-05-22T02:21:23.939Z Downloaded compression-codecs v0.4.32
8142026-05-22T02:21:23.942Z Downloaded jiff v0.2.15
8152026-05-22T02:21:23.951Z Downloaded allocator-api2 v0.2.21
8162026-05-22T02:21:23.954Z Downloaded chrono-tz v0.10.4
8172026-05-22T02:21:23.964Z Downloaded cpufeatures v0.2.17
8182026-05-22T02:21:23.967Z Downloaded cobs v0.3.0
8192026-05-22T02:21:23.967Z Downloaded futures-channel v0.3.32
8202026-05-22T02:21:23.970Z Downloaded compression-core v0.4.32
8212026-05-22T02:21:23.970Z Downloaded arrayref v0.3.9
8222026-05-22T02:21:23.970Z Downloaded futures-sink v0.3.32
8232026-05-22T02:21:23.970Z Downloaded drift v0.2.0
8242026-05-22T02:21:23.975Z Downloaded regex-automata v0.4.13
8252026-05-22T02:21:23.985Z Downloaded curve25519-dalek-derive v0.1.1
8262026-05-22T02:21:23.988Z Downloaded ciborium-io v0.2.2
8272026-05-22T02:21:23.988Z Downloaded cfg-if v1.0.3
8282026-05-22T02:21:23.988Z Downloaded autocfg v1.5.0
8292026-05-22T02:21:23.990Z Downloaded anstyle v1.0.14
8302026-05-22T02:21:23.990Z Downloaded fixedbitset v0.4.2
8312026-05-22T02:21:23.990Z Downloaded dtrace-parser v0.3.0
8322026-05-22T02:21:23.990Z Downloaded data-encoding v2.9.0
8332026-05-22T02:21:23.993Z Downloaded async-trait v0.1.89
8342026-05-22T02:21:23.993Z Downloaded argon2 v0.5.3
8352026-05-22T02:21:23.996Z Downloaded csv v1.3.1
8362026-05-22T02:21:24.007Z Downloaded sha3 v0.10.8
8372026-05-22T02:21:24.010Z Downloaded petgraph v0.6.5
8382026-05-22T02:21:24.021Z Downloaded tokio v1.52.3
8392026-05-22T02:21:24.044Z Downloaded equivalent v1.0.2
8402026-05-22T02:21:24.047Z Downloaded petgraph v0.8.2
8412026-05-22T02:21:24.056Z Downloaded async-stream v0.3.6
8422026-05-22T02:21:24.059Z Downloaded defmt-macros v1.0.1
8432026-05-22T02:21:24.059Z Downloaded bcs v0.1.6
8442026-05-22T02:21:24.062Z Downloaded arrayvec v0.7.6
8452026-05-22T02:21:24.063Z Downloaded adler2 v2.0.1
8462026-05-22T02:21:24.078Z Downloaded libz-sys v1.1.22
8472026-05-22T02:21:24.090Z Downloaded libc v0.2.186
8482026-05-22T02:21:24.178Z Downloaded curl-sys v0.4.83+curl-8.15.0
8492026-05-22T02:21:24.214Z Downloaded encoding_rs v0.8.35
8502026-05-22T02:21:24.240Z Downloaded ring v0.17.14
8512026-05-22T02:21:24.266Z Downloaded libgit2-sys v0.17.0+1.8.1
8522026-05-22T02:21:24.733Z Downloaded aws-lc-sys v0.39.1
8532026-05-22T02:21:25.051Z Compiling proc-macro2 v1.0.106
8542026-05-22T02:21:25.051Z Compiling quote v1.0.45
8552026-05-22T02:21:25.051Z Compiling unicode-ident v1.0.24
8562026-05-22T02:21:25.051Z Compiling serde_core v1.0.228
8572026-05-22T02:21:25.051Z Compiling serde v1.0.228
8582026-05-22T02:21:25.056Z Compiling libc v0.2.186
8592026-05-22T02:21:25.056Z Checking cfg-if v1.0.3
8602026-05-22T02:21:25.343Z Compiling zmij v1.0.17
8612026-05-22T02:21:25.425Z Compiling autocfg v1.5.0
8622026-05-22T02:21:25.773Z Compiling memchr v2.7.5
8632026-05-22T02:21:25.817Z Compiling libm v0.2.15
8642026-05-22T02:21:26.165Z Compiling getrandom v0.4.2
8652026-05-22T02:21:26.214Z Checking smallvec v1.15.1
8662026-05-22T02:21:26.283Z Compiling version_check v0.9.5
8672026-05-22T02:21:26.377Z Checking itoa v1.0.15
8682026-05-22T02:21:26.399Z Compiling thiserror v2.0.18
8692026-05-22T02:21:26.448Z Compiling shlex v1.3.0
8702026-05-22T02:21:26.522Z Compiling jobserver v0.1.34
8712026-05-22T02:21:26.576Z Compiling find-msvc-tools v0.1.9
8722026-05-22T02:21:26.640Z Compiling icu_normalizer_data v2.0.0
8732026-05-22T02:21:26.691Z Compiling syn v2.0.117
8742026-05-22T02:21:26.743Z Compiling cc v1.2.58
8752026-05-22T02:21:26.817Z Compiling icu_properties_data v2.0.1
8762026-05-22T02:21:26.892Z Compiling parking_lot_core v0.9.12
8772026-05-22T02:21:26.961Z Checking stable_deref_trait v1.2.0
8782026-05-22T02:21:26.984Z Compiling serde_json v1.0.149
8792026-05-22T02:21:27.073Z Compiling heck v0.5.0
8802026-05-22T02:21:27.252Z Checking litemap v0.8.0
8812026-05-22T02:21:27.288Z Checking writeable v0.6.1
8822026-05-22T02:21:27.431Z Compiling num-traits v0.2.19
8832026-05-22T02:21:27.452Z Checking percent-encoding v2.3.2
8842026-05-22T02:21:27.657Z Checking form_urlencoded v1.2.2
8852026-05-22T02:21:27.821Z Checking utf8_iter v1.0.4
8862026-05-22T02:21:27.824Z Compiling zerocopy v0.8.27
8872026-05-22T02:21:27.851Z Checking pin-project-lite v0.2.16
8882026-05-22T02:21:27.946Z Checking iana-time-zone v0.1.64
8892026-05-22T02:21:27.961Z Compiling rustversion v1.0.22
8902026-05-22T02:21:28.051Z Compiling log v0.4.29
8912026-05-22T02:21:28.067Z Compiling semver v1.0.27
8922026-05-22T02:21:28.116Z Checking socket2 v0.6.3
8932026-05-22T02:21:28.230Z Compiling foldhash v0.2.0
8942026-05-22T02:21:28.263Z Compiling equivalent v1.0.2
8952026-05-22T02:21:28.350Z Compiling allocator-api2 v0.2.21
8962026-05-22T02:21:28.366Z Checking uuid v1.23.1
8972026-05-22T02:21:28.366Z Checking scopeguard v1.2.0
8982026-05-22T02:21:28.482Z Checking lock_api v0.4.14
8992026-05-22T02:21:28.629Z Compiling hashbrown v0.16.1
9002026-05-22T02:21:28.687Z Checking signal-hook-registry v1.4.6
9012026-05-22T02:21:28.690Z Checking bitflags v2.11.1
9022026-05-22T02:21:28.718Z Checking mio v1.2.0
9032026-05-22T02:21:28.732Z Checking getrandom v0.2.16
9042026-05-22T02:21:28.840Z Compiling schemars v0.8.22
9052026-05-22T02:21:28.855Z Checking parking_lot v0.12.5
9062026-05-22T02:21:28.870Z Checking dyn-clone v1.0.20
9072026-05-22T02:21:28.873Z Compiling portable-atomic v1.11.1
9082026-05-22T02:21:28.992Z Checking critical-section v1.2.0
9092026-05-22T02:21:29.119Z Checking futures-core v0.3.32
9102026-05-22T02:21:29.195Z Compiling ring v0.17.14
9112026-05-22T02:21:29.225Z Compiling typenum v1.18.0
9122026-05-22T02:21:29.402Z Compiling indexmap v2.13.0
9132026-05-22T02:21:29.571Z Compiling synstructure v0.13.2
9142026-05-22T02:21:29.672Z Compiling serde_derive_internals v0.29.1
9152026-05-22T02:21:29.809Z Checking once_cell v1.21.3
9162026-05-22T02:21:29.976Z Compiling thiserror v1.0.69
9172026-05-22T02:21:29.991Z Compiling httparse v1.10.1
9182026-05-22T02:21:30.035Z Compiling regex-syntax v0.8.6
9192026-05-22T02:21:30.301Z Checking futures-sink v0.3.32
9202026-05-22T02:21:30.365Z Checking slab v0.4.11
9212026-05-22T02:21:30.385Z Compiling rustix v1.1.4
9222026-05-22T02:21:30.441Z Compiling aho-corasick v1.1.3
9232026-05-22T02:21:30.510Z Checking subtle v2.6.1
9242026-05-22T02:21:30.525Z Compiling ucd-trie v0.1.7
9252026-05-22T02:21:30.657Z Checking futures-channel v0.3.32
9262026-05-22T02:21:30.743Z Checking rand_core v0.6.4
9272026-05-22T02:21:30.806Z Compiling serde_derive v1.0.228
9282026-05-22T02:21:30.837Z Compiling zerofrom-derive v0.1.6
9292026-05-22T02:21:30.895Z Compiling yoke-derive v0.8.0
9302026-05-22T02:21:30.931Z Compiling zerovec-derive v0.11.1
9312026-05-22T02:21:31.271Z Compiling displaydoc v0.2.5
9322026-05-22T02:21:31.863Z Compiling thiserror-impl v2.0.18
9332026-05-22T02:21:31.934Z Compiling schemars_derive v0.8.22
9342026-05-22T02:21:31.994Z Compiling tokio-macros v2.7.0
9352026-05-22T02:21:32.022Z Compiling zerocopy-derive v0.8.27
9362026-05-22T02:21:32.038Z Checking zerofrom v0.1.6
9372026-05-22T02:21:32.142Z Compiling futures-macro v0.3.32
9382026-05-22T02:21:32.162Z Checking yoke v0.8.0
9392026-05-22T02:21:32.329Z Checking zerovec v0.11.4
9402026-05-22T02:21:32.708Z Checking zerotrie v0.2.2
9412026-05-22T02:21:32.933Z Compiling zeroize_derive v1.4.3
9422026-05-22T02:21:32.949Z Compiling thiserror-impl v1.0.69
9432026-05-22T02:21:33.029Z Checking tinystr v0.8.1
9442026-05-22T02:21:33.062Z Checking potential_utf v0.1.3
9452026-05-22T02:21:33.187Z Checking icu_collections v2.0.0
9462026-05-22T02:21:33.202Z Checking icu_locale_core v2.0.0
9472026-05-22T02:21:33.309Z Compiling regex-automata v0.4.13
9482026-05-22T02:21:33.574Z Checking zeroize v1.8.1
9492026-05-22T02:21:33.647Z Checking icu_provider v2.0.0
9502026-05-22T02:21:33.734Z Compiling pest v2.8.2
9512026-05-22T02:21:33.826Z Checking bytes v1.11.1
9522026-05-22T02:21:33.877Z Checking icu_normalizer v2.0.0
9532026-05-22T02:21:33.932Z Checking icu_properties v2.0.1
9542026-05-22T02:21:34.075Z Checking chrono v0.4.44
9552026-05-22T02:21:34.246Z Compiling serde_tokenstream v0.2.3
9562026-05-22T02:21:34.514Z Checking tokio v1.52.3
9572026-05-22T02:21:34.588Z Compiling anyhow v1.0.102
9582026-05-22T02:21:34.723Z Checking idna_adapter v1.2.1
9592026-05-22T02:21:34.738Z Checking futures-io v0.3.32
9602026-05-22T02:21:34.844Z Checking idna v1.1.0
9612026-05-22T02:21:34.860Z Compiling pest_meta v2.8.2
9622026-05-22T02:21:34.897Z Compiling regex v1.12.3
9632026-05-22T02:21:34.928Z Checking futures-task v0.3.32
9642026-05-22T02:21:35.067Z Checking futures-util v0.3.32
9652026-05-22T02:21:35.083Z Checking url v2.5.7
9662026-05-22T02:21:35.114Z Compiling getrandom v0.3.4
9672026-05-22T02:21:35.295Z Compiling tracing-attributes v0.1.30
9682026-05-22T02:21:35.783Z Compiling pest_generator v2.8.2
9692026-05-22T02:21:35.821Z Checking tracing-core v0.1.34
9702026-05-22T02:21:36.118Z Compiling pkg-config v0.3.32
9712026-05-22T02:21:36.152Z Compiling generic-array v0.14.7
9722026-05-22T02:21:36.169Z Checking fnv v1.0.7
9732026-05-22T02:21:36.442Z Compiling pest_derive v2.8.2
9742026-05-22T02:21:36.477Z Checking http v1.4.0
9752026-05-22T02:21:36.544Z Checking tracing v0.1.41
9762026-05-22T02:21:36.622Z Compiling vcpkg v0.2.15
9772026-05-22T02:21:36.927Z Compiling byteorder v1.5.0
9782026-05-22T02:21:36.964Z Compiling time-core v0.1.8
9792026-05-22T02:21:37.001Z Compiling num-conv v0.2.1
9802026-05-22T02:21:37.116Z Compiling regress v0.10.5
9812026-05-22T02:21:37.153Z Compiling time-macros v0.2.27
9822026-05-22T02:21:37.198Z Checking errno v0.3.14
9832026-05-22T02:21:37.318Z Checking ipnet v2.11.0
9842026-05-22T02:21:37.513Z Checking base64 v0.22.1
9852026-05-22T02:21:37.539Z Checking crypto-common v0.1.6
9862026-05-22T02:21:37.564Z Compiling scroll_derive v0.13.1
9872026-05-22T02:21:37.692Z Checking tokio-util v0.7.16
9882026-05-22T02:21:37.746Z Compiling camino v1.2.2
9892026-05-22T02:21:38.121Z Checking http-body v1.0.1
9902026-05-22T02:21:38.155Z Compiling crossbeam-utils v0.8.21
9912026-05-22T02:21:38.181Z Checking atomic-waker v1.1.2
9922026-05-22T02:21:38.258Z Checking ppv-lite86 v0.2.21
9932026-05-22T02:21:38.381Z Compiling slog v2.8.2
9942026-05-22T02:21:38.475Z Checking try-lock v0.2.5
9952026-05-22T02:21:38.544Z Compiling paste v1.0.15
9962026-05-22T02:21:38.570Z Checking tower-layer v0.3.3
9972026-05-22T02:21:38.585Z Checking tower-service v0.3.3
9982026-05-22T02:21:38.616Z Checking want v0.3.1
9992026-05-22T02:21:38.672Z Checking h2 v0.4.12
10002026-05-22T02:21:38.687Z Checking ipnetwork v0.21.1
10012026-05-22T02:21:38.709Z Checking erased-serde v0.3.31
10022026-05-22T02:21:38.734Z Checking rustls-pki-types v1.12.0
10032026-05-22T02:21:38.877Z Checking httpdate v1.0.3
10042026-05-22T02:21:38.894Z Checking ryu v1.0.20
10052026-05-22T02:21:38.915Z Compiling strsim v0.11.1
10062026-05-22T02:21:38.963Z Checking pin-utils v0.1.0
10072026-05-22T02:21:38.997Z Checking pretty-hex v0.4.1
10082026-05-22T02:21:39.036Z Compiling async-trait v0.1.89
10092026-05-22T02:21:39.039Z Checking socket2 v0.5.10
10102026-05-22T02:21:39.112Z Checking untrusted v0.9.0
10112026-05-22T02:21:39.271Z Compiling scroll v0.13.0
10122026-05-22T02:21:39.405Z Checking plain v0.2.3
10132026-05-22T02:21:39.538Z Compiling usdt-impl v0.6.0
10142026-05-22T02:21:39.541Z Compiling ident_case v1.0.1
10152026-05-22T02:21:39.628Z Compiling goblin v0.10.1
10162026-05-22T02:21:39.644Z Checking http-body-util v0.1.3
10172026-05-22T02:21:39.671Z Checking block-buffer v0.10.4
10182026-05-22T02:21:39.674Z Compiling openssl-sys v0.9.112
10192026-05-22T02:21:39.849Z Compiling slog-async v2.8.0
10202026-05-22T02:21:40.010Z Checking rand_core v0.9.3
10212026-05-22T02:21:40.069Z Checking digest v0.10.7
10222026-05-22T02:21:40.179Z Checking serde_urlencoded v0.7.1
10232026-05-22T02:21:40.182Z Checking oxnet v0.1.4
10242026-05-22T02:21:40.227Z Compiling dtrace-parser v0.3.0
10252026-05-22T02:21:40.257Z Compiling openapiv3 v2.2.0
10262026-05-22T02:21:40.316Z Compiling thread-id v5.0.0
10272026-05-22T02:21:40.400Z Compiling typify-impl v0.4.3
10282026-05-22T02:21:40.422Z Compiling cmake v0.1.54
10292026-05-22T02:21:40.477Z Checking hyper v1.8.1
10302026-05-22T02:21:40.757Z Compiling fs_extra v1.3.0
10312026-05-22T02:21:40.830Z Compiling omicron-workspace-hack v0.1.0
10322026-05-22T02:21:40.998Z Compiling dunce v1.0.5
10332026-05-22T02:21:41.013Z Checking rand_chacha v0.9.0
10342026-05-22T02:21:41.061Z Compiling daft-derive v0.1.5
10352026-05-22T02:21:41.094Z Compiling aws-lc-sys v0.39.1
10362026-05-22T02:21:41.225Z Checking powerfmt v0.2.0
10372026-05-22T02:21:41.378Z Checking deranged v0.5.3
10382026-05-22T02:21:41.381Z Checking hyper-util v0.1.20
10392026-05-22T02:21:41.710Z Checking rand v0.9.2
10402026-05-22T02:21:41.786Z Compiling rustls v0.22.4
10412026-05-22T02:21:41.833Z Compiling syn v1.0.109
10422026-05-22T02:21:42.002Z Compiling unsafe-libyaml v0.2.11
10432026-05-22T02:21:42.165Z Checking num_threads v0.1.7
10442026-05-22T02:21:42.292Z Checking cpufeatures v0.2.17
10452026-05-22T02:21:42.363Z Compiling dof v0.4.0
10462026-05-22T02:21:42.391Z Checking time v0.3.47
10472026-05-22T02:21:42.511Z Compiling serde_yaml v0.9.34+deprecated
10482026-05-22T02:21:42.664Z Checking sync_wrapper v1.0.2
10492026-05-22T02:21:43.326Z Checking encoding_rs v0.8.35
10502026-05-22T02:21:43.416Z Checking mime v0.3.17
10512026-05-22T02:21:43.488Z Compiling aws-lc-rs v1.16.2
10522026-05-22T02:21:43.597Z Compiling usdt-macro v0.6.0
10532026-05-22T02:21:43.734Z Compiling usdt-attr-macro v0.6.0
10542026-05-22T02:21:43.764Z Checking tower v0.5.2
10552026-05-22T02:21:43.767Z Compiling typify-macro v0.4.3
10562026-05-22T02:21:44.139Z Checking crossbeam-channel v0.5.15
10572026-05-22T02:21:44.238Z Checking futures-executor v0.3.32
10582026-05-22T02:21:44.338Z Compiling structmeta-derive v0.3.0
10592026-05-22T02:21:44.377Z Compiling multer v3.1.0
10602026-05-22T02:21:44.380Z Checking iri-string v0.7.8
10612026-05-22T02:21:44.454Z Checking futures v0.3.32
10622026-05-22T02:21:44.552Z Compiling async-stream-impl v0.3.6
10632026-05-22T02:21:44.644Z Checking thread_local v1.1.9
10642026-05-22T02:21:44.763Z Checking fastrand v2.3.0
10652026-05-22T02:21:44.801Z Checking untrusted v0.7.1
10662026-05-22T02:21:44.901Z Checking hex v0.4.3
10672026-05-22T02:21:44.917Z Compiling openssl v0.10.76
10682026-05-22T02:21:44.933Z Checking unicode-width v0.2.1
10692026-05-22T02:21:45.113Z Checking foreign-types-shared v0.1.1
10702026-05-22T02:21:45.144Z Checking tempfile v3.27.0
10712026-05-22T02:21:45.200Z Checking foreign-types v0.3.2
10722026-05-22T02:21:45.243Z Compiling typify v0.4.3
10732026-05-22T02:21:45.266Z Compiling strum_macros v0.26.4
10742026-05-22T02:21:45.328Z Compiling openssl-macros v0.1.1
10752026-05-22T02:21:45.357Z Compiling structmeta v0.3.0
10762026-05-22T02:21:45.373Z Checking tower-http v0.6.8
10772026-05-22T02:21:45.427Z Checking is-terminal v0.4.16
10782026-05-22T02:21:45.515Z Checking memmap2 v0.9.8
10792026-05-22T02:21:45.550Z Checking take_mut v0.2.2
10802026-05-22T02:21:45.650Z Compiling native-tls v0.2.14
10812026-05-22T02:21:45.667Z Checking winnow v0.7.14
10822026-05-22T02:21:45.750Z Checking match_cfg v0.1.0
10832026-05-22T02:21:45.767Z Checking openssl-probe v0.1.6
10842026-05-22T02:21:45.818Z Compiling rustls v0.23.32
10852026-05-22T02:21:45.869Z Checking term v1.2.0
10862026-05-22T02:21:46.043Z Checking hostname v0.3.1
10872026-05-22T02:21:46.079Z Checking slog-term v2.9.2
10882026-05-22T02:21:46.684Z Checking slog-json v2.6.1
10892026-05-22T02:21:46.748Z Compiling newtype-uuid-macros v0.1.0
10902026-05-22T02:21:46.835Z Compiling ref-cast v1.0.25
10912026-05-22T02:21:46.862Z Checking slog-bunyan v2.5.0
10922026-05-22T02:21:46.972Z Compiling darling_core v0.23.0
10932026-05-22T02:21:47.106Z Compiling ref-cast-impl v1.0.25
10942026-05-22T02:21:47.192Z Compiling dropshot v0.16.7
10952026-05-22T02:21:47.512Z Compiling derive-ex v0.1.8
10962026-05-22T02:21:47.547Z Checking webpki-roots v1.0.2
10972026-05-22T02:21:47.664Z Compiling dropshot_endpoint v0.16.7
10982026-05-22T02:21:47.683Z Compiling strum_macros v0.27.2
10992026-05-22T02:21:48.298Z Checking tokio-native-tls v0.3.1
11002026-05-22T02:21:48.642Z Checking hyper-tls v0.6.0
11012026-05-22T02:21:48.657Z Compiling progenitor-impl v0.11.1
11022026-05-22T02:21:48.875Z Checking newtype-uuid v1.3.2
11032026-05-22T02:21:49.028Z Compiling test-strategy v0.4.3
11042026-05-22T02:21:49.049Z Compiling darling_macro v0.23.0
11052026-05-22T02:21:49.065Z Compiling either v1.15.0
11062026-05-22T02:21:49.260Z Checking winnow v1.0.3
11072026-05-22T02:21:49.278Z Checking usdt v0.6.0
11082026-05-22T02:21:49.409Z Checking daft v0.1.5
11092026-05-22T02:21:49.433Z Checking rustls-webpki v0.102.8
11102026-05-22T02:21:49.542Z Checking toml_parser v1.1.2+spec-1.1.0
11112026-05-22T02:21:49.573Z Checking serde_spanned v1.0.4
11122026-05-22T02:21:49.592Z Compiling darling v0.23.0
11132026-05-22T02:21:49.675Z Compiling serde_with_macros v3.20.0
11142026-05-22T02:21:49.700Z Checking debug-ignore v1.0.5
11152026-05-22T02:21:49.784Z Checking toml_writer v1.0.6+spec-1.1.0
11162026-05-22T02:21:49.864Z Checking spin v0.9.8
11172026-05-22T02:21:50.033Z Compiling parse-display-derive v0.10.0
11182026-05-22T02:21:50.186Z Checking async-stream v0.3.6
11192026-05-22T02:21:50.311Z Checking sha1 v0.10.6
11202026-05-22T02:21:50.419Z Checking rustls-pemfile v2.2.0
11212026-05-22T02:21:50.468Z Checking waitgroup v0.1.2
11222026-05-22T02:21:50.558Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11232026-05-22T02:21:50.574Z Checking serde_path_to_error v0.1.20
11242026-05-22T02:21:50.685Z Compiling progenitor-macro v0.11.1
11252026-05-22T02:21:50.747Z Checking hostname v0.4.2
11262026-05-22T02:21:50.848Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11272026-05-22T02:21:51.002Z Checking strum v0.26.3
11282026-05-22T02:21:51.109Z Checking rand_chacha v0.3.1
11292026-05-22T02:21:51.148Z Compiling toml_datetime v0.6.11
11302026-05-22T02:21:51.161Z Checking macaddr v1.0.1
11312026-05-22T02:21:51.192Z Checking tokio-rustls v0.25.0
11322026-05-22T02:21:51.340Z Checking toml_datetime v0.7.5+spec-1.1.0
11332026-05-22T02:21:51.380Z Checking wait-timeout v0.2.1
11342026-05-22T02:21:51.431Z Checking quick-error v1.2.3
11352026-05-22T02:21:51.497Z Checking bit-vec v0.8.0
11362026-05-22T02:21:51.524Z Checking lazy_static v1.5.0
11372026-05-22T02:21:51.540Z Checking rusty-fork v0.3.0
11382026-05-22T02:21:51.542Z Checking toml v0.9.11+spec-1.1.0
11392026-05-22T02:21:51.617Z Checking rand v0.8.5
11402026-05-22T02:21:51.686Z Checking bit-set v0.8.0
11412026-05-22T02:21:51.701Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11422026-05-22T02:21:51.793Z Checking tabwriter v1.4.1
11432026-05-22T02:21:51.836Z Checking rand_xorshift v0.4.0
11442026-05-22T02:21:51.953Z Compiling clap_derive v4.6.0
11452026-05-22T02:21:52.038Z Checking utf8parse v0.2.2
11462026-05-22T02:21:52.114Z Checking colored v3.0.0
11472026-05-22T02:21:52.148Z Checking unarray v0.1.4
11482026-05-22T02:21:52.151Z Checking anstyle-parse v1.0.0
11492026-05-22T02:21:52.250Z Checking proptest v1.8.0
11502026-05-22T02:21:52.299Z Checking strum v0.27.2
11512026-05-22T02:21:52.407Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-05-22T02:21:52.423Z Checking terminal_size v0.4.3
11532026-05-22T02:21:52.832Z Checking is_terminal_polyfill v1.70.1
11542026-05-22T02:21:52.905Z Checking anstyle-query v1.1.4
11552026-05-22T02:21:52.920Z Checking colorchoice v1.0.4
11562026-05-22T02:21:52.940Z Checking anstyle v1.0.14
11572026-05-22T02:21:53.117Z Checking anstream v1.0.0
11582026-05-22T02:21:53.217Z Checking itertools v0.14.0
11592026-05-22T02:21:53.632Z Checking clap_lex v1.1.0
11602026-05-22T02:21:53.844Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-05-22T02:21:53.945Z Checking clap_builder v4.6.0
11622026-05-22T02:21:54.411Z Checking serde_with v3.20.0
11632026-05-22T02:21:55.082Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11642026-05-22T02:21:55.147Z Checking clap v4.6.0
11652026-05-22T02:21:55.219Z Checking instant v0.1.13
11662026-05-22T02:21:55.333Z Checking rustc-hash v2.1.1
11672026-05-22T02:21:55.442Z Checking iddqd v0.3.18
11682026-05-22T02:21:55.458Z Checking backoff v0.4.0
11692026-05-22T02:21:55.642Z Checking parse-display v0.10.0
11702026-05-22T02:21:55.786Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11712026-05-22T02:21:55.802Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11722026-05-22T02:21:57.195Z Compiling cfg_aliases v0.2.1
11732026-05-22T02:21:57.288Z Compiling num-derive v0.4.2
11742026-05-22T02:21:57.894Z Compiling rustls-webpki v0.103.6
11752026-05-22T02:21:58.261Z Compiling prettyplease v0.2.37
11762026-05-22T02:22:00.267Z Checking serde_spanned v0.6.9
11772026-05-22T02:22:00.392Z Compiling memoffset v0.9.1
11782026-05-22T02:22:01.023Z Compiling tokio-rustls v0.26.3
11792026-05-22T02:22:01.314Z Compiling nix v0.30.1
11802026-05-22T02:22:01.614Z Compiling hyper-rustls v0.27.7
11812026-05-22T02:22:01.839Z Compiling reqwest v0.12.23
11822026-05-22T02:22:02.873Z Checking crossbeam-epoch v0.9.18
11832026-05-22T02:22:02.992Z Compiling progenitor-client v0.11.1
11842026-05-22T02:22:03.404Z Compiling winnow v0.5.40
11852026-05-22T02:22:04.533Z Compiling progenitor v0.11.1
11862026-05-22T02:22:04.653Z Compiling toml_edit v0.19.15
11872026-05-22T02:22:05.376Z Compiling num-integer v0.1.46
11882026-05-22T02:22:05.775Z Compiling proc-macro-crate v1.3.1
11892026-05-22T02:22:05.888Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11902026-05-22T02:22:05.923Z Compiling progenitor-client v0.10.0
11912026-05-22T02:22:06.916Z Compiling hubpack_derive v0.1.1
11922026-05-22T02:22:07.235Z Checking toml_write v0.1.2
11932026-05-22T02:22:07.410Z Compiling rayon-core v1.13.0
11942026-05-22T02:22:07.478Z Checking hubpack v0.1.2
11952026-05-22T02:22:07.517Z Checking toml_edit v0.22.27
11962026-05-22T02:22:07.649Z Checking num-iter v0.1.45
11972026-05-22T02:22:07.667Z Checking num-rational v0.4.2
11982026-05-22T02:22:07.929Z Compiling darling_core v0.21.3
11992026-05-22T02:22:08.023Z Compiling zerocopy-derive v0.7.35
12002026-05-22T02:22:08.132Z Compiling num-complex v0.4.6
12012026-05-22T02:22:08.595Z Checking static_assertions v1.1.0
12022026-05-22T02:22:08.670Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12032026-05-22T02:22:08.840Z Checking num v0.4.3
12042026-05-22T02:22:08.916Z Checking toml v0.8.23
12052026-05-22T02:22:09.173Z Checking crossbeam-deque v0.8.6
12062026-05-22T02:22:09.227Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12072026-05-22T02:22:09.347Z Checking float-ord v0.3.2
12082026-05-22T02:22:09.482Z Compiling proc-macro-error-attr v1.0.4
12092026-05-22T02:22:09.500Z Checking bytecount v0.6.9
12102026-05-22T02:22:09.605Z Compiling heapless v0.8.0
12112026-05-22T02:22:09.771Z Checking libscf-sys v1.2.0
12122026-05-22T02:22:09.898Z Checking hash32 v0.3.1
12132026-05-22T02:22:10.002Z Compiling darling_macro v0.21.3
12142026-05-22T02:22:10.021Z Compiling proc-macro-error v1.0.4
12152026-05-22T02:22:10.245Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12162026-05-22T02:22:10.260Z Compiling smoltcp v0.11.0
12172026-05-22T02:22:10.539Z Compiling darling v0.21.3
12182026-05-22T02:22:10.623Z Compiling ingot-macros v0.1.1
12192026-05-22T02:22:10.677Z Compiling zerocopy v0.7.35
12202026-05-22T02:22:10.966Z Compiling num_enum_derive v0.7.5
12212026-05-22T02:22:10.982Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12222026-05-22T02:22:11.037Z Checking cobs v0.3.0
12232026-05-22T02:22:11.195Z Compiling foreign-types-macros v0.2.3
12242026-05-22T02:22:11.259Z Compiling scroll_derive v0.12.1
12252026-05-22T02:22:11.304Z Compiling usdt-impl v0.5.0
12262026-05-22T02:22:11.561Z Checking managed v0.8.0
12272026-05-22T02:22:11.578Z Checking bitflags v1.3.2
12282026-05-22T02:22:11.653Z Compiling crucible-workspace-hack v0.1.0
12292026-05-22T02:22:11.754Z Checking foreign-types-shared v0.3.1
12302026-05-22T02:22:11.848Z Checking foreign-types v0.5.0
12312026-05-22T02:22:11.928Z Checking postcard v1.1.3
12322026-05-22T02:22:11.959Z Checking scroll v0.12.0
12332026-05-22T02:22:12.001Z Compiling dof v0.3.0
12342026-05-22T02:22:12.036Z Checking num_enum v0.7.5
12352026-05-22T02:22:12.211Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12362026-05-22T02:22:12.359Z Compiling dtrace-parser v0.2.0
12372026-05-22T02:22:12.399Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12382026-05-22T02:22:12.414Z Checking camino-tempfile v1.4.1
12392026-05-22T02:22:12.417Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-05-22T02:22:12.567Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-05-22T02:22:12.631Z Checking cstr-argument v0.1.2
12422026-05-22T02:22:12.756Z Compiling thread-id v4.2.2
12432026-05-22T02:22:12.790Z Compiling heck v0.4.1
12442026-05-22T02:22:12.845Z Compiling minimal-lexical v0.2.1
12452026-05-22T02:22:12.870Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12462026-05-22T02:22:12.997Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12472026-05-22T02:22:13.013Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12482026-05-22T02:22:13.031Z Compiling nom v7.1.3
12492026-05-22T02:22:13.083Z Checking goblin v0.8.2
12502026-05-22T02:22:13.167Z Checking rayon v1.11.0
12512026-05-22T02:22:13.317Z Checking ingot-types v0.1.2
12522026-05-22T02:22:13.482Z Compiling num_enum_derive v0.5.11
12532026-05-22T02:22:13.612Z Checking ingot v0.1.1
12542026-05-22T02:22:13.697Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-05-22T02:22:14.188Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12562026-05-22T02:22:14.307Z Compiling rustc_version v0.4.1
12572026-05-22T02:22:14.454Z Compiling proc-macro-error-attr2 v2.0.0
12582026-05-22T02:22:14.579Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12592026-05-22T02:22:14.680Z Compiling rustix v0.38.44
12602026-05-22T02:22:14.807Z Compiling convert_case v0.4.0
12612026-05-22T02:22:14.844Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12622026-05-22T02:22:14.859Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12632026-05-22T02:22:14.999Z Checking tinyvec_macros v0.1.1
12642026-05-22T02:22:15.071Z Checking tinyvec v1.10.0
12652026-05-22T02:22:15.122Z Compiling derive_more v0.99.20
12662026-05-22T02:22:15.126Z Compiling proc-macro-error2 v2.0.1
12672026-05-22T02:22:15.389Z Checking num_enum v0.5.11
12682026-05-22T02:22:15.479Z Compiling libz-sys v1.1.22
12692026-05-22T02:22:15.496Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12702026-05-22T02:22:15.716Z Compiling crc32fast v1.5.0
12712026-05-22T02:22:15.853Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12722026-05-22T02:22:15.901Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12732026-05-22T02:22:15.941Z Compiling tabled_derive v0.11.0
12742026-05-22T02:22:16.101Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-05-22T02:22:16.647Z Compiling usdt-macro v0.5.0
12762026-05-22T02:22:16.762Z Compiling usdt-attr-macro v0.5.0
12772026-05-22T02:22:16.860Z Compiling zone_cfg_derive v0.3.1
12782026-05-22T02:22:16.875Z Checking papergrid v0.17.0
12792026-05-22T02:22:17.073Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12802026-05-22T02:22:17.296Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12812026-05-22T02:22:17.323Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12822026-05-22T02:22:17.362Z Checking itertools v0.12.1
12832026-05-22T02:22:17.488Z Checking testing_table v0.3.0
12842026-05-22T02:22:17.491Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12852026-05-22T02:22:17.520Z Checking memmap v0.7.0
12862026-05-22T02:22:17.579Z Checking sigpipe v0.1.3
12872026-05-22T02:22:17.644Z Checking adler2 v2.0.1
12882026-05-22T02:22:17.647Z Checking glob v0.3.3
12892026-05-22T02:22:17.674Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12902026-05-22T02:22:17.723Z Checking jiff v0.2.15
12912026-05-22T02:22:17.750Z Checking miniz_oxide v0.8.9
12922026-05-22T02:22:17.831Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12932026-05-22T02:22:17.880Z Checking tabled v0.20.0
12942026-05-22T02:22:17.915Z Checking usdt v0.5.0
12952026-05-22T02:22:18.072Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12962026-05-22T02:22:18.088Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12972026-05-22T02:22:18.332Z Checking zone v0.3.1
12982026-05-22T02:22:18.364Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12992026-05-22T02:22:18.426Z Checking smf v0.2.3
13002026-05-22T02:22:18.574Z Checking secrecy v0.10.3
13012026-05-22T02:22:18.652Z Checking bstr v1.12.0
13022026-05-22T02:22:18.691Z Checking whoami v1.6.1
13032026-05-22T02:22:18.707Z Checking flate2 v1.1.2
13042026-05-22T02:22:18.860Z Compiling curve25519-dalek v4.1.3
13052026-05-22T02:22:18.986Z Compiling clang-sys v1.8.1
13062026-05-22T02:22:18.989Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13072026-05-22T02:22:18.989Z Checking hmac v0.12.1
13082026-05-22T02:22:19.131Z Checking inout v0.1.4
13092026-05-22T02:22:19.134Z Checking ff v0.13.1
13102026-05-22T02:22:19.261Z Compiling enum-as-inner v0.6.1
13112026-05-22T02:22:19.264Z Compiling semver v0.1.20
13122026-05-22T02:22:19.346Z Checking data-encoding v2.9.0
13132026-05-22T02:22:19.532Z Compiling rustc_version v0.1.7
13142026-05-22T02:22:19.638Z Checking group v0.13.0
13152026-05-22T02:22:19.732Z Checking cipher v0.4.4
13162026-05-22T02:22:19.748Z Checking hkdf v0.12.4
13172026-05-22T02:22:19.819Z Checking atomicwrites v0.4.4
13182026-05-22T02:22:19.876Z Compiling nix v0.31.3
13192026-05-22T02:22:19.892Z Compiling thiserror-impl-no-std v2.0.2
13202026-05-22T02:22:19.922Z Checking universal-hash v0.5.1
13212026-05-22T02:22:19.940Z Checking crypto-bigint v0.5.5
13222026-05-22T02:22:20.045Z Checking half v2.7.1
13232026-05-22T02:22:20.122Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13242026-05-22T02:22:20.255Z Compiling curve25519-dalek-derive v0.1.1
13252026-05-22T02:22:20.272Z Checking ciborium-io v0.2.2
13262026-05-22T02:22:20.291Z Checking indent_write v2.2.0
13272026-05-22T02:22:20.361Z Checking base16ct v0.2.0
13282026-05-22T02:22:20.385Z Checking base64ct v1.8.0
13292026-05-22T02:22:20.416Z Checking opaque-debug v0.3.1
13302026-05-22T02:22:20.481Z Checking ciborium-ll v0.2.2
13312026-05-22T02:22:20.497Z Checking poly1305 v0.8.0
13322026-05-22T02:22:20.617Z Checking password-hash v0.5.0
13332026-05-22T02:22:20.675Z Checking chacha20 v0.9.1
13342026-05-22T02:22:20.719Z Compiling newtype_derive v0.1.6
13352026-05-22T02:22:20.838Z Checking similar v2.7.0
13362026-05-22T02:22:20.856Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13372026-05-22T02:22:20.929Z Checking elliptic-curve v0.13.8
13382026-05-22T02:22:20.929Z Checking blake2 v0.10.6
13392026-05-22T02:22:20.960Z Compiling typify-impl v0.6.1
13402026-05-22T02:22:20.964Z Checking thiserror-no-std v2.0.2
13412026-05-22T02:22:21.043Z Checking aead v0.5.2
13422026-05-22T02:22:21.091Z Compiling libloading v0.8.9
13432026-05-22T02:22:21.150Z Compiling owo-colors v4.3.0
13442026-05-22T02:22:21.163Z Checking compression-core v0.4.32
13452026-05-22T02:22:21.166Z Checking resolv-conf v0.7.5
13462026-05-22T02:22:21.243Z Compiling bindgen v0.72.1
13472026-05-22T02:22:21.286Z Checking keccak v0.1.6
13482026-05-22T02:22:21.344Z Checking linked-hash-map v0.5.6
13492026-05-22T02:22:21.439Z Checking sha3 v0.10.8
13502026-05-22T02:22:21.507Z Checking lru-cache v0.1.2
13512026-05-22T02:22:21.558Z Checking compression-codecs v0.4.32
13522026-05-22T02:22:21.588Z Checking chacha20poly1305 v0.10.1
13532026-05-22T02:22:21.620Z Checking argon2 v0.5.3
13542026-05-22T02:22:21.652Z Checking vsss-rs v3.3.4
13552026-05-22T02:22:21.705Z Checking ciborium v0.2.2
13562026-05-22T02:22:21.721Z Checking hickory-proto v0.24.4
13572026-05-22T02:22:21.905Z Checking tokio-dtrace v0.1.1
13582026-05-22T02:22:22.050Z Compiling cexpr v0.6.0
13592026-05-22T02:22:22.080Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13602026-05-22T02:22:22.358Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13612026-05-22T02:22:22.585Z Checking serde-big-array v0.5.1
13622026-05-22T02:22:22.607Z Compiling derive-where v1.6.0
13632026-05-22T02:22:22.719Z Compiling serde_repr v0.1.20
13642026-05-22T02:22:22.735Z Checking toml_datetime v1.1.1+spec-1.1.0
13652026-05-22T02:22:22.933Z Compiling dropshot v0.17.0
13662026-05-22T02:22:22.988Z Checking same-file v1.0.6
13672026-05-22T02:22:23.108Z Checking unicode-segmentation v1.12.0
13682026-05-22T02:22:23.158Z Checking siphasher v1.0.1
13692026-05-22T02:22:23.212Z Checking hickory-resolver v0.24.4
13702026-05-22T02:22:23.283Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13712026-05-22T02:22:23.315Z Checking phf_shared v0.12.1
13722026-05-22T02:22:23.416Z Checking newline-converter v0.3.0
13732026-05-22T02:22:23.503Z Checking walkdir v2.5.0
13742026-05-22T02:22:23.527Z Checking toml v1.0.6+spec-1.1.0
13752026-05-22T02:22:23.812Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13762026-05-22T02:22:23.876Z Checking oxide-tokio-rt v0.1.6
13772026-05-22T02:22:24.035Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13782026-05-22T02:22:24.096Z Checking async-compression v0.4.33
13792026-05-22T02:22:24.312Z Compiling progenitor-impl v0.10.0
13802026-05-22T02:22:24.335Z Checking console v0.15.11
13812026-05-22T02:22:24.354Z Compiling typify-macro v0.6.1
13822026-05-22T02:22:24.620Z Checking tokio-stream v0.1.17
13832026-05-22T02:22:24.846Z Compiling dropshot_endpoint v0.17.0
13842026-05-22T02:22:24.988Z Compiling pin-project-internal v1.1.10
13852026-05-22T02:22:25.045Z Compiling slog-dtrace v0.3.0
13862026-05-22T02:22:25.274Z Checking csv-core v0.1.12
13872026-05-22T02:22:25.453Z Checking unicode-width v0.1.14
13882026-05-22T02:22:25.468Z Compiling cancel-safe-futures v0.1.5
13892026-05-22T02:22:25.699Z Checking foldhash v0.1.5
13902026-05-22T02:22:25.715Z Checking swrite v0.1.0
13912026-05-22T02:22:25.805Z Compiling chrono-tz v0.10.4
13922026-05-22T02:22:25.835Z Compiling unicode-xid v0.2.6
13932026-05-22T02:22:25.851Z Checking unicode-linebreak v0.1.5
13942026-05-22T02:22:25.963Z Checking smawk v0.3.2
13952026-05-22T02:22:26.045Z Checking pin-project v1.1.10
13962026-05-22T02:22:26.061Z Compiling const_format_proc_macros v0.2.34
13972026-05-22T02:22:26.064Z Checking hashbrown v0.15.5
13982026-05-22T02:22:26.091Z Checking textwrap v0.16.2
13992026-05-22T02:22:26.163Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-05-22T02:22:26.340Z Checking csv v1.3.1
14012026-05-22T02:22:26.360Z Compiling progenitor-macro v0.10.0
14022026-05-22T02:22:26.623Z Checking qorb v0.4.1
14032026-05-22T02:22:26.709Z Checking expectorate v1.2.0
14042026-05-22T02:22:26.840Z Checking phf v0.12.1
14052026-05-22T02:22:26.881Z Checking unicode-normalization v0.1.24
14062026-05-22T02:22:26.983Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14072026-05-22T02:22:27.482Z Checking libsw-core v0.3.2
14082026-05-22T02:22:27.609Z Compiling libgit2-sys v0.17.0+1.8.1
14092026-05-22T02:22:27.627Z Compiling async-recursion v1.1.1
14102026-05-22T02:22:27.645Z Compiling snafu-derive v0.8.9
14112026-05-22T02:22:28.030Z Compiling cookie v0.18.1
14122026-05-22T02:22:28.169Z Checking fixedbitset v0.5.7
14132026-05-22T02:22:28.260Z Checking fixedbitset v0.4.2
14142026-05-22T02:22:28.282Z Compiling moka v0.12.11
14152026-05-22T02:22:28.336Z Checking highway v1.3.0
14162026-05-22T02:22:28.363Z Checking petgraph v0.8.2
14172026-05-22T02:22:28.410Z Checking petgraph v0.6.5
14182026-05-22T02:22:28.593Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14192026-05-22T02:22:28.751Z Checking libsw v3.5.0
14202026-05-22T02:22:28.921Z Checking olpc-cjson v0.1.4
14212026-05-22T02:22:29.325Z Checking snafu v0.8.9
14222026-05-22T02:22:29.515Z Checking const_format v0.2.34
14232026-05-22T02:22:29.554Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14242026-05-22T02:22:29.826Z Compiling typify v0.6.1
14252026-05-22T02:22:29.878Z Checking papergrid v0.11.0
14262026-05-22T02:22:29.921Z Checking globset v0.4.16
14272026-05-22T02:22:29.953Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14282026-05-22T02:22:29.969Z Checking gethostname v0.5.0
14292026-05-22T02:22:30.158Z Compiling tabled_derive v0.7.0
14302026-05-22T02:22:30.173Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14312026-05-22T02:22:30.460Z Checking reqwest v0.13.2
14322026-05-22T02:22:30.483Z Checking progenitor v0.10.0
14332026-05-22T02:22:30.499Z Checking bcs v0.1.6
14342026-05-22T02:22:30.613Z Checking pem v3.0.5
14352026-05-22T02:22:30.722Z Checking serde_plain v1.0.2
14362026-05-22T02:22:30.768Z Compiling signal-hook v0.3.18
14372026-05-22T02:22:30.866Z Checking tagptr v0.2.0
14382026-05-22T02:22:30.982Z Checking termtree v0.5.1
14392026-05-22T02:22:30.999Z Checking linear-map v1.2.0
14402026-05-22T02:22:31.015Z Checking crc8 v0.1.1
14412026-05-22T02:22:31.063Z Checking humantime v2.3.0
14422026-05-22T02:22:31.108Z Checking typed-path v0.9.3
14432026-05-22T02:22:31.125Z Checking tabled v0.15.0
14442026-05-22T02:22:31.160Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-05-22T02:22:31.711Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14462026-05-22T02:22:31.890Z Checking tough v0.20.0
14472026-05-22T02:22:31.907Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-05-22T02:22:32.067Z Compiling progenitor-impl v0.13.0
14492026-05-22T02:22:32.284Z Checking steno v0.4.1
14502026-05-22T02:22:32.629Z Checking hickory-proto v0.25.2
14512026-05-22T02:22:33.245Z Compiling curl-sys v0.4.83+curl-8.15.0
14522026-05-22T02:22:33.340Z Compiling cargo-platform v0.1.9
14532026-05-22T02:22:33.577Z Compiling vergen v8.3.2
14542026-05-22T02:22:33.633Z Compiling fs-err v3.1.2
14552026-05-22T02:22:33.816Z Compiling cargo_metadata v0.18.1
14562026-05-22T02:22:33.981Z Checking progenitor-client v0.13.0
14572026-05-22T02:22:34.036Z Checking dropshot-api-manager-types v0.7.2
14582026-05-22T02:22:34.129Z Compiling progenitor-macro v0.13.0
14592026-05-22T02:22:34.179Z Checking hickory-resolver v0.25.2
14602026-05-22T02:22:34.196Z Checking sha2 v0.10.9
14612026-05-22T02:22:34.199Z Compiling blake3 v1.8.2
14622026-05-22T02:22:34.898Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14632026-05-22T02:22:34.955Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14642026-05-22T02:22:35.052Z Checking git-stub v1.0.0
14652026-05-22T02:22:35.111Z Checking filetime v0.2.26
14662026-05-22T02:22:35.201Z Checking constant_time_eq v0.3.1
14672026-05-22T02:22:35.247Z Checking arrayvec v0.7.6
14682026-05-22T02:22:35.295Z Checking xattr v1.6.1
14692026-05-22T02:22:35.422Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14702026-05-22T02:22:35.437Z Checking is_ci v1.2.0
14712026-05-22T02:22:35.538Z Compiling curl v0.4.49
14722026-05-22T02:22:35.642Z Checking arrayref v0.3.9
14732026-05-22T02:22:35.827Z Checking supports-color v3.0.2
14742026-05-22T02:22:35.955Z Checking tar v0.4.45
14752026-05-22T02:22:35.990Z Checking git-stub-vcs v0.1.0
14762026-05-22T02:22:36.324Z Checking drift v0.2.0
14772026-05-22T02:22:36.344Z Checking kstat-rs v0.2.4
14782026-05-22T02:22:36.435Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14792026-05-22T02:22:36.528Z Checking topological-sort v0.2.2
14802026-05-22T02:22:36.629Z Checking dropshot-api-manager v0.7.2
14812026-05-22T02:22:36.713Z Checking toml v0.7.8
14822026-05-22T02:22:37.020Z Checking omicron-zone-package v0.12.2
14832026-05-22T02:22:37.839Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-05-22T02:22:37.858Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-05-22T02:22:38.277Z Checking progenitor v0.13.0
14862026-05-22T02:22:38.350Z Checking signal-hook-tokio v0.3.1
14872026-05-22T02:22:38.367Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-05-22T02:22:38.401Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14892026-05-22T02:22:38.471Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14902026-05-22T02:22:38.764Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-05-22T02:22:38.900Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-05-22T02:22:38.974Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14932026-05-22T02:22:39.126Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14942026-05-22T02:22:39.143Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14952026-05-22T02:22:39.183Z Checking search_path v0.1.4
14962026-05-22T02:22:39.219Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-05-22T02:22:39.309Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-05-22T02:22:39.324Z Checking display-error-chain v0.2.2
14992026-05-22T02:22:39.441Z Checking internet-checksum v0.2.1
15002026-05-22T02:22:39.495Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15012026-05-22T02:22:39.668Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-05-22T02:22:39.741Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-05-22T02:22:39.776Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-05-22T02:22:39.898Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15052026-05-22T02:22:39.981Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15062026-05-22T02:22:40.009Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15072026-05-22T02:22:40.385Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-05-22T02:22:40.403Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15092026-05-22T02:22:40.422Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-05-22T02:22:40.853Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15112026-05-22T02:22:40.908Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-05-22T02:22:44.000Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15132026-05-22T02:22:44.345Z Compiling git2 v0.19.0
15142026-05-22T02:22:44.366Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15152026-05-22T02:22:45.052Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-05-22T02:22:45.255Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15172026-05-22T02:22:45.863Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-05-22T02:22:46.105Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15192026-05-22T02:22:46.242Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15202026-05-22T02:22:46.275Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15212026-05-22T02:22:46.723Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15222026-05-22T02:22:46.767Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15232026-05-22T02:22:57.304Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-05-22T02:22:58.562Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-05-22T02:23:03.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
15262026-05-22T02:23:04.267Z+ for feat in tofino_stub tofino_asic softnpu chaos
15272026-05-22T02:23:04.267Z+ cargo clippy --features tofino_asic -- --deny warnings
15282026-05-22T02:23:04.847Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15292026-05-22T02:23:04.851Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15302026-05-22T02:23:04.930Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15312026-05-22T02:23:04.933Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15322026-05-22T02:23:12.063Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15332026-05-22T02:23:12.066Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15342026-05-22T02:23:14.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.65s
15352026-05-22T02:23:15.141Z+ for feat in tofino_stub tofino_asic softnpu chaos
15362026-05-22T02:23:15.141Z+ cargo clippy --features softnpu -- --deny warnings
15372026-05-22T02:23:15.525Z Downloading crates ...
15382026-05-22T02:23:15.662Z Downloaded bit_field v0.10.3
15392026-05-22T02:23:15.669Z Downloaded const-oid v0.9.6
15402026-05-22T02:23:15.672Z Downloaded sec1 v0.7.3
15412026-05-22T02:23:15.672Z Downloaded bitstruct_derive v0.1.0
15422026-05-22T02:23:15.675Z Downloaded bitstruct v0.1.1
15432026-05-22T02:23:15.679Z Downloaded env_filter v1.0.1
15442026-05-22T02:23:15.679Z Downloaded signature v2.2.0
15452026-05-22T02:23:15.683Z Downloaded typeid v1.0.3
15462026-05-22T02:23:15.683Z Downloaded ecdsa v0.16.9
15472026-05-22T02:23:15.688Z Downloaded funty v2.0.0
15482026-05-22T02:23:15.691Z Downloaded serde_arrays v0.1.0
15492026-05-22T02:23:15.694Z Downloaded flagset v0.4.7
15502026-05-22T02:23:15.697Z Downloaded radium v0.7.0
15512026-05-22T02:23:15.697Z Downloaded ed25519 v2.2.3
15522026-05-22T02:23:15.700Z Downloaded rfc6979 v0.4.0
15532026-05-22T02:23:15.700Z Downloaded erased-serde v0.4.8
15542026-05-22T02:23:15.700Z Downloaded utf-8 v0.7.6
15552026-05-22T02:23:15.703Z Downloaded tap v1.0.1
15562026-05-22T02:23:15.703Z Downloaded der_derive v0.7.3
15572026-05-22T02:23:15.706Z Downloaded env_logger v0.11.10
15582026-05-22T02:23:15.706Z Downloaded wyz v0.5.1
15592026-05-22T02:23:15.709Z Downloaded libloading v0.7.4
15602026-05-22T02:23:15.712Z Downloaded ascii v1.1.0
15612026-05-22T02:23:15.715Z Downloaded tls_codec v0.4.2
15622026-05-22T02:23:15.715Z Downloaded tokio-tungstenite v0.21.0
15632026-05-22T02:23:15.715Z Downloaded pem-rfc7468 v0.7.0
15642026-05-22T02:23:15.729Z Downloaded spki v0.7.3
15652026-05-22T02:23:15.732Z Downloaded primeorder v0.13.6
15662026-05-22T02:23:15.735Z Downloaded pkcs8 v0.10.2
15672026-05-22T02:23:15.741Z Downloaded tungstenite v0.21.0
15682026-05-22T02:23:15.744Z Downloaded tls_codec_derive v0.4.2
15692026-05-22T02:23:15.747Z Downloaded base64 v0.21.7
15702026-05-22T02:23:15.747Z Downloaded der v0.7.10
15712026-05-22T02:23:15.760Z Downloaded ed25519-dalek v2.2.0
15722026-05-22T02:23:15.763Z Downloaded x509-cert v0.2.5
15732026-05-22T02:23:15.771Z Downloaded itertools v0.13.0
15742026-05-22T02:23:15.775Z Downloaded num-bigint v0.4.6
15752026-05-22T02:23:15.789Z Downloaded p384 v0.13.1
15762026-05-22T02:23:15.792Z Downloaded bitvec v1.0.1
15772026-05-22T02:23:15.800Z Downloaded salty v0.3.0
15782026-05-22T02:23:15.964Z Checking log v0.4.29
15792026-05-22T02:23:16.062Z Checking const-oid v0.9.6
15802026-05-22T02:23:16.073Z Checking serde_with v3.20.0
15812026-05-22T02:23:16.084Z Checking pem-rfc7468 v0.7.0
15822026-05-22T02:23:16.087Z Compiling der_derive v0.7.3
15832026-05-22T02:23:16.087Z Checking flagset v0.4.7
15842026-05-22T02:23:16.108Z Checking num-integer v0.1.46
15852026-05-22T02:23:16.120Z Checking num-complex v0.4.6
15862026-05-22T02:23:16.229Z Checking ff v0.13.1
15872026-05-22T02:23:16.232Z Checking native-tls v0.2.14
15882026-05-22T02:23:16.249Z Checking rustls v0.23.32
15892026-05-22T02:23:16.326Z Checking goblin v0.10.1
15902026-05-22T02:23:16.349Z Checking typify-impl v0.4.3
15912026-05-22T02:23:16.401Z Checking tokio-native-tls v0.3.1
15922026-05-22T02:23:16.463Z Checking rustls v0.22.4
15932026-05-22T02:23:16.549Z Checking hyper-tls v0.6.0
15942026-05-22T02:23:16.714Z Checking num-bigint v0.4.6
15952026-05-22T02:23:16.742Z Checking digest v0.10.7
15962026-05-22T02:23:16.927Z Checking sha1 v0.10.6
15972026-05-22T02:23:17.051Z Checking der v0.7.10
15982026-05-22T02:23:17.083Z Checking num-iter v0.1.45
15992026-05-22T02:23:17.191Z Checking hmac v0.12.1
16002026-05-22T02:23:17.320Z Checking base16ct v0.2.0
16012026-05-22T02:23:17.442Z Checking hkdf v0.12.4
16022026-05-22T02:23:17.489Z Checking typify v0.4.3
16032026-05-22T02:23:17.512Z Checking group v0.13.0
16042026-05-22T02:23:17.534Z Checking num-rational v0.4.2
16052026-05-22T02:23:17.564Z Checking goblin v0.8.2
16062026-05-22T02:23:17.580Z Checking progenitor-impl v0.11.1
16072026-05-22T02:23:17.649Z Checking curve25519-dalek v4.1.3
16082026-05-22T02:23:17.757Z Checking spki v0.7.3
16092026-05-22T02:23:17.803Z Checking num v0.4.3
16102026-05-22T02:23:17.871Z Checking tokio-rustls v0.25.0
16112026-05-22T02:23:17.883Z Checking sha3 v0.10.8
16122026-05-22T02:23:17.913Z Checking pkcs8 v0.10.2
16132026-05-22T02:23:18.056Z Checking blake2 v0.10.6
16142026-05-22T02:23:18.067Z Checking sec1 v0.7.3
16152026-05-22T02:23:18.077Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16162026-05-22T02:23:18.256Z Checking argon2 v0.5.3
16172026-05-22T02:23:18.256Z Checking elliptic-curve v0.13.8
16182026-05-22T02:23:18.276Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16192026-05-22T02:23:18.316Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16202026-05-22T02:23:18.423Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16212026-05-22T02:23:18.532Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16222026-05-22T02:23:18.543Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16232026-05-22T02:23:18.555Z Checking tokio-rustls v0.26.3
16242026-05-22T02:23:18.565Z Checking vsss-rs v3.3.4
16252026-05-22T02:23:18.641Z Checking dof v0.4.0
16262026-05-22T02:23:18.753Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16272026-05-22T02:23:18.768Z Checking hyper-rustls v0.27.7
16282026-05-22T02:23:18.910Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16292026-05-22T02:23:18.955Z Checking reqwest v0.12.23
16302026-05-22T02:23:18.988Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16312026-05-22T02:23:19.022Z Checking usdt-impl v0.6.0
16322026-05-22T02:23:19.057Z Checking progenitor-impl v0.10.0
16332026-05-22T02:23:19.077Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16342026-05-22T02:23:19.209Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16352026-05-22T02:23:19.220Z Compiling nix v0.31.3
16362026-05-22T02:23:19.282Z Checking usdt v0.6.0
16372026-05-22T02:23:19.344Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16382026-05-22T02:23:19.356Z Checking sha2 v0.10.9
16392026-05-22T02:23:19.437Z Checking dropshot v0.16.7
16402026-05-22T02:23:19.477Z Checking dof v0.3.0
16412026-05-22T02:23:19.602Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
16422026-05-22T02:23:19.628Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16432026-05-22T02:23:19.656Z Checking progenitor-client v0.11.1
16442026-05-22T02:23:19.756Z Checking progenitor-client v0.10.0
16452026-05-22T02:23:19.861Z Checking usdt-impl v0.5.0
16462026-05-22T02:23:19.872Z Checking progenitor v0.11.1
16472026-05-22T02:23:19.891Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16482026-05-22T02:23:19.971Z Checking progenitor v0.10.0
16492026-05-22T02:23:19.995Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
16502026-05-22T02:23:20.068Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16512026-05-22T02:23:20.097Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16522026-05-22T02:23:20.129Z Checking usdt v0.5.0
16532026-05-22T02:23:20.140Z Checking signature v2.2.0
16542026-05-22T02:23:20.257Z Checking utf-8 v0.7.6
16552026-05-22T02:23:20.267Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16562026-05-22T02:23:20.285Z Checking tokio-dtrace v0.1.1
16572026-05-22T02:23:20.314Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16582026-05-22T02:23:20.330Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16592026-05-22T02:23:20.378Z Checking tungstenite v0.21.0
16602026-05-22T02:23:20.448Z Checking oxide-tokio-rt v0.1.6
16612026-05-22T02:23:20.459Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16622026-05-22T02:23:20.513Z Compiling radium v0.7.0
16632026-05-22T02:23:20.606Z Compiling salty v0.3.0
16642026-05-22T02:23:20.645Z Checking dropshot v0.17.0
16652026-05-22T02:23:20.781Z Checking tokio-tungstenite v0.21.0
16662026-05-22T02:23:20.808Z Checking qorb v0.4.1
16672026-05-22T02:23:20.880Z Checking rfc6979 v0.4.0
16682026-05-22T02:23:20.993Z Checking base64 v0.21.7
16692026-05-22T02:23:21.037Z Checking tap v1.0.1
16702026-05-22T02:23:21.142Z Checking wyz v0.5.1
16712026-05-22T02:23:21.252Z Checking ecdsa v0.16.9
16722026-05-22T02:23:21.278Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16732026-05-22T02:23:21.315Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16742026-05-22T02:23:21.558Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16752026-05-22T02:23:21.772Z Checking slog-dtrace v0.3.0
16762026-05-22T02:23:21.805Z Checking ed25519 v2.2.3
16772026-05-22T02:23:21.835Z Checking globset v0.4.16
16782026-05-22T02:23:21.963Z Checking primeorder v0.13.6
16792026-05-22T02:23:21.983Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
16802026-05-22T02:23:22.069Z Checking reqwest v0.13.2
16812026-05-22T02:23:22.191Z Checking typify-impl v0.6.1
16822026-05-22T02:23:22.521Z Checking env_filter v1.0.1
16832026-05-22T02:23:22.546Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16842026-05-22T02:23:22.587Z Compiling typeid v1.0.3
16852026-05-22T02:23:22.598Z Checking funty v2.0.0
16862026-05-22T02:23:22.629Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16872026-05-22T02:23:22.656Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
16882026-05-22T02:23:22.704Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16892026-05-22T02:23:22.864Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16902026-05-22T02:23:22.900Z Checking tough v0.20.0
16912026-05-22T02:23:22.910Z Checking bitvec v1.0.1
16922026-05-22T02:23:22.914Z Checking env_logger v0.11.10
16932026-05-22T02:23:23.003Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16942026-05-22T02:23:23.095Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
16952026-05-22T02:23:23.311Z Checking typify v0.6.1
16962026-05-22T02:23:23.412Z Checking p384 v0.13.1
16972026-05-22T02:23:23.464Z Checking ed25519-dalek v2.2.0
16982026-05-22T02:23:23.655Z Checking x509-cert v0.2.5
16992026-05-22T02:23:23.808Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
17002026-05-22T02:23:24.037Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17012026-05-22T02:23:24.204Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17022026-05-22T02:23:24.208Z Compiling erased-serde v0.4.8
17032026-05-22T02:23:24.292Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17042026-05-22T02:23:24.318Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17052026-05-22T02:23:24.337Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
17062026-05-22T02:23:24.443Z Checking progenitor-impl v0.13.0
17072026-05-22T02:23:24.553Z Checking progenitor-client v0.13.0
17082026-05-22T02:23:24.646Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17092026-05-22T02:23:24.657Z Compiling bitstruct_derive v0.1.0
17102026-05-22T02:23:24.761Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17112026-05-22T02:23:24.775Z Checking ascii v1.1.0
17122026-05-22T02:23:24.803Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
17132026-05-22T02:23:24.948Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17142026-05-22T02:23:24.959Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17152026-05-22T02:23:24.987Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17162026-05-22T02:23:25.113Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17172026-05-22T02:23:25.248Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
17182026-05-22T02:23:25.276Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17192026-05-22T02:23:25.291Z Checking progenitor v0.13.0
17202026-05-22T02:23:25.302Z Checking bitstruct v0.1.1
17212026-05-22T02:23:25.349Z Checking itertools v0.13.0
17222026-05-22T02:23:25.382Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17232026-05-22T02:23:25.410Z Checking serde_arrays v0.1.0
17242026-05-22T02:23:25.421Z Checking libloading v0.7.4
17252026-05-22T02:23:25.514Z Checking bit_field v0.10.3
17262026-05-22T02:23:25.539Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17272026-05-22T02:23:25.562Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17282026-05-22T02:23:25.642Z Checking omicron-zone-package v0.12.2
17292026-05-22T02:23:25.875Z Checking dropshot-api-manager v0.7.2
17302026-05-22T02:23:26.362Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
17312026-05-22T02:23:26.515Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
17322026-05-22T02:23:27.324Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17332026-05-22T02:23:27.327Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17342026-05-22T02:23:27.327Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17352026-05-22T02:23:27.327Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17362026-05-22T02:23:27.708Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17372026-05-22T02:23:27.850Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17382026-05-22T02:23:28.248Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17392026-05-22T02:23:28.355Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17402026-05-22T02:23:28.930Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17412026-05-22T02:23:28.960Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17422026-05-22T02:23:28.963Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17432026-05-22T02:23:29.035Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17442026-05-22T02:23:29.360Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17452026-05-22T02:23:29.360Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17462026-05-22T02:23:29.436Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17472026-05-22T02:23:29.469Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17482026-05-22T02:23:29.469Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17492026-05-22T02:23:29.669Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
17502026-05-22T02:23:29.672Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17512026-05-22T02:23:29.672Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17522026-05-22T02:23:30.082Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
17532026-05-22T02:23:30.102Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17542026-05-22T02:23:30.227Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17552026-05-22T02:23:30.340Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17562026-05-22T02:23:30.486Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17572026-05-22T02:23:30.525Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17582026-05-22T02:23:30.608Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17592026-05-22T02:23:33.533Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17602026-05-22T02:23:33.661Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
17612026-05-22T02:23:34.038Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
17622026-05-22T02:23:34.523Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17632026-05-22T02:23:34.798Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17642026-05-22T02:23:34.936Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
17652026-05-22T02:23:35.360Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17662026-05-22T02:23:35.627Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17672026-05-22T02:23:35.639Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17682026-05-22T02:23:35.759Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17692026-05-22T02:23:36.199Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17702026-05-22T02:23:40.656Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17712026-05-22T02:23:41.845Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17722026-05-22T02:23:46.980Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17732026-05-22T02:23:48.252Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17742026-05-22T02:23:48.787Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17752026-05-22T02:23:53.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.59s
17762026-05-22T02:23:53.955Z+ for feat in tofino_stub tofino_asic softnpu chaos
17772026-05-22T02:23:53.955Z+ cargo clippy --features chaos -- --deny warnings
17782026-05-22T02:23:54.517Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17792026-05-22T02:23:54.517Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17802026-05-22T02:23:54.517Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17812026-05-22T02:24:01.632Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17822026-05-22T02:24:01.633Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17832026-05-22T02:24:04.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s
17842026-05-22T02:24:04.261Z+ banner fmt
17852026-05-22T02:24:04.264Z
17862026-05-22T02:24:04.264Z ###### # # #####
17872026-05-22T02:24:04.264Z # ## ## #
17882026-05-22T02:24:04.264Z ##### # ## # #
17892026-05-22T02:24:04.264Z # # # #
17902026-05-22T02:24:04.264Z # # # #
17912026-05-22T02:24:04.264Z # # # #
17922026-05-22T02:24:04.264Z
17932026-05-22T02:24:04.264Z+ cargo fmt -- --check
17942026-05-22T02:24:04.704Z+ banner test
17952026-05-22T02:24:04.708Z
17962026-05-22T02:24:04.708Z ##### ###### #### #####
17972026-05-22T02:24:04.708Z # # # #
17982026-05-22T02:24:04.708Z # ##### #### #
17992026-05-22T02:24:04.708Z # # # #
18002026-05-22T02:24:04.708Z # # # # #
18012026-05-22T02:24:04.708Z # ###### #### #
18022026-05-22T02:24:04.708Z
18032026-05-22T02:24:04.708Z+ for feat in tofino_stub tofino_asic softnpu chaos
18042026-05-22T02:24:04.708Z+ RUST_BACKTRACE=full
18052026-05-22T02:24:04.708Z+ cargo test --features tofino_stub --no-fail-fast
18062026-05-22T02:24:05.640Z Compiling unicode-ident v1.0.24
18072026-05-22T02:24:05.640Z Compiling cfg-if v1.0.3
18082026-05-22T02:24:05.644Z Compiling memchr v2.7.5
18092026-05-22T02:24:05.644Z Compiling serde_core v1.0.228
18102026-05-22T02:24:05.771Z Compiling itoa v1.0.15
18112026-05-22T02:24:05.778Z Compiling libc v0.2.186
18122026-05-22T02:24:05.788Z Compiling zmij v1.0.17
18132026-05-22T02:24:05.811Z Compiling libm v0.2.15
18142026-05-22T02:24:05.862Z Compiling proc-macro2 v1.0.106
18152026-05-22T02:24:05.889Z Compiling heck v0.5.0
18162026-05-22T02:24:06.157Z Compiling log v0.4.29
18172026-05-22T02:24:06.283Z Compiling quote v1.0.45
18182026-05-22T02:24:06.343Z Compiling smallvec v1.15.1
18192026-05-22T02:24:06.355Z Compiling equivalent v1.0.2
18202026-05-22T02:24:06.419Z Compiling iana-time-zone v0.1.64
18212026-05-22T02:24:06.444Z Compiling allocator-api2 v0.2.21
18222026-05-22T02:24:06.555Z Compiling syn v2.0.117
18232026-05-22T02:24:06.583Z Compiling foldhash v0.2.0
18242026-05-22T02:24:06.646Z Compiling dyn-clone v1.0.20
18252026-05-22T02:24:06.667Z Compiling stable_deref_trait v1.2.0
18262026-05-22T02:24:06.751Z Compiling hashbrown v0.16.1
18272026-05-22T02:24:06.778Z Compiling pin-project-lite v0.2.16
18282026-05-22T02:24:06.791Z Compiling percent-encoding v2.3.2
18292026-05-22T02:24:06.805Z Compiling litemap v0.8.0
18302026-05-22T02:24:06.878Z Compiling writeable v0.6.1
18312026-05-22T02:24:06.983Z Compiling icu_properties_data v2.0.1
18322026-05-22T02:24:06.996Z Compiling icu_normalizer_data v2.0.0
18332026-05-22T02:24:07.025Z Compiling regex-syntax v0.8.6
18342026-05-22T02:24:07.073Z Compiling form_urlencoded v1.2.2
18352026-05-22T02:24:07.120Z Compiling utf8_iter v1.0.4
18362026-05-22T02:24:07.177Z Compiling scopeguard v1.2.0
18372026-05-22T02:24:07.258Z Compiling num-traits v0.2.19
18382026-05-22T02:24:07.272Z Compiling lock_api v0.4.14
18392026-05-22T02:24:07.288Z Compiling getrandom v0.4.2
18402026-05-22T02:24:07.345Z Compiling fnv v1.0.7
18412026-05-22T02:24:07.436Z Compiling aho-corasick v1.1.3
18422026-05-22T02:24:07.449Z Compiling semver v1.0.27
18432026-05-22T02:24:07.493Z Compiling serde_json v1.0.149
18442026-05-22T02:24:07.612Z Compiling indexmap v2.13.0
18452026-05-22T02:24:07.861Z Compiling ucd-trie v0.1.7
18462026-05-22T02:24:07.907Z Compiling byteorder v1.5.0
18472026-05-22T02:24:08.133Z Compiling futures-core v0.3.32
18482026-05-22T02:24:08.152Z Compiling uuid v1.23.1
18492026-05-22T02:24:08.288Z Compiling num-conv v0.2.1
18502026-05-22T02:24:08.413Z Compiling time-core v0.1.8
18512026-05-22T02:24:08.434Z Compiling regex-automata v0.4.13
18522026-05-22T02:24:08.447Z Compiling ryu v1.0.20
18532026-05-22T02:24:08.565Z Compiling time-macros v0.2.27
18542026-05-22T02:24:08.578Z Compiling futures-sink v0.3.32
18552026-05-22T02:24:08.683Z Compiling strsim v0.11.1
18562026-05-22T02:24:08.835Z Compiling pretty-hex v0.4.1
18572026-05-22T02:24:08.979Z Compiling regress v0.10.5
18582026-05-22T02:24:09.077Z Compiling slab v0.4.11
18592026-05-22T02:24:09.256Z Compiling plain v0.2.3
18602026-05-22T02:24:09.374Z Compiling synstructure v0.13.2
18612026-05-22T02:24:09.377Z Compiling serde_derive_internals v0.29.1
18622026-05-22T02:24:09.551Z Compiling futures-channel v0.3.32
18632026-05-22T02:24:09.631Z Compiling futures-io v0.3.32
18642026-05-22T02:24:09.753Z Compiling futures-task v0.3.32
18652026-05-22T02:24:09.776Z Compiling socket2 v0.6.3
18662026-05-22T02:24:09.866Z Compiling parking_lot_core v0.9.12
18672026-05-22T02:24:09.925Z Compiling signal-hook-registry v1.4.6
18682026-05-22T02:24:10.122Z Compiling regex v1.12.3
18692026-05-22T02:24:10.165Z Compiling parking_lot v0.12.5
18702026-05-22T02:24:10.214Z Compiling thread-id v5.0.0
18712026-05-22T02:24:10.228Z Compiling mio v1.2.0
18722026-05-22T02:24:10.318Z Compiling bitflags v2.11.1
18732026-05-22T02:24:10.386Z Compiling base64 v0.22.1
18742026-05-22T02:24:10.527Z Compiling serde_derive v1.0.228
18752026-05-22T02:24:10.562Z Compiling zerofrom-derive v0.1.6
18762026-05-22T02:24:10.574Z Compiling yoke-derive v0.8.0
18772026-05-22T02:24:10.586Z Compiling zerovec-derive v0.11.1
18782026-05-22T02:24:10.724Z Compiling displaydoc v0.2.5
18792026-05-22T02:24:10.748Z Compiling thiserror-impl v2.0.18
18802026-05-22T02:24:10.982Z Compiling schemars_derive v0.8.22
18812026-05-22T02:24:11.540Z Compiling tokio-macros v2.7.0
18822026-05-22T02:24:11.654Z Compiling zerocopy-derive v0.8.27
18832026-05-22T02:24:11.740Z Compiling zeroize_derive v1.4.3
18842026-05-22T02:24:11.813Z Compiling futures-macro v0.3.32
18852026-05-22T02:24:12.024Z Compiling thiserror v2.0.18
18862026-05-22T02:24:12.136Z Compiling zerofrom v0.1.6
18872026-05-22T02:24:12.265Z Compiling yoke v0.8.0
18882026-05-22T02:24:12.278Z Compiling thiserror-impl v1.0.69
18892026-05-22T02:24:12.311Z Compiling tracing-attributes v0.1.30
18902026-05-22T02:24:12.438Z Compiling zerovec v0.11.4
18912026-05-22T02:24:12.458Z Compiling zerotrie v0.2.2
18922026-05-22T02:24:12.662Z Compiling pest v2.8.2
18932026-05-22T02:24:12.768Z Compiling scroll_derive v0.13.1
18942026-05-22T02:24:12.818Z Compiling async-trait v0.1.89
18952026-05-22T02:24:12.945Z Compiling zerocopy v0.8.27
18962026-05-22T02:24:13.248Z Compiling serde v1.0.228
18972026-05-22T02:24:13.449Z Compiling tinystr v0.8.1
18982026-05-22T02:24:13.562Z Compiling potential_utf v0.1.3
18992026-05-22T02:24:13.613Z Compiling icu_locale_core v2.0.0
19002026-05-22T02:24:13.655Z Compiling scroll v0.13.0
19012026-05-22T02:24:13.733Z Compiling bytes v1.11.1
19022026-05-22T02:24:13.766Z Compiling serde_tokenstream v0.2.3
19032026-05-22T02:24:13.803Z Compiling icu_collections v2.0.0
19042026-05-22T02:24:13.816Z Compiling pest_meta v2.8.2
19052026-05-22T02:24:13.925Z Compiling chrono v0.4.44
19062026-05-22T02:24:14.310Z Compiling icu_provider v2.0.0
19072026-05-22T02:24:14.374Z Compiling http v1.4.0
19082026-05-22T02:24:14.396Z Compiling pest_generator v2.8.2
19092026-05-22T02:24:14.467Z Compiling goblin v0.10.1
19102026-05-22T02:24:14.568Z Compiling icu_normalizer v2.0.0
19112026-05-22T02:24:14.618Z Compiling icu_properties v2.0.1
19122026-05-22T02:24:15.022Z Compiling schemars v0.8.22
19132026-05-22T02:24:15.104Z Compiling pest_derive v2.8.2
19142026-05-22T02:24:15.179Z Compiling thiserror v1.0.69
19152026-05-22T02:24:15.288Z Compiling tokio v1.52.3
19162026-05-22T02:24:15.363Z Compiling openapiv3 v2.2.0
19172026-05-22T02:24:15.424Z Compiling daft-derive v0.1.5
19182026-05-22T02:24:15.559Z Compiling idna_adapter v1.2.1
19192026-05-22T02:24:15.671Z Compiling idna v1.1.0
19202026-05-22T02:24:15.710Z Compiling dtrace-parser v0.3.0
19212026-05-22T02:24:16.116Z Compiling url v2.5.7
19222026-05-22T02:24:16.129Z Compiling typify-impl v0.4.3
19232026-05-22T02:24:16.181Z Compiling http-body v1.0.1
19242026-05-22T02:24:16.408Z Compiling ppv-lite86 v0.2.21
19252026-05-22T02:24:16.510Z Compiling erased-serde v0.3.31
19262026-05-22T02:24:16.741Z Compiling serde_yaml v0.9.34+deprecated
19272026-05-22T02:24:17.026Z Compiling openssl-macros v0.1.1
19282026-05-22T02:24:17.038Z Compiling typenum v1.18.0
19292026-05-22T02:24:17.041Z Compiling getrandom v0.2.16
19302026-05-22T02:24:17.248Z Compiling dof v0.4.0
19312026-05-22T02:24:17.575Z Compiling atomic-waker v1.1.2
19322026-05-22T02:24:17.709Z Compiling ipnet v2.11.0
19332026-05-22T02:24:17.786Z Compiling usdt-impl v0.6.0
19342026-05-22T02:24:18.269Z Compiling httparse v1.10.1
19352026-05-22T02:24:18.367Z Compiling portable-atomic v1.11.1
19362026-05-22T02:24:18.493Z Compiling tower-layer v0.3.3
19372026-05-22T02:24:18.579Z Compiling untrusted v0.9.0
19382026-05-22T02:24:18.661Z Compiling tower-service v0.3.3
19392026-05-22T02:24:18.707Z Compiling anyhow v1.0.102
19402026-05-22T02:24:18.763Z Compiling try-lock v0.2.5
19412026-05-22T02:24:18.880Z Compiling critical-section v1.2.0
19422026-05-22T02:24:18.893Z Compiling want v0.3.1
19432026-05-22T02:24:18.997Z Compiling once_cell v1.21.3
19442026-05-22T02:24:19.029Z Compiling syn v1.0.109
19452026-05-22T02:24:19.067Z Compiling zeroize v1.8.1
19462026-05-22T02:24:19.083Z Compiling pin-utils v0.1.0
19472026-05-22T02:24:19.108Z Compiling httpdate v1.0.3
19482026-05-22T02:24:19.268Z Compiling usdt-attr-macro v0.6.0
19492026-05-22T02:24:19.282Z Compiling usdt-macro v0.6.0
19502026-05-22T02:24:19.577Z Compiling async-stream-impl v0.3.6
19512026-05-22T02:24:19.829Z Compiling structmeta-derive v0.3.0
19522026-05-22T02:24:20.445Z Compiling newtype-uuid-macros v0.1.0
19532026-05-22T02:24:20.458Z Compiling strum_macros v0.26.4
19542026-05-22T02:24:20.897Z Compiling structmeta v0.3.0
19552026-05-22T02:24:20.909Z Compiling powerfmt v0.2.0
19562026-05-22T02:24:21.104Z Compiling deranged v0.5.3
19572026-05-22T02:24:21.300Z Compiling num_threads v0.1.7
19582026-05-22T02:24:21.962Z Compiling http-body-util v0.1.3
19592026-05-22T02:24:22.113Z Compiling omicron-workspace-hack v0.1.0
19602026-05-22T02:24:22.192Z Compiling dropshot_endpoint v0.16.7
19612026-05-22T02:24:22.209Z Compiling serde_urlencoded v0.7.1
19622026-05-22T02:24:22.222Z Compiling ref-cast-impl v1.0.25
19632026-05-22T02:24:22.346Z Compiling typify-macro v0.4.3
19642026-05-22T02:24:22.459Z Compiling derive-ex v0.1.8
19652026-05-22T02:24:22.503Z Compiling strum_macros v0.27.2
19662026-05-22T02:24:22.531Z Compiling darling_core v0.23.0
19672026-05-22T02:24:22.610Z Compiling sync_wrapper v1.0.2
19682026-05-22T02:24:22.955Z Compiling subtle v2.6.1
19692026-05-22T02:24:23.130Z Compiling thread_local v1.1.9
19702026-05-22T02:24:23.143Z Compiling iri-string v0.7.8
19712026-05-22T02:24:23.394Z Compiling rand_core v0.6.4
19722026-05-22T02:24:23.539Z Compiling futures-util v0.3.32
19732026-05-22T02:24:23.847Z Compiling match_cfg v0.1.0
19742026-05-22T02:24:23.924Z Compiling take_mut v0.2.2
19752026-05-22T02:24:24.039Z Compiling term v1.2.0
19762026-05-22T02:24:24.066Z Compiling test-strategy v0.4.3
19772026-05-22T02:24:24.393Z Compiling typify v0.4.3
19782026-05-22T02:24:24.491Z Compiling progenitor-impl v0.11.1
19792026-05-22T02:24:24.648Z Compiling darling_macro v0.23.0
19802026-05-22T02:24:24.738Z Compiling parse-display-derive v0.10.0
19812026-05-22T02:24:24.751Z Compiling tracing-core v0.1.34
19822026-05-22T02:24:24.764Z Compiling toml_datetime v0.6.11
19832026-05-22T02:24:25.037Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19842026-05-22T02:24:25.240Z Compiling darling v0.23.0
19852026-05-22T02:24:25.327Z Compiling serde_with_macros v3.20.0
19862026-05-22T02:24:25.340Z Compiling tracing v0.1.41
19872026-05-22T02:24:25.352Z Compiling camino v1.2.2
19882026-05-22T02:24:25.525Z Compiling cpufeatures v0.2.17
19892026-05-22T02:24:25.570Z Compiling clap_derive v4.6.0
19902026-05-22T02:24:25.781Z Compiling encoding_rs v0.8.35
19912026-05-22T02:24:25.832Z Compiling fastrand v2.3.0
19922026-05-22T02:24:25.894Z Compiling mime v0.3.17
19932026-05-22T02:24:26.200Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19942026-05-22T02:24:26.562Z Compiling unicode-width v0.2.1
19952026-05-22T02:24:26.853Z Compiling generic-array v0.14.7
19962026-05-22T02:24:27.228Z Compiling errno v0.3.14
19972026-05-22T02:24:27.339Z Compiling hex v0.4.3
19982026-05-22T02:24:27.367Z Compiling ipnetwork v0.21.1
19992026-05-22T02:24:27.385Z Compiling crossbeam-utils v0.8.21
20002026-05-22T02:24:27.547Z Compiling winnow v0.7.14
20012026-05-22T02:24:27.608Z Compiling tokio-util v0.7.16
20022026-05-22T02:24:27.818Z Compiling slog v2.8.2
20032026-05-22T02:24:28.016Z Compiling progenitor-macro v0.11.1
20042026-05-22T02:24:28.303Z Compiling rustix v1.1.4
20052026-05-22T02:24:28.422Z Compiling crypto-common v0.1.6
20062026-05-22T02:24:28.526Z Compiling getrandom v0.3.4
20072026-05-22T02:24:28.556Z Compiling h2 v0.4.12
20082026-05-22T02:24:28.705Z Compiling rand_core v0.9.3
20092026-05-22T02:24:28.709Z Compiling oxnet v0.1.4
20102026-05-22T02:24:28.934Z Compiling itertools v0.14.0
20112026-05-22T02:24:29.019Z Compiling winnow v1.0.3
20122026-05-22T02:24:29.254Z Compiling num-derive v0.4.2
20132026-05-22T02:24:29.378Z Compiling toml_parser v1.1.2+spec-1.1.0
20142026-05-22T02:24:29.485Z Compiling serde_spanned v1.0.4
20152026-05-22T02:24:29.648Z Compiling socket2 v0.5.10
20162026-05-22T02:24:30.077Z Compiling debug-ignore v1.0.5
20172026-05-22T02:24:30.105Z Compiling spin v0.9.8
20182026-05-22T02:24:30.160Z Compiling toml_writer v1.0.6+spec-1.1.0
20192026-05-22T02:24:30.185Z Compiling rand_chacha v0.9.0
20202026-05-22T02:24:30.208Z Compiling rustls-pki-types v1.12.0
20212026-05-22T02:24:30.221Z Compiling quick-error v1.2.3
20222026-05-22T02:24:30.379Z Compiling rand v0.9.2
20232026-05-22T02:24:30.662Z Compiling hyper v1.8.1
20242026-05-22T02:24:30.675Z Compiling tabwriter v1.4.1
20252026-05-22T02:24:30.695Z Compiling async-stream v0.3.6
20262026-05-22T02:24:30.874Z Compiling waitgroup v0.1.2
20272026-05-22T02:24:30.918Z Compiling serde_path_to_error v0.1.20
20282026-05-22T02:24:30.981Z Compiling colored v3.0.0
20292026-05-22T02:24:31.022Z Compiling bit-vec v0.8.0
20302026-05-22T02:24:31.319Z Compiling lazy_static v1.5.0
20312026-05-22T02:24:31.340Z Compiling bit-set v0.8.0
20322026-05-22T02:24:31.417Z Compiling strum v0.26.3
20332026-05-22T02:24:31.430Z Compiling time v0.3.47
20342026-05-22T02:24:31.530Z Compiling ring v0.17.14
20352026-05-22T02:24:31.652Z Compiling toml_datetime v0.7.5+spec-1.1.0
20362026-05-22T02:24:31.976Z Compiling hyper-util v0.1.20
20372026-05-22T02:24:32.227Z Compiling unarray v0.1.4
20382026-05-22T02:24:32.349Z Compiling anstyle v1.0.14
20392026-05-22T02:24:32.468Z Compiling toml v0.9.11+spec-1.1.0
20402026-05-22T02:24:32.592Z Compiling crossbeam-channel v0.5.15
20412026-05-22T02:24:33.040Z Compiling block-buffer v0.10.4
20422026-05-22T02:24:33.053Z Compiling macaddr v1.0.1
20432026-05-22T02:24:33.097Z Compiling utf8parse v0.2.2
20442026-05-22T02:24:33.160Z Compiling digest v0.10.7
20452026-05-22T02:24:33.192Z Compiling anstyle-parse v1.0.0
20462026-05-22T02:24:33.213Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20472026-05-22T02:24:33.258Z Compiling ref-cast v1.0.25
20482026-05-22T02:24:33.275Z Compiling anstyle-query v1.1.4
20492026-05-22T02:24:33.365Z Compiling colorchoice v1.0.4
20502026-05-22T02:24:33.379Z Compiling is_terminal_polyfill v1.70.1
20512026-05-22T02:24:33.379Z Compiling strum v0.27.2
20522026-05-22T02:24:33.404Z Compiling is-terminal v0.4.16
20532026-05-22T02:24:33.407Z Compiling clap_lex v1.1.0
20542026-05-22T02:24:33.474Z Compiling anstream v1.0.0
20552026-05-22T02:24:33.487Z Compiling slog-term v2.9.2
20562026-05-22T02:24:33.500Z Compiling slog-async v2.8.0
20572026-05-22T02:24:33.518Z Compiling slog-json v2.6.1
20582026-05-22T02:24:33.667Z Compiling hostname v0.3.1
20592026-05-22T02:24:33.785Z Compiling slog-bunyan v2.5.0
20602026-05-22T02:24:33.797Z Compiling tower v0.5.2
20612026-05-22T02:24:33.811Z Compiling futures-executor v0.3.32
20622026-05-22T02:24:33.931Z Compiling instant v0.1.13
20632026-05-22T02:24:34.088Z Compiling futures v0.3.32
20642026-05-22T02:24:34.205Z Compiling tower-http v0.6.8
20652026-05-22T02:24:34.216Z Compiling openssl-sys v0.9.112
20662026-05-22T02:24:34.379Z Compiling memmap2 v0.9.8
20672026-05-22T02:24:34.756Z Compiling aws-lc-sys v0.39.1
20682026-05-22T02:24:35.185Z Compiling foreign-types-shared v0.1.1
20692026-05-22T02:24:35.282Z Compiling untrusted v0.7.1
20702026-05-22T02:24:35.407Z Compiling aws-lc-rs v1.16.2
20712026-05-22T02:24:35.444Z Compiling foreign-types v0.3.2
20722026-05-22T02:24:35.488Z Compiling tempfile v3.27.0
20732026-05-22T02:24:36.075Z Compiling openssl-probe v0.1.6
20742026-05-22T02:24:36.517Z Compiling rustls-webpki v0.103.6
20752026-05-22T02:24:36.810Z Compiling openssl v0.10.76
20762026-05-22T02:24:36.985Z Compiling usdt v0.6.0
20772026-05-22T02:24:37.084Z Compiling rustls v0.23.32
20782026-05-22T02:24:37.279Z Compiling either v1.15.0
20792026-05-22T02:24:37.603Z Compiling webpki-roots v1.0.2
20802026-05-22T02:24:37.869Z Compiling newtype-uuid v1.3.2
20812026-05-22T02:24:38.226Z Compiling daft v0.1.5
20822026-05-22T02:24:38.495Z Compiling rustls-webpki v0.102.8
20832026-05-22T02:24:39.066Z Compiling native-tls v0.2.14
20842026-05-22T02:24:39.387Z Compiling tokio-native-tls v0.3.1
20852026-05-22T02:24:39.576Z Compiling hyper-tls v0.6.0
20862026-05-22T02:24:40.028Z Compiling tokio-rustls v0.26.3
20872026-05-22T02:24:40.062Z Compiling rustls v0.22.4
20882026-05-22T02:24:40.295Z Compiling hyper-rustls v0.27.7
20892026-05-22T02:24:40.535Z Compiling reqwest v0.12.23
20902026-05-22T02:24:40.943Z Compiling sha1 v0.10.6
20912026-05-22T02:24:41.047Z Compiling rustls-pemfile v2.2.0
20922026-05-22T02:24:41.182Z Compiling multer v3.1.0
20932026-05-22T02:24:41.699Z Compiling hostname v0.4.2
20942026-05-22T02:24:41.869Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20952026-05-22T02:24:42.230Z Compiling tokio-rustls v0.25.0
20962026-05-22T02:24:42.452Z Compiling terminal_size v0.4.3
20972026-05-22T02:24:42.468Z Compiling rand_chacha v0.3.1
20982026-05-22T02:24:42.620Z Compiling wait-timeout v0.2.1
20992026-05-22T02:24:43.494Z Compiling rusty-fork v0.3.0
21002026-05-22T02:24:43.717Z Compiling rand v0.8.5
21012026-05-22T02:24:44.799Z Compiling rand_xorshift v0.4.0
21022026-05-22T02:24:45.072Z Compiling hubpack_derive v0.1.1
21032026-05-22T02:24:45.919Z Compiling proptest v1.8.0
21042026-05-22T02:24:46.055Z Compiling clap_builder v4.6.0
21052026-05-22T02:24:46.090Z Compiling dropshot v0.16.7
21062026-05-22T02:24:47.255Z Compiling serde_spanned v0.6.9
21072026-05-22T02:24:47.835Z Compiling clap v4.6.0
21082026-05-22T02:24:47.912Z Compiling prettyplease v0.2.37
21092026-05-22T02:24:47.937Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21102026-05-22T02:24:49.383Z Compiling progenitor-client v0.10.0
21112026-05-22T02:24:49.691Z Compiling progenitor-client v0.11.1
21122026-05-22T02:24:49.763Z Compiling serde_with v3.20.0
21132026-05-22T02:24:50.462Z Compiling progenitor v0.11.1
21142026-05-22T02:24:51.513Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21152026-05-22T02:24:51.571Z Compiling rustc-hash v2.1.1
21162026-05-22T02:24:51.705Z Compiling iddqd v0.3.18
21172026-05-22T02:24:51.867Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21182026-05-22T02:24:52.767Z Compiling backoff v0.4.0
21192026-05-22T02:24:52.781Z Compiling parse-display v0.10.0
21202026-05-22T02:24:52.854Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21212026-05-22T02:24:52.908Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
21222026-05-22T02:24:53.008Z Compiling toml_write v0.1.2
21232026-05-22T02:24:53.056Z Compiling winnow v0.5.40
21242026-05-22T02:24:53.191Z Compiling toml_edit v0.22.27
21252026-05-22T02:24:54.626Z Compiling num-integer v0.1.46
21262026-05-22T02:24:54.692Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21272026-05-22T02:24:55.030Z Compiling float-ord v0.3.2
21282026-05-22T02:24:55.915Z Compiling toml v0.8.23
21292026-05-22T02:24:58.495Z Compiling num-iter v0.1.45
21302026-05-22T02:24:58.626Z Compiling num-rational v0.4.2
21312026-05-22T02:24:59.270Z Compiling num-complex v0.4.6
21322026-05-22T02:24:59.957Z Compiling num v0.4.3
21332026-05-22T02:25:01.082Z Compiling toml_edit v0.19.15
21342026-05-22T02:25:02.557Z Compiling proc-macro-crate v1.3.1
21352026-05-22T02:25:03.651Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21362026-05-22T02:25:04.781Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21372026-05-22T02:25:04.809Z Compiling darling_core v0.21.3
21382026-05-22T02:25:05.207Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21392026-05-22T02:25:05.913Z Compiling zerocopy-derive v0.7.35
21402026-05-22T02:25:06.832Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21412026-05-22T02:25:06.939Z Compiling darling_macro v0.21.3
21422026-05-22T02:25:07.109Z Compiling memoffset v0.9.1
21432026-05-22T02:25:07.267Z Compiling libscf-sys v1.2.0
21442026-05-22T02:25:07.417Z Compiling proc-macro-error-attr2 v2.0.0
21452026-05-22T02:25:07.550Z Compiling darling v0.21.3
21462026-05-22T02:25:07.593Z Compiling nix v0.30.1
21472026-05-22T02:25:07.640Z Compiling ingot-macros v0.1.1
21482026-05-22T02:25:07.855Z Compiling proc-macro-error2 v2.0.1
21492026-05-22T02:25:08.132Z Compiling scroll_derive v0.12.1
21502026-05-22T02:25:08.503Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21512026-05-22T02:25:09.223Z Compiling tabled_derive v0.11.0
21522026-05-22T02:25:09.881Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21532026-05-22T02:25:11.752Z Compiling zerocopy v0.7.35
21542026-05-22T02:25:12.152Z Compiling num_enum_derive v0.7.5
21552026-05-22T02:25:12.315Z Compiling hubpack v0.1.2
21562026-05-22T02:25:12.414Z Compiling foreign-types-macros v0.2.3
21572026-05-22T02:25:12.787Z Compiling static_assertions v1.1.0
21582026-05-22T02:25:13.128Z Compiling glob v0.3.3
21592026-05-22T02:25:13.187Z Compiling proc-macro-error-attr v1.0.4
21602026-05-22T02:25:13.405Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21612026-05-22T02:25:13.558Z Compiling dtrace-parser v0.2.0
21622026-05-22T02:25:13.581Z Compiling bytecount v0.6.9
21632026-05-22T02:25:13.852Z Compiling proc-macro-error v1.0.4
21642026-05-22T02:25:13.926Z Compiling dof v0.3.0
21652026-05-22T02:25:14.462Z Compiling num_enum_derive v0.5.11
21662026-05-22T02:25:16.024Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21672026-05-22T02:25:16.085Z Compiling thread-id v4.2.2
21682026-05-22T02:25:16.283Z Compiling usdt-impl v0.5.0
21692026-05-22T02:25:16.834Z Compiling derive_more v0.99.20
21702026-05-22T02:25:17.067Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
21712026-05-22T02:25:17.214Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21722026-05-22T02:25:17.953Z Compiling minimal-lexical v0.2.1
21732026-05-22T02:25:18.075Z Compiling usdt-macro v0.5.0
21742026-05-22T02:25:18.263Z Compiling nom v7.1.3
21752026-05-22T02:25:18.316Z Compiling usdt-attr-macro v0.5.0
21762026-05-22T02:25:18.368Z Compiling zone_cfg_derive v0.3.1
21772026-05-22T02:25:18.857Z Compiling papergrid v0.17.0
21782026-05-22T02:25:19.058Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21792026-05-22T02:25:19.096Z Compiling testing_table v0.3.0
21802026-05-22T02:25:19.133Z Compiling rustc_version v0.4.1
21812026-05-22T02:25:19.267Z Compiling crossbeam-epoch v0.9.18
21822026-05-22T02:25:19.419Z Compiling dropshot_endpoint v0.17.0
21832026-05-22T02:25:19.600Z Compiling adler2 v2.0.1
21842026-05-22T02:25:19.617Z Compiling crc32fast v1.5.0
21852026-05-22T02:25:19.745Z Compiling miniz_oxide v0.8.9
21862026-05-22T02:25:19.762Z Compiling enum-as-inner v0.6.1
21872026-05-22T02:25:19.816Z Compiling tabled v0.20.0
21882026-05-22T02:25:20.050Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21892026-05-22T02:25:20.364Z Compiling flate2 v1.1.2
21902026-05-22T02:25:20.438Z Compiling curve25519-dalek v4.1.3
21912026-05-22T02:25:20.779Z Compiling crossbeam-deque v0.8.6
21922026-05-22T02:25:20.814Z Compiling thiserror-impl-no-std v2.0.2
21932026-05-22T02:25:20.885Z Compiling typify-impl v0.6.1
21942026-05-22T02:25:20.977Z Compiling curve25519-dalek-derive v0.1.1
21952026-05-22T02:25:21.071Z Compiling rayon-core v1.13.0
21962026-05-22T02:25:21.688Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21972026-05-22T02:25:21.757Z Compiling clang-sys v1.8.1
21982026-05-22T02:25:21.921Z Compiling compression-core v0.4.32
21992026-05-22T02:25:21.979Z Compiling scroll v0.12.0
22002026-05-22T02:25:22.036Z Compiling compression-codecs v0.4.32
22012026-05-22T02:25:22.260Z Compiling hash32 v0.3.1
22022026-05-22T02:25:22.316Z Compiling toml_datetime v1.1.1+spec-1.1.0
22032026-05-22T02:25:22.426Z Compiling heapless v0.8.0
22042026-05-22T02:25:22.430Z Compiling async-compression v0.4.33
22052026-05-22T02:25:22.493Z Compiling goblin v0.8.2
22062026-05-22T02:25:22.585Z Compiling toml v1.0.6+spec-1.1.0
22072026-05-22T02:25:22.637Z Compiling ingot-types v0.1.2
22082026-05-22T02:25:22.880Z Compiling cobs v0.3.0
22092026-05-22T02:25:22.911Z Compiling libloading v0.8.9
22102026-05-22T02:25:22.996Z Compiling bitflags v1.3.2
22112026-05-22T02:25:23.037Z Compiling foreign-types-shared v0.3.1
22122026-05-22T02:25:23.079Z Compiling managed v0.8.0
22132026-05-22T02:25:23.091Z Compiling bindgen v0.72.1
22142026-05-22T02:25:23.109Z Compiling postcard v1.1.3
22152026-05-22T02:25:23.135Z Compiling foreign-types v0.5.0
22162026-05-22T02:25:23.220Z Compiling ingot v0.1.1
22172026-05-22T02:25:23.299Z Compiling dropshot v0.17.0
22182026-05-22T02:25:23.470Z Compiling smoltcp v0.11.0
22192026-05-22T02:25:24.566Z Compiling cexpr v0.6.0
22202026-05-22T02:25:25.151Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
22212026-05-22T02:25:25.346Z Compiling num_enum v0.7.5
22222026-05-22T02:25:25.476Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22232026-05-22T02:25:25.792Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22242026-05-22T02:25:25.917Z Compiling camino-tempfile v1.4.1
22252026-05-22T02:25:26.023Z Compiling serde_repr v0.1.20
22262026-05-22T02:25:26.137Z Compiling derive-where v1.6.0
22272026-05-22T02:25:26.168Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22282026-05-22T02:25:26.485Z Compiling cstr-argument v0.1.2
22292026-05-22T02:25:26.651Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-05-22T02:25:26.694Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22312026-05-22T02:25:27.069Z Compiling typify-macro v0.6.1
22322026-05-22T02:25:27.465Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22332026-05-22T02:25:27.657Z Compiling rayon v1.11.0
22342026-05-22T02:25:27.885Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22352026-05-22T02:25:28.016Z Compiling crucible-workspace-hack v0.1.0
22362026-05-22T02:25:28.759Z Compiling memmap v0.7.0
22372026-05-22T02:25:28.784Z Compiling tinyvec_macros v0.1.1
22382026-05-22T02:25:28.871Z Compiling tinyvec v1.10.0
22392026-05-22T02:25:28.945Z Compiling usdt v0.5.0
22402026-05-22T02:25:29.146Z Compiling typify v0.6.1
22412026-05-22T02:25:29.222Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22422026-05-22T02:25:29.371Z Compiling num_enum v0.5.11
22432026-05-22T02:25:29.828Z Compiling pin-project-internal v1.1.10
22442026-05-22T02:25:30.893Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22452026-05-22T02:25:30.980Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22462026-05-22T02:25:31.057Z Compiling progenitor-impl v0.13.0
22472026-05-22T02:25:31.198Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
22482026-05-22T02:25:31.198Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
22492026-05-22T02:25:31.557Z Compiling rustix v0.38.44
22502026-05-22T02:25:31.960Z Compiling itertools v0.12.1
22512026-05-22T02:25:31.974Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22522026-05-22T02:25:32.104Z Compiling progenitor-impl v0.10.0
22532026-05-22T02:25:32.184Z Compiling sigpipe v0.1.3
22542026-05-22T02:25:32.348Z Compiling jiff v0.2.15
22552026-05-22T02:25:32.407Z Compiling const_format_proc_macros v0.2.34
22562026-05-22T02:25:32.977Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22572026-05-22T02:25:33.189Z Compiling zone v0.3.1
22582026-05-22T02:25:33.230Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22592026-05-22T02:25:34.219Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22602026-05-22T02:25:34.588Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22612026-05-22T02:25:34.620Z Compiling progenitor-macro v0.13.0
22622026-05-22T02:25:35.154Z Compiling secrecy v0.10.3
22632026-05-22T02:25:35.325Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22642026-05-22T02:25:35.519Z Compiling progenitor-macro v0.10.0
22652026-05-22T02:25:35.671Z Compiling smf v0.2.3
22662026-05-22T02:25:35.898Z Compiling async-recursion v1.1.1
22672026-05-22T02:25:35.977Z Compiling snafu-derive v0.8.9
22682026-05-22T02:25:36.144Z Compiling bstr v1.12.0
22692026-05-22T02:25:36.151Z Compiling whoami v1.6.1
22702026-05-22T02:25:36.610Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22712026-05-22T02:25:37.622Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-05-22T02:25:37.986Z Compiling hmac v0.12.1
22732026-05-22T02:25:38.272Z Compiling inout v0.1.4
22742026-05-22T02:25:38.329Z Compiling ff v0.13.1
22752026-05-22T02:25:38.427Z Compiling data-encoding v2.9.0
22762026-05-22T02:25:38.472Z Compiling crc8 v0.1.1
22772026-05-22T02:25:38.916Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22782026-05-22T02:25:39.018Z Compiling group v0.13.0
22792026-05-22T02:25:39.144Z Compiling cipher v0.4.4
22802026-05-22T02:25:39.941Z Compiling hkdf v0.12.4
22812026-05-22T02:25:40.102Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
22822026-05-22T02:25:40.394Z Compiling atomicwrites v0.4.4
22832026-05-22T02:25:40.607Z Compiling tokio-dtrace v0.1.1
22842026-05-22T02:25:40.684Z Compiling nix v0.31.3
22852026-05-22T02:25:40.794Z Compiling tabled_derive v0.7.0
22862026-05-22T02:25:41.333Z Compiling reqwest v0.13.2
22872026-05-22T02:25:41.440Z Compiling universal-hash v0.5.1
22882026-05-22T02:25:41.583Z Compiling crypto-bigint v0.5.5
22892026-05-22T02:25:41.596Z Compiling half v2.7.1
22902026-05-22T02:25:41.777Z Compiling ciborium-io v0.2.2
22912026-05-22T02:25:41.886Z Compiling opaque-debug v0.3.1
22922026-05-22T02:25:41.899Z Compiling base64ct v1.8.0
22932026-05-22T02:25:41.969Z Compiling base16ct v0.2.0
22942026-05-22T02:25:42.148Z Compiling indent_write v2.2.0
22952026-05-22T02:25:42.214Z Compiling password-hash v0.5.0
22962026-05-22T02:25:42.297Z Compiling progenitor-client v0.13.0
22972026-05-22T02:25:42.518Z Compiling poly1305 v0.8.0
22982026-05-22T02:25:42.577Z Compiling ciborium-ll v0.2.2
22992026-05-22T02:25:42.681Z Compiling elliptic-curve v0.13.8
23002026-05-22T02:25:43.197Z Compiling oxide-tokio-rt v0.1.6
23012026-05-22T02:25:43.518Z Compiling chacha20 v0.9.1
23022026-05-22T02:25:43.549Z Compiling similar v2.7.0
23032026-05-22T02:25:43.745Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23042026-05-22T02:25:44.169Z Compiling thiserror-no-std v2.0.2
23052026-05-22T02:25:44.522Z Compiling blake2 v0.10.6
23062026-05-22T02:25:44.925Z Compiling aead v0.5.2
23072026-05-22T02:25:45.276Z Compiling resolv-conf v0.7.5
23082026-05-22T02:25:45.398Z Compiling keccak v0.1.6
23092026-05-22T02:25:45.512Z Compiling linked-hash-map v0.5.6
23102026-05-22T02:25:45.605Z Compiling sha3 v0.10.8
23112026-05-22T02:25:45.701Z Compiling lru-cache v0.1.2
23122026-05-22T02:25:45.830Z Compiling chacha20poly1305 v0.10.1
23132026-05-22T02:25:45.833Z Compiling vsss-rs v3.3.4
23142026-05-22T02:25:45.855Z Compiling argon2 v0.5.3
23152026-05-22T02:25:45.916Z Compiling progenitor v0.13.0
23162026-05-22T02:25:46.055Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23172026-05-22T02:25:46.113Z Compiling ciborium v0.2.2
23182026-05-22T02:25:46.321Z Compiling hickory-proto v0.24.4
23192026-05-22T02:25:46.736Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
23202026-05-22T02:25:46.748Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23212026-05-22T02:25:47.372Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23222026-05-22T02:25:47.420Z Compiling serde-big-array v0.5.1
23232026-05-22T02:25:47.489Z Compiling siphasher v1.0.1
23242026-05-22T02:25:47.504Z Compiling same-file v1.0.6
23252026-05-22T02:25:47.697Z Compiling unicode-segmentation v1.12.0
23262026-05-22T02:25:47.710Z Compiling phf_shared v0.12.1
23272026-05-22T02:25:47.962Z Compiling walkdir v2.5.0
23282026-05-22T02:25:48.022Z Compiling newline-converter v0.3.0
23292026-05-22T02:25:48.112Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23302026-05-22T02:25:48.144Z Compiling hickory-resolver v0.24.4
23312026-05-22T02:25:48.157Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23322026-05-22T02:25:48.632Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23332026-05-22T02:25:48.827Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23342026-05-22T02:25:49.683Z Compiling newtype_derive v0.1.6
23352026-05-22T02:25:49.773Z Compiling owo-colors v4.3.0
23362026-05-22T02:25:49.913Z Compiling tokio-stream v0.1.17
23372026-05-22T02:25:50.147Z Compiling console v0.15.11
23382026-05-22T02:25:50.390Z Compiling csv-core v0.1.12
23392026-05-22T02:25:50.535Z Compiling swrite v0.1.0
23402026-05-22T02:25:50.640Z Compiling termtree v0.5.1
23412026-05-22T02:25:50.689Z Compiling foldhash v0.1.5
23422026-05-22T02:25:50.797Z Compiling unicode-width v0.1.14
23432026-05-22T02:25:50.818Z Compiling smawk v0.3.2
23442026-05-22T02:25:50.883Z Compiling humantime v2.3.0
23452026-05-22T02:25:50.959Z Compiling unicode-linebreak v0.1.5
23462026-05-22T02:25:50.962Z Compiling hashbrown v0.15.5
23472026-05-22T02:25:51.162Z Compiling textwrap v0.16.2
23482026-05-22T02:25:51.263Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23492026-05-22T02:25:51.276Z Compiling csv v1.3.1
23502026-05-22T02:25:51.519Z Compiling expectorate v1.2.0
23512026-05-22T02:25:51.683Z Compiling qorb v0.4.1
23522026-05-22T02:25:51.738Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23532026-05-22T02:25:52.566Z Compiling phf v0.12.1
23542026-05-22T02:25:52.730Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
23552026-05-22T02:25:53.459Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
23562026-05-22T02:25:53.601Z Compiling pin-project v1.1.10
23572026-05-22T02:25:53.716Z Compiling unicode-normalization v0.1.24
23582026-05-22T02:25:53.823Z Compiling libz-sys v1.1.22
23592026-05-22T02:25:54.206Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23602026-05-22T02:25:54.839Z Compiling libsw-core v0.3.2
23612026-05-22T02:25:55.202Z Compiling fixedbitset v0.5.7
23622026-05-22T02:25:55.291Z Compiling highway v1.3.0
23632026-05-22T02:25:55.412Z Compiling fixedbitset v0.4.2
23642026-05-22T02:25:55.507Z Compiling petgraph v0.8.2
23652026-05-22T02:25:55.540Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23662026-05-22T02:25:55.661Z Compiling petgraph v0.6.5
23672026-05-22T02:25:55.685Z Compiling progenitor v0.10.0
23682026-05-22T02:25:57.216Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23692026-05-22T02:25:57.246Z Compiling libsw v3.5.0
23702026-05-22T02:25:57.436Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23712026-05-22T02:25:57.761Z Compiling olpc-cjson v0.1.4
23722026-05-22T02:25:57.835Z Compiling libgit2-sys v0.17.0+1.8.1
23732026-05-22T02:25:57.942Z Compiling snafu v0.8.9
23742026-05-22T02:25:58.336Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23752026-05-22T02:25:58.540Z Compiling chrono-tz v0.10.4
23762026-05-22T02:25:58.721Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23772026-05-22T02:25:59.488Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23782026-05-22T02:25:59.947Z Compiling papergrid v0.11.0
23792026-05-22T02:26:00.058Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23802026-05-22T02:26:00.352Z Compiling globset v0.4.16
23812026-05-22T02:26:00.854Z Compiling const_format v0.2.34
23822026-05-22T02:26:01.113Z Compiling slog-dtrace v0.3.0
23832026-05-22T02:26:01.169Z Compiling cancel-safe-futures v0.1.5
23842026-05-22T02:26:01.198Z Compiling gethostname v0.5.0
23852026-05-22T02:26:01.509Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23862026-05-22T02:26:01.959Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23872026-05-22T02:26:02.561Z Compiling dropshot-api-manager-types v0.7.2
23882026-05-22T02:26:02.582Z Compiling bcs v0.1.6
23892026-05-22T02:26:02.914Z Compiling cargo-platform v0.1.9
23902026-05-22T02:26:02.941Z Compiling serde_plain v1.0.2
23912026-05-22T02:26:02.955Z Compiling pem v3.0.5
23922026-05-22T02:26:03.165Z Compiling linear-map v1.2.0
23932026-05-22T02:26:03.351Z Compiling tagptr v0.2.0
23942026-05-22T02:26:03.369Z Compiling typed-path v0.9.3
23952026-05-22T02:26:03.581Z Compiling moka v0.12.11
23962026-05-22T02:26:04.352Z Compiling tough v0.20.0
23972026-05-22T02:26:04.681Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23982026-05-22T02:26:05.555Z Compiling cargo_metadata v0.18.1
23992026-05-22T02:26:06.122Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24002026-05-22T02:26:06.752Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24012026-05-22T02:26:06.905Z Compiling tabled v0.15.0
24022026-05-22T02:26:06.947Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24032026-05-22T02:26:08.130Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24042026-05-22T02:26:08.345Z Compiling git2 v0.19.0
24052026-05-22T02:26:09.569Z Compiling steno v0.4.1
24062026-05-22T02:26:11.240Z Compiling cookie v0.18.1
24072026-05-22T02:26:11.296Z Compiling hickory-proto v0.25.2
24082026-05-22T02:26:13.188Z Compiling hickory-resolver v0.25.2
24092026-05-22T02:26:13.738Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24102026-05-22T02:26:15.451Z Compiling vergen v8.3.2
24112026-05-22T02:26:17.316Z Compiling signal-hook v0.3.18
24122026-05-22T02:26:18.077Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
24132026-05-22T02:26:18.420Z Compiling predicates-core v1.0.9
24142026-05-22T02:26:18.468Z Compiling mockall_derive v0.13.1
24152026-05-22T02:26:18.879Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24162026-05-22T02:26:18.965Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24172026-05-22T02:26:19.190Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
24182026-05-22T02:26:19.347Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24192026-05-22T02:26:19.439Z Compiling sha2 v0.10.9
24202026-05-22T02:26:20.146Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
24212026-05-22T02:26:20.943Z Compiling yansi v1.0.1
24222026-05-22T02:26:21.094Z Compiling diff v0.1.13
24232026-05-22T02:26:21.309Z Compiling pretty_assertions v1.4.1
24242026-05-22T02:26:21.442Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24252026-05-22T02:26:22.653Z Compiling predicates-tree v1.0.12
24262026-05-22T02:26:22.761Z Compiling predicates v3.1.3
24272026-05-22T02:26:22.931Z Compiling fs-err v3.1.2
24282026-05-22T02:26:23.683Z Compiling git-stub v1.0.0
24292026-05-22T02:26:23.725Z Compiling filetime v0.2.26
24302026-05-22T02:26:23.929Z Compiling xattr v1.6.1
24312026-05-22T02:26:23.977Z Compiling downcast v0.11.0
24322026-05-22T02:26:24.121Z Compiling arrayref v0.3.9
24332026-05-22T02:26:24.142Z Compiling constant_time_eq v0.3.1
24342026-05-22T02:26:24.208Z Compiling fragile v2.0.1
24352026-05-22T02:26:24.271Z Compiling arrayvec v0.7.6
24362026-05-22T02:26:24.444Z Compiling is_ci v1.2.0
24372026-05-22T02:26:24.490Z Compiling blake3 v1.8.2
24382026-05-22T02:26:24.518Z Compiling mockall v0.13.1
24392026-05-22T02:26:24.602Z Compiling supports-color v3.0.2
24402026-05-22T02:26:24.715Z Compiling toml v0.7.8
24412026-05-22T02:26:24.795Z Compiling tar v0.4.45
24422026-05-22T02:26:25.074Z Compiling git-stub-vcs v0.1.0
24432026-05-22T02:26:25.464Z Compiling signal-hook-tokio v0.3.1
24442026-05-22T02:26:25.612Z Compiling curl-sys v0.4.83+curl-8.15.0
24452026-05-22T02:26:25.958Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
24462026-05-22T02:26:26.934Z Compiling drift v0.2.0
24472026-05-22T02:26:27.501Z Compiling kstat-rs v0.2.4
24482026-05-22T02:26:27.830Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24492026-05-22T02:26:27.922Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24502026-05-22T02:26:28.001Z Compiling display-error-chain v0.2.2
24512026-05-22T02:26:28.156Z Compiling hex-literal v1.0.0
24522026-05-22T02:26:28.245Z Compiling topological-sort v0.2.2
24532026-05-22T02:26:28.405Z Compiling omicron-zone-package v0.12.2
24542026-05-22T02:26:28.512Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24552026-05-22T02:26:28.742Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24562026-05-22T02:26:29.997Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24572026-05-22T02:26:30.553Z Compiling dropshot-api-manager v0.7.2
24582026-05-22T02:26:31.184Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24592026-05-22T02:26:31.281Z Compiling curl v0.4.49
24602026-05-22T02:26:31.387Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
24612026-05-22T02:26:31.650Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
24622026-05-22T02:26:31.907Z Compiling search_path v0.1.4
24632026-05-22T02:26:32.127Z Compiling internet-checksum v0.2.1
24642026-05-22T02:26:32.287Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24652026-05-22T02:26:32.317Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
24662026-05-22T02:26:35.733Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
24672026-05-22T02:26:37.539Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
24682026-05-22T02:27:21.797Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s
24692026-05-22T02:27:21.941Z Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e)
24702026-05-22T02:27:21.944Z
24712026-05-22T02:27:21.944Zrunning 5 tests
24722026-05-22T02:27:21.947Ztest fuse::tests::chip_revision_b0 ... ok
24732026-05-22T02:27:21.947Ztest fuse::tests::chip_revision_a0 ... ok
24742026-05-22T02:27:21.947Ztest fuse::tests::chip_revision_b1 ... ok
24752026-05-22T02:27:21.947Ztest fuse::tests::chip_revision_unknown_device_id ... ok
24762026-05-22T02:27:21.947Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
24772026-05-22T02:27:21.947Z
24782026-05-22T02:27:21.947Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24792026-05-22T02:27:21.947Z
24802026-05-22T02:27:21.948Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
24812026-05-22T02:27:21.951Z
24822026-05-22T02:27:21.951Zrunning 0 tests
24832026-05-22T02:27:21.951Z
24842026-05-22T02:27:21.951Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24852026-05-22T02:27:21.951Z
24862026-05-22T02:27:21.952Z Running unittests src/lib.rs (target/debug/deps/asic-4295af201de08ab5)
24872026-05-22T02:27:21.952Z
24882026-05-22T02:27:21.952Zrunning 0 tests
24892026-05-22T02:27:21.952Z
24902026-05-22T02:27:21.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-05-22T02:27:21.952Z
24922026-05-22T02:27:21.952Z Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e)
24932026-05-22T02:27:21.954Z
24942026-05-22T02:27:21.954Zrunning 10 tests
24952026-05-22T02:27:21.955Ztest network::tests::test_equal ... ok
24962026-05-22T02:27:21.955Ztest nat::tests::test_vni ... ok
24972026-05-22T02:27:21.955Ztest network::tests::test_eui64 ... ok
24982026-05-22T02:27:21.955Ztest network::tests::test_generate_ipv6_link_local ... ok
24992026-05-22T02:27:21.955Ztest network::tests::test_into ... ok
25002026-05-22T02:27:21.955Ztest network::tests::test_not_equal ... ok
25012026-05-22T02:27:21.955Ztest network::tests::test_to_string ... ok
25022026-05-22T02:27:21.955Ztest network::tests::test_parse ... ok
25032026-05-22T02:27:21.955Ztest test_purge ... ok
25042026-05-22T02:27:21.958Ztest illumos::test::address_exists_handles_missing_object ... ok
25052026-05-22T02:27:21.958Z
25062026-05-22T02:27:21.958Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25072026-05-22T02:27:21.958Z
25082026-05-22T02:27:21.961Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40)
25092026-05-22T02:27:21.964Z
25102026-05-22T02:27:21.964Zrunning 1 test
25112026-05-22T02:27:21.967Z -------
25122026-05-22T02:27:21.967Z Generating OpenAPI documents from API definitions ...
25132026-05-22T02:27:22.104Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
25142026-05-22T02:27:22.172Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
25152026-05-22T02:27:23.162Z -------
25162026-05-22T02:27:23.162Z Checking 12 OpenAPI documents...
25172026-05-22T02:27:23.162Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
25182026-05-22T02:27:23.162Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
25192026-05-22T02:27:23.165Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
25202026-05-22T02:27:23.165Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
25212026-05-22T02:27:23.165Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
25222026-05-22T02:27:23.165Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
25232026-05-22T02:27:23.165Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
25242026-05-22T02:27:23.165Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
25252026-05-22T02:27:23.165Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
25262026-05-22T02:27:23.165Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
25272026-05-22T02:27:23.165Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
25282026-05-22T02:27:23.165Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
25292026-05-22T02:27:23.165Z Fresh dpd "latest" symlink
25302026-05-22T02:27:23.165Z -------
25312026-05-22T02:27:23.165Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
25322026-05-22T02:27:23.227Ztest test::test_apis_up_to_date ... ok
25332026-05-22T02:27:23.227Z
25342026-05-22T02:27:23.227Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
25352026-05-22T02:27:23.227Z
25362026-05-22T02:27:23.279Z Running unittests src/main.rs (target/debug/deps/dpd-03984d4f9b21105d)
25372026-05-22T02:27:23.285Z
25382026-05-22T02:27:23.285Zrunning 45 tests
25392026-05-22T02:27:23.288Ztest freemap::test_ordering ... ok
25402026-05-22T02:27:23.288Ztest config::tests::test_updates ... ok
25412026-05-22T02:27:23.288Ztest freemap::test_split ... ok
25422026-05-22T02:27:23.288Ztest dhcpv6::tests::test_create_duid_bytes ... ok
25432026-05-22T02:27:23.288Ztest macaddrs::tests::test_mac_offset ... ok
25442026-05-22T02:27:23.288Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25452026-05-22T02:27:23.288Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25462026-05-22T02:27:23.292Ztest macaddrs::tests::test_parse_port_id ... ok
25472026-05-22T02:27:23.292Ztest mcast::tests::test_canonicalize_sources ... ok
25482026-05-22T02:27:23.292ZMay 22 02:27:22.464May 22 02:27:22.464 DEBGDEBG created new freemapcreated new freemap, unit: freemap_test
25492026-05-22T02:27:23.292ZMay 22 02:27:22.465 DEBG initted freemap. size: 128, unit: freemap_test
25502026-05-22T02:27:23.292Z, unit: May 22 02:27:22.465freemap_test
25512026-05-22T02:27:23.292ZDEBG reset freemap, unit: freemap_test
25522026-05-22T02:27:23.292ZMay 22 02:27:22.465 DEBG initted freemap. size: 128, unit: May 22 02:27:22.464freemap_test
25532026-05-22T02:27:23.292ZDEBG created new freemapMay 22 02:27:22.465 , DEBGunit :reset freemap , freemap_testunit:
25542026-05-22T02:27:23.292Z freemap_test
25552026-05-22T02:27:23.292ZMay 22 02:27:22.465 DEBG initted freemap. size: 128, unit: freemap_test
25562026-05-22T02:27:23.292ZMay 22 02:27:22.465 DEBG reset freemap, unit: freemap_test
25572026-05-22T02:27:23.292Ztest freemap::test_reclaim ... ok
25582026-05-22T02:27:23.292Ztest freemap::test_free ... ok
25592026-05-22T02:27:23.292Ztest freemap::test_exhaustion ... ok
25602026-05-22T02:27:23.292ZMay 22 02:27:22.465 DEBG created new freemap, unit: freemap_test
25612026-05-22T02:27:23.292ZMay 22 02:27:22.465 DEBG initted freemap. size: 128, unit: freemap_test
25622026-05-22T02:27:23.292ZMay 22 02:27:22.465 DEBG reset freemap, unit: freemap_test
25632026-05-22T02:27:23.292Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
25642026-05-22T02:27:23.292Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
25652026-05-22T02:27:23.292Ztest freemap::test_basic ... ok
25662026-05-22T02:27:23.292Ztest mcast::tests::test_create_port_bitmap_empty ... ok
25672026-05-22T02:27:23.292Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
25682026-05-22T02:27:23.292Ztest mcast::tests::test_concurrent_id_allocation ... ok
25692026-05-22T02:27:23.292Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
25702026-05-22T02:27:23.292Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
25712026-05-22T02:27:23.292Ztest mcast::tests::test_sources_contain_any ... ok
25722026-05-22T02:27:23.292Ztest mcast::validate::tests::test_address_validation_integrated ... ok
25732026-05-22T02:27:23.292Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
25742026-05-22T02:27:23.292Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
25752026-05-22T02:27:23.292Ztest mcast::validate::tests::test_ipv4_validation ... ok
25762026-05-22T02:27:23.292Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
25772026-05-22T02:27:23.292Ztest mcast::validate::tests::test_ipv6_validation ... ok
25782026-05-22T02:27:23.292Ztest mcast::validate::tests::test_validate_nat_target ... ok
25792026-05-22T02:27:23.292Ztest mcast::validate::tests::test_is_ssm_function ... ok
25802026-05-22T02:27:23.292Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
25812026-05-22T02:27:23.292ZMay 22 02:27:22.466 DEBG created new freemap, unit: freemap_test
25822026-05-22T02:27:23.293ZMay 22 02:27:22.466 DEBG initted freemap. size: 128, unit: freemap_test
25832026-05-22T02:27:23.293ZMay 22 02:27:22.466 DEBG reset freemap, unit: freemap_test
25842026-05-22T02:27:23.293Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
25852026-05-22T02:27:23.293Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
25862026-05-22T02:27:23.293Ztest freemap::test_span ... ok
25872026-05-22T02:27:23.293Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
25882026-05-22T02:27:23.293Ztest mcast::validate::tests::test_validate_source_addresses ... ok
25892026-05-22T02:27:23.293Ztest mcast::validate::tests::test_validate_tag ... ok
25902026-05-22T02:27:23.293Ztest nat::test_mapping ... ok
25912026-05-22T02:27:23.293Ztest mcast::validate::tests::test_validate_tag_format ... ok
25922026-05-22T02:27:23.293Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
25932026-05-22T02:27:23.293Ztest port_map::tests::test_backplane_group ... ok
25942026-05-22T02:27:23.293Ztest port_map::tests::test_port_map ... ok
25952026-05-22T02:27:23.293Ztest port_map::tests::dump_map ... ok
25962026-05-22T02:27:23.293Ztest api_server::tests::test_build_info ... ok
25972026-05-22T02:27:23.293Ztest mcast::tests::test_id_range_boundaries ... ok
25982026-05-22T02:27:23.296Ztest port_map::tests::parse_softnpu_revision ... ok
25992026-05-22T02:27:23.296Z
26002026-05-22T02:27:23.296Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26012026-05-22T02:27:23.296Z
26022026-05-22T02:27:23.296Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a1140eb46f3fd2ae)
26032026-05-22T02:27:23.299Z
26042026-05-22T02:27:23.299Zrunning 0 tests
26052026-05-22T02:27:23.299Z
26062026-05-22T02:27:23.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26072026-05-22T02:27:23.299Z
26082026-05-22T02:27:23.299Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd)
26092026-05-22T02:27:23.299Z
26102026-05-22T02:27:23.299Zrunning 0 tests
26112026-05-22T02:27:23.299Z
26122026-05-22T02:27:23.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26132026-05-22T02:27:23.299Z
26142026-05-22T02:27:23.300Z Running unittests src/lib.rs (target/debug/deps/dpd_client-655de5cc01686e0a)
26152026-05-22T02:27:23.302Z
26162026-05-22T02:27:23.302Zrunning 6 tests
26172026-05-22T02:27:23.302Ztest tests::test_parse_client_port_id ... ok
26182026-05-22T02:27:23.303Ztest tests::test_port_id_cmp ... ok
26192026-05-22T02:27:23.303Ztest tests::test_full_lot_id_neither_present ... ok
26202026-05-22T02:27:23.303Ztest tests::test_full_lot_id_lotnum_only ... ok
26212026-05-22T02:27:23.303Ztest tests::test_full_lot_id_lot_only ... ok
26222026-05-22T02:27:23.303Ztest tests::test_full_lot_id_both_present ... ok
26232026-05-22T02:27:23.303Z
26242026-05-22T02:27:23.303Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26252026-05-22T02:27:23.303Z
26262026-05-22T02:27:23.303Z Running tests/test_all.rs (target/debug/deps/test_all-a0aaaec21b1322d6)
26272026-05-22T02:27:23.306Z
26282026-05-22T02:27:23.306Zrunning 0 tests
26292026-05-22T02:27:23.306Z
26302026-05-22T02:27:23.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26312026-05-22T02:27:23.306Z
26322026-05-22T02:27:23.306Z Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3)
26332026-05-22T02:27:23.306Z
26342026-05-22T02:27:23.306Zrunning 0 tests
26352026-05-22T02:27:23.306Z
26362026-05-22T02:27:23.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26372026-05-22T02:27:23.306Z
26382026-05-22T02:27:23.306Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e)
26392026-05-22T02:27:23.309Z
26402026-05-22T02:27:23.309Zrunning 0 tests
26412026-05-22T02:27:23.309Z
26422026-05-22T02:27:23.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26432026-05-22T02:27:23.309Z
26442026-05-22T02:27:23.309Z Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518)
26452026-05-22T02:27:23.309Z
26462026-05-22T02:27:23.309Zrunning 12 tests
26472026-05-22T02:27:23.309Ztest icmp::test_v6_checksum ... ok
26482026-05-22T02:27:23.309Ztest icmp::test_v4_checksum ... ok
26492026-05-22T02:27:23.312Ztest lldp::test_lldp_parse ... ok
26502026-05-22T02:27:23.312Ztest pbuf::test_byte ... ok
26512026-05-22T02:27:23.312Ztest ipv6::test_ipv6_parse ... ok
26522026-05-22T02:27:23.312Ztest pbuf::test_nibble ... ok
26532026-05-22T02:27:23.312Ztest pbuf::test_short ... ok
26542026-05-22T02:27:23.312Ztest pbuf::test_overflow ... ok
26552026-05-22T02:27:23.312Ztest pbuf::test_twelve ... ok
26562026-05-22T02:27:23.312Ztest pbuf::test_word ... ok
26572026-05-22T02:27:23.312Ztest tcp::test_checksum_ack_data ... ok
26582026-05-22T02:27:23.313Ztest tcp::test_checksum_syn_nodata ... ok
26592026-05-22T02:27:23.313Z
26602026-05-22T02:27:23.313Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26612026-05-22T02:27:23.313Z
26622026-05-22T02:27:23.313Z Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d)
26632026-05-22T02:27:23.313Z
26642026-05-22T02:27:23.313Zrunning 0 tests
26652026-05-22T02:27:23.313Z
26662026-05-22T02:27:23.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26672026-05-22T02:27:23.313Z
26682026-05-22T02:27:23.313Z Running unittests src/main.rs (target/debug/deps/swadm-3bf0add306f0648f)
26692026-05-22T02:27:23.316Z
26702026-05-22T02:27:23.316Zrunning 5 tests
26712026-05-22T02:27:23.316Ztest switchport::test::test_compute_lanes ... ok
26722026-05-22T02:27:23.316Ztest switchport::test::port_id_ordering ... ok
26732026-05-22T02:27:23.316Z Lane 0 Lane 1 Lane 2 Lane 3
26742026-05-22T02:27:23.316Z Rx Loss-of-lock: Yes Yes Yes Yes
26752026-05-22T02:27:23.316Z Rx Loss-of-signal: Yes Yes Yes Yes
26762026-05-22T02:27:23.316Z Rx CDR Enabled: Yes Yes Yes Yes
26772026-05-22T02:27:23.316Z Tx Enabled: Yes Yes Yes Yes
26782026-05-22T02:27:23.316Z Tx Loss-of-lock: No No No No
26792026-05-22T02:27:23.316Z Tx Loss-of-signal: No No No No
26802026-05-22T02:27:23.316Z Tx CDR Enabled: No No No No
26812026-05-22T02:27:23.316Z Tx Adaptive EQ Fault: No No No No
26822026-05-22T02:27:23.316Z Tx Fault: Yes Yes Yes Yes
26832026-05-22T02:27:23.316Z Lane 0 Lane 1 Lane 2 Lane 3
26842026-05-22T02:27:23.316Z State: Activated Activated Activated Activated
26852026-05-22T02:27:23.317Z Rx Output Enabled: false false false false
26862026-05-22T02:27:23.317Z Rx Output Status: valid valid valid valid
26872026-05-22T02:27:23.317Z Rx Loss-of-lock: true true true true
26882026-05-22T02:27:23.317Z Rx Loss-of-signal: false false false false
26892026-05-22T02:27:23.317ZRx Auto-squelch Disable: true true true true
26902026-05-22T02:27:23.317Z Tx Output Enabled: true true true true
26912026-05-22T02:27:23.317Z Tx Output Status: invalid invalid invalid invalid
26922026-05-22T02:27:23.317Z Tx Loss-of-lock: false false false false
26932026-05-22T02:27:23.317Z Tx Loss-of-signal: true true true true
26942026-05-22T02:27:23.317Ztest switchport::test::test_print_sff_datapath ... Tx Auto-squelch Disable: falseok
26952026-05-22T02:27:23.317Zfalse false false
26962026-05-22T02:27:23.317Z Tx Adaptive EQ Fail: true true true true
26972026-05-22T02:27:23.317Z Tx Failure: false false false false
26982026-05-22T02:27:23.317Z Tx Force Squelch: true true true true
26992026-05-22T02:27:23.317Z Tx Input Polarity: normal normal normal normal
27002026-05-22T02:27:23.317Ztest switchport::test::test_print_cmis_datapath ... ok
27012026-05-22T02:27:23.317Ztest link::test_filter ... ok
27022026-05-22T02:27:23.318Z
27032026-05-22T02:27:23.318Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27042026-05-22T02:27:23.318Z
27052026-05-22T02:27:23.318Z Running tests/counters.rs (target/debug/deps/counters-1471c2478fa74711)
27062026-05-22T02:27:23.321Z
27072026-05-22T02:27:23.321Zrunning 1 test
27082026-05-22T02:27:23.321Ztest test_p4_counter_list ... ignored
27092026-05-22T02:27:23.321Z
27102026-05-22T02:27:23.321Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27112026-05-22T02:27:23.321Z
27122026-05-22T02:27:23.321Z Running tests/port-link.rs (target/debug/deps/port_link-7ff66e93d623aab7)
27132026-05-22T02:27:23.321Z
27142026-05-22T02:27:23.321Zrunning 5 tests
27152026-05-22T02:27:23.321Ztest test_an ... ignored
27162026-05-22T02:27:23.321Ztest test_enable ... ignored
27172026-05-22T02:27:23.321Ztest test_ip_addresses ... ignored
27182026-05-22T02:27:23.321Ztest test_kr ... ignored
27192026-05-22T02:27:23.321Ztest test_mac ... ignored
27202026-05-22T02:27:23.321Z
27212026-05-22T02:27:23.321Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27222026-05-22T02:27:23.321Z
27232026-05-22T02:27:23.321Z Running unittests src/main.rs (target/debug/deps/tfportd-7735c9dd777f743d)
27242026-05-22T02:27:23.325Z
27252026-05-22T02:27:23.325Zrunning 3 tests
27262026-05-22T02:27:23.325Ztest linklocal::test_parse_ipadm ... ok
27272026-05-22T02:27:23.325Ztest tfport::test_parse_tfport ... ok
27282026-05-22T02:27:23.325Ztest config::tests::test_updates ... ok
27292026-05-22T02:27:23.325Z
27302026-05-22T02:27:23.325Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27312026-05-22T02:27:23.325Z
27322026-05-22T02:27:23.327Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907)
27332026-05-22T02:27:23.327Z
27342026-05-22T02:27:23.327Zrunning 0 tests
27352026-05-22T02:27:23.327Z
27362026-05-22T02:27:23.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27372026-05-22T02:27:23.328Z
27382026-05-22T02:27:23.328Z Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39)
27392026-05-22T02:27:23.330Z
27402026-05-22T02:27:23.331Zrunning 0 tests
27412026-05-22T02:27:23.331Z
27422026-05-22T02:27:23.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27432026-05-22T02:27:23.331Z
27442026-05-22T02:27:23.331Z Doc-tests aal
27452026-05-22T02:27:23.458Z
27462026-05-22T02:27:23.458Zrunning 0 tests
27472026-05-22T02:27:23.458Z
27482026-05-22T02:27:23.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27492026-05-22T02:27:23.458Z
27502026-05-22T02:27:23.476Z Doc-tests aal_macros
27512026-05-22T02:27:23.546Z
27522026-05-22T02:27:23.546Zrunning 0 tests
27532026-05-22T02:27:23.546Z
27542026-05-22T02:27:23.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27552026-05-22T02:27:23.546Z
27562026-05-22T02:27:23.557Z Doc-tests common
27572026-05-22T02:27:23.790Z
27582026-05-22T02:27:23.790Zrunning 0 tests
27592026-05-22T02:27:23.791Z
27602026-05-22T02:27:23.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27612026-05-22T02:27:23.791Z
27622026-05-22T02:27:23.811Z Doc-tests dpd_api
27632026-05-22T02:27:24.540Z
27642026-05-22T02:27:24.540Zrunning 2 tests
27652026-05-22T02:27:24.540Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
27662026-05-22T02:27:24.541Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
27672026-05-22T02:27:24.541Z
27682026-05-22T02:27:24.541Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
27692026-05-22T02:27:24.541Z
27702026-05-22T02:27:24.571Z Doc-tests dpd_client
27712026-05-22T02:27:25.822Z
27722026-05-22T02:27:25.823Zrunning 0 tests
27732026-05-22T02:27:25.823Z
27742026-05-22T02:27:25.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27752026-05-22T02:27:25.823Z
27762026-05-22T02:27:25.866Z Doc-tests dpd_types
27772026-05-22T02:27:26.076Z
27782026-05-22T02:27:26.076Zrunning 0 tests
27792026-05-22T02:27:26.076Z
27802026-05-22T02:27:26.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27812026-05-22T02:27:26.076Z
27822026-05-22T02:27:26.100Z Doc-tests dpd_types_versions
27832026-05-22T02:27:27.294Z
27842026-05-22T02:27:27.294Zrunning 1 test
27852026-05-22T02:27:27.294Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
27862026-05-22T02:27:27.294Z
27872026-05-22T02:27:27.294Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27882026-05-22T02:27:27.294Z
27892026-05-22T02:27:27.337Z Doc-tests packet
27902026-05-22T02:27:27.446Z
27912026-05-22T02:27:27.446Zrunning 0 tests
27922026-05-22T02:27:27.446Z
27932026-05-22T02:27:27.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27942026-05-22T02:27:27.446Z
27952026-05-22T02:27:27.461Z Doc-tests pcap
27962026-05-22T02:27:27.514Z
27972026-05-22T02:27:27.514Zrunning 0 tests
27982026-05-22T02:27:27.514Z
27992026-05-22T02:27:27.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28002026-05-22T02:27:27.514Z
28012026-05-22T02:27:27.587Z+ for feat in tofino_stub tofino_asic softnpu chaos
28022026-05-22T02:27:27.587Z+ RUST_BACKTRACE=full
28032026-05-22T02:27:27.587Z+ cargo test --features tofino_asic --no-fail-fast
28042026-05-22T02:27:28.284Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28052026-05-22T02:27:28.371Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
28062026-05-22T02:27:28.379Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
28072026-05-22T02:27:28.386Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
28082026-05-22T02:27:36.867Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
28092026-05-22T02:27:37.485Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
28102026-05-22T02:28:17.817Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.21s
28112026-05-22T02:28:17.946Z Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e)
28122026-05-22T02:28:17.949Z
28132026-05-22T02:28:17.949Zrunning 5 tests
28142026-05-22T02:28:17.949Ztest fuse::tests::chip_revision_b0 ... ok
28152026-05-22T02:28:17.949Ztest fuse::tests::chip_revision_a0 ... ok
28162026-05-22T02:28:17.949Ztest fuse::tests::chip_revision_b1 ... ok
28172026-05-22T02:28:17.949Ztest fuse::tests::chip_revision_unknown_device_id ... ok
28182026-05-22T02:28:17.949Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
28192026-05-22T02:28:17.949Z
28202026-05-22T02:28:17.949Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28212026-05-22T02:28:17.949Z
28222026-05-22T02:28:17.950Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
28232026-05-22T02:28:17.953Z
28242026-05-22T02:28:17.953Zrunning 0 tests
28252026-05-22T02:28:17.953Z
28262026-05-22T02:28:17.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28272026-05-22T02:28:17.953Z
28282026-05-22T02:28:17.953Z Running unittests src/lib.rs (target/debug/deps/asic-9afb5547a0add77a)
28292026-05-22T02:28:18.116Z
28302026-05-22T02:28:18.116Zrunning 8 tests
28312026-05-22T02:28:18.119Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
28322026-05-22T02:28:18.119Ztest tofino_asic::qsfp::tests::fix_link ... ok
28332026-05-22T02:28:18.119Ztest tofino_asic::stats::constants_sanity_check ... ok
28342026-05-22T02:28:18.119Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
28352026-05-22T02:28:18.119Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
28362026-05-22T02:28:18.119Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
28372026-05-22T02:28:18.126Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
28382026-05-22T02:28:18.619Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
28392026-05-22T02:28:18.619Z
28402026-05-22T02:28:18.619Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
28412026-05-22T02:28:18.619Z
28422026-05-22T02:28:18.628Z Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e)
28432026-05-22T02:28:18.631Z
28442026-05-22T02:28:18.631Zrunning 10 tests
28452026-05-22T02:28:18.634Ztest nat::tests::test_vni ... ok
28462026-05-22T02:28:18.634Ztest network::tests::test_equal ... ok
28472026-05-22T02:28:18.634Ztest network::tests::test_eui64 ... ok
28482026-05-22T02:28:18.634Ztest network::tests::test_generate_ipv6_link_local ... ok
28492026-05-22T02:28:18.634Ztest network::tests::test_into ... ok
28502026-05-22T02:28:18.634Ztest network::tests::test_not_equal ... ok
28512026-05-22T02:28:18.634Ztest network::tests::test_to_string ... ok
28522026-05-22T02:28:18.634Ztest network::tests::test_parse ... ok
28532026-05-22T02:28:18.634Ztest test_purge ... ok
28542026-05-22T02:28:18.637Ztest illumos::test::address_exists_handles_missing_object ... ok
28552026-05-22T02:28:18.637Z
28562026-05-22T02:28:18.637Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28572026-05-22T02:28:18.638Z
28582026-05-22T02:28:18.638Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40)
28592026-05-22T02:28:18.641Z
28602026-05-22T02:28:18.641Zrunning 1 test
28612026-05-22T02:28:18.643Z -------
28622026-05-22T02:28:18.643Z Generating OpenAPI documents from API definitions ...
28632026-05-22T02:28:18.784Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
28642026-05-22T02:28:18.851Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
28652026-05-22T02:28:19.842Z -------
28662026-05-22T02:28:19.842Z Checking 12 OpenAPI documents...
28672026-05-22T02:28:19.842Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
28682026-05-22T02:28:19.842Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
28692026-05-22T02:28:19.842Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
28702026-05-22T02:28:19.843Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
28712026-05-22T02:28:19.846Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
28722026-05-22T02:28:19.846Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
28732026-05-22T02:28:19.846Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
28742026-05-22T02:28:19.846Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
28752026-05-22T02:28:19.846Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
28762026-05-22T02:28:19.846Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
28772026-05-22T02:28:19.846Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
28782026-05-22T02:28:19.846Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
28792026-05-22T02:28:19.846Z Fresh dpd "latest" symlink
28802026-05-22T02:28:19.846Z -------
28812026-05-22T02:28:19.846Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
28822026-05-22T02:28:19.904Ztest test::test_apis_up_to_date ... ok
28832026-05-22T02:28:19.904Z
28842026-05-22T02:28:19.904Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
28852026-05-22T02:28:19.904Z
28862026-05-22T02:28:19.962Z Running unittests src/main.rs (target/debug/deps/dpd-50f4d62469890175)
28872026-05-22T02:28:20.025Z
28882026-05-22T02:28:20.025Zrunning 77 tests
28892026-05-22T02:28:20.028Ztest freemap::test_ordering ... ok
28902026-05-22T02:28:20.028Ztest config::tests::test_updates ... ok
28912026-05-22T02:28:20.028Ztest dhcpv6::tests::test_create_duid_bytes ... ok
28922026-05-22T02:28:20.028Ztest freemap::test_split ... ok
28932026-05-22T02:28:20.028Ztest macaddrs::tests::test_mac_offset ... ok
28942026-05-22T02:28:20.028Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
28952026-05-22T02:28:20.028Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
28962026-05-22T02:28:20.028Ztest macaddrs::tests::test_parse_port_id ... ok
28972026-05-22T02:28:20.028Ztest mcast::tests::test_canonicalize_sources ... ok
28982026-05-22T02:28:20.031Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
28992026-05-22T02:28:20.031Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
29002026-05-22T02:28:20.031ZMay 22 02:28:19.205May 22 02:28:19.205 DEBG DEBGcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_test
29012026-05-22T02:28:20.031Z
29022026-05-22T02:28:20.031ZMay 22 02:28:19.205 May 22 02:28:19.205DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unitMay 22 02:28:19.205May 22 02:28:19.205 : freemap_testfreemap_testDEBG
29032026-05-22T02:28:20.031Z
29042026-05-22T02:28:20.031Zcreated new freemapDEBG , created new freemapunit:, May 22 02:28:19.205unit : DEBGfreemap_test freemap_testreset freemap
29052026-05-22T02:28:20.031Z
29062026-05-22T02:28:20.031Z, unit: May 22 02:28:19.205freemap_test
29072026-05-22T02:28:20.031Ztest mcast::tests::test_create_port_bitmap_empty ... ok
29082026-05-22T02:28:20.031ZMay 22 02:28:19.205DEBG DEBGcreated new freemap , initted freemap. size: 128unit, :unit :May 22 02:28:19.205freemap_test DEBGfreemap_test
29092026-05-22T02:28:20.032Z
29102026-05-22T02:28:20.032Zinitted freemap. size: 128, unit: May 22 02:28:19.205freemap_test
29112026-05-22T02:28:20.032ZDEBG May 22 02:28:19.205reset freemap , DEBGunitMay 22 02:28:19.205 :initted freemap. size: 128DEBG , freemap_testunit
29122026-05-22T02:28:20.032Z: reset freemapfreemap_test,
29132026-05-22T02:28:20.032Zunit: freemap_test
29142026-05-22T02:28:20.032ZMay 22 02:28:19.205 DEBG reset freemap, unit: freemap_test
29152026-05-22T02:28:20.032Ztest freemap::test_exhaustion ... ok
29162026-05-22T02:28:20.032Ztest freemap::test_span ... ok
29172026-05-22T02:28:20.032Ztest freemap::test_free ... ok
29182026-05-22T02:28:20.032Ztest freemap::test_reclaim ... ok
29192026-05-22T02:28:20.032ZMay 22 02:28:19.205 DEBG reset freemap, unit: freemap_test
29202026-05-22T02:28:20.032Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
29212026-05-22T02:28:20.032Ztest freemap::test_basic ... ok
29222026-05-22T02:28:20.032Ztest mcast::tests::test_concurrent_id_allocation ... ok
29232026-05-22T02:28:20.032Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
29242026-05-22T02:28:20.032Ztest mcast::tests::test_sources_contain_any ... ok
29252026-05-22T02:28:20.032Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
29262026-05-22T02:28:20.032Ztest mcast::validate::tests::test_address_validation_integrated ... ok
29272026-05-22T02:28:20.032Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
29282026-05-22T02:28:20.032Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
29292026-05-22T02:28:20.032Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
29302026-05-22T02:28:20.032Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
29312026-05-22T02:28:20.032Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
29322026-05-22T02:28:20.032Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
29332026-05-22T02:28:20.032Ztest mcast::validate::tests::test_ipv4_validation ... ok
29342026-05-22T02:28:20.032Ztest mcast::validate::tests::test_is_ssm_function ... ok
29352026-05-22T02:28:20.032Ztest mcast::validate::tests::test_ipv6_validation ... ok
29362026-05-22T02:28:20.032Ztest mcast::validate::tests::test_validate_nat_target ... ok
29372026-05-22T02:28:20.032Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
29382026-05-22T02:28:20.032Ztest mcast::validate::tests::test_validate_tag ... ok
29392026-05-22T02:28:20.032Ztest mcast::validate::tests::test_validate_source_addresses ... ok
29402026-05-22T02:28:20.032Ztest mcast::validate::tests::test_validate_tag_format ... ok
29412026-05-22T02:28:20.032Ztest port_map::tests::test_backplane_group ... ok
29422026-05-22T02:28:20.032Ztest nat::test_mapping ... ok
29432026-05-22T02:28:20.032Ztest api_server::tests::test_build_info ... ok
29442026-05-22T02:28:20.032Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
29452026-05-22T02:28:20.036Ztest transceivers::mpn_test::test_mpn_missing ... ok
29462026-05-22T02:28:20.036Ztest transceivers::mpn_test::test_mpn_present ... ok
29472026-05-22T02:28:20.036Ztest transceivers::mpn_test::test_xcvr_missing ... ok
29482026-05-22T02:28:20.036Ztest port_map::tests::test_port_map ... ok
29492026-05-22T02:28:20.036Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
29502026-05-22T02:28:20.036Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
29512026-05-22T02:28:20.036Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
29522026-05-22T02:28:20.036Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
29532026-05-22T02:28:20.036Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
29542026-05-22T02:28:20.036Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
29552026-05-22T02:28:20.036Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
29562026-05-22T02:28:20.036Ztest port_map::tests::dump_map ... ok
29572026-05-22T02:28:20.036Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
29582026-05-22T02:28:20.036Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
29592026-05-22T02:28:20.037Ztest mcast::tests::test_id_range_boundaries ... ok
29602026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
29612026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
29622026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
29632026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
29642026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
29652026-05-22T02:28:20.037Ztest port_map::tests::parse_softnpu_revision ... ok
29662026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
29672026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
29682026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
29692026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
29702026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
29712026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
29722026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
29732026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
29742026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
29752026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
29762026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
29772026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
29782026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
29792026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
29802026-05-22T02:28:20.037Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
29812026-05-22T02:28:20.037Z
29822026-05-22T02:28:20.037Ztest result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
29832026-05-22T02:28:20.037Z
29842026-05-22T02:28:20.046Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-70a0748be508ffa7)
29852026-05-22T02:28:20.048Z
29862026-05-22T02:28:20.049Zrunning 0 tests
29872026-05-22T02:28:20.049Z
29882026-05-22T02:28:20.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29892026-05-22T02:28:20.049Z
29902026-05-22T02:28:20.049Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd)
29912026-05-22T02:28:20.052Z
29922026-05-22T02:28:20.052Zrunning 0 tests
29932026-05-22T02:28:20.052Z
29942026-05-22T02:28:20.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29952026-05-22T02:28:20.052Z
29962026-05-22T02:28:20.052Z Running unittests src/lib.rs (target/debug/deps/dpd_client-fdb35d0653f7f3be)
29972026-05-22T02:28:20.052Z
29982026-05-22T02:28:20.052Zrunning 6 tests
29992026-05-22T02:28:20.055Ztest tests::test_full_lot_id_neither_present ... ok
30002026-05-22T02:28:20.055Ztest tests::test_full_lot_id_lotnum_only ... ok
30012026-05-22T02:28:20.055Ztest tests::test_full_lot_id_lot_only ... ok
30022026-05-22T02:28:20.055Ztest tests::test_full_lot_id_both_present ... ok
30032026-05-22T02:28:20.055Ztest tests::test_parse_client_port_id ... ok
30042026-05-22T02:28:20.055Ztest tests::test_port_id_cmp ... ok
30052026-05-22T02:28:20.055Z
30062026-05-22T02:28:20.055Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30072026-05-22T02:28:20.055Z
30082026-05-22T02:28:20.055Z Running tests/test_all.rs (target/debug/deps/test_all-29a769a1e5f8d44b)
30092026-05-22T02:28:20.055Z
30102026-05-22T02:28:20.055Zrunning 0 tests
30112026-05-22T02:28:20.055Z
30122026-05-22T02:28:20.055Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30132026-05-22T02:28:20.055Z
30142026-05-22T02:28:20.055Z Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3)
30152026-05-22T02:28:20.058Z
30162026-05-22T02:28:20.058Zrunning 0 tests
30172026-05-22T02:28:20.058Z
30182026-05-22T02:28:20.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30192026-05-22T02:28:20.058Z
30202026-05-22T02:28:20.058Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e)
30212026-05-22T02:28:20.058Z
30222026-05-22T02:28:20.058Zrunning 0 tests
30232026-05-22T02:28:20.058Z
30242026-05-22T02:28:20.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30252026-05-22T02:28:20.058Z
30262026-05-22T02:28:20.059Z Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518)
30272026-05-22T02:28:20.061Z
30282026-05-22T02:28:20.061Zrunning 12 tests
30292026-05-22T02:28:20.061Ztest icmp::test_v6_checksum ... ok
30302026-05-22T02:28:20.061Ztest icmp::test_v4_checksum ... ok
30312026-05-22T02:28:20.061Ztest lldp::test_lldp_parse ... ok
30322026-05-22T02:28:20.061Ztest ipv6::test_ipv6_parse ... ok
30332026-05-22T02:28:20.061Ztest pbuf::test_byte ... ok
30342026-05-22T02:28:20.061Ztest pbuf::test_nibble ... ok
30352026-05-22T02:28:20.061Ztest pbuf::test_short ... ok
30362026-05-22T02:28:20.061Ztest pbuf::test_overflow ... ok
30372026-05-22T02:28:20.062Ztest pbuf::test_twelve ... ok
30382026-05-22T02:28:20.062Ztest pbuf::test_word ... ok
30392026-05-22T02:28:20.062Ztest tcp::test_checksum_ack_data ... ok
30402026-05-22T02:28:20.062Ztest tcp::test_checksum_syn_nodata ... ok
30412026-05-22T02:28:20.062Z
30422026-05-22T02:28:20.062Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30432026-05-22T02:28:20.062Z
30442026-05-22T02:28:20.062Z Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d)
30452026-05-22T02:28:20.065Z
30462026-05-22T02:28:20.065Zrunning 0 tests
30472026-05-22T02:28:20.065Z
30482026-05-22T02:28:20.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30492026-05-22T02:28:20.065Z
30502026-05-22T02:28:20.065Z Running unittests src/main.rs (target/debug/deps/swadm-affed2872ce06858)
30512026-05-22T02:28:20.065Z
30522026-05-22T02:28:20.065Zrunning 5 tests
30532026-05-22T02:28:20.068Ztest switchport::test::test_compute_lanes ... ok
30542026-05-22T02:28:20.068Ztest switchport::test::port_id_ordering ... ok
30552026-05-22T02:28:20.068Z Lane 0 Lane 1 Lane 2 Lane 3
30562026-05-22T02:28:20.068Z Rx Loss-of-lock: Yes Lane 0 YesLane 1 YesLane 2 YesLane 3
30572026-05-22T02:28:20.068Z
30582026-05-22T02:28:20.068Z Rx Loss-of-signal: Yes State: ActivatedYes ActivatedYes ActivatedYes
30592026-05-22T02:28:20.068ZActivated
30602026-05-22T02:28:20.068Z Rx CDR Enabled: Yes Rx Output Enabled: false Yesfalse Yesfalse Yes
30612026-05-22T02:28:20.068Zfalse
30622026-05-22T02:28:20.068Z Tx Enabled: Yes Rx Output Status: valid Yesvalid validYes validYes
30632026-05-22T02:28:20.068Z
30642026-05-22T02:28:20.068Z Tx Loss-of-lock: No Rx Loss-of-lock: true trueNo true Notrue
30652026-05-22T02:28:20.068ZNo
30662026-05-22T02:28:20.068Z Rx Loss-of-signal: false Tx Loss-of-signal: No false No falseNo No
30672026-05-22T02:28:20.068Zfalse
30682026-05-22T02:28:20.068Z Tx CDR Enabled: No Rx Auto-squelch Disable: true No true No trueNo
30692026-05-22T02:28:20.068Ztrue
30702026-05-22T02:28:20.068Z Tx Adaptive EQ Fault: No Tx Output Enabled: trueNo trueNo Notrue
30712026-05-22T02:28:20.068Z true
30722026-05-22T02:28:20.068Z Tx Fault: Yes Tx Output Status: invalid Yes invalid Yes invalidYes
30732026-05-22T02:28:20.068Zinvalid
30742026-05-22T02:28:20.068Z Tx Loss-of-lock: false false false false
30752026-05-22T02:28:20.068Z Tx Loss-of-signal: true true true true
30762026-05-22T02:28:20.068ZTx Auto-squelch Disable: false false false false
30772026-05-22T02:28:20.068Z Tx Adaptive EQ Fail: true true true true
30782026-05-22T02:28:20.068Z Tx Failure: false false false false
30792026-05-22T02:28:20.068Z Tx Force Squelch: true true true true
30802026-05-22T02:28:20.068Z Tx Input Polarity: normal normal normal normal
30812026-05-22T02:28:20.068Ztest switchport::test::test_print_sff_datapath ... ok
30822026-05-22T02:28:20.068Ztest switchport::test::test_print_cmis_datapath ... ok
30832026-05-22T02:28:20.069Ztest link::test_filter ... ok
30842026-05-22T02:28:20.069Z
30852026-05-22T02:28:20.069Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30862026-05-22T02:28:20.069Z
30872026-05-22T02:28:20.069Z Running tests/counters.rs (target/debug/deps/counters-c4918923edd4a818)
30882026-05-22T02:28:20.072Z
30892026-05-22T02:28:20.072Zrunning 1 test
30902026-05-22T02:28:20.072Ztest test_p4_counter_list ... ignored
30912026-05-22T02:28:20.072Z
30922026-05-22T02:28:20.072Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
30932026-05-22T02:28:20.072Z
30942026-05-22T02:28:20.072Z Running tests/port-link.rs (target/debug/deps/port_link-0f7f0d3e7564ebbd)
30952026-05-22T02:28:20.072Z
30962026-05-22T02:28:20.072Zrunning 5 tests
30972026-05-22T02:28:20.072Ztest test_an ... ignored
30982026-05-22T02:28:20.072Ztest test_enable ... ignored
30992026-05-22T02:28:20.072Ztest test_ip_addresses ... ignored
31002026-05-22T02:28:20.072Ztest test_kr ... ignored
31012026-05-22T02:28:20.072Ztest test_mac ... ignored
31022026-05-22T02:28:20.072Z
31032026-05-22T02:28:20.072Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31042026-05-22T02:28:20.073Z
31052026-05-22T02:28:20.073Z Running unittests src/main.rs (target/debug/deps/tfportd-804bd2e7005fa02b)
31062026-05-22T02:28:20.076Z
31072026-05-22T02:28:20.076Zrunning 3 tests
31082026-05-22T02:28:20.079Ztest linklocal::test_parse_ipadm ... ok
31092026-05-22T02:28:20.079Ztest tfport::test_parse_tfport ... ok
31102026-05-22T02:28:20.079Ztest config::tests::test_updates ... ok
31112026-05-22T02:28:20.079Z
31122026-05-22T02:28:20.079Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31132026-05-22T02:28:20.079Z
31142026-05-22T02:28:20.079Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907)
31152026-05-22T02:28:20.079Z
31162026-05-22T02:28:20.079Zrunning 0 tests
31172026-05-22T02:28:20.079Z
31182026-05-22T02:28:20.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31192026-05-22T02:28:20.079Z
31202026-05-22T02:28:20.079Z Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39)
31212026-05-22T02:28:20.082Z
31222026-05-22T02:28:20.082Zrunning 0 tests
31232026-05-22T02:28:20.082Z
31242026-05-22T02:28:20.082Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31252026-05-22T02:28:20.082Z
31262026-05-22T02:28:20.082Z Doc-tests aal
31272026-05-22T02:28:20.197Z
31282026-05-22T02:28:20.197Zrunning 0 tests
31292026-05-22T02:28:20.197Z
31302026-05-22T02:28:20.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31312026-05-22T02:28:20.200Z
31322026-05-22T02:28:20.212Z Doc-tests aal_macros
31332026-05-22T02:28:20.278Z
31342026-05-22T02:28:20.278Zrunning 0 tests
31352026-05-22T02:28:20.278Z
31362026-05-22T02:28:20.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31372026-05-22T02:28:20.278Z
31382026-05-22T02:28:20.287Z Doc-tests common
31392026-05-22T02:28:20.514Z
31402026-05-22T02:28:20.514Zrunning 0 tests
31412026-05-22T02:28:20.514Z
31422026-05-22T02:28:20.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31432026-05-22T02:28:20.514Z
31442026-05-22T02:28:20.534Z Doc-tests dpd_api
31452026-05-22T02:28:21.277Z
31462026-05-22T02:28:21.277Zrunning 2 tests
31472026-05-22T02:28:21.277Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
31482026-05-22T02:28:21.277Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
31492026-05-22T02:28:21.277Z
31502026-05-22T02:28:21.277Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31512026-05-22T02:28:21.277Z
31522026-05-22T02:28:21.308Z Doc-tests dpd_client
31532026-05-22T02:28:22.590Z
31542026-05-22T02:28:22.590Zrunning 0 tests
31552026-05-22T02:28:22.590Z
31562026-05-22T02:28:22.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31572026-05-22T02:28:22.590Z
31582026-05-22T02:28:22.637Z Doc-tests dpd_types
31592026-05-22T02:28:22.848Z
31602026-05-22T02:28:22.848Zrunning 0 tests
31612026-05-22T02:28:22.848Z
31622026-05-22T02:28:22.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31632026-05-22T02:28:22.848Z
31642026-05-22T02:28:22.873Z Doc-tests dpd_types_versions
31652026-05-22T02:28:24.071Z
31662026-05-22T02:28:24.071Zrunning 1 test
31672026-05-22T02:28:24.071Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
31682026-05-22T02:28:24.071Z
31692026-05-22T02:28:24.072Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-05-22T02:28:24.072Z
31712026-05-22T02:28:24.115Z Doc-tests packet
31722026-05-22T02:28:24.224Z
31732026-05-22T02:28:24.224Zrunning 0 tests
31742026-05-22T02:28:24.224Z
31752026-05-22T02:28:24.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31762026-05-22T02:28:24.224Z
31772026-05-22T02:28:24.239Z Doc-tests pcap
31782026-05-22T02:28:24.291Z
31792026-05-22T02:28:24.291Zrunning 0 tests
31802026-05-22T02:28:24.291Z
31812026-05-22T02:28:24.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31822026-05-22T02:28:24.291Z
31832026-05-22T02:28:24.340Z+ for feat in tofino_stub tofino_asic softnpu chaos
31842026-05-22T02:28:24.340Z+ RUST_BACKTRACE=full
31852026-05-22T02:28:24.340Z+ cargo test --features softnpu --no-fail-fast
31862026-05-22T02:28:25.220Z Compiling goblin v0.10.1
31872026-05-22T02:28:25.223Z Compiling typify-impl v0.4.3
31882026-05-22T02:28:25.343Z Compiling log v0.4.29
31892026-05-22T02:28:25.353Z Compiling const-oid v0.9.6
31902026-05-22T02:28:25.386Z Compiling serde_with v3.20.0
31912026-05-22T02:28:25.390Z Compiling der_derive v0.7.3
31922026-05-22T02:28:25.610Z Compiling native-tls v0.2.14
31932026-05-22T02:28:25.943Z Compiling rustls v0.23.32
31942026-05-22T02:28:26.084Z Compiling digest v0.10.7
31952026-05-22T02:28:26.186Z Compiling tokio-native-tls v0.3.1
31962026-05-22T02:28:26.370Z Compiling hyper-tls v0.6.0
31972026-05-22T02:28:26.406Z Compiling sha1 v0.10.6
31982026-05-22T02:28:26.613Z Compiling rustls v0.22.4
31992026-05-22T02:28:30.010Z Compiling dof v0.4.0
32002026-05-22T02:28:30.573Z Compiling usdt-impl v0.6.0
32012026-05-22T02:28:31.150Z Compiling tokio-rustls v0.26.3
32022026-05-22T02:28:31.357Z Compiling usdt-macro v0.6.0
32032026-05-22T02:28:31.440Z Compiling usdt-attr-macro v0.6.0
32042026-05-22T02:28:31.454Z Compiling typify-macro v0.4.3
32052026-05-22T02:28:31.467Z Compiling hyper-rustls v0.27.7
32062026-05-22T02:28:31.822Z Compiling reqwest v0.12.23
32072026-05-22T02:28:31.852Z Compiling tokio-rustls v0.25.0
32082026-05-22T02:28:32.628Z Compiling usdt v0.6.0
32092026-05-22T02:28:32.927Z Compiling dropshot v0.16.7
32102026-05-22T02:28:33.132Z Compiling progenitor-client v0.11.1
32112026-05-22T02:28:33.219Z Compiling progenitor-client v0.10.0
32122026-05-22T02:28:33.558Z Compiling typify v0.4.3
32132026-05-22T02:28:33.667Z Compiling progenitor-impl v0.11.1
32142026-05-22T02:28:36.950Z Compiling num-integer v0.1.46
32152026-05-22T02:28:37.207Z Compiling progenitor-macro v0.11.1
32162026-05-22T02:28:37.264Z Compiling num-rational v0.4.2
32172026-05-22T02:28:37.279Z Compiling num-iter v0.1.45
32182026-05-22T02:28:37.416Z Compiling num-complex v0.4.6
32192026-05-22T02:28:37.772Z Compiling num v0.4.3
32202026-05-22T02:28:38.492Z Compiling num-bigint v0.4.6
32212026-05-22T02:28:38.904Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32222026-05-22T02:28:39.141Z Compiling pem-rfc7468 v0.7.0
32232026-05-22T02:28:39.489Z Compiling flagset v0.4.7
32242026-05-22T02:28:39.639Z Compiling der v0.7.10
32252026-05-22T02:28:39.945Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32262026-05-22T02:28:40.141Z Compiling progenitor-impl v0.10.0
32272026-05-22T02:28:40.599Z Compiling spki v0.7.3
32282026-05-22T02:28:40.809Z Compiling pkcs8 v0.10.2
32292026-05-22T02:28:40.830Z Compiling hmac v0.12.1
32302026-05-22T02:28:41.008Z Compiling ff v0.13.1
32312026-05-22T02:28:41.021Z Compiling base16ct v0.2.0
32322026-05-22T02:28:41.151Z Compiling sec1 v0.7.3
32332026-05-22T02:28:41.164Z Compiling group v0.13.0
32342026-05-22T02:28:41.228Z Compiling goblin v0.8.2
32352026-05-22T02:28:41.364Z Compiling hkdf v0.12.4
32362026-05-22T02:28:41.452Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32372026-05-22T02:28:41.532Z Compiling elliptic-curve v0.13.8
32382026-05-22T02:28:41.904Z Compiling curve25519-dalek v4.1.3
32392026-05-22T02:28:42.222Z Compiling sha3 v0.10.8
32402026-05-22T02:28:42.318Z Compiling blake2 v0.10.6
32412026-05-22T02:28:42.404Z Compiling progenitor v0.11.1
32422026-05-22T02:28:42.569Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
32432026-05-22T02:28:43.236Z Compiling vsss-rs v3.3.4
32442026-05-22T02:28:43.258Z Compiling argon2 v0.5.3
32452026-05-22T02:28:43.626Z Compiling dof v0.3.0
32462026-05-22T02:28:43.682Z Compiling progenitor-macro v0.10.0
32472026-05-22T02:28:44.148Z Compiling usdt-impl v0.5.0
32482026-05-22T02:28:44.506Z Compiling usdt v0.5.0
32492026-05-22T02:28:44.520Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32502026-05-22T02:28:44.806Z Compiling typify-impl v0.6.1
32512026-05-22T02:28:44.828Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32522026-05-22T02:28:46.012Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32532026-05-22T02:28:46.716Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32542026-05-22T02:28:46.782Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
32552026-05-22T02:28:47.150Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
32562026-05-22T02:28:47.222Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32572026-05-22T02:28:49.487Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32582026-05-22T02:28:49.840Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32592026-05-22T02:28:50.529Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32602026-05-22T02:28:50.583Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32612026-05-22T02:28:50.687Z Compiling dropshot v0.17.0
32622026-05-22T02:28:50.795Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32632026-05-22T02:28:51.118Z Compiling typify-macro v0.6.1
32642026-05-22T02:28:51.269Z Compiling nix v0.31.3
32652026-05-22T02:28:51.952Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32662026-05-22T02:28:52.050Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32672026-05-22T02:28:52.797Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32682026-05-22T02:28:54.293Z Compiling bindgen v0.72.1
32692026-05-22T02:28:54.542Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32702026-05-22T02:28:55.655Z Compiling progenitor v0.10.0
32712026-05-22T02:28:56.326Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32722026-05-22T02:28:56.409Z Compiling typify v0.6.1
32732026-05-22T02:28:56.522Z Compiling sha2 v0.10.9
32742026-05-22T02:28:56.778Z Compiling progenitor-impl v0.13.0
32752026-05-22T02:28:57.404Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32762026-05-22T02:28:57.865Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32772026-05-22T02:28:58.539Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32782026-05-22T02:28:58.706Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32792026-05-22T02:28:59.053Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32802026-05-22T02:28:59.255Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32812026-05-22T02:29:00.303Z Compiling progenitor-macro v0.13.0
32822026-05-22T02:29:00.688Z Compiling signature v2.2.0
32832026-05-22T02:29:00.864Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
32842026-05-22T02:29:00.965Z Compiling utf-8 v0.7.6
32852026-05-22T02:29:01.144Z Compiling tungstenite v0.21.0
32862026-05-22T02:29:01.177Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32872026-05-22T02:29:01.211Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32882026-05-22T02:29:01.298Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32892026-05-22T02:29:02.103Z Compiling bitstruct_derive v0.1.0
32902026-05-22T02:29:02.831Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32912026-05-22T02:29:04.160Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32922026-05-22T02:29:04.667Z Compiling tokio-tungstenite v0.21.0
32932026-05-22T02:29:05.447Z Compiling tokio-dtrace v0.1.1
32942026-05-22T02:29:05.735Z Compiling rfc6979 v0.4.0
32952026-05-22T02:29:05.891Z Compiling reqwest v0.13.2
32962026-05-22T02:29:06.220Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32972026-05-22T02:29:06.537Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
32982026-05-22T02:29:06.631Z Compiling base64 v0.21.7
32992026-05-22T02:29:06.989Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
33002026-05-22T02:29:07.217Z Compiling tap v1.0.1
33012026-05-22T02:29:07.356Z Compiling wyz v0.5.1
33022026-05-22T02:29:07.717Z Compiling progenitor-client v0.13.0
33032026-05-22T02:29:07.908Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33042026-05-22T02:29:08.295Z Compiling ecdsa v0.16.9
33052026-05-22T02:29:08.365Z Compiling oxide-tokio-rt v0.1.6
33062026-05-22T02:29:08.717Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33072026-05-22T02:29:09.321Z Compiling ed25519 v2.2.3
33082026-05-22T02:29:09.406Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33092026-05-22T02:29:09.608Z Compiling salty v0.3.0
33102026-05-22T02:29:09.722Z Compiling radium v0.7.0
33112026-05-22T02:29:09.949Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33122026-05-22T02:29:10.314Z Compiling primeorder v0.13.6
33132026-05-22T02:29:10.492Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33142026-05-22T02:29:10.592Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
33152026-05-22T02:29:10.702Z Compiling env_filter v1.0.1
33162026-05-22T02:29:11.114Z Compiling funty v2.0.0
33172026-05-22T02:29:11.324Z Compiling env_logger v0.11.10
33182026-05-22T02:29:11.709Z Compiling bitvec v1.0.1
33192026-05-22T02:29:11.809Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33202026-05-22T02:29:11.852Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
33212026-05-22T02:29:12.137Z Compiling p384 v0.13.1
33222026-05-22T02:29:12.395Z Compiling progenitor v0.13.0
33232026-05-22T02:29:12.552Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33242026-05-22T02:29:12.694Z Compiling ed25519-dalek v2.2.0
33252026-05-22T02:29:12.874Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33262026-05-22T02:29:13.225Z Compiling x509-cert v0.2.5
33272026-05-22T02:29:13.379Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33282026-05-22T02:29:13.437Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33292026-05-22T02:29:13.596Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33302026-05-22T02:29:13.654Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33312026-05-22T02:29:13.841Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
33322026-05-22T02:29:14.178Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33332026-05-22T02:29:14.438Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
33342026-05-22T02:29:14.481Z Compiling typeid v1.0.3
33352026-05-22T02:29:14.570Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33362026-05-22T02:29:14.610Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33372026-05-22T02:29:14.774Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33382026-05-22T02:29:14.813Z Compiling ascii v1.1.0
33392026-05-22T02:29:14.855Z Compiling qorb v0.4.1
33402026-05-22T02:29:14.989Z Compiling erased-serde v0.4.8
33412026-05-22T02:29:15.030Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33422026-05-22T02:29:15.096Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33432026-05-22T02:29:15.122Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
33442026-05-22T02:29:15.476Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
33452026-05-22T02:29:15.624Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33462026-05-22T02:29:16.178Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33472026-05-22T02:29:16.208Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33482026-05-22T02:29:16.412Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
33492026-05-22T02:29:16.576Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33502026-05-22T02:29:17.175Z Compiling bitstruct v0.1.1
33512026-05-22T02:29:17.221Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
33522026-05-22T02:29:17.570Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33532026-05-22T02:29:18.623Z Compiling itertools v0.13.0
33542026-05-22T02:29:19.019Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33552026-05-22T02:29:19.394Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
33562026-05-22T02:29:19.658Z Compiling serde_arrays v0.1.0
33572026-05-22T02:29:19.798Z Compiling libloading v0.7.4
33582026-05-22T02:29:20.002Z Compiling bit_field v0.10.3
33592026-05-22T02:29:20.169Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33602026-05-22T02:29:21.487Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33612026-05-22T02:29:22.205Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33622026-05-22T02:29:23.594Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33632026-05-22T02:29:24.527Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33642026-05-22T02:29:24.703Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33652026-05-22T02:29:25.186Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33662026-05-22T02:29:25.212Z Compiling globset v0.4.16
33672026-05-22T02:29:25.402Z Compiling slog-dtrace v0.3.0
33682026-05-22T02:29:26.735Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33692026-05-22T02:29:27.164Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33702026-05-22T02:29:27.542Z Compiling tough v0.20.0
33712026-05-22T02:29:27.556Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33722026-05-22T02:29:29.047Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33732026-05-22T02:29:30.701Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33742026-05-22T02:29:31.053Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33752026-05-22T02:29:31.986Z Compiling git2 v0.19.0
33762026-05-22T02:29:36.372Z Compiling vergen v8.3.2
33772026-05-22T02:29:36.478Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33782026-05-22T02:29:40.895Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33792026-05-22T02:29:41.996Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33802026-05-22T02:29:42.151Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33812026-05-22T02:29:42.592Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
33822026-05-22T02:29:42.622Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
33832026-05-22T02:29:43.891Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
33842026-05-22T02:29:46.190Z Compiling omicron-zone-package v0.12.2
33852026-05-22T02:29:46.655Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33862026-05-22T02:29:48.105Z Compiling dropshot-api-manager v0.7.2
33872026-05-22T02:29:49.094Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
33882026-05-22T02:29:52.552Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33892026-05-22T02:29:55.019Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33902026-05-22T02:29:55.249Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
33912026-05-22T02:29:55.674Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
33922026-05-22T02:29:56.212Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
33932026-05-22T02:29:59.657Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33942026-05-22T02:30:02.830Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
33952026-05-22T02:30:04.403Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33962026-05-22T02:30:52.644Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 28s
33972026-05-22T02:30:52.793Z Running unittests src/lib.rs (target/debug/deps/aal-a873888a80499353)
33982026-05-22T02:30:52.798Z
33992026-05-22T02:30:52.798Zrunning 5 tests
34002026-05-22T02:30:52.801Ztest fuse::tests::chip_revision_b0 ... ok
34012026-05-22T02:30:52.801Ztest fuse::tests::chip_revision_a0 ... ok
34022026-05-22T02:30:52.801Ztest fuse::tests::chip_revision_unknown_device_id ... ok
34032026-05-22T02:30:52.801Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
34042026-05-22T02:30:52.801Ztest fuse::tests::chip_revision_b1 ... ok
34052026-05-22T02:30:52.801Z
34062026-05-22T02:30:52.801Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34072026-05-22T02:30:52.801Z
34082026-05-22T02:30:52.802Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
34092026-05-22T02:30:52.806Z
34102026-05-22T02:30:52.806Zrunning 0 tests
34112026-05-22T02:30:52.806Z
34122026-05-22T02:30:52.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34132026-05-22T02:30:52.806Z
34142026-05-22T02:30:52.806Z Running unittests src/lib.rs (target/debug/deps/asic-907fba7b6b66caff)
34152026-05-22T02:30:52.835Z
34162026-05-22T02:30:52.835Zrunning 14 tests
34172026-05-22T02:30:52.839Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
34182026-05-22T02:30:52.841Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
34192026-05-22T02:30:52.841Ztest softnpu::mcast::tests::group_lifecycle ... ok
34202026-05-22T02:30:52.841Ztest softnpu::mcast::tests::groups_are_independent ... ok
34212026-05-22T02:30:52.842Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
34222026-05-22T02:30:52.842Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
34232026-05-22T02:30:52.842Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
34242026-05-22T02:30:52.842Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
34252026-05-22T02:30:52.842Ztest softnpu::mcast::tests::port_bitmap_ignores_ports_above_127 ... ok
34262026-05-22T02:30:52.842Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
34272026-05-22T02:30:52.842Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
34282026-05-22T02:30:52.842Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
34292026-05-22T02:30:52.842Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
34302026-05-22T02:30:52.842Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
34312026-05-22T02:30:52.842Z
34322026-05-22T02:30:52.842Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34332026-05-22T02:30:52.842Z
34342026-05-22T02:30:52.845Z Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e)
34352026-05-22T02:30:52.848Z
34362026-05-22T02:30:52.848Zrunning 10 tests
34372026-05-22T02:30:52.851Ztest network::tests::test_equal ... ok
34382026-05-22T02:30:52.851Ztest network::tests::test_eui64 ... ok
34392026-05-22T02:30:52.851Ztest nat::tests::test_vni ... ok
34402026-05-22T02:30:52.851Ztest network::tests::test_generate_ipv6_link_local ... ok
34412026-05-22T02:30:52.851Ztest network::tests::test_into ... ok
34422026-05-22T02:30:52.851Ztest network::tests::test_not_equal ... ok
34432026-05-22T02:30:52.851Ztest network::tests::test_to_string ... ok
34442026-05-22T02:30:52.851Ztest network::tests::test_parse ... ok
34452026-05-22T02:30:52.851Ztest test_purge ... ok
34462026-05-22T02:30:52.855Ztest illumos::test::address_exists_handles_missing_object ... ok
34472026-05-22T02:30:52.855Z
34482026-05-22T02:30:52.858Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34492026-05-22T02:30:52.858Z
34502026-05-22T02:30:52.858Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c6ddc0da34da8692)
34512026-05-22T02:30:52.880Z
34522026-05-22T02:30:52.880Zrunning 1 test
34532026-05-22T02:30:52.885Z -------
34542026-05-22T02:30:52.888Z Generating OpenAPI documents from API definitions ...
34552026-05-22T02:30:53.046Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
34562026-05-22T02:30:53.116Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
34572026-05-22T02:30:54.119Z -------
34582026-05-22T02:30:54.119Z Checking 12 OpenAPI documents...
34592026-05-22T02:30:54.119Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
34602026-05-22T02:30:54.119Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
34612026-05-22T02:30:54.123Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34622026-05-22T02:30:54.123Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34632026-05-22T02:30:54.123Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34642026-05-22T02:30:54.123Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34652026-05-22T02:30:54.123Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34662026-05-22T02:30:54.123Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34672026-05-22T02:30:54.123Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34682026-05-22T02:30:54.123Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34692026-05-22T02:30:54.123Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34702026-05-22T02:30:54.123Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34712026-05-22T02:30:54.123Z Fresh dpd "latest" symlink
34722026-05-22T02:30:54.123Z -------
34732026-05-22T02:30:54.123Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34742026-05-22T02:30:54.180Ztest test::test_apis_up_to_date ... ok
34752026-05-22T02:30:54.180Z
34762026-05-22T02:30:54.180Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
34772026-05-22T02:30:54.180Z
34782026-05-22T02:30:54.236Z Running unittests src/main.rs (target/debug/deps/dpd-16540b1579aff3a9)
34792026-05-22T02:30:54.242Z
34802026-05-22T02:30:54.242Zrunning 45 tests
34812026-05-22T02:30:54.245Ztest freemap::test_ordering ... ok
34822026-05-22T02:30:54.245Ztest config::tests::test_updates ... ok
34832026-05-22T02:30:54.245Ztest freemap::test_split ... ok
34842026-05-22T02:30:54.245Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34852026-05-22T02:30:54.245Ztest macaddrs::tests::test_mac_offset ... ok
34862026-05-22T02:30:54.245Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34872026-05-22T02:30:54.248Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34882026-05-22T02:30:54.248Ztest macaddrs::tests::test_parse_port_id ... ok
34892026-05-22T02:30:54.248Ztest mcast::tests::test_canonicalize_sources ... ok
34902026-05-22T02:30:54.248ZMay 22 02:30:53.421 DEBG created new freemapMay 22 02:30:53.421May 22 02:30:53.421 DEBGDEBG created new freemapcreated new freemap, , , unitunit:unit ::freemap_test freemap_testfreemap_test
34912026-05-22T02:30:54.248Z
34922026-05-22T02:30:54.248Z
34932026-05-22T02:30:54.248ZMay 22 02:30:53.421 DEBG initted freemap. size: 128, unit: freemap_test
34942026-05-22T02:30:54.248ZMay 22 02:30:53.421 May 22 02:30:53.421 DEBG initted freemap. size: 128, unit: freemap_test
34952026-05-22T02:30:54.248ZMay 22 02:30:53.421DEBG DEBG reset freemap, unit: freemap_test
34962026-05-22T02:30:54.248Zinitted freemap. size: 128, unit: freemap_test
34972026-05-22T02:30:54.248ZMay 22 02:30:53.421 DEBG reset freemap, unit: freemap_test
34982026-05-22T02:30:54.248ZMay 22 02:30:53.421 DEBG reset freemap, unit: freemap_test
34992026-05-22T02:30:54.248ZMay 22 02:30:53.421 DEBG created new freemap, unit: freemap_test
35002026-05-22T02:30:54.248ZMay 22 02:30:53.421 DEBG initted freemap. size: 128, unit: freemap_test
35012026-05-22T02:30:54.248ZMay 22 02:30:53.421 DEBG reset freemap, unit: freemap_test
35022026-05-22T02:30:54.248Ztest freemap::test_basic ... ok
35032026-05-22T02:30:54.248Ztest freemap::test_exhaustion ... ok
35042026-05-22T02:30:54.248Ztest freemap::test_free ... ok
35052026-05-22T02:30:54.248Ztest freemap::test_reclaim ... ok
35062026-05-22T02:30:54.248Ztest mcast::tests::test_create_port_bitmap_empty ... ok
35072026-05-22T02:30:54.248Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
35082026-05-22T02:30:54.248Ztest mcast::tests::test_concurrent_id_allocation ... ok
35092026-05-22T02:30:54.249Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
35102026-05-22T02:30:54.249Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
35112026-05-22T02:30:54.249Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
35122026-05-22T02:30:54.249Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
35132026-05-22T02:30:54.249Ztest mcast::tests::test_sources_contain_any ... ok
35142026-05-22T02:30:54.249Ztest mcast::validate::tests::test_address_validation_integrated ... ok
35152026-05-22T02:30:54.249Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
35162026-05-22T02:30:54.249ZMay 22 02:30:53.422 DEBG created new freemap, unit: freemap_test
35172026-05-22T02:30:54.249Ztest mcast::validate::tests::test_ipv4_validation ... ok
35182026-05-22T02:30:54.249ZMay 22 02:30:53.422 DEBG initted freemap. size: 128, unit: freemap_test
35192026-05-22T02:30:54.249ZMay 22 02:30:53.422 DEBG reset freemap, unit: freemap_test
35202026-05-22T02:30:54.249Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
35212026-05-22T02:30:54.249Ztest freemap::test_span ... ok
35222026-05-22T02:30:54.249Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
35232026-05-22T02:30:54.249Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
35242026-05-22T02:30:54.249Ztest mcast::validate::tests::test_is_ssm_function ... ok
35252026-05-22T02:30:54.249Ztest mcast::validate::tests::test_validate_nat_target ... ok
35262026-05-22T02:30:54.249Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
35272026-05-22T02:30:54.249Ztest mcast::validate::tests::test_validate_source_addresses ... ok
35282026-05-22T02:30:54.249Ztest mcast::validate::tests::test_ipv6_validation ... ok
35292026-05-22T02:30:54.249Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
35302026-05-22T02:30:54.250Ztest mcast::validate::tests::test_validate_tag ... ok
35312026-05-22T02:30:54.250Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
35322026-05-22T02:30:54.250Ztest nat::test_mapping ... ok
35332026-05-22T02:30:54.250Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
35342026-05-22T02:30:54.250Ztest port_map::tests::test_backplane_group ... ok
35352026-05-22T02:30:54.250Ztest mcast::validate::tests::test_validate_tag_format ... ok
35362026-05-22T02:30:54.250Ztest api_server::tests::test_build_info ... ok
35372026-05-22T02:30:54.250Ztest port_map::tests::test_port_map ... ok
35382026-05-22T02:30:54.253Ztest port_map::tests::dump_map ... ok
35392026-05-22T02:30:54.253Ztest mcast::tests::test_id_range_boundaries ... ok
35402026-05-22T02:30:54.253Ztest port_map::tests::parse_softnpu_revision ... ok
35412026-05-22T02:30:54.253Z
35422026-05-22T02:30:54.253Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35432026-05-22T02:30:54.253Z
35442026-05-22T02:30:54.253Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f0f70f9b6b92cbf0)
35452026-05-22T02:30:54.257Z
35462026-05-22T02:30:54.257Zrunning 0 tests
35472026-05-22T02:30:54.257Z
35482026-05-22T02:30:54.260Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35492026-05-22T02:30:54.260Z
35502026-05-22T02:30:54.260Z Running unittests src/lib.rs (target/debug/deps/dpd_api-5480c5e134f4395d)
35512026-05-22T02:30:54.263Z
35522026-05-22T02:30:54.263Zrunning 0 tests
35532026-05-22T02:30:54.263Z
35542026-05-22T02:30:54.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35552026-05-22T02:30:54.263Z
35562026-05-22T02:30:54.263Z Running unittests src/lib.rs (target/debug/deps/dpd_client-f5f2f33f5e486edf)
35572026-05-22T02:30:54.271Z
35582026-05-22T02:30:54.271Zrunning 6 tests
35592026-05-22T02:30:54.274Ztest tests::test_full_lot_id_neither_present ... ok
35602026-05-22T02:30:54.274Ztest tests::test_full_lot_id_lotnum_only ... ok
35612026-05-22T02:30:54.274Ztest tests::test_full_lot_id_both_present ... ok
35622026-05-22T02:30:54.274Ztest tests::test_full_lot_id_lot_only ... ok
35632026-05-22T02:30:54.274Ztest tests::test_port_id_cmp ... ok
35642026-05-22T02:30:54.274Ztest tests::test_parse_client_port_id ... ok
35652026-05-22T02:30:54.274Z
35662026-05-22T02:30:54.277Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35672026-05-22T02:30:54.277Z
35682026-05-22T02:30:54.277Z Running tests/test_all.rs (target/debug/deps/test_all-40b546e71ace4fa0)
35692026-05-22T02:30:54.277Z
35702026-05-22T02:30:54.277Zrunning 0 tests
35712026-05-22T02:30:54.277Z
35722026-05-22T02:30:54.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35732026-05-22T02:30:54.277Z
35742026-05-22T02:30:54.277Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c09736893816366c)
35752026-05-22T02:30:54.282Z
35762026-05-22T02:30:54.282Zrunning 0 tests
35772026-05-22T02:30:54.282Z
35782026-05-22T02:30:54.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35792026-05-22T02:30:54.284Z
35802026-05-22T02:30:54.284Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-02e6a42601bf7a56)
35812026-05-22T02:30:54.287Z
35822026-05-22T02:30:54.287Zrunning 0 tests
35832026-05-22T02:30:54.287Z
35842026-05-22T02:30:54.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35852026-05-22T02:30:54.287Z
35862026-05-22T02:30:54.287Z Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518)
35872026-05-22T02:30:54.292Z
35882026-05-22T02:30:54.292Zrunning 12 tests
35892026-05-22T02:30:54.295Ztest icmp::test_v6_checksum ... ok
35902026-05-22T02:30:54.295Ztest icmp::test_v4_checksum ... ok
35912026-05-22T02:30:54.295Ztest ipv6::test_ipv6_parse ... ok
35922026-05-22T02:30:54.295Ztest lldp::test_lldp_parse ... ok
35932026-05-22T02:30:54.295Ztest pbuf::test_byte ... ok
35942026-05-22T02:30:54.295Ztest pbuf::test_nibble ... ok
35952026-05-22T02:30:54.295Ztest pbuf::test_short ... ok
35962026-05-22T02:30:54.295Ztest pbuf::test_word ... ok
35972026-05-22T02:30:54.295Ztest pbuf::test_overflow ... ok
35982026-05-22T02:30:54.295Ztest pbuf::test_twelve ... ok
35992026-05-22T02:30:54.295Ztest tcp::test_checksum_syn_nodata ... ok
36002026-05-22T02:30:54.295Ztest tcp::test_checksum_ack_data ... ok
36012026-05-22T02:30:54.295Z
36022026-05-22T02:30:54.295Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36032026-05-22T02:30:54.295Z
36042026-05-22T02:30:54.295Z Running unittests src/lib.rs (target/debug/deps/pcap-0dd4c4ccc505c806)
36052026-05-22T02:30:54.298Z
36062026-05-22T02:30:54.298Zrunning 0 tests
36072026-05-22T02:30:54.298Z
36082026-05-22T02:30:54.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36092026-05-22T02:30:54.298Z
36102026-05-22T02:30:54.298Z Running unittests src/main.rs (target/debug/deps/swadm-c3ed4ea5be34a5aa)
36112026-05-22T02:30:54.301Z
36122026-05-22T02:30:54.301Zrunning 5 tests
36132026-05-22T02:30:54.301Ztest switchport::test::test_compute_lanes ... ok
36142026-05-22T02:30:54.301Ztest switchport::test::port_id_ordering ... ok
36152026-05-22T02:30:54.301Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1
36162026-05-22T02:30:54.301Z Lane 2 Rx Loss-of-lock: YesLane 3
36172026-05-22T02:30:54.301ZYes State: Activated YesActivated Yes
36182026-05-22T02:30:54.301ZActivated Activated Rx Loss-of-signal: Yes
36192026-05-22T02:30:54.301Z Rx Output Enabled: falseYes falseYes falseYes
36202026-05-22T02:30:54.301Zfalse Rx CDR Enabled: Yes
36212026-05-22T02:30:54.301Z Rx Output Status: valid Yes valid Yesvalid Yesvalid
36222026-05-22T02:30:54.301Z
36232026-05-22T02:30:54.301Z Tx Enabled: Yes Rx Loss-of-lock: true trueYes trueYes trueYes
36242026-05-22T02:30:54.301Z
36252026-05-22T02:30:54.301Z Rx Loss-of-signal: false Tx Loss-of-lock: Nofalse Nofalse falseNo
36262026-05-22T02:30:54.301Z NoRx Auto-squelch Disable: true
36272026-05-22T02:30:54.301Z Tx Loss-of-signal: Notrue true Notrue
36282026-05-22T02:30:54.301ZNo Tx Output Enabled: true No
36292026-05-22T02:30:54.302Ztrue Tx CDR Enabled: No Notrue No true
36302026-05-22T02:30:54.302ZNo
36312026-05-22T02:30:54.302Z Tx Output Status: invalid Tx Adaptive EQ Fault: No invalid No invalid Noinvalid
36322026-05-22T02:30:54.302ZNo
36332026-05-22T02:30:54.302Z Tx Loss-of-lock: false Tx Fault: Yes false Yes false Yesfalse
36342026-05-22T02:30:54.302ZYes
36352026-05-22T02:30:54.302Z Tx Loss-of-signal: true true true true
36362026-05-22T02:30:54.302ZTx Auto-squelch Disable: false false false false
36372026-05-22T02:30:54.302Z Tx Adaptive EQ Fail: true true true true
36382026-05-22T02:30:54.302Z Tx Failure: false false false false
36392026-05-22T02:30:54.302Z Tx Force Squelch: true true true true
36402026-05-22T02:30:54.303Z Tx Input Polarity: normal normal normal normal
36412026-05-22T02:30:54.303Ztest switchport::test::test_print_sff_datapath ... ok
36422026-05-22T02:30:54.303Ztest switchport::test::test_print_cmis_datapath ... ok
36432026-05-22T02:30:54.306Ztest link::test_filter ... ok
36442026-05-22T02:30:54.306Z
36452026-05-22T02:30:54.306Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36462026-05-22T02:30:54.306Z
36472026-05-22T02:30:54.306Z Running tests/counters.rs (target/debug/deps/counters-4c1feb3087dabd06)
36482026-05-22T02:30:54.309Z
36492026-05-22T02:30:54.309Zrunning 1 test
36502026-05-22T02:30:54.309Ztest test_p4_counter_list ... ignored
36512026-05-22T02:30:54.309Z
36522026-05-22T02:30:54.309Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36532026-05-22T02:30:54.309Z
36542026-05-22T02:30:54.309Z Running tests/port-link.rs (target/debug/deps/port_link-47ab29e9ffde4f0a)
36552026-05-22T02:30:54.314Z
36562026-05-22T02:30:54.314Zrunning 5 tests
36572026-05-22T02:30:54.317Ztest test_an ... ignored
36582026-05-22T02:30:54.317Ztest test_enable ... ignored
36592026-05-22T02:30:54.317Ztest test_ip_addresses ... ignored
36602026-05-22T02:30:54.317Ztest test_kr ... ignored
36612026-05-22T02:30:54.317Ztest test_mac ... ignored
36622026-05-22T02:30:54.317Z
36632026-05-22T02:30:54.317Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
36642026-05-22T02:30:54.317Z
36652026-05-22T02:30:54.317Z Running unittests src/main.rs (target/debug/deps/tfportd-ba2de7876a5e52ca)
36662026-05-22T02:30:54.325Z
36672026-05-22T02:30:54.325Zrunning 3 tests
36682026-05-22T02:30:54.329Ztest linklocal::test_parse_ipadm ... ok
36692026-05-22T02:30:54.329Ztest tfport::test_parse_tfport ... ok
36702026-05-22T02:30:54.329Ztest config::tests::test_updates ... ok
36712026-05-22T02:30:54.329Z
36722026-05-22T02:30:54.332Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36732026-05-22T02:30:54.332Z
36742026-05-22T02:30:54.332Z Running unittests src/main.rs (target/debug/deps/uplinkd-40194b60a2416f84)
36752026-05-22T02:30:54.335Z
36762026-05-22T02:30:54.336Zrunning 0 tests
36772026-05-22T02:30:54.336Z
36782026-05-22T02:30:54.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36792026-05-22T02:30:54.339Z
36802026-05-22T02:30:54.339Z Running unittests src/main.rs (target/debug/deps/xtask-f723ad30680a9885)
36812026-05-22T02:30:54.342Z
36822026-05-22T02:30:54.342Zrunning 0 tests
36832026-05-22T02:30:54.342Z
36842026-05-22T02:30:54.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36852026-05-22T02:30:54.342Z
36862026-05-22T02:30:54.345Z Doc-tests aal
36872026-05-22T02:30:54.531Z
36882026-05-22T02:30:54.531Zrunning 0 tests
36892026-05-22T02:30:54.531Z
36902026-05-22T02:30:54.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36912026-05-22T02:30:54.534Z
36922026-05-22T02:30:54.547Z Doc-tests aal_macros
36932026-05-22T02:30:54.621Z
36942026-05-22T02:30:54.621Zrunning 0 tests
36952026-05-22T02:30:54.621Z
36962026-05-22T02:30:54.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36972026-05-22T02:30:54.621Z
36982026-05-22T02:30:54.632Z Doc-tests common
36992026-05-22T02:30:54.873Z
37002026-05-22T02:30:54.873Zrunning 0 tests
37012026-05-22T02:30:54.873Z
37022026-05-22T02:30:54.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37032026-05-22T02:30:54.873Z
37042026-05-22T02:30:54.893Z Doc-tests dpd_api
37052026-05-22T02:30:55.770Z
37062026-05-22T02:30:55.770Zrunning 2 tests
37072026-05-22T02:30:55.770Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
37082026-05-22T02:30:55.770Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
37092026-05-22T02:30:55.770Z
37102026-05-22T02:30:55.770Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
37112026-05-22T02:30:55.770Z
37122026-05-22T02:30:55.798Z Doc-tests dpd_client
37132026-05-22T02:30:57.218Z
37142026-05-22T02:30:57.218Zrunning 0 tests
37152026-05-22T02:30:57.218Z
37162026-05-22T02:30:57.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37172026-05-22T02:30:57.218Z
37182026-05-22T02:30:57.263Z Doc-tests dpd_types
37192026-05-22T02:30:57.475Z
37202026-05-22T02:30:57.475Zrunning 0 tests
37212026-05-22T02:30:57.475Z
37222026-05-22T02:30:57.475Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37232026-05-22T02:30:57.475Z
37242026-05-22T02:30:57.500Z Doc-tests dpd_types_versions
37252026-05-22T02:30:58.723Z
37262026-05-22T02:30:58.723Zrunning 1 test
37272026-05-22T02:30:58.723Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
37282026-05-22T02:30:58.723Z
37292026-05-22T02:30:58.723Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
37302026-05-22T02:30:58.723Z
37312026-05-22T02:30:58.766Z Doc-tests packet
37322026-05-22T02:30:58.877Z
37332026-05-22T02:30:58.877Zrunning 0 tests
37342026-05-22T02:30:58.877Z
37352026-05-22T02:30:58.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37362026-05-22T02:30:58.877Z
37372026-05-22T02:30:58.892Z Doc-tests pcap
37382026-05-22T02:30:58.945Z
37392026-05-22T02:30:58.945Zrunning 0 tests
37402026-05-22T02:30:58.946Z
37412026-05-22T02:30:58.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37422026-05-22T02:30:58.946Z
37432026-05-22T02:30:59.012Z+ for feat in tofino_stub tofino_asic softnpu chaos
37442026-05-22T02:30:59.013Z+ RUST_BACKTRACE=full
37452026-05-22T02:30:59.013Z+ cargo test --features chaos --no-fail-fast
37462026-05-22T02:30:59.716Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
37472026-05-22T02:30:59.805Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
37482026-05-22T02:30:59.814Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
37492026-05-22T02:30:59.820Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
37502026-05-22T02:31:08.331Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
37512026-05-22T02:31:08.399Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
37522026-05-22T02:31:44.785Z Finished `test` profile [unoptimized + debuginfo] target(s) in 45.75s
37532026-05-22T02:31:44.938Z Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e)
37542026-05-22T02:31:44.943Z
37552026-05-22T02:31:44.943Zrunning 5 tests
37562026-05-22T02:31:44.946Ztest fuse::tests::chip_revision_a0 ... ok
37572026-05-22T02:31:44.946Ztest fuse::tests::chip_revision_unknown_device_id ... ok
37582026-05-22T02:31:44.946Ztest fuse::tests::chip_revision_b0 ... ok
37592026-05-22T02:31:44.946Ztest fuse::tests::chip_revision_b1 ... ok
37602026-05-22T02:31:44.946Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
37612026-05-22T02:31:44.947Z
37622026-05-22T02:31:44.947Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37632026-05-22T02:31:44.947Z
37642026-05-22T02:31:44.947Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
37652026-05-22T02:31:44.950Z
37662026-05-22T02:31:44.950Zrunning 0 tests
37672026-05-22T02:31:44.953Z
37682026-05-22T02:31:44.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37692026-05-22T02:31:44.953Z
37702026-05-22T02:31:44.953Z Running unittests src/lib.rs (target/debug/deps/asic-8d7f092fe7364d44)
37712026-05-22T02:31:44.956Z
37722026-05-22T02:31:44.956Zrunning 0 tests
37732026-05-22T02:31:44.956Z
37742026-05-22T02:31:44.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37752026-05-22T02:31:44.959Z
37762026-05-22T02:31:44.959Z Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e)
37772026-05-22T02:31:44.963Z
37782026-05-22T02:31:44.963Zrunning 10 tests
37792026-05-22T02:31:44.966Ztest nat::tests::test_vni ... ok
37802026-05-22T02:31:44.966Ztest network::tests::test_equal ... ok
37812026-05-22T02:31:44.966Ztest network::tests::test_eui64 ... ok
37822026-05-22T02:31:44.966Ztest network::tests::test_generate_ipv6_link_local ... ok
37832026-05-22T02:31:44.966Ztest network::tests::test_into ... ok
37842026-05-22T02:31:44.966Ztest network::tests::test_not_equal ... ok
37852026-05-22T02:31:44.966Ztest network::tests::test_to_string ... ok
37862026-05-22T02:31:44.966Ztest network::tests::test_parse ... ok
37872026-05-22T02:31:44.966Ztest test_purge ... ok
37882026-05-22T02:31:44.970Ztest illumos::test::address_exists_handles_missing_object ... ok
37892026-05-22T02:31:44.970Z
37902026-05-22T02:31:44.972Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
37912026-05-22T02:31:44.972Z
37922026-05-22T02:31:44.973Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40)
37932026-05-22T02:31:44.999Z
37942026-05-22T02:31:44.999Zrunning 1 test
37952026-05-22T02:31:45.004Z -------
37962026-05-22T02:31:45.007Z Generating OpenAPI documents from API definitions ...
37972026-05-22T02:31:45.161Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
37982026-05-22T02:31:45.230Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
37992026-05-22T02:31:46.249Z -------
38002026-05-22T02:31:46.249Z Checking 12 OpenAPI documents...
38012026-05-22T02:31:46.252Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
38022026-05-22T02:31:46.252Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
38032026-05-22T02:31:46.252Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
38042026-05-22T02:31:46.252Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
38052026-05-22T02:31:46.252Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
38062026-05-22T02:31:46.252Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
38072026-05-22T02:31:46.253Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
38082026-05-22T02:31:46.253Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
38092026-05-22T02:31:46.253Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
38102026-05-22T02:31:46.253Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
38112026-05-22T02:31:46.253Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
38122026-05-22T02:31:46.253Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
38132026-05-22T02:31:46.253Z Fresh dpd "latest" symlink
38142026-05-22T02:31:46.253Z -------
38152026-05-22T02:31:46.253Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
38162026-05-22T02:31:46.314Ztest test::test_apis_up_to_date ... ok
38172026-05-22T02:31:46.314Z
38182026-05-22T02:31:46.314Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
38192026-05-22T02:31:46.314Z
38202026-05-22T02:31:46.373Z Running unittests src/main.rs (target/debug/deps/dpd-ddd33926a1c74b4c)
38212026-05-22T02:31:46.379Z
38222026-05-22T02:31:46.379Zrunning 45 tests
38232026-05-22T02:31:46.382Ztest freemap::test_ordering ... ok
38242026-05-22T02:31:46.382Ztest dhcpv6::tests::test_create_duid_bytes ... ok
38252026-05-22T02:31:46.382Ztest freemap::test_split ... ok
38262026-05-22T02:31:46.382Ztest config::tests::test_updates ... ok
38272026-05-22T02:31:46.382Ztest macaddrs::tests::test_mac_offset ... ok
38282026-05-22T02:31:46.385Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
38292026-05-22T02:31:46.385Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
38302026-05-22T02:31:46.385Ztest macaddrs::tests::test_parse_port_id ... ok
38312026-05-22T02:31:46.385Ztest mcast::tests::test_canonicalize_sources ... ok
38322026-05-22T02:31:46.385ZMay 22 02:31:45.558May 22 02:31:45.558 DEBGDEBG created new freemapcreated new freemap, May 22 02:31:45.558, unitunitDEBG: : created new freemapfreemap_test,
38332026-05-22T02:31:46.386Zunitfreemap_test:
38342026-05-22T02:31:46.386Z freemap_testMay 22 02:31:45.558
38352026-05-22T02:31:46.386ZMay 22 02:31:45.558 DEBG initted freemap. size: 128, unitMay 22 02:31:45.558: DEBGfreemap_test
38362026-05-22T02:31:46.386Zinitted freemap. size: 128, unit: May 22 02:31:45.558freemap_test
38372026-05-22T02:31:46.386ZDEBG reset freemap, unit:May 22 02:31:45.558 freemap_testDEBG
38382026-05-22T02:31:46.386Z reset freemap, unit: freemap_test
38392026-05-22T02:31:46.386ZMay 22 02:31:45.558 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
38402026-05-22T02:31:46.386Z
38412026-05-22T02:31:46.386ZMay 22 02:31:45.558May 22 02:31:45.558 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test
38422026-05-22T02:31:46.386Z
38432026-05-22T02:31:46.386ZMay 22 02:31:45.558 DEBG reset freemap, unit: freemap_test
38442026-05-22T02:31:46.386Ztest freemap::test_exhaustion ... ok
38452026-05-22T02:31:46.386Ztest freemap::test_free ... ok
38462026-05-22T02:31:46.386Ztest freemap::test_basic ... ok
38472026-05-22T02:31:46.386Ztest freemap::test_reclaim ... ok
38482026-05-22T02:31:46.386Ztest mcast::tests::test_create_port_bitmap_empty ... ok
38492026-05-22T02:31:46.386Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
38502026-05-22T02:31:46.387Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
38512026-05-22T02:31:46.387Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
38522026-05-22T02:31:46.387Ztest mcast::tests::test_concurrent_id_allocation ... ok
38532026-05-22T02:31:46.387Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
38542026-05-22T02:31:46.387Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
38552026-05-22T02:31:46.387Ztest mcast::tests::test_sources_contain_any ... ok
38562026-05-22T02:31:46.387Ztest mcast::validate::tests::test_address_validation_integrated ... ok
38572026-05-22T02:31:46.387Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
38582026-05-22T02:31:46.387Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
38592026-05-22T02:31:46.387Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
38602026-05-22T02:31:46.387Ztest mcast::validate::tests::test_ipv4_validation ... ok
38612026-05-22T02:31:46.387Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
38622026-05-22T02:31:46.387Ztest mcast::validate::tests::test_ipv6_validation ... ok
38632026-05-22T02:31:46.387Ztest mcast::validate::tests::test_validate_nat_target ... ok
38642026-05-22T02:31:46.387Ztest mcast::validate::tests::test_is_ssm_function ... ok
38652026-05-22T02:31:46.387Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
38662026-05-22T02:31:46.387Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
38672026-05-22T02:31:46.387Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
38682026-05-22T02:31:46.387Ztest mcast::validate::tests::test_validate_source_addresses ... ok
38692026-05-22T02:31:46.387Ztest api_server::tests::test_build_info ... ok
38702026-05-22T02:31:46.387Ztest mcast::validate::tests::test_validate_tag ... ok
38712026-05-22T02:31:46.387Ztest mcast::validate::tests::test_validate_tag_format ... ok
38722026-05-22T02:31:46.387Ztest nat::test_mapping ... ok
38732026-05-22T02:31:46.390Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
38742026-05-22T02:31:46.390Ztest port_map::tests::test_backplane_group ... ok
38752026-05-22T02:31:46.390Ztest port_map::tests::test_port_map ... ok
38762026-05-22T02:31:46.390ZMay 22 02:31:45.560 DEBG created new freemap, unit: freemap_test
38772026-05-22T02:31:46.390ZMay 22 02:31:45.560 DEBG initted freemap. size: 128, unit: freemap_test
38782026-05-22T02:31:46.390ZMay 22 02:31:45.560 DEBG reset freemap, unit: freemap_test
38792026-05-22T02:31:46.390Ztest port_map::tests::dump_map ... ok
38802026-05-22T02:31:46.390Ztest freemap::test_span ... ok
38812026-05-22T02:31:46.390Ztest mcast::tests::test_id_range_boundaries ... ok
38822026-05-22T02:31:46.391Ztest port_map::tests::parse_softnpu_revision ... ok
38832026-05-22T02:31:46.391Z
38842026-05-22T02:31:46.391Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
38852026-05-22T02:31:46.391Z
38862026-05-22T02:31:46.391Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-586dda32bdaf75b9)
38872026-05-22T02:31:46.393Z
38882026-05-22T02:31:46.394Zrunning 0 tests
38892026-05-22T02:31:46.394Z
38902026-05-22T02:31:46.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38912026-05-22T02:31:46.394Z
38922026-05-22T02:31:46.394Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd)
38932026-05-22T02:31:46.398Z
38942026-05-22T02:31:46.398Zrunning 0 tests
38952026-05-22T02:31:46.398Z
38962026-05-22T02:31:46.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38972026-05-22T02:31:46.400Z
38982026-05-22T02:31:46.400Z Running unittests src/lib.rs (target/debug/deps/dpd_client-50a8e5d195d1a16d)
38992026-05-22T02:31:46.406Z
39002026-05-22T02:31:46.407Zrunning 6 tests
39012026-05-22T02:31:46.410Ztest tests::test_full_lot_id_lot_only ... ok
39022026-05-22T02:31:46.410Ztest tests::test_full_lot_id_lotnum_only ... ok
39032026-05-22T02:31:46.410Ztest tests::test_full_lot_id_both_present ... ok
39042026-05-22T02:31:46.410Ztest tests::test_full_lot_id_neither_present ... ok
39052026-05-22T02:31:46.410Ztest tests::test_port_id_cmp ... ok
39062026-05-22T02:31:46.410Ztest tests::test_parse_client_port_id ... ok
39072026-05-22T02:31:46.413Z
39082026-05-22T02:31:46.413Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39092026-05-22T02:31:46.413Z
39102026-05-22T02:31:46.413Z Running tests/test_all.rs (target/debug/deps/test_all-b5ced0f45fac3b2b)
39112026-05-22T02:31:46.419Z
39122026-05-22T02:31:46.419Zrunning 6 tests
39132026-05-22T02:31:49.432Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
39142026-05-22T02:31:49.435Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
39152026-05-22T02:31:49.435Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
39162026-05-22T02:31:49.440Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
39172026-05-22T02:31:49.769Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
39182026-05-22T02:31:50.895Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
39192026-05-22T02:31:50.895Z
39202026-05-22T02:31:50.895Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.48s
39212026-05-22T02:31:50.895Z
39222026-05-22T02:31:50.903Z Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3)
39232026-05-22T02:31:50.908Z
39242026-05-22T02:31:50.909Zrunning 0 tests
39252026-05-22T02:31:50.909Z
39262026-05-22T02:31:50.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39272026-05-22T02:31:50.912Z
39282026-05-22T02:31:50.912Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e)
39292026-05-22T02:31:50.914Z
39302026-05-22T02:31:50.914Zrunning 0 tests
39312026-05-22T02:31:50.914Z
39322026-05-22T02:31:50.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39332026-05-22T02:31:50.915Z
39342026-05-22T02:31:50.915Z Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518)
39352026-05-22T02:31:50.921Z
39362026-05-22T02:31:50.921Zrunning 12 tests
39372026-05-22T02:31:50.924Ztest icmp::test_v4_checksum ... ok
39382026-05-22T02:31:50.924Ztest icmp::test_v6_checksum ... ok
39392026-05-22T02:31:50.924Ztest ipv6::test_ipv6_parse ... ok
39402026-05-22T02:31:50.924Ztest pbuf::test_byte ... ok
39412026-05-22T02:31:50.924Ztest lldp::test_lldp_parse ... ok
39422026-05-22T02:31:50.924Ztest pbuf::test_nibble ... ok
39432026-05-22T02:31:50.924Ztest pbuf::test_overflow ... ok
39442026-05-22T02:31:50.924Ztest pbuf::test_short ... ok
39452026-05-22T02:31:50.924Ztest pbuf::test_twelve ... ok
39462026-05-22T02:31:50.924Ztest pbuf::test_word ... ok
39472026-05-22T02:31:50.927Ztest tcp::test_checksum_ack_data ... ok
39482026-05-22T02:31:50.927Ztest tcp::test_checksum_syn_nodata ... ok
39492026-05-22T02:31:50.927Z
39502026-05-22T02:31:50.927Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39512026-05-22T02:31:50.927Z
39522026-05-22T02:31:50.927Z Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d)
39532026-05-22T02:31:50.930Z
39542026-05-22T02:31:50.930Zrunning 0 tests
39552026-05-22T02:31:50.930Z
39562026-05-22T02:31:50.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39572026-05-22T02:31:50.930Z
39582026-05-22T02:31:50.932Z Running unittests src/main.rs (target/debug/deps/swadm-08aaf64423fc8256)
39592026-05-22T02:31:50.938Z
39602026-05-22T02:31:50.938Zrunning 5 tests
39612026-05-22T02:31:50.942Ztest switchport::test::test_compute_lanes ... ok
39622026-05-22T02:31:50.945Ztest switchport::test::port_id_ordering ... ok
39632026-05-22T02:31:50.945Z Lane 0 Lane 1 Lane 2 Lane 3
39642026-05-22T02:31:50.945Z State: Activated Activated Activated Activated
39652026-05-22T02:31:50.945Z Lane 0 Rx Output Enabled: false false falseLane 1 falseLane 2
39662026-05-22T02:31:50.945Z Rx Output Status: validLane 3
39672026-05-22T02:31:50.945Zvalid Rx Loss-of-lock: Yes valid validYes
39682026-05-22T02:31:50.945Z Rx Loss-of-lock: true Yes trueYes
39692026-05-22T02:31:50.945Ztrue Rx Loss-of-signal: Yestrue
39702026-05-22T02:31:50.945ZYes Rx Loss-of-signal: false Yesfalse Yes
39712026-05-22T02:31:50.945Zfalse Rx CDR Enabled: Yesfalse
39722026-05-22T02:31:50.945ZYes Rx Auto-squelch Disable: true Yestrue Yes
39732026-05-22T02:31:50.945Ztrue Tx Enabled: Yestrue
39742026-05-22T02:31:50.945ZYes Tx Output Enabled: true Yes Yestrue
39752026-05-22T02:31:50.945Z true Tx Loss-of-lock: No trueNo
39762026-05-22T02:31:50.945Z Tx Output Status: invalidNo Noinvalid
39772026-05-22T02:31:50.945Zinvalid Tx Loss-of-signal: Noinvalid
39782026-05-22T02:31:50.945ZNo Tx Loss-of-lock: false Nofalse No
39792026-05-22T02:31:50.945Zfalse Tx CDR Enabled: No false
39802026-05-22T02:31:50.945ZNo Tx Loss-of-signal: true No Notrue
39812026-05-22T02:31:50.945Z Tx Adaptive EQ Fault: No trueNo trueNo
39822026-05-22T02:31:50.945Z No
39832026-05-22T02:31:50.945ZTx Auto-squelch Disable: false Tx Fault: Yes false Yesfalse Yesfalse
39842026-05-22T02:31:50.945ZYes
39852026-05-22T02:31:50.945Z Tx Adaptive EQ Fail: true true true true
39862026-05-22T02:31:50.945Z Tx Failure: false false false false
39872026-05-22T02:31:50.945Z Tx Force Squelch: true true true true
39882026-05-22T02:31:50.945Z Tx Input Polarity: normal normal normal normal
39892026-05-22T02:31:50.945Ztest switchport::test::test_print_cmis_datapath ... ok
39902026-05-22T02:31:50.945Ztest link::test_filter ... ok
39912026-05-22T02:31:50.945Ztest switchport::test::test_print_sff_datapath ... ok
39922026-05-22T02:31:50.945Z
39932026-05-22T02:31:50.945Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
39942026-05-22T02:31:50.945Z
39952026-05-22T02:31:50.948Z Running tests/counters.rs (target/debug/deps/counters-f8ab66d33567d3ae)
39962026-05-22T02:31:50.952Z
39972026-05-22T02:31:50.952Zrunning 1 test
39982026-05-22T02:31:50.955Ztest test_p4_counter_list ... ignored
39992026-05-22T02:31:50.955Z
40002026-05-22T02:31:50.955Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
40012026-05-22T02:31:50.955Z
40022026-05-22T02:31:50.955Z Running tests/port-link.rs (target/debug/deps/port_link-620d030b91218425)
40032026-05-22T02:31:50.958Z
40042026-05-22T02:31:50.958Zrunning 5 tests
40052026-05-22T02:31:50.958Ztest test_an ... ignored
40062026-05-22T02:31:50.960Ztest test_enable ... ignored
40072026-05-22T02:31:50.961Ztest test_ip_addresses ... ignored
40082026-05-22T02:31:50.961Ztest test_kr ... ignored
40092026-05-22T02:31:50.961Ztest test_mac ... ignored
40102026-05-22T02:31:50.961Z
40112026-05-22T02:31:50.961Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
40122026-05-22T02:31:50.961Z
40132026-05-22T02:31:50.961Z Running unittests src/main.rs (target/debug/deps/tfportd-7b4df52dfc0a7aa8)
40142026-05-22T02:31:50.964Z
40152026-05-22T02:31:50.964Zrunning 3 tests
40162026-05-22T02:31:50.966Ztest tfport::test_parse_tfport ... ok
40172026-05-22T02:31:50.966Ztest linklocal::test_parse_ipadm ... ok
40182026-05-22T02:31:50.966Ztest config::tests::test_updates ... ok
40192026-05-22T02:31:50.967Z
40202026-05-22T02:31:50.967Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40212026-05-22T02:31:50.967Z
40222026-05-22T02:31:50.967Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907)
40232026-05-22T02:31:50.971Z
40242026-05-22T02:31:50.971Zrunning 0 tests
40252026-05-22T02:31:50.974Z
40262026-05-22T02:31:50.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40272026-05-22T02:31:50.975Z
40282026-05-22T02:31:50.975Z Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39)
40292026-05-22T02:31:50.977Z
40302026-05-22T02:31:50.977Zrunning 0 tests
40312026-05-22T02:31:50.977Z
40322026-05-22T02:31:50.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40332026-05-22T02:31:50.977Z
40342026-05-22T02:31:50.977Z Doc-tests aal
40352026-05-22T02:31:51.167Z
40362026-05-22T02:31:51.167Zrunning 0 tests
40372026-05-22T02:31:51.167Z
40382026-05-22T02:31:51.170Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40392026-05-22T02:31:51.170Z
40402026-05-22T02:31:51.185Z Doc-tests aal_macros
40412026-05-22T02:31:51.259Z
40422026-05-22T02:31:51.259Zrunning 0 tests
40432026-05-22T02:31:51.259Z
40442026-05-22T02:31:51.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40452026-05-22T02:31:51.259Z
40462026-05-22T02:31:51.271Z Doc-tests common
40472026-05-22T02:31:51.509Z
40482026-05-22T02:31:51.509Zrunning 0 tests
40492026-05-22T02:31:51.509Z
40502026-05-22T02:31:51.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40512026-05-22T02:31:51.509Z
40522026-05-22T02:31:51.530Z Doc-tests dpd_api
40532026-05-22T02:31:52.411Z
40542026-05-22T02:31:52.411Zrunning 2 tests
40552026-05-22T02:31:52.411Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
40562026-05-22T02:31:52.411Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
40572026-05-22T02:31:52.411Z
40582026-05-22T02:31:52.411Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
40592026-05-22T02:31:52.411Z
40602026-05-22T02:31:52.443Z Doc-tests dpd_client
40612026-05-22T02:31:53.828Z
40622026-05-22T02:31:53.828Zrunning 0 tests
40632026-05-22T02:31:53.829Z
40642026-05-22T02:31:53.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40652026-05-22T02:31:53.829Z
40662026-05-22T02:31:53.875Z Doc-tests dpd_types
40672026-05-22T02:31:54.089Z
40682026-05-22T02:31:54.089Zrunning 0 tests
40692026-05-22T02:31:54.089Z
40702026-05-22T02:31:54.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40712026-05-22T02:31:54.089Z
40722026-05-22T02:31:54.115Z Doc-tests dpd_types_versions
40732026-05-22T02:31:55.340Z
40742026-05-22T02:31:55.340Zrunning 1 test
40752026-05-22T02:31:55.340Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
40762026-05-22T02:31:55.340Z
40772026-05-22T02:31:55.340Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
40782026-05-22T02:31:55.341Z
40792026-05-22T02:31:55.385Z Doc-tests packet
40802026-05-22T02:31:55.495Z
40812026-05-22T02:31:55.495Zrunning 0 tests
40822026-05-22T02:31:55.495Z
40832026-05-22T02:31:55.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40842026-05-22T02:31:55.496Z
40852026-05-22T02:31:55.512Z Doc-tests pcap
40862026-05-22T02:31:55.566Z
40872026-05-22T02:31:55.566Zrunning 0 tests
40882026-05-22T02:31:55.566Z
40892026-05-22T02:31:55.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40902026-05-22T02:31:55.566Z
40912026-05-22T02:31:55.623Zprocess exited: duration 678059 ms, exit code 0
 
40922026-05-22T02:31:55.629Zfound 0 output files