01KTN86D5D4AHR23M7P049YK72: test

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

Buildomat Job: 01KTN87B1PEPK4ASAKR5FRY9ZH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T03:54:31.791Zjob assigned to worker 01KTN87FEMQR6ANSYB66KYHVNF [factory aws, i-0c915de0b36667158] (queued for 55 s)
 
22026-06-09T03:54:37.960Zstarting task 0: "setup"
32026-06-09T03:54:37.967Z++ uname -s
42026-06-09T03:54:37.970Z+ kern=SunOS
52026-06-09T03:54:37.970Z+ build_user=build
62026-06-09T03:54:37.970Z+ build_uid=12345
72026-06-09T03:54:37.970Z+ work_dir=/work
82026-06-09T03:54:37.970Z+ input_dir=/input
92026-06-09T03:54:37.970Z+ [[ 0 == 12345 ]]
102026-06-09T03:54:37.970Z+ case "$kern" in
112026-06-09T03:54:37.970Z+ groupadd -g 12345 build
122026-06-09T03:54:37.973Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T03:54:39.977Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T03:54:40.060Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T03:54:40.062Z+ home_fs=zfs
162026-06-09T03:54:40.062Z+ [[ zfs == autofs ]]
172026-06-09T03:54:40.062Z+ mkdir -p /home/build
182026-06-09T03:54:40.062Z+ chown build:build /home/build /work
192026-06-09T03:54:42.064Z+ chmod 0700 /home/build /work
202026-06-09T03:54:42.067Zprocess exited: duration 4105 ms, exit code 0
 
212026-06-09T03:54:42.072Zstarting task 1: "rust-toolchain"
222026-06-09T03:54:42.078Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-09T03:54:42.078Z * rust toolchain channel = "1.90.0"
242026-06-09T03:54:42.079Z * rust toolchain profile = "default"
252026-06-09T03:54:42.079Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-09T03:54:42.079Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T03:54:42.079Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T03:54:42.081Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T03:54:42.082Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-09T03:54:42.184Zinfo: downloading installer
312026-06-09T03:54:43.703Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T03:54:43.704Zwarn: /home/build/.rustup/settings.toml
332026-06-09T03:54:43.704Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T03:54:43.704Zwarn: instead of the one inferred from the default host triple.
352026-06-09T03:54:43.714Zinfo: profile set to default
362026-06-09T03:54:43.714Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T03:54:43.716Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-09T03:54:43.894Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-09T03:54:43.915Zinfo: downloading 6 components
402026-06-09T03:54:59.654Z
412026-06-09T03:54:59.654Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
422026-06-09T03:54:59.690Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-09T03:54:59.690Z
442026-06-09T03:54:59.690Z
452026-06-09T03:54:59.690ZRust is installed now. Great!
462026-06-09T03:54:59.690Z
472026-06-09T03:54:59.690ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T03:54:59.690Zenvironment variable. This has not been done automatically.
492026-06-09T03:54:59.700Z
502026-06-09T03:54:59.700ZTo configure your current shell, you need to source
512026-06-09T03:54:59.700Zthe corresponding env file under $HOME/.cargo.
522026-06-09T03:54:59.700Z
532026-06-09T03:54:59.700ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T03:54:59.700Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T03:54:59.700Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T03:54:59.700Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T03:54:59.700Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T03:54:59.700Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T03:54:59.700Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T03:54:59.700Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T03:54:59.700Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T03:54:59.777Z+ rustup --version
632026-06-09T03:54:59.784Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T03:54:59.787Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T03:54:59.807Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-09T03:54:59.809Z+ cargo --version
672026-06-09T03:54:59.822Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-09T03:54:59.826Z+ rustc --version
692026-06-09T03:54:59.845Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-09T03:54:59.848Zprocess exited: duration 17775 ms, exit code 0
 
712026-06-09T03:54:59.855Zstarting task 2: "authentication"
722026-06-09T03:54:59.872Zprocess exited: duration 17 ms, exit code 0
 
732026-06-09T03:54:59.878Zstarting task 3: "clone repository"
742026-06-09T03:54:59.881Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-09T03:54:59.883Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-09T03:54:59.920ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-09T03:55:01.051Z+ cd /work/oxidecomputer/dendrite
782026-06-09T03:55:01.051Z+ git fetch origin 66fec61c94c65c615cff124229aa59a7e87b5144
792026-06-09T03:55:01.294ZFrom https://github.com/oxidecomputer/dendrite
802026-06-09T03:55:01.294Z * branch 66fec61c94c65c615cff124229aa59a7e87b5144 -> FETCH_HEAD
812026-06-09T03:55:01.325Z+ [[ -n renovate/progenitor ]]
822026-06-09T03:55:01.325Z++ git branch --show-current
832026-06-09T03:55:01.325Z+ current=main
842026-06-09T03:55:01.325Z+ [[ main != renovate/progenitor ]]
852026-06-09T03:55:01.325Z+ git branch -f renovate/progenitor 66fec61c94c65c615cff124229aa59a7e87b5144
862026-06-09T03:55:01.341Z+ git checkout -f renovate/progenitor
872026-06-09T03:55:01.341ZSwitched to branch 'renovate/progenitor'
882026-06-09T03:55:01.341Z+ git reset --hard 66fec61c94c65c615cff124229aa59a7e87b5144
892026-06-09T03:55:01.346ZHEAD is now at 66fec61 Update progenitor to 0.14
902026-06-09T03:55:01.346Zprocess exited: duration 1458 ms, exit code 0
 
912026-06-09T03:55:01.355Zstarting task 4: "build"
922026-06-09T03:55:01.360Z+ source .github/buildomat/common.sh
932026-06-09T03:55:01.360Z++ TOFINO_STAGES=20
942026-06-09T03:55:01.360Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-09T03:55:01.360Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-09T03:55:01.360Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-09T03:55:01.363Z+++ uname -s
982026-06-09T03:55:01.364Z++ '[' SunOS == SunOS ']'
992026-06-09T03:55:01.364Z++ SERIES=illumos
1002026-06-09T03:55:01.364Z+++ uname -s
1012026-06-09T03:55:01.364Z++ '[' SunOS == SunOS ']'
1022026-06-09T03:55:01.364Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-09T03:55:01.364Z++ rustup show active-toolchain
1042026-06-09T03:55:01.369Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-09T03:55:01.373Z+ source .github/buildomat/illumos.sh
1062026-06-09T03:55:01.373Z++ banner 'sde setup'
1072026-06-09T03:55:01.373Z
1082026-06-09T03:55:01.373Z #### ##### ###### #### ###### ##### # # #####
1092026-06-09T03:55:01.373Z # # # # # # # # # # #
1102026-06-09T03:55:01.373Z #### # # ##### #### ##### # # # # #
1112026-06-09T03:55:01.373Z # # # # # # # # # #####
1122026-06-09T03:55:01.373Z # # # # # # # # # # # #
1132026-06-09T03:55:01.373Z #### ##### ###### #### ###### # #### #
1142026-06-09T03:55:01.373Z
1152026-06-09T03:55:01.373Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-09T03:55:01.373Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-09T03:55:01.374Z++ export PKG=tofino_sde.p5p
1182026-06-09T03:55:01.374Z++ PKG=tofino_sde.p5p
1192026-06-09T03:55:01.374Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-09T03:55:01.378Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-09T03:55:01.378Z Dload Upload Total Spent Left Speed
1222026-06-09T03:55:04.604Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 3 76.03M 3 2.96M 0 0 1.47M 0 00:51 00:02 00:49 1.47M 77 76.03M 77 59.29M 0 0 19.67M 0 00:03 00:03 19.67M 100 76.03M 100 76.03M 0 0 23.55M 0 00:03 00:03 19.67M 100 76.03M 100 76.03M 0 0 23.55M 0 00:03 00:03 19.67M 100 76.03M 100 76.03M 0 0 23.55M 0 00:03 00:03 19.67M
1232026-06-09T03:55:04.609Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-09T03:55:04.683Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-09T03:55:04.690Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-09T03:55:04.690Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-09T03:55:05.650Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-09T03:55:05.766Z Startup: Caching catalogs ... Done
1292026-06-09T03:55:05.778Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-09T03:55:06.145ZPlanning: Solver setup ... Done
1312026-06-09T03:55:06.168ZPlanning: Running solver ... Done
1322026-06-09T03:55:06.174ZPlanning: Finding local manifests ... Done
1332026-06-09T03:55:06.177ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-09T03:55:06.181ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-09T03:55:06.194ZPlanning: Package planning ... Done
1362026-06-09T03:55:06.607ZPlanning: Merging actions ... Done
1372026-06-09T03:55:06.612ZPlanning: Checking for conflicting actions ... Done
1382026-06-09T03:55:06.612ZPlanning: Consolidating action changes ... Done
1392026-06-09T03:55:07.152ZPlanning: Evaluating mediators ... Done
1402026-06-09T03:55:07.170ZPlanning: Planning completed in 1.36 seconds
1412026-06-09T03:55:07.170Z Packages to install: 1
1422026-06-09T03:55:07.170Z Create boot environment: No
1432026-06-09T03:55:07.170ZCreate backup boot environment: No
1442026-06-09T03:55:07.190Z
1452026-06-09T03:55:07.190ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-09T03:55:07.315ZDownload: Completed 75.30 MB in 0.13 seconds (568M/s)
1472026-06-09T03:55:07.558Z Actions: 1/293 actions (Installing new actions)
1482026-06-09T03:55:08.522Z Actions: Completed 293 actions in 0.97 seconds.
1492026-06-09T03:55:08.526ZFinalize: Updating package state database ... Done
1502026-06-09T03:55:08.567ZFinalize: Updating package cache ... Done
1512026-06-09T03:55:08.591ZFinalize: Updating image state ... Done
1522026-06-09T03:55:11.020ZFinalize: Creating fast lookup database ... Done
1532026-06-09T03:55:11.094ZFinalize: Reading search index ... Done
1542026-06-09T03:55:11.098ZFinalize: Updating search index ... Done
1552026-06-09T03:55:11.329ZFinalize: Updating package cache ... Done
1562026-06-09T03:55:11.426Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-09T03:55:11.426Z++ SDE=/opt/oxide/tofino_sde
1582026-06-09T03:55:11.426Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-09T03:55:11.426Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-09T03:55:11.426Z++ banner packages
1612026-06-09T03:55:11.429Z
1622026-06-09T03:55:11.429Z ##### ## #### # # ## #### ###### ####
1632026-06-09T03:55:11.429Z # # # # # # # # # # # # # #
1642026-06-09T03:55:11.429Z # # # # # #### # # # ##### ####
1652026-06-09T03:55:11.429Z ##### ###### # # # ###### # ### # #
1662026-06-09T03:55:11.429Z # # # # # # # # # # # # # #
1672026-06-09T03:55:11.429Z # # # #### # # # # #### ###### ####
1682026-06-09T03:55:11.430Z
1692026-06-09T03:55:11.430Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-09T03:55:11.690Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-09T03:55:11.694Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-09T03:55:12.005ZPlanning: Solver setup ... Done
1732026-06-09T03:55:12.028ZPlanning: Running solver ... Done
1742026-06-09T03:55:12.036ZPlanning: Consolidating action changes ... Done
1752026-06-09T03:55:12.036ZPlanning: Evaluating mediators ... Done
1762026-06-09T03:55:12.039ZPlanning: Planning completed in 0.34 seconds
1772026-06-09T03:55:12.049ZNo updates necessary for this image.
1782026-06-09T03:55:12.108Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-09T03:55:12.320ZPlanning: Evaluating mediator changes ... Done
1802026-06-09T03:55:12.443ZPlanning: Checking for conflicting actions ... Done
1812026-06-09T03:55:12.450ZPlanning: Consolidating action changes ... Done
1822026-06-09T03:55:12.603ZPlanning: Evaluating mediators ... Done
1832026-06-09T03:55:12.608ZPlanning: Planning completed in 0.28 seconds
1842026-06-09T03:55:12.630Z Mediators to change: 2
1852026-06-09T03:55:12.630Z Create boot environment: No
1862026-06-09T03:55:12.630ZCreate backup boot environment: No
1872026-06-09T03:55:12.683ZFinalize: Updating package state database ... Done
1882026-06-09T03:55:12.683ZFinalize: Updating package cache ... Done
1892026-06-09T03:55:12.701ZFinalize: Updating image state ... Done
1902026-06-09T03:55:14.711ZFinalize: Creating fast lookup database ... Done
1912026-06-09T03:55:14.782ZFinalize: Reading search index ... Done
1922026-06-09T03:55:14.788ZFinalize: Updating search index ... Done
1932026-06-09T03:55:14.872ZFinalize: Updating package cache ... Done
1942026-06-09T03:55:14.942Z++ cargo --version
1952026-06-09T03:55:14.953Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-09T03:55:14.956Z++ rustc --version
1972026-06-09T03:55:14.977Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-09T03:55:14.982Z+ banner copyrights
1992026-06-09T03:55:14.982Z
2002026-06-09T03:55:14.982Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-09T03:55:14.982Z # # # # # # # # # # # # # # # # #
2022026-06-09T03:55:14.982Z # # # # # # # # # # ###### # ####
2032026-06-09T03:55:14.982Z # # # ##### # ##### # # ### # # # #
2042026-06-09T03:55:14.982Z # # # # # # # # # # # # # # # #
2052026-06-09T03:55:14.982Z #### #### # # # # # #### # # # ####
2062026-06-09T03:55:14.982Z
2072026-06-09T03:55:14.982Z+ ./tools/check_copyrights.sh
2082026-06-09T03:55:15.266Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-09T03:55:16.031Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-09T03:55:16.485Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-09T03:55:16.574Zpcap/build.rs: Copyright with wrong year
2122026-06-09T03:55:16.742Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-09T03:55:16.968Z+ banner clippy
2142026-06-09T03:55:16.971Z
2152026-06-09T03:55:16.971Z #### # # ##### ##### # #
2162026-06-09T03:55:16.971Z # # # # # # # # # #
2172026-06-09T03:55:16.971Z # # # # # # # #
2182026-06-09T03:55:16.971Z # # # ##### ##### #
2192026-06-09T03:55:16.971Z # # # # # # #
2202026-06-09T03:55:16.971Z #### ###### # # # #
2212026-06-09T03:55:16.971Z
2222026-06-09T03:55:16.971Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-09T03:55:16.972Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-09T03:55:17.115Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-09T03:55:26.857Z Updating crates.io index
2262026-06-09T03:55:26.899Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-09T03:55:27.175Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-09T03:55:27.930Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-09T03:55:28.256Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-09T03:55:28.496Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-09T03:55:29.608Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2322026-06-09T03:55:29.878Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-06-09T03:55:30.106Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-06-09T03:55:30.529Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-06-09T03:55:30.820Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-06-09T03:55:31.274Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2372026-06-09T03:55:31.500Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2382026-06-09T03:55:32.009Z Updating git repository `https://github.com/oxidecomputer/p4`
2392026-06-09T03:55:32.411Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2402026-06-09T03:55:32.798Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-09T03:55:33.121Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2422026-06-09T03:55:33.807Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2432026-06-09T03:55:34.020Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-09T03:55:34.572Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-09T03:55:35.026Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-09T03:55:35.537Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-09T03:55:35.760Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-09T03:55:37.435Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-06-09T03:55:38.150Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-09T03:55:38.639Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-09T03:55:40.325Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-09T03:55:40.935Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-09T03:55:41.198Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-09T03:55:41.511Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-06-09T03:55:43.259Z Downloading crates ...
2562026-06-09T03:55:43.738Z Downloaded aead v0.5.2
2572026-06-09T03:55:43.756Z Downloaded bit-vec v0.8.0
2582026-06-09T03:55:43.756Z Downloaded arrayvec v0.7.6
2592026-06-09T03:55:43.756Z Downloaded cobs v0.3.0
2602026-06-09T03:55:43.756Z Downloaded adler2 v2.0.1
2612026-06-09T03:55:43.757Z Downloaded console v0.15.11
2622026-06-09T03:55:43.757Z Downloaded ciborium-io v0.2.2
2632026-06-09T03:55:43.757Z Downloaded dyn-clone v1.0.20
2642026-06-09T03:55:43.757Z Downloaded embedded-io v0.4.0
2652026-06-09T03:55:43.757Z Downloaded debug-ignore v1.0.5
2662026-06-09T03:55:43.757Z Downloaded embedded-io v0.6.1
2672026-06-09T03:55:43.757Z Downloaded anstyle v1.0.14
2682026-06-09T03:55:43.757Z Downloaded elliptic-curve v0.13.8
2692026-06-09T03:55:43.757Z Downloaded equivalent v1.0.2
2702026-06-09T03:55:43.757Z Downloaded anstyle-query v1.1.4
2712026-06-09T03:55:43.757Z Downloaded foldhash v0.1.5
2722026-06-09T03:55:43.757Z Downloaded hex v0.4.3
2732026-06-09T03:55:43.757Z Downloaded find-msvc-tools v0.1.9
2742026-06-09T03:55:43.758Z Downloaded base16ct v0.2.0
2752026-06-09T03:55:43.758Z Downloaded compression-core v0.4.32
2762026-06-09T03:55:43.758Z Downloaded hashbrown v0.15.5
2772026-06-09T03:55:43.758Z Downloaded hash32 v0.3.1
2782026-06-09T03:55:43.758Z Downloaded git-stub v1.0.0
2792026-06-09T03:55:43.758Z Downloaded gethostname v0.5.0
2802026-06-09T03:55:43.758Z Downloaded foldhash v0.2.0
2812026-06-09T03:55:43.758Z Downloaded half v2.7.1
2822026-06-09T03:55:43.759Z Downloaded foreign-types v0.5.0
2832026-06-09T03:55:43.759Z Downloaded futures-executor v0.3.32
2842026-06-09T03:55:43.759Z Downloaded futures-core v0.3.32
2852026-06-09T03:55:43.759Z Downloaded darling_macro v0.21.3
2862026-06-09T03:55:43.759Z Downloaded enum-as-inner v0.6.1
2872026-06-09T03:55:43.759Z Downloaded cpufeatures v0.3.0
2882026-06-09T03:55:43.759Z Downloaded cstr-argument v0.1.2
2892026-06-09T03:55:43.759Z Downloaded arrayref v0.3.9
2902026-06-09T03:55:43.759Z Downloaded dof v0.4.0
2912026-06-09T03:55:43.759Z Downloaded dof v0.3.0
2922026-06-09T03:55:43.759Z Downloaded backoff v0.4.0
2932026-06-09T03:55:43.759Z Downloaded const_format_proc_macros v0.2.34
2942026-06-09T03:55:43.759Z Downloaded group v0.13.0
2952026-06-09T03:55:43.759Z Downloaded hostname v0.4.2
2962026-06-09T03:55:43.760Z Downloaded cargo-platform v0.1.9
2972026-06-09T03:55:43.760Z Downloaded block-buffer v0.10.4
2982026-06-09T03:55:43.760Z Downloaded errno v0.3.14
2992026-06-09T03:55:43.760Z Downloaded git-stub-vcs v0.1.0
3002026-06-09T03:55:43.760Z Downloaded curve25519-dalek-derive v0.1.1
3012026-06-09T03:55:43.760Z Downloaded crypto-common v0.1.6
3022026-06-09T03:55:43.760Z Downloaded futures-io v0.3.32
3032026-06-09T03:55:43.760Z Downloaded http-body v1.0.1
3042026-06-09T03:55:43.760Z Downloaded form_urlencoded v1.2.2
3052026-06-09T03:55:43.760Z Downloaded atomicwrites v0.4.4
3062026-06-09T03:55:43.760Z Downloaded hubpack v0.1.2
3072026-06-09T03:55:43.760Z Downloaded dtrace-parser v0.2.0
3082026-06-09T03:55:43.760Z Downloaded crypto-common v0.2.2
3092026-06-09T03:55:43.760Z Downloaded httpdate v1.0.3
3102026-06-09T03:55:43.760Z Downloaded fs-err v3.1.2
3112026-06-09T03:55:43.761Z Downloaded futures-channel v0.3.32
3122026-06-09T03:55:43.761Z Downloaded dropshot-api-manager-types v0.7.2
3132026-06-09T03:55:43.761Z Downloaded hubpack_derive v0.1.1
3142026-06-09T03:55:43.761Z Downloaded futures-sink v0.3.32
3152026-06-09T03:55:43.761Z Downloaded foreign-types-shared v0.1.1
3162026-06-09T03:55:43.761Z Downloaded colorchoice v1.0.4
3172026-06-09T03:55:43.761Z Downloaded futures-macro v0.3.32
3182026-06-09T03:55:43.761Z Downloaded heck v0.5.0
3192026-06-09T03:55:43.761Z Downloaded dtrace-parser v0.3.0
3202026-06-09T03:55:43.761Z Downloaded foreign-types-shared v0.3.1
3212026-06-09T03:55:43.761Z Downloaded compression-codecs v0.4.32
3222026-06-09T03:55:43.761Z Downloaded ciborium v0.2.2
3232026-06-09T03:55:43.762Z Downloaded chacha20 v0.9.1
3242026-06-09T03:55:43.762Z Downloaded foreign-types-macros v0.2.3
3252026-06-09T03:55:43.762Z Downloaded argon2 v0.5.3
3262026-06-09T03:55:43.762Z Downloaded idna_adapter v1.2.1
3272026-06-09T03:55:43.762Z Downloaded heck v0.4.1
3282026-06-09T03:55:43.762Z Downloaded dunce v1.0.5
3292026-06-09T03:55:43.762Z Downloaded inout v0.1.4
3302026-06-09T03:55:43.762Z Downloaded const_format v0.2.34
3312026-06-09T03:55:43.762Z Downloaded is_ci v1.2.0
3322026-06-09T03:55:43.762Z Downloaded instant v0.1.13
3332026-06-09T03:55:43.762Z Downloaded is-terminal v0.4.16
3342026-06-09T03:55:43.762Z Downloaded keccak v0.1.6
3352026-06-09T03:55:43.762Z Downloaded anstream v1.0.0
3362026-06-09T03:55:43.762Z Downloaded icu_normalizer_data v2.0.0
3372026-06-09T03:55:43.762Z Downloaded globset v0.4.16
3382026-06-09T03:55:43.762Z Downloaded digest v0.11.3
3392026-06-09T03:55:43.763Z Downloaded futures-task v0.3.32
3402026-06-09T03:55:43.763Z Downloaded hostname v0.3.1
3412026-06-09T03:55:43.763Z Downloaded itoa v1.0.15
3422026-06-09T03:55:43.763Z Downloaded async-trait v0.1.89
3432026-06-09T03:55:43.763Z Downloaded erased-serde v0.3.31
3442026-06-09T03:55:43.763Z Downloaded dropshot_endpoint v0.16.7
3452026-06-09T03:55:43.763Z Downloaded daft v0.1.5
3462026-06-09T03:55:43.763Z Downloaded cargo_metadata v0.18.1
3472026-06-09T03:55:43.763Z Downloaded kstat-rs v0.2.4
3482026-06-09T03:55:43.763Z Downloaded linked-hash-map v0.5.6
3492026-06-09T03:55:43.763Z Downloaded darling v0.21.3
3502026-06-09T03:55:43.763Z Downloaded mime v0.3.17
3512026-06-09T03:55:43.763Z Downloaded lru-slab v0.1.2
3522026-06-09T03:55:43.763Z Downloaded lazy_static v1.5.0
3532026-06-09T03:55:43.763Z Downloaded byteorder v1.5.0
3542026-06-09T03:55:43.764Z Downloaded highway v1.3.0
3552026-06-09T03:55:43.764Z Downloaded glob v0.3.3
3562026-06-09T03:55:43.764Z Downloaded filetime v0.2.26
3572026-06-09T03:55:43.780Z Downloaded libscf-sys v1.2.0
3582026-06-09T03:55:43.780Z Downloaded fixedbitset v0.4.2
3592026-06-09T03:55:43.780Z Downloaded match_cfg v0.1.0
3602026-06-09T03:55:43.780Z Downloaded deranged v0.5.3
3612026-06-09T03:55:43.780Z Downloaded displaydoc v0.2.5
3622026-06-09T03:55:43.780Z Downloaded blake2 v0.10.6
3632026-06-09T03:55:43.780Z Downloaded lru-cache v0.1.2
3642026-06-09T03:55:43.780Z Downloaded derive-ex v0.1.8
3652026-06-09T03:55:43.780Z Downloaded indent_write v2.2.0
3662026-06-09T03:55:43.780Z Downloaded hyper-tls v0.6.0
3672026-06-09T03:55:43.780Z Downloaded daft-derive v0.1.5
3682026-06-09T03:55:43.780Z Downloaded newtype-uuid-macros v0.1.0
3692026-06-09T03:55:43.781Z Downloaded newline-converter v0.3.0
3702026-06-09T03:55:43.781Z Downloaded getrandom v0.2.16
3712026-06-09T03:55:43.781Z Downloaded num-derive v0.4.2
3722026-06-09T03:55:43.781Z Downloaded opaque-debug v0.3.1
3732026-06-09T03:55:43.781Z Downloaded ingot-types v0.1.2
3742026-06-09T03:55:43.781Z Downloaded newtype_derive v0.1.6
3752026-06-09T03:55:43.781Z Downloaded num-conv v0.2.1
3762026-06-09T03:55:43.781Z Downloaded num v0.4.3
3772026-06-09T03:55:43.781Z Downloaded omicron-workspace-hack v0.1.0
3782026-06-09T03:55:43.781Z Downloaded num_threads v0.1.7
3792026-06-09T03:55:43.781Z Downloaded olpc-cjson v0.1.4
3802026-06-09T03:55:43.781Z Downloaded openssl-probe v0.1.6
3812026-06-09T03:55:43.781Z Downloaded csv-core v0.1.12
3822026-06-09T03:55:43.781Z Downloaded crc32fast v1.5.0
3832026-06-09T03:55:43.781Z Downloaded cookie v0.18.1
3842026-06-09T03:55:43.781Z Downloaded http-body-util v0.1.3
3852026-06-09T03:55:43.781Z Downloaded base64ct v1.8.0
3862026-06-09T03:55:43.781Z Downloaded anyhow v1.0.102
3872026-06-09T03:55:43.781Z Downloaded macaddr v1.0.1
3882026-06-09T03:55:43.782Z Downloaded libsw-core v0.3.2
3892026-06-09T03:55:43.782Z Downloaded openssl-macros v0.1.1
3902026-06-09T03:55:43.782Z Downloaded lock_api v0.4.14
3912026-06-09T03:55:43.782Z Downloaded jobserver v0.1.34
3922026-06-09T03:55:43.782Z Downloaded hyper-rustls v0.27.7
3932026-06-09T03:55:43.782Z Downloaded bitflags v2.11.1
3942026-06-09T03:55:43.782Z Downloaded linear-map v1.2.0
3952026-06-09T03:55:43.782Z Downloaded libsw v3.5.0
3962026-06-09T03:55:43.782Z Downloaded critical-section v1.2.0
3972026-06-09T03:55:43.782Z Downloaded num_enum_derive v0.5.11
3982026-06-09T03:55:43.782Z Downloaded parse-display v0.10.0
3992026-06-09T03:55:43.782Z Downloaded fs_extra v1.3.0
4002026-06-09T03:55:43.782Z Downloaded derive_more v0.99.20
4012026-06-09T03:55:43.782Z Downloaded hybrid-array v0.4.12
4022026-06-09T03:55:43.782Z Downloaded humantime v2.3.0
4032026-06-09T03:55:43.782Z Downloaded percent-encoding v2.3.2
4042026-06-09T03:55:43.783Z Downloaded httparse v1.10.1
4052026-06-09T03:55:43.783Z Downloaded ingot-macros v0.1.1
4062026-06-09T03:55:43.783Z Downloaded cancel-safe-futures v0.1.5
4072026-06-09T03:55:43.783Z Downloaded num-iter v0.1.45
4082026-06-09T03:55:43.783Z Downloaded plain v0.2.3
4092026-06-09T03:55:43.783Z Downloaded num-integer v0.1.46
4102026-06-09T03:55:43.783Z Downloaded newtype-uuid v1.3.2
4112026-06-09T03:55:43.783Z Downloaded powerfmt v0.2.0
4122026-06-09T03:55:43.783Z Downloaded proc-macro-crate v1.3.1
4132026-06-09T03:55:43.783Z Downloaded pretty-hex v0.4.1
4142026-06-09T03:55:43.783Z Downloaded num-rational v0.4.2
4152026-06-09T03:55:43.783Z Downloaded num-complex v0.4.6
4162026-06-09T03:55:43.784Z Downloaded num_enum_derive v0.7.5
4172026-06-09T03:55:43.784Z Downloaded phf_shared v0.12.1
4182026-06-09T03:55:43.784Z Downloaded num_enum v0.7.5
4192026-06-09T03:55:43.784Z Downloaded proc-macro-error-attr2 v2.0.0
4202026-06-09T03:55:43.784Z Downloaded clap v4.6.1
4212026-06-09T03:55:43.784Z Downloaded progenitor-client v0.11.1
4222026-06-09T03:55:43.784Z Downloaded proc-macro-error-attr v1.0.4
4232026-06-09T03:55:43.784Z Downloaded iana-time-zone v0.1.64
4242026-06-09T03:55:43.784Z Downloaded potential_utf v0.1.3
4252026-06-09T03:55:43.784Z Downloaded hmac v0.12.1
4262026-06-09T03:55:43.784Z Downloaded colored v3.1.1
4272026-06-09T03:55:43.784Z Downloaded cexpr v0.6.0
4282026-06-09T03:55:43.784Z Downloaded const-oid v0.10.2
4292026-06-09T03:55:43.784Z Downloaded num_enum v0.5.11
4302026-06-09T03:55:43.784Z Downloaded progenitor-macro v0.10.0
4312026-06-09T03:55:43.784Z Downloaded progenitor-client v0.10.0
4322026-06-09T03:55:43.785Z Downloaded rand_chacha v0.3.1
4332026-06-09T03:55:43.785Z Downloaded progenitor-macro v0.14.0
4342026-06-09T03:55:43.785Z Downloaded icu_provider v2.0.0
4352026-06-09T03:55:43.785Z Downloaded paste v1.0.15
4362026-06-09T03:55:43.785Z Downloaded password-hash v0.5.0
4372026-06-09T03:55:43.785Z Downloaded quick-error v1.2.3
4382026-06-09T03:55:43.785Z Downloaded getrandom v0.3.3
4392026-06-09T03:55:43.785Z Downloaded futures v0.3.32
4402026-06-09T03:55:43.785Z Downloaded rustc_version v0.4.1
4412026-06-09T03:55:43.785Z Downloaded pem v3.0.5
4422026-06-09T03:55:43.785Z Downloaded parse-display-derive v0.10.0
4432026-06-09T03:55:43.785Z Downloaded oxide-tokio-rt v0.1.2
4442026-06-09T03:55:43.785Z Downloaded memmap2 v0.9.8
4452026-06-09T03:55:43.785Z Downloaded icu_normalizer v2.0.0
4462026-06-09T03:55:43.785Z Downloaded heapless v0.8.0
4472026-06-09T03:55:43.785Z Downloaded derive-where v1.6.0
4482026-06-09T03:55:43.786Z Downloaded phf v0.12.1
4492026-06-09T03:55:43.786Z Downloaded ppv-lite86 v0.2.21
4502026-06-09T03:55:43.786Z Downloaded rand_xorshift v0.4.0
4512026-06-09T03:55:43.786Z Downloaded poly1305 v0.8.0
4522026-06-09T03:55:43.786Z Downloaded ref-cast-impl v1.0.25
4532026-06-09T03:55:43.786Z Downloaded ref-cast v1.0.25
4542026-06-09T03:55:43.786Z Downloaded once_cell v1.21.3
4552026-06-09T03:55:43.786Z Downloaded rustc_version v0.1.7
4562026-06-09T03:55:43.786Z Downloaded darling_core v0.21.3
4572026-06-09T03:55:43.803Z Downloaded multer v3.1.0
4582026-06-09T03:55:43.803Z Downloaded chacha20poly1305 v0.10.1
4592026-06-09T03:55:43.803Z Downloaded bytes v1.11.1
4602026-06-09T03:55:43.803Z Downloaded progenitor v0.10.0
4612026-06-09T03:55:43.803Z Downloaded pest_generator v2.8.2
4622026-06-09T03:55:43.803Z Downloaded crypto-bigint v0.5.5
4632026-06-09T03:55:43.803Z Downloaded allocator-api2 v0.2.21
4642026-06-09T03:55:43.803Z Downloaded same-file v1.0.6
4652026-06-09T03:55:43.803Z Downloaded omicron-zone-package v0.12.2
4662026-06-09T03:55:43.804Z Downloaded proc-macro-error2 v2.0.1
4672026-06-09T03:55:43.804Z Downloaded icu_properties v2.0.1
4682026-06-09T03:55:43.804Z Downloaded getrandom v0.4.2
4692026-06-09T03:55:43.804Z Downloaded semver v0.1.20
4702026-06-09T03:55:43.804Z Downloaded secrecy v0.10.3
4712026-06-09T03:55:43.804Z Downloaded parking_lot_core v0.9.12
4722026-06-09T03:55:43.804Z Downloaded litemap v0.8.0
4732026-06-09T03:55:43.804Z Downloaded serde-big-array v0.5.1
4742026-06-09T03:55:43.804Z Downloaded scopeguard v1.2.0
4752026-06-09T03:55:43.804Z Downloaded serde_spanned v1.1.1
4762026-06-09T03:55:43.804Z Downloaded rand_core v0.9.3
4772026-06-09T03:55:43.804Z Downloaded rustc-hash v2.1.1
4782026-06-09T03:55:43.805Z Downloaded rand_core v0.6.4
4792026-06-09T03:55:43.805Z Downloaded resolv-conf v0.7.5
4802026-06-09T03:55:43.805Z Downloaded search_path v0.1.4
4812026-06-09T03:55:43.805Z Downloaded flate2 v1.1.2
4822026-06-09T03:55:43.805Z Downloaded serde_repr v0.1.20
4832026-06-09T03:55:43.805Z Downloaded progenitor-client v0.14.0
4842026-06-09T03:55:43.805Z Downloaded pest_meta v2.8.2
4852026-06-09T03:55:43.805Z Downloaded log v0.4.29
4862026-06-09T03:55:43.805Z Downloaded progenitor v0.14.0
4872026-06-09T03:55:43.805Z Downloaded rand_chacha v0.9.0
4882026-06-09T03:55:43.805Z Downloaded pest_derive v2.8.2
4892026-06-09T03:55:43.805Z Downloaded serde_plain v1.0.2
4902026-06-09T03:55:43.806Z Downloaded parking_lot v0.12.5
4912026-06-09T03:55:43.806Z Downloaded progenitor v0.11.1
4922026-06-09T03:55:43.806Z Downloaded scroll_derive v0.13.1
4932026-06-09T03:55:43.806Z Downloaded scroll_derive v0.12.1
4942026-06-09T03:55:43.806Z Downloaded serde_spanned v0.6.9
4952026-06-09T03:55:43.806Z Downloaded owo-colors v4.3.0
4962026-06-09T03:55:43.806Z Downloaded indexmap v1.9.3
4972026-06-09T03:55:43.831Z Downloaded cc v1.2.63
4982026-06-09T03:55:43.831Z Downloaded base64 v0.22.1
4992026-06-09T03:55:43.831Z Downloaded crossbeam-channel v0.5.15
5002026-06-09T03:55:43.831Z Downloaded sha1 v0.10.6
5012026-06-09T03:55:43.831Z Downloaded signal-hook-tokio v0.3.1
5022026-06-09T03:55:43.831Z Downloaded expectorate v1.2.0
5032026-06-09T03:55:43.831Z Downloaded sigpipe v0.1.3
5042026-06-09T03:55:43.831Z Downloaded siphasher v1.0.1
5052026-06-09T03:55:43.831Z Downloaded pin-project-lite v0.2.16
5062026-06-09T03:55:43.832Z Downloaded postcard v1.1.3
5072026-06-09T03:55:43.832Z Downloaded schemars_derive v0.8.22
5082026-06-09T03:55:43.832Z Downloaded scroll v0.13.0
5092026-06-09T03:55:43.852Z Downloaded scroll v0.12.0
5102026-06-09T03:55:43.852Z Downloaded rusty-fork v0.3.0
5112026-06-09T03:55:43.853Z Downloaded rustversion v1.0.22
5122026-06-09T03:55:43.853Z Downloaded slog-bunyan v2.5.0
5132026-06-09T03:55:43.853Z Downloaded num-traits v0.2.19
5142026-06-09T03:55:43.853Z Downloaded sha1 v0.11.0
5152026-06-09T03:55:43.853Z Downloaded pkg-config v0.3.32
5162026-06-09T03:55:43.853Z Downloaded jiff-static v0.2.15
5172026-06-09T03:55:43.853Z Downloaded pin-project-internal v1.1.10
5182026-06-09T03:55:43.853Z Downloaded quinn-udp v0.5.14
5192026-06-09T03:55:43.853Z Downloaded proc-macro-error v1.0.4
5202026-06-09T03:55:43.853Z Downloaded papergrid v0.17.0
5212026-06-09T03:55:43.853Z Downloaded stable_deref_trait v1.2.0
5222026-06-09T03:55:43.853Z Downloaded strsim v0.11.1
5232026-06-09T03:55:43.853Z Downloaded strum v0.27.2
5242026-06-09T03:55:43.854Z Downloaded structmeta-derive v0.3.0
5252026-06-09T03:55:43.854Z Downloaded structmeta v0.3.0
5262026-06-09T03:55:43.869Z Downloaded supports-color v3.0.2
5272026-06-09T03:55:43.869Z Downloaded progenitor-macro v0.11.1
5282026-06-09T03:55:43.869Z Downloaded oxnet v0.1.6
5292026-06-09T03:55:43.869Z Downloaded icu_locale_core v2.0.0
5302026-06-09T03:55:43.869Z Downloaded serde_tokenstream v0.2.3
5312026-06-09T03:55:43.869Z Downloaded dropshot_endpoint v0.17.1
5322026-06-09T03:55:43.870Z Downloaded icu_collections v2.0.0
5332026-06-09T03:55:43.870Z Downloaded libloading v0.8.9
5342026-06-09T03:55:43.870Z Downloaded native-tls v0.2.14
5352026-06-09T03:55:43.870Z Downloaded crossbeam-epoch v0.9.18
5362026-06-09T03:55:43.894Z Downloaded serde_path_to_error v0.1.20
5372026-06-09T03:55:43.894Z Downloaded swrite v0.1.0
5382026-06-09T03:55:43.894Z Downloaded strum v0.26.3
5392026-06-09T03:55:43.894Z Downloaded tabled_derive v0.7.0
5402026-06-09T03:55:43.894Z Downloaded sync_wrapper v1.0.2
5412026-06-09T03:55:43.894Z Downloaded rustls-pemfile v2.2.0
5422026-06-09T03:55:43.894Z Downloaded curl v0.4.49
5432026-06-09T03:55:43.894Z Downloaded async-compression v0.4.33
5442026-06-09T03:55:43.894Z Downloaded pin-project v1.1.10
5452026-06-09T03:55:43.913Z Downloaded terminal_size v0.4.3
5462026-06-09T03:55:43.913Z Downloaded serde_urlencoded v0.7.1
5472026-06-09T03:55:43.913Z Downloaded thread-id v4.2.2
5482026-06-09T03:55:43.913Z Downloaded thread-id v5.0.0
5492026-06-09T03:55:43.913Z Downloaded slab v0.4.11
5502026-06-09T03:55:43.913Z Downloaded shlex v1.3.0
5512026-06-09T03:55:43.913Z Downloaded thiserror-impl-no-std v2.0.2
5522026-06-09T03:55:43.913Z Downloaded tabled_derive v0.11.0
5532026-06-09T03:55:43.913Z Downloaded termtree v0.5.1
5542026-06-09T03:55:43.913Z Downloaded hickory-resolver v0.24.4
5552026-06-09T03:55:43.913Z Downloaded signal-hook-registry v1.4.6
5562026-06-09T03:55:43.913Z Downloaded sha2 v0.10.9
5572026-06-09T03:55:43.913Z Downloaded tagptr v0.2.0
5582026-06-09T03:55:43.913Z Downloaded slog-dtrace v0.3.0
5592026-06-09T03:55:43.913Z Downloaded tinyvec_macros v0.1.1
5602026-06-09T03:55:43.913Z Downloaded snafu-derive v0.8.9
5612026-06-09T03:55:43.922Z Downloaded slog-term v2.9.2
5622026-06-09T03:55:43.922Z Downloaded progenitor-impl v0.11.1
5632026-06-09T03:55:43.922Z Downloaded progenitor-impl v0.10.0
5642026-06-09T03:55:43.922Z Downloaded testing_table v0.3.0
5652026-06-09T03:55:43.922Z Downloaded slog-json v2.6.1
5662026-06-09T03:55:43.922Z Downloaded slog-async v2.8.0
5672026-06-09T03:55:43.922Z Downloaded time-core v0.1.8
5682026-06-09T03:55:43.922Z Downloaded subtle v2.6.1
5692026-06-09T03:55:43.922Z Downloaded shlex v2.0.1
5702026-06-09T03:55:43.923Z Downloaded tabwriter v1.4.1
5712026-06-09T03:55:43.923Z Downloaded proc-macro2 v1.0.106
5722026-06-09T03:55:43.923Z Downloaded quote v1.0.45
5732026-06-09T03:55:43.923Z Downloaded memoffset v0.9.1
5742026-06-09T03:55:43.932Z Downloaded strum_macros v0.26.4
5752026-06-09T03:55:43.932Z Downloaded memmap v0.7.0
5762026-06-09T03:55:43.932Z Downloaded openssl-sys v0.9.116
5772026-06-09T03:55:43.932Z Downloaded smf v0.2.3
5782026-06-09T03:55:43.932Z Downloaded smawk v0.3.2
5792026-06-09T03:55:43.932Z Downloaded progenitor-impl v0.14.0
5802026-06-09T03:55:43.938Z Downloaded static_assertions v1.1.0
5812026-06-09T03:55:43.938Z Downloaded managed v0.8.0
5822026-06-09T03:55:43.938Z Downloaded ipnetwork v0.21.1
5832026-06-09T03:55:43.938Z Downloaded semver v1.0.28
5842026-06-09T03:55:43.938Z Downloaded ipnet v2.11.0
5852026-06-09T03:55:43.938Z Downloaded ingot v0.1.1
5862026-06-09T03:55:43.938Z Downloaded fixedbitset v0.5.7
5872026-06-09T03:55:43.939Z Downloaded digest v0.10.7
5882026-06-09T03:55:43.950Z Downloaded toml_datetime v0.6.11
5892026-06-09T03:55:43.951Z Downloaded hashbrown v0.12.3
5902026-06-09T03:55:43.951Z Downloaded hickory-resolver v0.25.2
5912026-06-09T03:55:43.951Z Downloaded serde_derive_internals v0.29.1
5922026-06-09T03:55:43.951Z Downloaded serde_with_macros v3.14.1
5932026-06-09T03:55:43.955Z Downloaded take_mut v0.2.2
5942026-06-09T03:55:43.955Z Downloaded synstructure v0.13.2
5952026-06-09T03:55:43.955Z Downloaded thiserror v2.0.18
5962026-06-09T03:55:43.955Z Downloaded tokio-macros v2.7.0
5972026-06-09T03:55:43.955Z Downloaded toml_write v0.1.2
5982026-06-09T03:55:43.955Z Downloaded thiserror v1.0.69
5992026-06-09T03:55:43.963Z Downloaded camino-tempfile v1.4.1
6002026-06-09T03:55:43.963Z Downloaded thiserror-impl v2.0.18
6012026-06-09T03:55:43.963Z Downloaded camino v1.2.2
6022026-06-09T03:55:43.982Z Downloaded bitflags v1.3.2
6032026-06-09T03:55:43.982Z Downloaded is_terminal_polyfill v1.70.1
6042026-06-09T03:55:43.983Z Downloaded anstyle-parse v1.0.0
6052026-06-09T03:55:43.983Z Downloaded clap_builder v4.6.0
6062026-06-09T03:55:43.983Z Downloaded tower-service v0.3.3
6072026-06-09T03:55:43.983Z Downloaded topological-sort v0.2.2
6082026-06-09T03:55:43.983Z Downloaded smallvec v1.15.1
6092026-06-09T03:55:43.983Z Downloaded defmt-macros v1.0.1
6102026-06-09T03:55:43.996Z Downloaded papergrid v0.11.0
6112026-06-09T03:55:43.996Z Downloaded defmt v1.0.1
6122026-06-09T03:55:43.996Z Downloaded thiserror-impl v1.0.69
6132026-06-09T03:55:43.996Z Downloaded tinystr v0.8.1
6142026-06-09T03:55:43.996Z Downloaded rayon-core v1.13.0
6152026-06-09T03:55:43.996Z Downloaded miniz_oxide v0.8.9
6162026-06-09T03:55:43.996Z Downloaded crossbeam-deque v0.8.6
6172026-06-09T03:55:43.996Z Downloaded signal-hook v0.4.4
6182026-06-09T03:55:43.996Z Downloaded thiserror-no-std v2.0.2
6192026-06-09T03:55:44.012Z Downloaded unicode-xid v0.2.6
6202026-06-09T03:55:44.012Z Downloaded unicode-linebreak v0.1.5
6212026-06-09T03:55:44.012Z Downloaded typify-macro v0.6.2
6222026-06-09T03:55:44.012Z Downloaded thread_local v1.1.9
6232026-06-09T03:55:44.012Z Downloaded cmake v0.1.54
6242026-06-09T03:55:44.012Z Downloaded typify-macro v0.4.3
6252026-06-09T03:55:44.012Z Downloaded serde_derive v1.0.228
6262026-06-09T03:55:44.012Z Downloaded hyper-util v0.1.20
6272026-06-09T03:55:44.012Z Downloaded block-buffer v0.12.0
6282026-06-09T03:55:44.020Z Downloaded time-macros v0.2.27
6292026-06-09T03:55:44.020Z Downloaded spin v0.9.8
6302026-06-09T03:55:44.020Z Downloaded prettyplease v0.2.37
6312026-06-09T03:55:44.020Z Downloaded universal-hash v0.5.1
6322026-06-09T03:55:44.020Z Downloaded tokio-dtrace v0.1.1
6332026-06-09T03:55:44.020Z Downloaded unarray v0.1.4
6342026-06-09T03:55:44.020Z Downloaded serde_yaml v0.9.34+deprecated
6352026-06-09T03:55:44.020Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6362026-06-09T03:55:44.020Z Downloaded untrusted v0.9.0
6372026-06-09T03:55:44.020Z Downloaded usdt-attr-macro v0.5.0
6382026-06-09T03:55:44.020Z Downloaded untrusted v0.7.1
6392026-06-09T03:55:44.020Z Downloaded autocfg v1.5.0
6402026-06-09T03:55:44.020Z Downloaded usdt-macro v0.6.0
6412026-06-09T03:55:44.023Z Downloaded usdt-attr-macro v0.6.0
6422026-06-09T03:55:44.023Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6432026-06-09T03:55:44.023Z Downloaded tower-layer v0.3.3
6442026-06-09T03:55:44.023Z Downloaded rustls-pki-types v1.12.0
6452026-06-09T03:55:44.023Z Downloaded http v1.4.1
6462026-06-09T03:55:44.027Z Downloaded tokio-rustls v0.25.0
6472026-06-09T03:55:44.027Z Downloaded usdt-macro v0.5.0
6482026-06-09T03:55:44.027Z Downloaded wait-timeout v0.2.1
6492026-06-09T03:55:44.031Z Downloaded usdt v0.6.0
6502026-06-09T03:55:44.031Z Downloaded utf8parse v0.2.2
6512026-06-09T03:55:44.031Z Downloaded usdt v0.5.0
6522026-06-09T03:55:44.031Z Downloaded term v1.2.0
6532026-06-09T03:55:44.044Z Downloaded similar v2.7.0
6542026-06-09T03:55:44.045Z Downloaded memchr v2.7.5
6552026-06-09T03:55:44.045Z Downloaded schemars v0.9.0
6562026-06-09T03:55:44.068Z Downloaded try-lock v0.2.5
6572026-06-09T03:55:44.068Z Downloaded slog v2.8.2
6582026-06-09T03:55:44.068Z Downloaded schemars v0.8.22
6592026-06-09T03:55:44.068Z Downloaded utf8_iter v1.0.4
6602026-06-09T03:55:44.068Z Downloaded want v0.3.1
6612026-06-09T03:55:44.068Z Downloaded waitgroup v0.1.2
6622026-06-09T03:55:44.068Z Downloaded quinn v0.11.9
6632026-06-09T03:55:44.083Z Downloaded ryu v1.0.20
6642026-06-09T03:55:44.083Z Downloaded strum_macros v0.27.2
6652026-06-09T03:55:44.084Z Downloaded internet-checksum v0.2.1
6662026-06-09T03:55:44.084Z Downloaded ident_case v1.0.1
6672026-06-09T03:55:44.084Z Downloaded xattr v1.6.1
6682026-06-09T03:55:44.084Z Downloaded zerofrom v0.1.6
6692026-06-09T03:55:44.084Z Downloaded yoke-derive v0.8.0
6702026-06-09T03:55:44.084Z Downloaded minimal-lexical v0.2.1
6712026-06-09T03:55:44.084Z Downloaded zerofrom-derive v0.1.6
6722026-06-09T03:55:44.084Z Downloaded fnv v1.0.7
6732026-06-09T03:55:44.084Z Downloaded fastrand v2.3.0
6742026-06-09T03:55:44.084Z Downloaded bcs v0.1.6
6752026-06-09T03:55:44.084Z Downloaded cfg_aliases v0.2.1
6762026-06-09T03:55:44.084Z Downloaded drift v0.2.0
6772026-06-09T03:55:44.084Z Downloaded signal-hook v0.3.18
6782026-06-09T03:55:44.084Z Downloaded qorb v0.4.1
6792026-06-09T03:55:44.099Z Downloaded indexmap v2.14.0
6802026-06-09T03:55:44.099Z Downloaded tokio-stream v0.1.17
6812026-06-09T03:55:44.099Z Downloaded tokio-native-tls v0.3.1
6822026-06-09T03:55:44.099Z Downloaded bit-set v0.8.0
6832026-06-09T03:55:44.099Z Downloaded foreign-types v0.3.2
6842026-06-09T03:55:44.099Z Downloaded convert_case v0.4.0
6852026-06-09T03:55:44.100Z Downloaded atomic-waker v1.1.2
6862026-06-09T03:55:44.100Z Downloaded zeroize_derive v1.4.3
6872026-06-09T03:55:44.100Z Downloaded tokio-rustls v0.26.4
6882026-06-09T03:55:44.100Z Downloaded toml_writer v1.1.1+spec-1.1.0
6892026-06-09T03:55:44.100Z Downloaded generic-array v0.14.7
6902026-06-09T03:55:44.100Z Downloaded defmt-parser v1.0.0
6912026-06-09T03:55:44.104Z Downloaded cipher v0.4.4
6922026-06-09T03:55:44.104Z Downloaded async-stream-impl v0.3.6
6932026-06-09T03:55:44.104Z Downloaded cfg-if v1.0.4
6942026-06-09T03:55:44.104Z Downloaded float-ord v0.3.2
6952026-06-09T03:55:44.104Z Downloaded serde_core v1.0.228
6962026-06-09T03:55:44.105Z Downloaded usdt-impl v0.5.0
6972026-06-09T03:55:44.105Z Downloaded ciborium-ll v0.2.2
6982026-06-09T03:55:44.105Z Downloaded crossbeam-utils v0.8.21
6992026-06-09T03:55:44.105Z Downloaded zone_cfg_derive v0.3.1
7002026-06-09T03:55:44.105Z Downloaded zone v0.3.1
7012026-06-09T03:55:44.105Z Downloaded rand v0.8.5
7022026-06-09T03:55:44.515Z Downloaded rustls-webpki v0.103.6
7032026-06-09T03:55:44.515Z Downloaded clang-sys v1.8.1
7042026-06-09T03:55:44.515Z Downloaded bytecount v0.6.9
7052026-06-09T03:55:44.519Z Downloaded crc8 v0.1.1
7062026-06-09T03:55:44.519Z Downloaded version_check v0.9.5
7072026-06-09T03:55:44.519Z Downloaded tracing-attributes v0.1.30
7082026-06-09T03:55:44.519Z Downloaded socket2 v0.6.4
7092026-06-09T03:55:44.519Z Downloaded constant_time_eq v0.3.1
7102026-06-09T03:55:44.519Z Downloaded toml v0.8.23
7112026-06-09T03:55:44.519Z Downloaded ff v0.13.1
7122026-06-09T03:55:44.519Z Downloaded tinyvec v1.10.0
7132026-06-09T03:55:44.519Z Downloaded serde v1.0.228
7142026-06-09T03:55:44.519Z Downloaded crucible-workspace-hack v0.1.0
7152026-06-09T03:55:44.519Z Downloaded cpufeatures v0.2.17
7162026-06-09T03:55:44.519Z Downloaded async-recursion v1.1.1
7172026-06-09T03:55:44.519Z Downloaded ucd-trie v0.1.7
7182026-06-09T03:55:44.520Z Downloaded defmt v0.3.100
7192026-06-09T03:55:44.520Z Downloaded data-encoding v2.9.0
7202026-06-09T03:55:44.520Z Downloaded toml_parser v1.1.2+spec-1.1.0
7212026-06-09T03:55:44.520Z Downloaded either v1.15.0
7222026-06-09T03:55:44.520Z Downloaded vsss-rs v3.3.4
7232026-06-09T03:55:44.520Z Downloaded clap_lex v1.1.0
7242026-06-09T03:55:44.520Z Downloaded clap_derive v4.6.1
7252026-06-09T03:55:44.520Z Downloaded walkdir v2.5.0
7262026-06-09T03:55:44.520Z Downloaded idna v1.1.0
7272026-06-09T03:55:44.520Z Downloaded tempfile v3.27.0
7282026-06-09T03:55:44.520Z Downloaded async-stream v0.3.6
7292026-06-09T03:55:44.520Z Downloaded bstr v1.12.0
7302026-06-09T03:55:44.520Z Downloaded nom v7.1.3
7312026-06-09T03:55:44.520Z Downloaded textwrap v0.16.2
7322026-06-09T03:55:44.520Z Downloaded usdt-impl v0.6.0
7332026-06-09T03:55:44.520Z Downloaded iri-string v0.7.8
7342026-06-09T03:55:44.520Z Downloaded zerovec-derive v0.11.1
7352026-06-09T03:55:44.520Z Downloaded vergen v8.3.2
7362026-06-09T03:55:44.520Z Downloaded test-strategy v0.4.3
7372026-06-09T03:55:44.520Z Downloaded tracing-core v0.1.34
7382026-06-09T03:55:44.520Z Downloaded snafu v0.8.9
7392026-06-09T03:55:44.520Z Downloaded yoke v0.8.0
7402026-06-09T03:55:44.520Z Downloaded writeable v0.6.1
7412026-06-09T03:55:44.520Z Downloaded typify v0.4.3
7422026-06-09T03:55:44.520Z Downloaded unicode-ident v1.0.24
7432026-06-09T03:55:44.520Z Downloaded zerocopy-derive v0.7.35
7442026-06-09T03:55:44.521Z Downloaded unsafe-libyaml v0.2.11
7452026-06-09T03:55:44.521Z Downloaded mio v1.2.1
7462026-06-09T03:55:44.521Z Downloaded toml v0.7.8
7472026-06-09T03:55:44.521Z Downloaded zmij v1.0.17
7482026-06-09T03:55:44.521Z Downloaded toml v0.9.12+spec-1.1.0
7492026-06-09T03:55:44.521Z Downloaded toml v1.1.2+spec-1.1.0
7502026-06-09T03:55:44.521Z Downloaded rand v0.9.3
7512026-06-09T03:55:44.521Z Downloaded zeroize v1.8.1
7522026-06-09T03:55:44.521Z Downloaded schemars v1.2.0
7532026-06-09T03:55:44.521Z Downloaded hyper v1.10.1
7542026-06-09T03:55:44.521Z Downloaded aho-corasick v1.1.3
7552026-06-09T03:55:44.521Z Downloaded tar v0.4.45
7562026-06-09T03:55:44.521Z Downloaded whoami v1.6.1
7572026-06-09T03:55:44.521Z Downloaded steno v0.4.1
7582026-06-09T03:55:44.521Z Downloaded itertools v0.12.1
7592026-06-09T03:55:44.521Z Downloaded typify v0.6.2
7602026-06-09T03:55:44.521Z Downloaded icu_properties_data v2.0.1
7612026-06-09T03:55:44.521Z Downloaded libm v0.2.15
7622026-06-09T03:55:44.521Z Downloaded tracing v0.1.41
7632026-06-09T03:55:44.521Z Downloaded pest v2.8.2
7642026-06-09T03:55:44.521Z Downloaded iddqd v0.3.18
7652026-06-09T03:55:44.521Z Downloaded hashbrown v0.16.1
7662026-06-09T03:55:44.521Z Downloaded dropshot-api-manager v0.7.2
7672026-06-09T03:55:44.521Z Downloaded uuid v1.23.2
7682026-06-09T03:55:44.521Z Downloaded toml_edit v0.22.27
7692026-06-09T03:55:44.521Z Downloaded toml_edit v0.19.15
7702026-06-09T03:55:44.522Z Downloaded zerotrie v0.2.2
7712026-06-09T03:55:44.522Z Downloaded hashbrown v0.17.1
7722026-06-09T03:55:44.522Z Downloaded hkdf v0.12.4
7732026-06-09T03:55:44.522Z Downloaded h2 v0.4.14
7742026-06-09T03:55:44.522Z Downloaded futures-util v0.3.32
7752026-06-09T03:55:44.522Z Downloaded chrono v0.4.45
7762026-06-09T03:55:44.522Z Downloaded blake3 v1.8.2
7772026-06-09T03:55:44.522Z Downloaded reqwest v0.13.2
7782026-06-09T03:55:44.522Z Downloaded serde_json v1.0.150
7792026-06-09T03:55:44.522Z Downloaded tokio-util v0.7.16
7802026-06-09T03:55:44.522Z Downloaded tower v0.5.2
7812026-06-09T03:55:44.522Z Downloaded itertools v0.14.0
7822026-06-09T03:55:44.522Z Downloaded goblin v0.8.2
7832026-06-09T03:55:44.522Z Downloaded bindgen v0.72.1
7842026-06-09T03:55:44.522Z Downloaded url v2.5.7
7852026-06-09T03:55:44.522Z Downloaded aws-lc-rs v1.16.2
7862026-06-09T03:55:44.522Z Downloaded typed-path v0.9.3
7872026-06-09T03:55:44.522Z Downloaded unicode-normalization v0.1.24
7882026-06-09T03:55:44.522Z Downloaded dropshot v0.16.7
7892026-06-09T03:55:44.522Z Downloaded tower-http v0.6.8
7902026-06-09T03:55:44.522Z Downloaded regex v1.12.3
7912026-06-09T03:55:44.522Z Downloaded reqwest v0.12.23
7922026-06-09T03:55:44.522Z Downloaded proptest v1.8.0
7932026-06-09T03:55:44.522Z Downloaded iddqd v0.4.2
7942026-06-09T03:55:44.522Z Downloaded zerocopy-derive v0.8.27
7952026-06-09T03:55:44.522Z Downloaded unicode-segmentation v1.12.0
7962026-06-09T03:55:44.523Z Downloaded winnow v0.5.40
7972026-06-09T03:55:44.523Z Downloaded typenum v1.20.1
7982026-06-09T03:55:44.523Z Downloaded rayon v1.11.0
7992026-06-09T03:55:44.523Z Downloaded moka v0.12.11
8002026-06-09T03:55:44.523Z Downloaded git2 v0.19.0
8012026-06-09T03:55:44.523Z Downloaded portable-atomic v1.11.1
8022026-06-09T03:55:44.523Z Downloaded curve25519-dalek v4.1.3
8032026-06-09T03:55:44.523Z Downloaded quinn-proto v0.11.14
8042026-06-09T03:55:44.523Z Downloaded winnow v0.7.14
8052026-06-09T03:55:44.526Z Downloaded syn v1.0.109
8062026-06-09T03:55:44.526Z Downloaded zerovec v0.11.4
8072026-06-09T03:55:44.526Z Downloaded serde_with v3.14.1
8082026-06-09T03:55:44.526Z Downloaded rustls-webpki v0.102.8
8092026-06-09T03:55:44.526Z Downloaded goblin v0.10.1
8102026-06-09T03:55:44.526Z Downloaded tough v0.20.0
8112026-06-09T03:55:44.526Z Downloaded zerocopy v0.8.27
8122026-06-09T03:55:44.526Z Downloaded unicode-width v0.2.1
8132026-06-09T03:55:44.536Z Downloaded nix v0.30.1
8142026-06-09T03:55:44.539Z Downloaded syn v2.0.117
8152026-06-09T03:55:44.543Z Downloaded smoltcp v0.11.0
8162026-06-09T03:55:44.548Z Downloaded unicode-width v0.1.14
8172026-06-09T03:55:44.552Z Downloaded openapiv3 v2.2.0
8182026-06-09T03:55:44.558Z Downloaded zerocopy v0.7.35
8192026-06-09T03:55:44.568Z Downloaded rustix v0.38.44
8202026-06-09T03:55:44.582Z Downloaded winnow v1.0.3
8212026-06-09T03:55:44.586Z Downloaded tabled v0.15.0
8222026-06-09T03:55:44.594Z Downloaded tabled v0.20.0
8232026-06-09T03:55:44.650Z Downloaded time v0.3.47
8242026-06-09T03:55:44.661Z Downloaded hickory-proto v0.24.4
8252026-06-09T03:55:44.661Z Downloaded vcpkg v0.2.15
8262026-06-09T03:55:44.661Z Downloaded typify-impl v0.6.2
8272026-06-09T03:55:44.665Z Downloaded openssl v0.10.80
8282026-06-09T03:55:44.671Z Downloaded dropshot v0.17.1
8292026-06-09T03:55:44.683Z Downloaded webpki-roots v1.0.2
8302026-06-09T03:55:44.706Z Downloaded rustls v0.22.4
8312026-06-09T03:55:44.713Z Downloaded regress v0.10.5
8322026-06-09T03:55:44.717Z Downloaded regress v0.11.1
8332026-06-09T03:55:44.722Z Downloaded rustls v0.23.40
8342026-06-09T03:55:44.729Z Downloaded hickory-proto v0.25.2
8352026-06-09T03:55:44.737Z Downloaded chrono-tz v0.10.4
8362026-06-09T03:55:44.749Z Downloaded regex-syntax v0.8.6
8372026-06-09T03:55:44.752Z Downloaded petgraph v0.6.5
8382026-06-09T03:55:44.766Z Downloaded rustix v1.1.4
8392026-06-09T03:55:44.779Z Downloaded libc v0.2.186
8402026-06-09T03:55:44.806Z Downloaded typify-impl v0.4.3
8412026-06-09T03:55:45.245Z Downloaded csv v1.4.0
8422026-06-09T03:55:45.249Z Downloaded tokio v1.52.3
8432026-06-09T03:55:45.249Z Downloaded regex-automata v0.4.13
8442026-06-09T03:55:45.249Z Downloaded jiff v0.2.15
8452026-06-09T03:55:45.249Z Downloaded petgraph v0.8.2
8462026-06-09T03:55:45.249Z Downloaded libz-sys v1.1.22
8472026-06-09T03:55:45.249Z Downloaded sha3 v0.10.8
8482026-06-09T03:55:45.249Z Downloaded ring v0.17.14
8492026-06-09T03:55:45.249Z Downloaded curl-sys v0.4.83+curl-8.15.0
8502026-06-09T03:55:45.249Z Downloaded encoding_rs v0.8.35
8512026-06-09T03:55:45.249Z Downloaded libgit2-sys v0.17.0+1.8.1
8522026-06-09T03:55:45.580Z Downloaded aws-lc-sys v0.39.1
8532026-06-09T03:55:45.923Z Compiling proc-macro2 v1.0.106
8542026-06-09T03:55:45.923Z Compiling quote v1.0.45
8552026-06-09T03:55:46.337Z Compiling unicode-ident v1.0.24
8562026-06-09T03:55:46.337Z Compiling serde_core v1.0.228
8572026-06-09T03:55:46.337Z Compiling serde v1.0.228
8582026-06-09T03:55:46.337Z Compiling libc v0.2.186
8592026-06-09T03:55:46.337Z Checking cfg-if v1.0.4
8602026-06-09T03:55:46.341Z Compiling zmij v1.0.17
8612026-06-09T03:55:46.341Z Compiling autocfg v1.5.0
8622026-06-09T03:55:46.509Z Compiling memchr v2.7.5
8632026-06-09T03:55:46.578Z Compiling libm v0.2.15
8642026-06-09T03:55:46.946Z Compiling getrandom v0.4.2
8652026-06-09T03:55:47.008Z Checking smallvec v1.15.1
8662026-06-09T03:55:47.075Z Compiling version_check v0.9.5
8672026-06-09T03:55:47.100Z Checking itoa v1.0.15
8682026-06-09T03:55:47.129Z Compiling thiserror v2.0.18
8692026-06-09T03:55:47.219Z Compiling jobserver v0.1.34
8702026-06-09T03:55:47.236Z Compiling find-msvc-tools v0.1.9
8712026-06-09T03:55:47.342Z Compiling shlex v2.0.1
8722026-06-09T03:55:47.362Z Compiling syn v2.0.117
8732026-06-09T03:55:47.431Z Compiling icu_normalizer_data v2.0.0
8742026-06-09T03:55:47.471Z Compiling cc v1.2.63
8752026-06-09T03:55:47.516Z Compiling icu_properties_data v2.0.1
8762026-06-09T03:55:47.699Z Compiling parking_lot_core v0.9.12
8772026-06-09T03:55:47.711Z Checking stable_deref_trait v1.2.0
8782026-06-09T03:55:47.711Z Compiling serde_json v1.0.150
8792026-06-09T03:55:47.943Z Compiling heck v0.5.0
8802026-06-09T03:55:47.963Z Checking litemap v0.8.0
8812026-06-09T03:55:48.425Z Checking writeable v0.6.1
8822026-06-09T03:55:48.429Z Compiling num-traits v0.2.19
8832026-06-09T03:55:48.430Z Checking percent-encoding v2.3.2
8842026-06-09T03:55:48.430Z Checking form_urlencoded v1.2.2
8852026-06-09T03:55:48.485Z Checking utf8_iter v1.0.4
8862026-06-09T03:55:48.539Z Compiling zerocopy v0.8.27
8872026-06-09T03:55:48.560Z Checking pin-project-lite v0.2.16
8882026-06-09T03:55:48.608Z Checking iana-time-zone v0.1.64
8892026-06-09T03:55:48.627Z Compiling log v0.4.29
8902026-06-09T03:55:48.648Z Compiling rustversion v1.0.22
8912026-06-09T03:55:48.708Z Compiling equivalent v1.0.2
8922026-06-09T03:55:48.724Z Compiling semver v1.0.28
8932026-06-09T03:55:48.798Z Checking socket2 v0.6.4
8942026-06-09T03:55:48.803Z Checking uuid v1.23.2
8952026-06-09T03:55:48.963Z Checking scopeguard v1.2.0
8962026-06-09T03:55:49.068Z Checking lock_api v0.4.14
8972026-06-09T03:55:49.096Z Checking signal-hook-registry v1.4.6
8982026-06-09T03:55:49.212Z Checking getrandom v0.2.16
8992026-06-09T03:55:49.230Z Checking mio v1.2.1
9002026-06-09T03:55:49.233Z Compiling schemars v0.8.22
9012026-06-09T03:55:49.259Z Checking parking_lot v0.12.5
9022026-06-09T03:55:49.269Z Checking dyn-clone v1.0.20
9032026-06-09T03:55:49.347Z Checking bitflags v2.11.1
9042026-06-09T03:55:49.474Z Compiling portable-atomic v1.11.1
9052026-06-09T03:55:49.520Z Checking futures-core v0.3.32
9062026-06-09T03:55:49.534Z Checking critical-section v1.2.0
9072026-06-09T03:55:49.591Z Compiling ring v0.17.14
9082026-06-09T03:55:49.647Z Compiling hashbrown v0.17.1
9092026-06-09T03:55:49.662Z Compiling thiserror v1.0.69
9102026-06-09T03:55:49.838Z Compiling httparse v1.10.1
9112026-06-09T03:55:50.182Z Compiling synstructure v0.13.2
9122026-06-09T03:55:50.224Z Compiling serde_derive_internals v0.29.1
9132026-06-09T03:55:50.284Z Compiling indexmap v2.14.0
9142026-06-09T03:55:50.423Z Checking once_cell v1.21.3
9152026-06-09T03:55:50.537Z Checking futures-sink v0.3.32
9162026-06-09T03:55:50.604Z Compiling regex-syntax v0.8.6
9172026-06-09T03:55:50.692Z Checking slab v0.4.11
9182026-06-09T03:55:50.841Z Compiling rustix v1.1.4
9192026-06-09T03:55:50.909Z Compiling aho-corasick v1.1.3
9202026-06-09T03:55:50.967Z Checking subtle v2.6.1
9212026-06-09T03:55:50.984Z Compiling ucd-trie v0.1.7
9222026-06-09T03:55:51.116Z Checking futures-channel v0.3.32
9232026-06-09T03:55:51.208Z Compiling anyhow v1.0.102
9242026-06-09T03:55:51.348Z Checking rand_core v0.6.4
9252026-06-09T03:55:51.411Z Compiling serde_derive v1.0.228
9262026-06-09T03:55:51.445Z Compiling zerofrom-derive v0.1.6
9272026-06-09T03:55:51.472Z Compiling yoke-derive v0.8.0
9282026-06-09T03:55:51.489Z Compiling zerovec-derive v0.11.1
9292026-06-09T03:55:51.522Z Compiling displaydoc v0.2.5
9302026-06-09T03:55:52.237Z Compiling thiserror-impl v2.0.18
9312026-06-09T03:55:52.726Z Compiling schemars_derive v0.8.22
9322026-06-09T03:55:52.731Z Compiling tokio-macros v2.7.0
9332026-06-09T03:55:52.731Z Compiling zerocopy-derive v0.8.27
9342026-06-09T03:55:52.731Z Checking zerofrom v0.1.6
9352026-06-09T03:55:52.731Z Compiling futures-macro v0.3.32
9362026-06-09T03:55:52.764Z Checking yoke v0.8.0
9372026-06-09T03:55:52.942Z Checking zerovec v0.11.4
9382026-06-09T03:55:53.186Z Checking zerotrie v0.2.2
9392026-06-09T03:55:53.431Z Compiling zeroize_derive v1.4.3
9402026-06-09T03:55:53.491Z Compiling thiserror-impl v1.0.69
9412026-06-09T03:55:53.955Z Compiling regex-automata v0.4.13
9422026-06-09T03:55:53.958Z Compiling pest v2.8.2
9432026-06-09T03:55:53.958Z Checking tinystr v0.8.1
9442026-06-09T03:55:53.958Z Checking potential_utf v0.1.3
9452026-06-09T03:55:53.958Z Checking icu_locale_core v2.0.0
9462026-06-09T03:55:53.958Z Checking icu_collections v2.0.0
9472026-06-09T03:55:54.166Z Checking zeroize v1.8.1
9482026-06-09T03:55:54.246Z Checking icu_provider v2.0.0
9492026-06-09T03:55:54.371Z Checking bytes v1.11.1
9502026-06-09T03:55:55.394Z Checking chrono v0.4.45
9512026-06-09T03:55:55.397Z Checking icu_properties v2.0.1
9522026-06-09T03:55:55.397Z Checking icu_normalizer v2.0.0
9532026-06-09T03:55:55.397Z Compiling serde_tokenstream v0.2.3
9542026-06-09T03:55:55.397Z Checking tokio v1.52.3
9552026-06-09T03:55:55.397Z Compiling pest_meta v2.8.2
9562026-06-09T03:55:55.397Z Compiling regex v1.12.3
9572026-06-09T03:55:55.397Z Checking idna_adapter v1.2.1
9582026-06-09T03:55:55.486Z Checking idna v1.1.0
9592026-06-09T03:55:55.685Z Checking futures-task v0.3.32
9602026-06-09T03:55:55.688Z Checking futures-io v0.3.32
9612026-06-09T03:55:55.750Z Checking url v2.5.7
9622026-06-09T03:55:55.830Z Checking typenum v1.20.1
9632026-06-09T03:55:55.843Z Checking futures-util v0.3.32
9642026-06-09T03:55:56.176Z Compiling pest_generator v2.8.2
9652026-06-09T03:55:56.246Z Compiling getrandom v0.3.3
9662026-06-09T03:55:56.542Z Compiling tracing-attributes v0.1.30
9672026-06-09T03:55:56.579Z Checking tracing-core v0.1.34
9682026-06-09T03:55:56.594Z Compiling pkg-config v0.3.32
9692026-06-09T03:55:56.797Z Compiling pest_derive v2.8.2
9702026-06-09T03:55:56.826Z Compiling foldhash v0.2.0
9712026-06-09T03:55:56.872Z Compiling allocator-api2 v0.2.21
9722026-06-09T03:55:57.026Z Checking fnv v1.0.7
9732026-06-09T03:55:57.044Z Checking http v1.4.1
9742026-06-09T03:55:57.125Z Compiling generic-array v0.14.7
9752026-06-09T03:55:57.193Z Compiling hashbrown v0.16.1
9762026-06-09T03:55:57.306Z Compiling vcpkg v0.2.15
9772026-06-09T03:55:57.566Z Compiling time-core v0.1.8
9782026-06-09T03:55:57.584Z Compiling byteorder v1.5.0
9792026-06-09T03:55:57.720Z Compiling num-conv v0.2.1
9802026-06-09T03:55:57.736Z Checking tracing v0.1.41
9812026-06-09T03:55:57.860Z Checking errno v0.3.14
9822026-06-09T03:55:57.877Z Compiling time-macros v0.2.27
9832026-06-09T03:55:57.916Z Checking ipnet v2.11.0
9842026-06-09T03:55:57.981Z Checking base64 v0.22.1
9852026-06-09T03:55:58.009Z Checking tokio-util v0.7.16
9862026-06-09T03:55:58.129Z Compiling scroll_derive v0.13.1
9872026-06-09T03:55:58.220Z Compiling camino v1.2.2
9882026-06-09T03:55:58.332Z Checking crypto-common v0.1.6
9892026-06-09T03:55:58.453Z Checking http-body v1.0.1
9902026-06-09T03:55:58.491Z Compiling crossbeam-utils v0.8.21
9912026-06-09T03:55:58.585Z Checking atomic-waker v1.1.2
9922026-06-09T03:55:58.602Z Checking ppv-lite86 v0.2.21
9932026-06-09T03:55:58.823Z Compiling slog v2.8.2
9942026-06-09T03:55:58.864Z Checking tower-service v0.3.3
9952026-06-09T03:55:58.891Z Checking try-lock v0.2.5
9962026-06-09T03:55:58.936Z Compiling paste v1.0.15
9972026-06-09T03:55:58.953Z Checking tower-layer v0.3.3
9982026-06-09T03:55:58.990Z Checking want v0.3.1
9992026-06-09T03:55:59.067Z Checking h2 v0.4.14
10002026-06-09T03:55:59.101Z Checking ipnetwork v0.21.1
10012026-06-09T03:55:59.116Z Checking erased-serde v0.3.31
10022026-06-09T03:55:59.221Z Checking rustls-pki-types v1.12.0
10032026-06-09T03:55:59.252Z Checking pretty-hex v0.4.1
10042026-06-09T03:55:59.271Z Checking httpdate v1.0.3
10052026-06-09T03:55:59.306Z Checking ryu v1.0.20
10062026-06-09T03:55:59.367Z Compiling async-trait v0.1.89
10072026-06-09T03:55:59.414Z Checking untrusted v0.9.0
10082026-06-09T03:55:59.508Z Compiling scroll v0.13.0
10092026-06-09T03:55:59.645Z Compiling usdt-impl v0.6.0
10102026-06-09T03:55:59.734Z Compiling plain v0.2.3
10112026-06-09T03:55:59.857Z Checking http-body-util v0.1.3
10122026-06-09T03:55:59.888Z Compiling goblin v0.10.1
10132026-06-09T03:55:59.924Z Compiling openssl-sys v0.9.116
10142026-06-09T03:55:59.968Z Compiling cmake v0.1.54
10152026-06-09T03:56:00.074Z Compiling slog-async v2.8.0
10162026-06-09T03:56:00.091Z Compiling fs_extra v1.3.0
10172026-06-09T03:56:00.310Z Compiling strsim v0.11.1
10182026-06-09T03:56:00.356Z Compiling dunce v1.0.5
10192026-06-09T03:56:00.528Z Compiling aws-lc-sys v0.39.1
10202026-06-09T03:56:00.571Z Checking rand_core v0.9.3
10212026-06-09T03:56:00.606Z Checking serde_urlencoded v0.7.1
10222026-06-09T03:56:00.610Z Checking oxnet v0.1.6
10232026-06-09T03:56:00.660Z Checking block-buffer v0.10.4
10242026-06-09T03:56:00.740Z Compiling regress v0.10.5
10252026-06-09T03:56:00.802Z Compiling dtrace-parser v0.3.0
10262026-06-09T03:56:00.820Z Compiling openapiv3 v2.2.0
10272026-06-09T03:56:00.881Z Compiling thread-id v5.0.0
10282026-06-09T03:56:00.988Z Checking hyper v1.10.1
10292026-06-09T03:56:01.428Z Checking digest v0.10.7
10302026-06-09T03:56:01.619Z Compiling omicron-workspace-hack v0.1.0
10312026-06-09T03:56:01.661Z Compiling ident_case v1.0.1
10322026-06-09T03:56:01.786Z Compiling darling_core v0.21.3
10332026-06-09T03:56:01.847Z Checking rand_chacha v0.9.0
10342026-06-09T03:56:01.879Z Checking hyper-util v0.1.20
10352026-06-09T03:56:02.030Z Compiling daft-derive v0.1.5
10362026-06-09T03:56:02.251Z Compiling typify-impl v0.4.3
10372026-06-09T03:56:02.724Z Checking powerfmt v0.2.0
10382026-06-09T03:56:02.728Z Compiling aws-lc-rs v1.16.2
10392026-06-09T03:56:02.743Z Compiling dof v0.4.0
10402026-06-09T03:56:02.946Z Checking deranged v0.5.3
10412026-06-09T03:56:03.417Z Checking rand v0.9.3
10422026-06-09T03:56:03.496Z Checking num_threads v0.1.7
10432026-06-09T03:56:03.567Z Compiling unsafe-libyaml v0.2.11
10442026-06-09T03:56:03.586Z Compiling syn v1.0.109
10452026-06-09T03:56:03.736Z Compiling usdt-macro v0.6.0
10462026-06-09T03:56:03.834Z Compiling darling_macro v0.21.3
10472026-06-09T03:56:03.869Z Compiling usdt-attr-macro v0.6.0
10482026-06-09T03:56:04.068Z Checking time v0.3.47
10492026-06-09T03:56:04.085Z Compiling serde_yaml v0.9.34+deprecated
10502026-06-09T03:56:04.368Z Compiling darling v0.21.3
10512026-06-09T03:56:04.454Z Checking sync_wrapper v1.0.2
10522026-06-09T03:56:04.560Z Checking encoding_rs v0.8.35
10532026-06-09T03:56:04.700Z Checking mime v0.3.17
10542026-06-09T03:56:04.916Z Checking cpufeatures v0.2.17
10552026-06-09T03:56:04.990Z Checking untrusted v0.7.1
10562026-06-09T03:56:05.109Z Checking tower v0.5.2
10572026-06-09T03:56:05.352Z Checking crossbeam-channel v0.5.15
10582026-06-09T03:56:05.498Z Checking futures-executor v0.3.32
10592026-06-09T03:56:05.514Z Compiling structmeta-derive v0.3.0
10602026-06-09T03:56:05.530Z Compiling multer v3.1.0
10612026-06-09T03:56:05.601Z Compiling typify-macro v0.4.3
10622026-06-09T03:56:05.620Z Compiling rustls v0.22.4
10632026-06-09T03:56:05.642Z Checking iri-string v0.7.8
10642026-06-09T03:56:05.679Z Compiling rustls v0.23.40
10652026-06-09T03:56:05.798Z Checking futures v0.3.32
10662026-06-09T03:56:05.878Z Compiling async-stream-impl v0.3.6
10672026-06-09T03:56:05.893Z Checking thread_local v1.1.9
10682026-06-09T03:56:06.056Z Checking unicode-width v0.2.1
10692026-06-09T03:56:06.094Z Checking hex v0.4.3
10702026-06-09T03:56:06.305Z Checking foreign-types-shared v0.1.1
10712026-06-09T03:56:06.308Z Compiling openssl v0.10.80
10722026-06-09T03:56:06.394Z Checking fastrand v2.3.0
10732026-06-09T03:56:06.482Z Checking foreign-types v0.3.2
10742026-06-09T03:56:06.524Z Compiling structmeta v0.3.0
10752026-06-09T03:56:06.581Z Checking tempfile v3.27.0
10762026-06-09T03:56:06.616Z Compiling openssl-macros v0.1.1
10772026-06-09T03:56:06.637Z Checking tower-http v0.6.8
10782026-06-09T03:56:06.715Z Compiling strum_macros v0.26.4
10792026-06-09T03:56:06.769Z Checking is-terminal v0.4.16
10802026-06-09T03:56:06.785Z Checking memmap2 v0.9.8
10812026-06-09T03:56:06.860Z Checking match_cfg v0.1.0
10822026-06-09T03:56:06.929Z Checking take_mut v0.2.2
10832026-06-09T03:56:06.944Z Compiling native-tls v0.2.14
10842026-06-09T03:56:07.032Z Checking openssl-probe v0.1.6
10852026-06-09T03:56:07.075Z Compiling typify v0.4.3
10862026-06-09T03:56:07.103Z Checking term v1.2.0
10872026-06-09T03:56:07.180Z Checking hostname v0.3.1
10882026-06-09T03:56:07.315Z Checking slog-term v2.9.2
10892026-06-09T03:56:07.336Z Checking slog-json v2.6.1
10902026-06-09T03:56:07.485Z Compiling newtype-uuid-macros v0.1.0
10912026-06-09T03:56:07.558Z Compiling ref-cast v1.0.25
10922026-06-09T03:56:07.575Z Checking slog-bunyan v2.5.0
10932026-06-09T03:56:07.914Z Compiling ref-cast-impl v1.0.25
10942026-06-09T03:56:07.930Z Compiling dropshot v0.16.7
10952026-06-09T03:56:08.247Z Compiling derive-ex v0.1.8
10962026-06-09T03:56:08.268Z Checking webpki-roots v1.0.2
10972026-06-09T03:56:08.284Z Compiling dropshot_endpoint v0.16.7
10982026-06-09T03:56:08.387Z Compiling strum_macros v0.27.2
10992026-06-09T03:56:08.489Z Checking winnow v0.7.14
11002026-06-09T03:56:09.359Z Checking tokio-native-tls v0.3.1
11012026-06-09T03:56:09.653Z Checking hyper-tls v0.6.0
11022026-06-09T03:56:09.759Z Compiling test-strategy v0.4.3
11032026-06-09T03:56:09.798Z Compiling progenitor-impl v0.11.1
11042026-06-09T03:56:09.827Z Checking newtype-uuid v1.3.2
11052026-06-09T03:56:09.891Z Checking either v1.15.0
11062026-06-09T03:56:09.937Z Checking winnow v1.0.3
11072026-06-09T03:56:10.066Z Checking daft v0.1.5
11082026-06-09T03:56:10.167Z Compiling serde_with_macros v3.14.1
11092026-06-09T03:56:10.193Z Checking usdt v0.6.0
11102026-06-09T03:56:10.645Z Checking toml_parser v1.1.2+spec-1.1.0
11112026-06-09T03:56:10.653Z Checking serde_spanned v1.1.1
11122026-06-09T03:56:10.654Z Checking debug-ignore v1.0.5
11132026-06-09T03:56:10.654Z Checking toml_writer v1.1.1+spec-1.1.0
11142026-06-09T03:56:10.654Z Checking spin v0.9.8
11152026-06-09T03:56:10.654Z Compiling parse-display-derive v0.10.0
11162026-06-09T03:56:10.699Z Checking async-stream v0.3.6
11172026-06-09T03:56:10.897Z Checking rustls-webpki v0.102.8
11182026-06-09T03:56:10.914Z Checking rustls-pemfile v2.2.0
11192026-06-09T03:56:11.058Z Checking waitgroup v0.1.2
11202026-06-09T03:56:11.150Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11212026-06-09T03:56:11.159Z Checking serde_path_to_error v0.1.20
11222026-06-09T03:56:11.249Z Checking hostname v0.4.2
11232026-06-09T03:56:11.424Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11242026-06-09T03:56:11.600Z Checking strum v0.26.3
11252026-06-09T03:56:11.702Z Checking rand_chacha v0.3.1
11262026-06-09T03:56:11.739Z Compiling toml_datetime v0.6.11
11272026-06-09T03:56:11.895Z Checking macaddr v1.0.1
11282026-06-09T03:56:11.933Z Compiling progenitor-macro v0.11.1
11292026-06-09T03:56:11.973Z Checking toml_datetime v0.7.5+spec-1.1.0
11302026-06-09T03:56:12.069Z Checking wait-timeout v0.2.1
11312026-06-09T03:56:12.133Z Checking bit-vec v0.8.0
11322026-06-09T03:56:12.156Z Checking quick-error v1.2.3
11332026-06-09T03:56:12.173Z Checking lazy_static v1.5.0
11342026-06-09T03:56:12.657Z Checking rusty-fork v0.3.0
11352026-06-09T03:56:12.664Z Checking toml v0.9.12+spec-1.1.0
11362026-06-09T03:56:12.664Z Checking bit-set v0.8.0
11372026-06-09T03:56:12.664Z Checking rand v0.8.5
11382026-06-09T03:56:12.664Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11392026-06-09T03:56:12.681Z Checking tokio-rustls v0.25.0
11402026-06-09T03:56:12.784Z Checking tabwriter v1.4.1
11412026-06-09T03:56:12.833Z Checking sha1 v0.10.6
11422026-06-09T03:56:12.885Z Checking rand_xorshift v0.4.0
11432026-06-09T03:56:12.931Z Compiling clap_derive v4.6.1
11442026-06-09T03:56:12.985Z Checking utf8parse v0.2.2
11452026-06-09T03:56:13.008Z Checking unarray v0.1.4
11462026-06-09T03:56:13.068Z Checking colored v3.1.1
11472026-06-09T03:56:13.088Z Checking anstyle-parse v1.0.0
11482026-06-09T03:56:13.117Z Checking proptest v1.8.0
11492026-06-09T03:56:13.285Z Checking strum v0.27.2
11502026-06-09T03:56:13.355Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11512026-06-09T03:56:13.369Z Checking terminal_size v0.4.3
11522026-06-09T03:56:13.743Z Checking anstyle v1.0.14
11532026-06-09T03:56:13.845Z Checking colorchoice v1.0.4
11542026-06-09T03:56:14.325Z Checking anstyle-query v1.1.4
11552026-06-09T03:56:14.334Z Checking is_terminal_polyfill v1.70.1
11562026-06-09T03:56:14.334Z Checking anstream v1.0.0
11572026-06-09T03:56:14.334Z Checking itertools v0.14.0
11582026-06-09T03:56:14.414Z Checking clap_lex v1.1.0
11592026-06-09T03:56:14.698Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11602026-06-09T03:56:15.021Z Checking clap_builder v4.6.0
11612026-06-09T03:56:15.869Z Checking serde_with v3.14.1
11622026-06-09T03:56:16.021Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11632026-06-09T03:56:16.256Z Checking instant v0.1.13
11642026-06-09T03:56:16.283Z Checking clap v4.6.1
11652026-06-09T03:56:16.384Z Checking rustc-hash v2.1.1
11662026-06-09T03:56:16.511Z Checking iddqd v0.3.18
11672026-06-09T03:56:16.524Z Checking backoff v0.4.0
11682026-06-09T03:56:16.690Z Checking parse-display v0.10.0
11692026-06-09T03:56:16.790Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11702026-06-09T03:56:17.318Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11712026-06-09T03:56:18.372Z Compiling num-derive v0.4.2
11722026-06-09T03:56:18.850Z Compiling rustls-webpki v0.103.6
11732026-06-09T03:56:19.216Z Compiling prettyplease v0.2.37
11742026-06-09T03:56:21.285Z Checking serde_spanned v0.6.9
11752026-06-09T03:56:21.428Z Compiling memoffset v0.9.1
11762026-06-09T03:56:21.674Z Compiling cfg_aliases v0.2.1
11772026-06-09T03:56:21.931Z Compiling tokio-rustls v0.26.4
11782026-06-09T03:56:21.952Z Compiling nix v0.30.1
11792026-06-09T03:56:22.634Z Compiling hyper-rustls v0.27.7
11802026-06-09T03:56:22.860Z Compiling reqwest v0.12.23
11812026-06-09T03:56:23.856Z Checking crossbeam-epoch v0.9.18
11822026-06-09T03:56:24.047Z Compiling progenitor-client v0.11.1
11832026-06-09T03:56:24.193Z Compiling winnow v0.5.40
11842026-06-09T03:56:25.566Z Compiling toml_edit v0.19.15
11852026-06-09T03:56:25.605Z Compiling progenitor v0.11.1
11862026-06-09T03:56:26.536Z Compiling num-integer v0.1.46
11872026-06-09T03:56:27.028Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11882026-06-09T03:56:27.066Z Compiling proc-macro-crate v1.3.1
11892026-06-09T03:56:27.402Z Compiling progenitor-client v0.10.0
11902026-06-09T03:56:27.887Z Compiling hubpack_derive v0.1.1
11912026-06-09T03:56:28.236Z Checking toml_write v0.1.2
11922026-06-09T03:56:28.296Z Compiling rayon-core v1.13.0
11932026-06-09T03:56:28.460Z Checking toml_edit v0.22.27
11942026-06-09T03:56:28.529Z Checking hubpack v0.1.2
11952026-06-09T03:56:28.546Z Compiling num-rational v0.4.2
11962026-06-09T03:56:28.694Z Compiling num-iter v0.1.45
11972026-06-09T03:56:28.942Z Compiling zerocopy-derive v0.7.35
11982026-06-09T03:56:29.033Z Compiling num-complex v0.4.6
11992026-06-09T03:56:29.375Z Checking static_assertions v1.1.0
12002026-06-09T03:56:29.405Z Checking num v0.4.3
12012026-06-09T03:56:29.926Z Checking toml v0.8.23
12022026-06-09T03:56:29.931Z Checking crossbeam-deque v0.8.6
12032026-06-09T03:56:29.931Z Compiling float-ord v0.3.2
12042026-06-09T03:56:29.931Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12052026-06-09T03:56:29.931Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12062026-06-09T03:56:30.093Z Compiling proc-macro-error-attr v1.0.4
12072026-06-09T03:56:30.283Z Checking bytecount v0.6.9
12082026-06-09T03:56:30.301Z Compiling heapless v0.8.0
12092026-06-09T03:56:30.395Z Checking libscf-sys v1.2.0
12102026-06-09T03:56:30.469Z Compiling ingot-macros v0.1.1
12112026-06-09T03:56:30.534Z Checking hash32 v0.3.1
12122026-06-09T03:56:30.660Z Compiling proc-macro-error v1.0.4
12132026-06-09T03:56:30.772Z Compiling smoltcp v0.11.0
12142026-06-09T03:56:30.894Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12152026-06-09T03:56:31.425Z Compiling zerocopy v0.7.35
12162026-06-09T03:56:31.574Z Compiling num_enum_derive v0.7.5
12172026-06-09T03:56:31.681Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12182026-06-09T03:56:31.749Z Checking cobs v0.3.0
12192026-06-09T03:56:31.896Z Compiling foreign-types-macros v0.2.3
12202026-06-09T03:56:31.964Z Compiling scroll_derive v0.12.1
12212026-06-09T03:56:32.057Z Compiling usdt-impl v0.5.0
12222026-06-09T03:56:32.241Z Checking foreign-types-shared v0.3.1
12232026-06-09T03:56:32.716Z Compiling crucible-workspace-hack v0.1.0
12242026-06-09T03:56:32.723Z Checking managed v0.8.0
12252026-06-09T03:56:32.723Z Checking bitflags v1.3.2
12262026-06-09T03:56:32.723Z Checking foreign-types v0.5.0
12272026-06-09T03:56:32.723Z Checking num_enum v0.7.5
12282026-06-09T03:56:32.723Z Checking postcard v1.1.3
12292026-06-09T03:56:32.723Z Checking scroll v0.12.0
12302026-06-09T03:56:32.723Z Compiling dof v0.3.0
12312026-06-09T03:56:32.903Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12322026-06-09T03:56:32.995Z Compiling dtrace-parser v0.2.0
12332026-06-09T03:56:33.058Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12342026-06-09T03:56:33.076Z Checking ingot-types v0.1.2
12352026-06-09T03:56:33.499Z Checking camino-tempfile v1.4.1
12362026-06-09T03:56:33.571Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12372026-06-09T03:56:33.571Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12382026-06-09T03:56:33.571Z Checking cstr-argument v0.1.2
12392026-06-09T03:56:33.571Z Checking ingot v0.1.1
12402026-06-09T03:56:33.571Z Compiling thread-id v4.2.2
12412026-06-09T03:56:33.572Z Compiling minimal-lexical v0.2.1
12422026-06-09T03:56:33.572Z Compiling heck v0.4.1
12432026-06-09T03:56:33.618Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12442026-06-09T03:56:33.697Z Compiling nom v7.1.3
12452026-06-09T03:56:33.724Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12462026-06-09T03:56:33.742Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12472026-06-09T03:56:33.759Z Checking goblin v0.8.2
12482026-06-09T03:56:33.893Z Checking rayon v1.11.0
12492026-06-09T03:56:34.047Z Compiling num_enum_derive v0.5.11
12502026-06-09T03:56:34.467Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12512026-06-09T03:56:34.664Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-06-09T03:56:34.984Z Compiling rustc_version v0.4.1
12532026-06-09T03:56:34.987Z Compiling proc-macro-error-attr2 v2.0.0
12542026-06-09T03:56:35.259Z Checking tinyvec_macros v0.1.1
12552026-06-09T03:56:35.276Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12562026-06-09T03:56:35.329Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12572026-06-09T03:56:35.355Z Compiling convert_case v0.4.0
12582026-06-09T03:56:35.409Z Compiling rustix v0.38.44
12592026-06-09T03:56:35.520Z Compiling proc-macro-error2 v2.0.1
12602026-06-09T03:56:35.675Z Compiling derive_more v0.99.20
12612026-06-09T03:56:35.752Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12622026-06-09T03:56:35.786Z Checking tinyvec v1.10.0
12632026-06-09T03:56:35.843Z Checking num_enum v0.5.11
12642026-06-09T03:56:35.973Z Compiling libz-sys v1.1.22
12652026-06-09T03:56:36.056Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12662026-06-09T03:56:36.189Z Compiling crc32fast v1.5.0
12672026-06-09T03:56:36.413Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12682026-06-09T03:56:36.482Z Compiling tabled_derive v0.11.0
12692026-06-09T03:56:36.533Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12702026-06-09T03:56:37.058Z Compiling usdt-macro v0.5.0
12712026-06-09T03:56:37.082Z Compiling usdt-attr-macro v0.5.0
12722026-06-09T03:56:37.281Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-06-09T03:56:37.400Z Compiling zone_cfg_derive v0.3.1
12742026-06-09T03:56:37.562Z Checking papergrid v0.17.0
12752026-06-09T03:56:37.667Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12762026-06-09T03:56:38.008Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12772026-06-09T03:56:38.072Z Checking itertools v0.12.1
12782026-06-09T03:56:38.072Z Checking testing_table v0.3.0
12792026-06-09T03:56:38.109Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12802026-06-09T03:56:38.109Z Checking memmap v0.7.0
12812026-06-09T03:56:38.109Z Checking sigpipe v0.1.3
12822026-06-09T03:56:38.141Z Checking adler2 v2.0.1
12832026-06-09T03:56:38.165Z Checking jiff v0.2.15
12842026-06-09T03:56:38.237Z Checking glob v0.3.3
12852026-06-09T03:56:38.820Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12862026-06-09T03:56:38.958Z Checking tabled v0.20.0
12872026-06-09T03:56:38.958Z Checking miniz_oxide v0.8.9
12882026-06-09T03:56:38.958Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12892026-06-09T03:56:38.958Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12902026-06-09T03:56:38.959Z Checking usdt v0.5.0
12912026-06-09T03:56:38.959Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12922026-06-09T03:56:38.959Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12932026-06-09T03:56:38.959Z Checking zone v0.3.1
12942026-06-09T03:56:39.065Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12952026-06-09T03:56:39.154Z Checking smf v0.2.3
12962026-06-09T03:56:39.190Z Checking secrecy v0.10.3
12972026-06-09T03:56:39.251Z Checking bstr v1.12.0
12982026-06-09T03:56:39.461Z Checking whoami v1.6.1
12992026-06-09T03:56:39.687Z Checking flate2 v1.1.2
13002026-06-09T03:56:39.687Z Compiling curve25519-dalek v4.1.3
13012026-06-09T03:56:40.200Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13022026-06-09T03:56:40.201Z Checking hmac v0.12.1
13032026-06-09T03:56:40.201Z Compiling clang-sys v1.8.1
13042026-06-09T03:56:40.287Z Checking inout v0.1.4
13052026-06-09T03:56:40.287Z Checking hybrid-array v0.4.12
13062026-06-09T03:56:40.287Z Checking ff v0.13.1
13072026-06-09T03:56:40.287Z Compiling enum-as-inner v0.6.1
13082026-06-09T03:56:40.287Z Checking data-encoding v2.9.0
13092026-06-09T03:56:40.411Z Compiling semver v0.1.20
13102026-06-09T03:56:40.564Z Checking group v0.13.0
13112026-06-09T03:56:40.565Z Checking cipher v0.4.4
13122026-06-09T03:56:40.675Z Compiling rustc_version v0.1.7
13132026-06-09T03:56:40.675Z Checking hkdf v0.12.4
13142026-06-09T03:56:40.675Z Checking atomicwrites v0.4.4
13152026-06-09T03:56:40.694Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13162026-06-09T03:56:40.694Z Compiling thiserror-impl-no-std v2.0.2
13172026-06-09T03:56:40.694Z Checking universal-hash v0.5.1
13182026-06-09T03:56:40.694Z Checking crypto-bigint v0.5.5
13192026-06-09T03:56:41.099Z Compiling regress v0.11.1
13202026-06-09T03:56:41.179Z Checking half v2.7.1
13212026-06-09T03:56:41.179Z Compiling curve25519-dalek-derive v0.1.1
13222026-06-09T03:56:41.179Z Checking opaque-debug v0.3.1
13232026-06-09T03:56:41.179Z Checking indent_write v2.2.0
13242026-06-09T03:56:41.179Z Checking ciborium-io v0.2.2
13252026-06-09T03:56:41.323Z Checking base64ct v1.8.0
13262026-06-09T03:56:41.323Z Checking base16ct v0.2.0
13272026-06-09T03:56:41.442Z Checking ciborium-ll v0.2.2
13282026-06-09T03:56:41.538Z Checking password-hash v0.5.0
13292026-06-09T03:56:41.538Z Checking poly1305 v0.8.0
13302026-06-09T03:56:41.675Z Compiling newtype_derive v0.1.6
13312026-06-09T03:56:41.794Z Checking chacha20 v0.9.1
13322026-06-09T03:56:41.794Z Checking thiserror-no-std v2.0.2
13332026-06-09T03:56:41.794Z Checking elliptic-curve v0.13.8
13342026-06-09T03:56:41.957Z Checking block-buffer v0.12.0
13352026-06-09T03:56:42.093Z Checking crypto-common v0.2.2
13362026-06-09T03:56:42.093Z Checking similar v2.7.0
13372026-06-09T03:56:42.093Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13382026-06-09T03:56:42.093Z Checking blake2 v0.10.6
13392026-06-09T03:56:42.215Z Checking aead v0.5.2
13402026-06-09T03:56:42.354Z Compiling libloading v0.8.9
13412026-06-09T03:56:42.354Z Checking keccak v0.1.6
13422026-06-09T03:56:42.355Z Compiling owo-colors v4.3.0
13432026-06-09T03:56:42.355Z Checking resolv-conf v0.7.5
13442026-06-09T03:56:42.355Z Compiling typify-impl v0.6.2
13452026-06-09T03:56:42.502Z Compiling bindgen v0.72.1
13462026-06-09T03:56:42.502Z Checking compression-core v0.4.32
13472026-06-09T03:56:42.502Z Checking linked-hash-map v0.5.6
13482026-06-09T03:56:42.637Z Checking const-oid v0.10.2
13492026-06-09T03:56:42.637Z Checking compression-codecs v0.4.32
13502026-06-09T03:56:42.745Z Checking lru-cache v0.1.2
13512026-06-09T03:56:42.745Z Checking sha3 v0.10.8
13522026-06-09T03:56:42.745Z Checking digest v0.11.3
13532026-06-09T03:56:42.745Z Checking chacha20poly1305 v0.10.1
13542026-06-09T03:56:42.916Z Checking argon2 v0.5.3
13552026-06-09T03:56:42.916Z Checking vsss-rs v3.3.4
13562026-06-09T03:56:43.038Z Checking ciborium v0.2.2
13572026-06-09T03:56:43.038Z Checking hickory-proto v0.24.4
13582026-06-09T03:56:43.101Z Checking tokio-dtrace v0.1.1
13592026-06-09T03:56:43.682Z Compiling cexpr v0.6.0
13602026-06-09T03:56:43.988Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13612026-06-09T03:56:43.989Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13622026-06-09T03:56:43.989Z Checking serde-big-array v0.5.1
13632026-06-09T03:56:44.116Z Compiling derive-where v1.6.0
13642026-06-09T03:56:44.116Z Compiling serde_repr v0.1.20
13652026-06-09T03:56:44.116Z Checking toml_datetime v1.1.1+spec-1.1.0
13662026-06-09T03:56:44.249Z Compiling dropshot v0.17.1
13672026-06-09T03:56:44.326Z Compiling shlex v1.3.0
13682026-06-09T03:56:44.547Z Checking unicode-segmentation v1.12.0
13692026-06-09T03:56:44.547Z Checking siphasher v1.0.1
13702026-06-09T03:56:44.718Z Checking same-file v1.0.6
13712026-06-09T03:56:44.718Z Checking cpufeatures v0.3.0
13722026-06-09T03:56:44.718Z Checking sha1 v0.11.0
13732026-06-09T03:56:44.718Z Checking phf_shared v0.12.1
13742026-06-09T03:56:44.718Z Checking walkdir v2.5.0
13752026-06-09T03:56:44.802Z Checking newline-converter v0.3.0
13762026-06-09T03:56:44.802Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13772026-06-09T03:56:44.802Z Checking hickory-resolver v0.24.4
13782026-06-09T03:56:49.429Z Checking toml v1.1.2+spec-1.1.0
13792026-06-09T03:56:49.429Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13802026-06-09T03:56:49.429Z Checking oxide-tokio-rt v0.1.2
13812026-06-09T03:56:49.429Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13822026-06-09T03:56:49.429Z Checking async-compression v0.4.33
13832026-06-09T03:56:49.429Z Compiling progenitor-impl v0.10.0
13842026-06-09T03:56:49.429Z Compiling typify-macro v0.6.2
13852026-06-09T03:56:49.429Z Checking console v0.15.11
13862026-06-09T03:56:49.429Z Checking tokio-stream v0.1.17
13872026-06-09T03:56:49.429Z Compiling dropshot_endpoint v0.17.1
13882026-06-09T03:56:49.429Z Compiling pin-project-internal v1.1.10
13892026-06-09T03:56:49.429Z Compiling slog-dtrace v0.3.0
13902026-06-09T03:56:49.430Z Checking csv-core v0.1.12
13912026-06-09T03:56:49.430Z Checking unicode-linebreak v0.1.5
13922026-06-09T03:56:49.430Z Checking smawk v0.3.2
13932026-06-09T03:56:49.430Z Checking unicode-width v0.1.14
13942026-06-09T03:56:49.430Z Checking swrite v0.1.0
13952026-06-09T03:56:49.430Z Compiling cancel-safe-futures v0.1.5
13962026-06-09T03:56:49.430Z Checking foldhash v0.1.5
13972026-06-09T03:56:49.430Z Compiling chrono-tz v0.10.4
13982026-06-09T03:56:49.430Z Compiling unicode-xid v0.2.6
13992026-06-09T03:56:49.430Z Checking hashbrown v0.15.5
14002026-06-09T03:56:49.430Z Checking pin-project v1.1.10
14012026-06-09T03:56:49.430Z Compiling const_format_proc_macros v0.2.34
14022026-06-09T03:56:49.431Z Checking textwrap v0.16.2
14032026-06-09T03:56:49.431Z Checking csv v1.4.0
14042026-06-09T03:56:49.431Z Compiling progenitor-macro v0.10.0
14052026-06-09T03:56:49.431Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-06-09T03:56:49.431Z Checking qorb v0.4.1
14072026-06-09T03:56:49.431Z Checking expectorate v1.2.0
14082026-06-09T03:56:49.431Z Checking phf v0.12.1
14092026-06-09T03:56:49.799Z Checking unicode-normalization v0.1.24
14102026-06-09T03:56:49.799Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14112026-06-09T03:56:49.799Z Checking libsw-core v0.3.2
14122026-06-09T03:56:49.799Z Compiling libgit2-sys v0.17.0+1.8.1
14132026-06-09T03:56:49.799Z Compiling snafu-derive v0.8.9
14142026-06-09T03:56:49.799Z Compiling async-recursion v1.1.1
14152026-06-09T03:56:49.799Z Compiling cookie v0.18.1
14162026-06-09T03:56:49.887Z Compiling moka v0.12.11
14172026-06-09T03:56:49.887Z Checking fixedbitset v0.4.2
14182026-06-09T03:56:49.887Z Checking highway v1.3.0
14192026-06-09T03:56:49.899Z Checking fixedbitset v0.5.7
14202026-06-09T03:56:49.990Z Checking petgraph v0.6.5
14212026-06-09T03:56:50.088Z Checking petgraph v0.8.2
14222026-06-09T03:56:50.875Z Checking snafu v0.8.9
14232026-06-09T03:56:51.086Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14242026-06-09T03:56:51.117Z Checking libsw v3.5.0
14252026-06-09T03:56:51.196Z Checking olpc-cjson v0.1.4
14262026-06-09T03:56:51.247Z Checking const_format v0.2.34
14272026-06-09T03:56:51.307Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14282026-06-09T03:56:51.471Z Checking papergrid v0.11.0
14292026-06-09T03:56:51.545Z Compiling typify v0.6.2
14302026-06-09T03:56:51.623Z Checking globset v0.4.16
14312026-06-09T03:56:51.643Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14322026-06-09T03:56:51.690Z Checking gethostname v0.5.0
14332026-06-09T03:56:51.805Z Checking progenitor v0.10.0
14342026-06-09T03:56:51.860Z Compiling tabled_derive v0.7.0
14352026-06-09T03:56:51.888Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14362026-06-09T03:56:51.931Z Checking reqwest v0.13.2
14372026-06-09T03:56:52.059Z Checking bcs v0.1.6
14382026-06-09T03:56:52.123Z Checking pem v3.0.5
14392026-06-09T03:56:52.210Z Checking serde_plain v1.0.2
14402026-06-09T03:56:52.281Z Checking tagptr v0.2.0
14412026-06-09T03:56:52.284Z Checking crc8 v0.1.1
14422026-06-09T03:56:52.355Z Checking linear-map v1.2.0
14432026-06-09T03:56:52.394Z Checking typed-path v0.9.3
14442026-06-09T03:56:52.422Z Checking humantime v2.3.0
14452026-06-09T03:56:52.464Z Checking termtree v0.5.1
14462026-06-09T03:56:52.521Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-06-09T03:56:52.599Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-06-09T03:56:52.776Z Checking tabled v0.15.0
14492026-06-09T03:56:53.133Z Checking tough v0.20.0
14502026-06-09T03:56:53.206Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-06-09T03:56:53.372Z Compiling progenitor-impl v0.14.0
14522026-06-09T03:56:53.841Z Checking steno v0.4.1
14532026-06-09T03:56:54.123Z Checking hickory-proto v0.25.2
14542026-06-09T03:56:54.689Z Compiling curl-sys v0.4.83+curl-8.15.0
14552026-06-09T03:56:54.799Z Compiling cargo-platform v0.1.9
14562026-06-09T03:56:55.030Z Compiling vergen v8.3.2
14572026-06-09T03:56:55.064Z Compiling fs-err v3.1.2
14582026-06-09T03:56:55.112Z Compiling signal-hook v0.4.4
14592026-06-09T03:56:55.318Z Compiling cargo_metadata v0.18.1
14602026-06-09T03:56:55.405Z Checking progenitor-client v0.14.0
14612026-06-09T03:56:55.467Z Compiling progenitor-macro v0.14.0
14622026-06-09T03:56:55.499Z Checking dropshot-api-manager-types v0.7.2
14632026-06-09T03:56:55.628Z Checking sha2 v0.10.9
14642026-06-09T03:56:55.663Z Compiling blake3 v1.8.2
14652026-06-09T03:56:55.730Z Checking hickory-resolver v0.25.2
14662026-06-09T03:56:55.877Z Compiling signal-hook v0.3.18
14672026-06-09T03:56:56.462Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14682026-06-09T03:56:56.519Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14692026-06-09T03:56:56.704Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-06-09T03:56:57.192Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-06-09T03:56:57.267Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-06-09T03:56:57.665Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-06-09T03:56:57.803Z Checking git-stub v1.0.0
14742026-06-09T03:56:57.958Z Checking filetime v0.2.26
14752026-06-09T03:56:58.092Z Checking arrayref v0.3.9
14762026-06-09T03:56:58.109Z Checking arrayvec v0.7.6
14772026-06-09T03:56:58.169Z Checking is_ci v1.2.0
14782026-06-09T03:56:58.263Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-06-09T03:56:58.279Z Checking xattr v1.6.1
14802026-06-09T03:56:58.296Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14812026-06-09T03:56:58.356Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-06-09T03:56:58.410Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-06-09T03:56:58.470Z Compiling curl v0.4.49
14842026-06-09T03:56:58.508Z Checking constant_time_eq v0.3.1
14852026-06-09T03:56:58.625Z Checking toml v0.7.8
14862026-06-09T03:56:58.755Z Checking tar v0.4.45
14872026-06-09T03:56:58.825Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-09T03:56:58.866Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-06-09T03:56:58.901Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-06-09T03:56:58.928Z Checking supports-color v3.0.2
14912026-06-09T03:56:59.075Z Checking git-stub-vcs v0.1.0
14922026-06-09T03:56:59.159Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14932026-06-09T03:56:59.236Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14942026-06-09T03:56:59.563Z Checking progenitor v0.14.0
14952026-06-09T03:56:59.580Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-06-09T03:56:59.601Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14972026-06-09T03:56:59.684Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14982026-06-09T03:57:00.042Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-06-09T03:57:00.130Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15002026-06-09T03:57:00.306Z Checking drift v0.2.0
15012026-06-09T03:57:00.356Z Checking kstat-rs v0.2.4
15022026-06-09T03:57:00.552Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15032026-06-09T03:57:00.612Z Checking topological-sort v0.2.2
15042026-06-09T03:57:00.754Z Checking omicron-zone-package v0.12.2
15052026-06-09T03:57:00.959Z Checking dropshot-api-manager v0.7.2
15062026-06-09T03:57:00.980Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-06-09T03:57:01.609Z Checking signal-hook-tokio v0.3.1
15082026-06-09T03:57:02.181Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15092026-06-09T03:57:02.607Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
15102026-06-09T03:57:02.669Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15112026-06-09T03:57:03.122Z Checking iddqd v0.4.2
15122026-06-09T03:57:03.325Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15132026-06-09T03:57:03.431Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15142026-06-09T03:57:03.436Z Checking search_path v0.1.4
15152026-06-09T03:57:03.571Z Checking internet-checksum v0.2.1
15162026-06-09T03:57:03.638Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15172026-06-09T03:57:03.709Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15182026-06-09T03:57:03.724Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15192026-06-09T03:57:04.257Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-06-09T03:57:04.648Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15212026-06-09T03:57:05.110Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-06-09T03:57:05.574Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15232026-06-09T03:57:05.713Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15242026-06-09T03:57:06.019Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-06-09T03:57:06.804Z Compiling git2 v0.19.0
15262026-06-09T03:57:07.698Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15272026-06-09T03:57:09.046Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15282026-06-09T03:57:16.797Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15292026-06-09T03:57:18.085Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15302026-06-09T03:57:22.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
15312026-06-09T03:57:23.295Z+ for feat in tofino_stub tofino_asic softnpu chaos
15322026-06-09T03:57:23.295Z+ cargo clippy --features tofino_asic -- --deny warnings
15332026-06-09T03:57:23.780Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15342026-06-09T03:57:23.780Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15352026-06-09T03:57:23.784Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15362026-06-09T03:57:23.784Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15372026-06-09T03:57:30.937Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15382026-06-09T03:57:30.943Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15392026-06-09T03:57:33.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.08s
15402026-06-09T03:57:33.568Z+ for feat in tofino_stub tofino_asic softnpu chaos
15412026-06-09T03:57:33.568Z+ cargo clippy --features softnpu -- --deny warnings
15422026-06-09T03:57:33.862Z Downloading crates ...
15432026-06-09T03:57:34.002Z Downloaded funty v2.0.0
15442026-06-09T03:57:34.014Z Downloaded bitstruct v0.1.1
15452026-06-09T03:57:34.018Z Downloaded serde_arrays v0.1.0
15462026-06-09T03:57:34.022Z Downloaded erased-serde v0.4.8
15472026-06-09T03:57:34.026Z Downloaded typeid v1.0.3
15482026-06-09T03:57:34.084Z Downloaded radium v0.7.0
15492026-06-09T03:57:34.106Z Downloaded libloading v0.7.4
15502026-06-09T03:57:34.106Z Downloaded bitstruct_derive v0.1.0
15512026-06-09T03:57:34.106Z Downloaded num-bigint v0.4.6
15522026-06-09T03:57:34.106Z Downloaded tap v1.0.1
15532026-06-09T03:57:34.106Z Downloaded ascii v1.1.0
15542026-06-09T03:57:34.106Z Downloaded wyz v0.5.1
15552026-06-09T03:57:34.106Z Downloaded bitvec v1.0.1
15562026-06-09T03:57:34.209Z Checking num-integer v0.1.46
15572026-06-09T03:57:34.286Z Checking num-complex v0.4.6
15582026-06-09T03:57:34.297Z Compiling radium v0.7.0
15592026-06-09T03:57:34.303Z Checking tap v1.0.1
15602026-06-09T03:57:34.308Z Checking funty v2.0.0
15612026-06-09T03:57:34.313Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15622026-06-09T03:57:34.318Z Compiling typeid v1.0.3
15632026-06-09T03:57:34.325Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-06-09T03:57:34.383Z Checking wyz v0.5.1
15652026-06-09T03:57:34.477Z Checking num-bigint v0.4.6
15662026-06-09T03:57:34.477Z Checking num-iter v0.1.45
15672026-06-09T03:57:34.523Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-06-09T03:57:34.540Z Compiling erased-serde v0.4.8
15692026-06-09T03:57:34.595Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-09T03:57:34.599Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-06-09T03:57:34.620Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-06-09T03:57:34.666Z Compiling bitstruct_derive v0.1.0
15732026-06-09T03:57:34.711Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-06-09T03:57:34.715Z Checking bitvec v1.0.1
15752026-06-09T03:57:34.715Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-06-09T03:57:34.733Z Checking ascii v1.1.0
15772026-06-09T03:57:34.736Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15782026-06-09T03:57:34.801Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-06-09T03:57:34.907Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15802026-06-09T03:57:34.932Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-06-09T03:57:34.944Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-06-09T03:57:34.953Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15832026-06-09T03:57:35.198Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-06-09T03:57:35.240Z Checking serde_arrays v0.1.0
15852026-06-09T03:57:35.305Z Checking bitstruct v0.1.1
15862026-06-09T03:57:35.308Z Checking num-rational v0.4.2
15872026-06-09T03:57:35.333Z Checking libloading v0.7.4
15882026-06-09T03:57:35.350Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15892026-06-09T03:57:35.571Z Checking num v0.4.3
15902026-06-09T03:57:35.636Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-06-09T03:57:36.172Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15922026-06-09T03:57:36.461Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15932026-06-09T03:57:36.461Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15942026-06-09T03:57:36.646Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15952026-06-09T03:57:36.855Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-06-09T03:57:36.858Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15972026-06-09T03:57:37.310Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-09T03:57:37.521Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15992026-06-09T03:57:37.521Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-06-09T03:57:37.524Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16012026-06-09T03:57:37.524Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-06-09T03:57:37.896Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16032026-06-09T03:57:38.310Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-06-09T03:57:39.120Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-06-09T03:57:41.378Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16062026-06-09T03:57:41.726Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16072026-06-09T03:57:42.579Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16082026-06-09T03:57:43.261Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16092026-06-09T03:57:43.375Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16102026-06-09T03:57:49.836Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16112026-06-09T03:57:51.083Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16122026-06-09T03:57:51.609Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16132026-06-09T03:57:55.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.32s
16142026-06-09T03:57:56.082Z+ for feat in tofino_stub tofino_asic softnpu chaos
16152026-06-09T03:57:56.082Z+ cargo clippy --features chaos -- --deny warnings
16162026-06-09T03:57:56.575Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16172026-06-09T03:57:56.586Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16182026-06-09T03:57:56.586Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16192026-06-09T03:58:03.659Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16202026-06-09T03:58:03.662Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16212026-06-09T03:58:06.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.97s
16222026-06-09T03:58:06.241Z+ banner fmt
16232026-06-09T03:58:06.245Z
16242026-06-09T03:58:06.245Z ###### # # #####
16252026-06-09T03:58:06.245Z # ## ## #
16262026-06-09T03:58:06.245Z ##### # ## # #
16272026-06-09T03:58:06.245Z # # # #
16282026-06-09T03:58:06.245Z # # # #
16292026-06-09T03:58:06.245Z # # # #
16302026-06-09T03:58:06.245Z
16312026-06-09T03:58:06.245Z+ cargo fmt -- --check
16322026-06-09T03:58:06.676Z+ banner test
16332026-06-09T03:58:06.682Z
16342026-06-09T03:58:06.682Z ##### ###### #### #####
16352026-06-09T03:58:06.682Z # # # #
16362026-06-09T03:58:06.682Z # ##### #### #
16372026-06-09T03:58:06.682Z # # # #
16382026-06-09T03:58:06.682Z # # # # #
16392026-06-09T03:58:06.683Z # ###### #### #
16402026-06-09T03:58:06.683Z
16412026-06-09T03:58:06.683Z+ for feat in tofino_stub tofino_asic softnpu chaos
16422026-06-09T03:58:06.683Z+ RUST_BACKTRACE=full
16432026-06-09T03:58:06.683Z+ cargo test --features tofino_stub --no-fail-fast
16442026-06-09T03:58:07.516Z Compiling unicode-ident v1.0.24
16452026-06-09T03:58:07.516Z Compiling cfg-if v1.0.4
16462026-06-09T03:58:07.516Z Compiling memchr v2.7.5
16472026-06-09T03:58:07.520Z Compiling serde_core v1.0.228
16482026-06-09T03:58:07.688Z Compiling itoa v1.0.15
16492026-06-09T03:58:07.702Z Compiling libc v0.2.186
16502026-06-09T03:58:07.702Z Compiling zmij v1.0.17
16512026-06-09T03:58:07.703Z Compiling libm v0.2.15
16522026-06-09T03:58:07.724Z Compiling proc-macro2 v1.0.106
16532026-06-09T03:58:07.749Z Compiling heck v0.5.0
16542026-06-09T03:58:07.914Z Compiling equivalent v1.0.2
16552026-06-09T03:58:08.013Z Compiling smallvec v1.15.1
16562026-06-09T03:58:08.116Z Compiling quote v1.0.45
16572026-06-09T03:58:08.139Z Compiling log v0.4.29
16582026-06-09T03:58:08.211Z Compiling iana-time-zone v0.1.64
16592026-06-09T03:58:08.282Z Compiling syn v2.0.117
16602026-06-09T03:58:08.393Z Compiling dyn-clone v1.0.20
16612026-06-09T03:58:08.415Z Compiling hashbrown v0.17.1
16622026-06-09T03:58:08.428Z Compiling stable_deref_trait v1.2.0
16632026-06-09T03:58:08.439Z Compiling pin-project-lite v0.2.16
16642026-06-09T03:58:08.505Z Compiling percent-encoding v2.3.2
16652026-06-09T03:58:08.530Z Compiling writeable v0.6.1
16662026-06-09T03:58:08.534Z Compiling litemap v0.8.0
16672026-06-09T03:58:08.715Z Compiling fnv v1.0.7
16682026-06-09T03:58:08.754Z Compiling icu_properties_data v2.0.1
16692026-06-09T03:58:08.781Z Compiling icu_normalizer_data v2.0.0
16702026-06-09T03:58:08.794Z Compiling regex-syntax v0.8.6
16712026-06-09T03:58:08.823Z Compiling form_urlencoded v1.2.2
16722026-06-09T03:58:08.856Z Compiling utf8_iter v1.0.4
16732026-06-09T03:58:08.884Z Compiling scopeguard v1.2.0
16742026-06-09T03:58:08.953Z Compiling num-traits v0.2.19
16752026-06-09T03:58:08.994Z Compiling lock_api v0.4.14
16762026-06-09T03:58:09.005Z Compiling getrandom v0.4.2
16772026-06-09T03:58:09.156Z Compiling aho-corasick v1.1.3
16782026-06-09T03:58:09.210Z Compiling byteorder v1.5.0
16792026-06-09T03:58:09.411Z Compiling semver v1.0.28
16802026-06-09T03:58:09.433Z Compiling serde_json v1.0.150
16812026-06-09T03:58:09.546Z Compiling indexmap v2.14.0
16822026-06-09T03:58:09.644Z Compiling ucd-trie v0.1.7
16832026-06-09T03:58:09.750Z Compiling futures-core v0.3.32
16842026-06-09T03:58:09.776Z Compiling uuid v1.23.2
16852026-06-09T03:58:09.904Z Compiling allocator-api2 v0.2.21
16862026-06-09T03:58:10.196Z Compiling time-core v0.1.8
16872026-06-09T03:58:10.222Z Compiling regex-automata v0.4.13
16882026-06-09T03:58:10.236Z Compiling num-conv v0.2.1
16892026-06-09T03:58:10.342Z Compiling foldhash v0.2.0
16902026-06-09T03:58:10.383Z Compiling time-macros v0.2.27
16912026-06-09T03:58:10.389Z Compiling futures-sink v0.3.32
16922026-06-09T03:58:10.496Z Compiling hashbrown v0.16.1
16932026-06-09T03:58:10.568Z Compiling ryu v1.0.20
16942026-06-09T03:58:10.755Z Compiling pretty-hex v0.4.1
16952026-06-09T03:58:10.893Z Compiling slab v0.4.11
16962026-06-09T03:58:11.071Z Compiling synstructure v0.13.2
16972026-06-09T03:58:11.083Z Compiling serde_derive_internals v0.29.1
16982026-06-09T03:58:11.225Z Compiling plain v0.2.3
16992026-06-09T03:58:11.238Z Compiling strsim v0.11.1
17002026-06-09T03:58:11.359Z Compiling futures-channel v0.3.32
17012026-06-09T03:58:11.540Z Compiling futures-io v0.3.32
17022026-06-09T03:58:11.553Z Compiling futures-task v0.3.32
17032026-06-09T03:58:11.564Z Compiling socket2 v0.6.4
17042026-06-09T03:58:11.629Z Compiling parking_lot_core v0.9.12
17052026-06-09T03:58:11.699Z Compiling signal-hook-registry v1.4.6
17062026-06-09T03:58:11.720Z Compiling thread-id v5.0.0
17072026-06-09T03:58:11.801Z Compiling parking_lot v0.12.5
17082026-06-09T03:58:11.812Z Compiling mio v1.2.1
17092026-06-09T03:58:11.919Z Compiling regex v1.12.3
17102026-06-09T03:58:12.005Z Compiling regress v0.10.5
17112026-06-09T03:58:12.082Z Compiling darling_core v0.21.3
17122026-06-09T03:58:12.096Z Compiling base64 v0.22.1
17132026-06-09T03:58:12.209Z Compiling bitflags v2.11.1
17142026-06-09T03:58:12.237Z Compiling serde_derive v1.0.228
17152026-06-09T03:58:12.315Z Compiling zerofrom-derive v0.1.6
17162026-06-09T03:58:12.385Z Compiling yoke-derive v0.8.0
17172026-06-09T03:58:12.424Z Compiling zerovec-derive v0.11.1
17182026-06-09T03:58:12.447Z Compiling displaydoc v0.2.5
17192026-06-09T03:58:12.774Z Compiling thiserror-impl v2.0.18
17202026-06-09T03:58:13.207Z Compiling schemars_derive v0.8.22
17212026-06-09T03:58:13.421Z Compiling tokio-macros v2.7.0
17222026-06-09T03:58:13.521Z Compiling zerocopy-derive v0.8.27
17232026-06-09T03:58:13.522Z Compiling zeroize_derive v1.4.3
17242026-06-09T03:58:14.007Z Compiling thiserror v2.0.18
17252026-06-09T03:58:14.114Z Compiling futures-macro v0.3.32
17262026-06-09T03:58:14.167Z Compiling zerofrom v0.1.6
17272026-06-09T03:58:14.173Z Compiling thiserror-impl v1.0.69
17282026-06-09T03:58:14.207Z Compiling tracing-attributes v0.1.30
17292026-06-09T03:58:14.288Z Compiling yoke v0.8.0
17302026-06-09T03:58:14.410Z Compiling pest v2.8.2
17312026-06-09T03:58:14.477Z Compiling zerovec v0.11.4
17322026-06-09T03:58:14.756Z Compiling zerocopy v0.8.27
17332026-06-09T03:58:14.933Z Compiling serde v1.0.228
17342026-06-09T03:58:15.402Z Compiling bytes v1.11.1
17352026-06-09T03:58:15.421Z Compiling serde_tokenstream v0.2.3
17362026-06-09T03:58:15.465Z Compiling tinystr v0.8.1
17372026-06-09T03:58:15.471Z Compiling potential_utf v0.1.3
17382026-06-09T03:58:15.557Z Compiling zerotrie v0.2.2
17392026-06-09T03:58:15.640Z Compiling icu_locale_core v2.0.0
17402026-06-09T03:58:15.664Z Compiling icu_collections v2.0.0
17412026-06-09T03:58:15.703Z Compiling pest_meta v2.8.2
17422026-06-09T03:58:15.771Z Compiling chrono v0.4.45
17432026-06-09T03:58:15.863Z Compiling http v1.4.1
17442026-06-09T03:58:15.875Z Compiling scroll_derive v0.13.1
17452026-06-09T03:58:16.191Z Compiling icu_provider v2.0.0
17462026-06-09T03:58:16.264Z Compiling pest_generator v2.8.2
17472026-06-09T03:58:16.492Z Compiling icu_properties v2.0.1
17482026-06-09T03:58:16.506Z Compiling icu_normalizer v2.0.0
17492026-06-09T03:58:16.663Z Compiling async-trait v0.1.89
17502026-06-09T03:58:16.711Z Compiling schemars v0.8.22
17512026-06-09T03:58:16.892Z Compiling scroll v0.13.0
17522026-06-09T03:58:17.014Z Compiling pest_derive v2.8.2
17532026-06-09T03:58:17.117Z Compiling goblin v0.10.1
17542026-06-09T03:58:17.154Z Compiling thiserror v1.0.69
17552026-06-09T03:58:17.256Z Compiling tokio v1.52.3
17562026-06-09T03:58:17.271Z Compiling openapiv3 v2.2.0
17572026-06-09T03:58:17.580Z Compiling idna_adapter v1.2.1
17582026-06-09T03:58:17.659Z Compiling dtrace-parser v0.3.0
17592026-06-09T03:58:17.674Z Compiling daft-derive v0.1.5
17602026-06-09T03:58:17.717Z Compiling idna v1.1.0
17612026-06-09T03:58:18.146Z Compiling url v2.5.7
17622026-06-09T03:58:18.348Z Compiling typify-impl v0.4.3
17632026-06-09T03:58:18.421Z Compiling darling_macro v0.21.3
17642026-06-09T03:58:18.487Z Compiling http-body v1.0.1
17652026-06-09T03:58:18.528Z Compiling ppv-lite86 v0.2.21
17662026-06-09T03:58:18.855Z Compiling erased-serde v0.3.31
17672026-06-09T03:58:18.866Z Compiling serde_yaml v0.9.34+deprecated
17682026-06-09T03:58:19.006Z Compiling darling v0.21.3
17692026-06-09T03:58:19.013Z Compiling openssl-macros v0.1.1
17702026-06-09T03:58:19.082Z Compiling getrandom v0.2.16
17712026-06-09T03:58:19.352Z Compiling ipnet v2.11.0
17722026-06-09T03:58:19.478Z Compiling atomic-waker v1.1.2
17732026-06-09T03:58:19.946Z Compiling dof v0.4.0
17742026-06-09T03:58:20.119Z Compiling httparse v1.10.1
17752026-06-09T03:58:20.138Z Compiling tower-service v0.3.3
17762026-06-09T03:58:20.240Z Compiling tower-layer v0.3.3
17772026-06-09T03:58:20.399Z Compiling untrusted v0.9.0
17782026-06-09T03:58:20.427Z Compiling usdt-impl v0.6.0
17792026-06-09T03:58:20.496Z Compiling anyhow v1.0.102
17802026-06-09T03:58:20.529Z Compiling try-lock v0.2.5
17812026-06-09T03:58:20.647Z Compiling want v0.3.1
17822026-06-09T03:58:20.686Z Compiling syn v1.0.109
17832026-06-09T03:58:20.849Z Compiling zeroize v1.8.1
17842026-06-09T03:58:20.890Z Compiling httpdate v1.0.3
17852026-06-09T03:58:21.050Z Compiling portable-atomic v1.11.1
17862026-06-09T03:58:21.412Z Compiling async-stream-impl v0.3.6
17872026-06-09T03:58:21.571Z Compiling structmeta-derive v0.3.0
17882026-06-09T03:58:21.712Z Compiling critical-section v1.2.0
17892026-06-09T03:58:21.861Z Compiling usdt-macro v0.6.0
17902026-06-09T03:58:22.027Z Compiling usdt-attr-macro v0.6.0
17912026-06-09T03:58:22.185Z Compiling once_cell v1.21.3
17922026-06-09T03:58:22.407Z Compiling newtype-uuid-macros v0.1.0
17932026-06-09T03:58:22.621Z Compiling structmeta v0.3.0
17942026-06-09T03:58:22.826Z Compiling strum_macros v0.26.4
17952026-06-09T03:58:22.978Z Compiling powerfmt v0.2.0
17962026-06-09T03:58:23.185Z Compiling deranged v0.5.3
17972026-06-09T03:58:23.272Z Compiling num_threads v0.1.7
17982026-06-09T03:58:23.954Z Compiling http-body-util v0.1.3
17992026-06-09T03:58:24.002Z Compiling omicron-workspace-hack v0.1.0
18002026-06-09T03:58:24.121Z Compiling dropshot_endpoint v0.16.7
18012026-06-09T03:58:24.221Z Compiling serde_urlencoded v0.7.1
18022026-06-09T03:58:24.229Z Compiling ref-cast-impl v1.0.25
18032026-06-09T03:58:24.432Z Compiling derive-ex v0.1.8
18042026-06-09T03:58:24.445Z Compiling strum_macros v0.27.2
18052026-06-09T03:58:24.457Z Compiling sync_wrapper v1.0.2
18062026-06-09T03:58:24.508Z Compiling typify-macro v0.4.3
18072026-06-09T03:58:24.559Z Compiling serde_with_macros v3.14.1
18082026-06-09T03:58:24.858Z Compiling subtle v2.6.1
18092026-06-09T03:58:25.029Z Compiling thread_local v1.1.9
18102026-06-09T03:58:25.084Z Compiling iri-string v0.7.8
18112026-06-09T03:58:25.295Z Compiling futures-util v0.3.32
18122026-06-09T03:58:25.477Z Compiling match_cfg v0.1.0
18132026-06-09T03:58:25.778Z Compiling rand_core v0.6.4
18142026-06-09T03:58:25.848Z Compiling typenum v1.20.1
18152026-06-09T03:58:26.005Z Compiling term v1.2.0
18162026-06-09T03:58:26.081Z Compiling test-strategy v0.4.3
18172026-06-09T03:58:26.338Z Compiling take_mut v0.2.2
18182026-06-09T03:58:26.633Z Compiling typify v0.4.3
18192026-06-09T03:58:26.644Z Compiling parse-display-derive v0.10.0
18202026-06-09T03:58:26.694Z Compiling progenitor-impl v0.11.1
18212026-06-09T03:58:26.709Z Compiling tracing-core v0.1.34
18222026-06-09T03:58:26.745Z Compiling toml_datetime v0.6.11
18232026-06-09T03:58:26.881Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18242026-06-09T03:58:27.027Z Compiling camino v1.2.2
18252026-06-09T03:58:27.213Z Compiling tracing v0.1.41
18262026-06-09T03:58:27.350Z Compiling clap_derive v4.6.1
18272026-06-09T03:58:27.601Z Compiling encoding_rs v0.8.35
18282026-06-09T03:58:27.627Z Compiling cpufeatures v0.2.17
18292026-06-09T03:58:27.701Z Compiling fastrand v2.3.0
18302026-06-09T03:58:27.713Z Compiling mime v0.3.17
18312026-06-09T03:58:27.886Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18322026-06-09T03:58:28.077Z Compiling unicode-width v0.2.1
18332026-06-09T03:58:28.381Z Compiling errno v0.3.14
18342026-06-09T03:58:28.517Z Compiling hex v0.4.3
18352026-06-09T03:58:28.534Z Compiling generic-array v0.14.7
18362026-06-09T03:58:28.806Z Compiling ipnetwork v0.21.1
18372026-06-09T03:58:29.025Z Compiling crossbeam-utils v0.8.21
18382026-06-09T03:58:29.243Z Compiling tokio-util v0.7.16
18392026-06-09T03:58:29.262Z Compiling slog v2.8.2
18402026-06-09T03:58:29.528Z Compiling rustix v1.1.4
18412026-06-09T03:58:29.635Z Compiling getrandom v0.3.3
18422026-06-09T03:58:29.657Z Compiling winnow v0.7.14
18432026-06-09T03:58:29.813Z Compiling rand_core v0.9.3
18442026-06-09T03:58:29.938Z Compiling h2 v0.4.14
18452026-06-09T03:58:29.969Z Compiling oxnet v0.1.6
18462026-06-09T03:58:30.091Z Compiling crypto-common v0.1.6
18472026-06-09T03:58:30.185Z Compiling progenitor-macro v0.11.1
18482026-06-09T03:58:30.221Z Compiling itertools v0.14.0
18492026-06-09T03:58:30.754Z Compiling winnow v1.0.3
18502026-06-09T03:58:30.975Z Compiling num-derive v0.4.2
18512026-06-09T03:58:31.120Z Compiling toml_parser v1.1.2+spec-1.1.0
18522026-06-09T03:58:31.194Z Compiling serde_spanned v1.1.1
18532026-06-09T03:58:31.358Z Compiling spin v0.9.8
18542026-06-09T03:58:31.478Z Compiling debug-ignore v1.0.5
18552026-06-09T03:58:31.482Z Compiling toml_writer v1.1.1+spec-1.1.0
18562026-06-09T03:58:31.700Z Compiling rand_chacha v0.9.0
18572026-06-09T03:58:31.837Z Compiling rustls-pki-types v1.12.0
18582026-06-09T03:58:31.907Z Compiling quick-error v1.2.3
18592026-06-09T03:58:31.927Z Compiling rand v0.9.3
18602026-06-09T03:58:32.017Z Compiling tabwriter v1.4.1
18612026-06-09T03:58:32.191Z Compiling hyper v1.10.1
18622026-06-09T03:58:32.257Z Compiling async-stream v0.3.6
18632026-06-09T03:58:32.308Z Compiling waitgroup v0.1.2
18642026-06-09T03:58:32.428Z Compiling serde_path_to_error v0.1.20
18652026-06-09T03:58:32.447Z Compiling lazy_static v1.5.0
18662026-06-09T03:58:32.521Z Compiling bit-vec v0.8.0
18672026-06-09T03:58:32.551Z Compiling colored v3.1.1
18682026-06-09T03:58:32.753Z Compiling bit-set v0.8.0
18692026-06-09T03:58:32.781Z Compiling strum v0.26.3
18702026-06-09T03:58:32.876Z Compiling time v0.3.47
18712026-06-09T03:58:32.905Z Compiling ring v0.17.14
18722026-06-09T03:58:32.941Z Compiling toml_datetime v0.7.5+spec-1.1.0
18732026-06-09T03:58:33.071Z Compiling unarray v0.1.4
18742026-06-09T03:58:33.243Z Compiling anstyle v1.0.14
18752026-06-09T03:58:33.296Z Compiling hyper-util v0.1.20
18762026-06-09T03:58:33.468Z Compiling toml v0.9.12+spec-1.1.0
18772026-06-09T03:58:33.938Z Compiling crossbeam-channel v0.5.15
18782026-06-09T03:58:34.363Z Compiling macaddr v1.0.1
18792026-06-09T03:58:34.411Z Compiling utf8parse v0.2.2
18802026-06-09T03:58:34.576Z Compiling anstyle-parse v1.0.0
18812026-06-09T03:58:34.592Z Compiling block-buffer v0.10.4
18822026-06-09T03:58:34.650Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18832026-06-09T03:58:34.706Z Compiling ref-cast v1.0.25
18842026-06-09T03:58:34.742Z Compiling colorchoice v1.0.4
18852026-06-09T03:58:34.756Z Compiling anstyle-query v1.1.4
18862026-06-09T03:58:34.832Z Compiling is_terminal_polyfill v1.70.1
18872026-06-09T03:58:34.848Z Compiling digest v0.10.7
18882026-06-09T03:58:34.896Z Compiling strum v0.27.2
18892026-06-09T03:58:34.905Z Compiling is-terminal v0.4.16
18902026-06-09T03:58:34.938Z Compiling anstream v1.0.0
18912026-06-09T03:58:34.951Z Compiling clap_lex v1.1.0
18922026-06-09T03:58:34.982Z Compiling slog-term v2.9.2
18932026-06-09T03:58:34.996Z Compiling slog-async v2.8.0
18942026-06-09T03:58:35.017Z Compiling slog-json v2.6.1
18952026-06-09T03:58:35.075Z Compiling hostname v0.3.1
18962026-06-09T03:58:35.241Z Compiling slog-bunyan v2.5.0
18972026-06-09T03:58:35.250Z Compiling tower v0.5.2
18982026-06-09T03:58:35.250Z Compiling futures-executor v0.3.32
18992026-06-09T03:58:35.264Z Compiling instant v0.1.13
19002026-06-09T03:58:35.530Z Compiling futures v0.3.32
19012026-06-09T03:58:35.539Z Compiling aws-lc-sys v0.39.1
19022026-06-09T03:58:35.550Z Compiling untrusted v0.7.1
19032026-06-09T03:58:35.671Z Compiling tower-http v0.6.8
19042026-06-09T03:58:35.677Z Compiling openssl-sys v0.9.116
19052026-06-09T03:58:36.008Z Compiling memmap2 v0.9.8
19062026-06-09T03:58:36.149Z Compiling aws-lc-rs v1.16.2
19072026-06-09T03:58:36.803Z Compiling foreign-types-shared v0.1.1
19082026-06-09T03:58:37.102Z Compiling rustls-webpki v0.103.6
19092026-06-09T03:58:37.256Z Compiling foreign-types v0.3.2
19102026-06-09T03:58:37.624Z Compiling rustls v0.23.40
19112026-06-09T03:58:37.867Z Compiling tempfile v3.27.0
19122026-06-09T03:58:38.083Z Compiling openssl-probe v0.1.6
19132026-06-09T03:58:38.320Z Compiling openssl v0.10.80
19142026-06-09T03:58:38.959Z Compiling usdt v0.6.0
19152026-06-09T03:58:39.186Z Compiling either v1.15.0
19162026-06-09T03:58:39.389Z Compiling webpki-roots v1.0.2
19172026-06-09T03:58:39.505Z Compiling newtype-uuid v1.3.2
19182026-06-09T03:58:39.915Z Compiling daft v0.1.5
19192026-06-09T03:58:40.657Z Compiling tokio-rustls v0.26.4
19202026-06-09T03:58:40.718Z Compiling native-tls v0.2.14
19212026-06-09T03:58:40.947Z Compiling tokio-native-tls v0.3.1
19222026-06-09T03:58:41.037Z Compiling hyper-rustls v0.27.7
19232026-06-09T03:58:41.110Z Compiling hyper-tls v0.6.0
19242026-06-09T03:58:41.350Z Compiling reqwest v0.12.23
19252026-06-09T03:58:42.299Z Compiling rustls-webpki v0.102.8
19262026-06-09T03:58:42.444Z Compiling rustls-pemfile v2.2.0
19272026-06-09T03:58:42.643Z Compiling multer v3.1.0
19282026-06-09T03:58:43.014Z Compiling hostname v0.4.2
19292026-06-09T03:58:43.160Z Compiling rustls v0.22.4
19302026-06-09T03:58:43.245Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19312026-06-09T03:58:43.802Z Compiling terminal_size v0.4.3
19322026-06-09T03:58:43.832Z Compiling rand_chacha v0.3.1
19332026-06-09T03:58:43.948Z Compiling wait-timeout v0.2.1
19342026-06-09T03:58:44.512Z Compiling rusty-fork v0.3.0
19352026-06-09T03:58:44.566Z Compiling rand v0.8.5
19362026-06-09T03:58:45.148Z Compiling tokio-rustls v0.25.0
19372026-06-09T03:58:46.028Z Compiling sha1 v0.10.6
19382026-06-09T03:58:46.261Z Compiling rand_xorshift v0.4.0
19392026-06-09T03:58:47.023Z Compiling hubpack_derive v0.1.1
19402026-06-09T03:58:47.555Z Compiling proptest v1.8.0
19412026-06-09T03:58:47.746Z Compiling dropshot v0.16.7
19422026-06-09T03:58:47.958Z Compiling clap_builder v4.6.0
19432026-06-09T03:58:48.772Z Compiling serde_spanned v0.6.9
19442026-06-09T03:58:49.133Z Compiling prettyplease v0.2.37
19452026-06-09T03:58:49.616Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19462026-06-09T03:58:49.660Z Compiling clap v4.6.1
19472026-06-09T03:58:50.548Z Compiling progenitor-client v0.11.1
19482026-06-09T03:58:50.716Z Compiling progenitor-client v0.10.0
19492026-06-09T03:58:51.025Z Compiling serde_with v3.14.1
19502026-06-09T03:58:51.615Z Compiling progenitor v0.11.1
19512026-06-09T03:58:52.709Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19522026-06-09T03:58:52.845Z Compiling rustc-hash v2.1.1
19532026-06-09T03:58:52.973Z Compiling iddqd v0.3.18
19542026-06-09T03:58:53.027Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19552026-06-09T03:58:54.007Z Compiling backoff v0.4.0
19562026-06-09T03:58:54.112Z Compiling parse-display v0.10.0
19572026-06-09T03:58:54.170Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19582026-06-09T03:58:54.213Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19592026-06-09T03:58:54.317Z Compiling toml_write v0.1.2
19602026-06-09T03:58:54.338Z Compiling winnow v0.5.40
19612026-06-09T03:58:54.517Z Compiling toml_edit v0.22.27
19622026-06-09T03:58:55.844Z Compiling num-integer v0.1.46
19632026-06-09T03:58:55.991Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-06-09T03:58:56.322Z Compiling float-ord v0.3.2
19652026-06-09T03:58:56.492Z Compiling toml v0.8.23
19662026-06-09T03:58:59.891Z Compiling num-iter v0.1.45
19672026-06-09T03:58:59.979Z Compiling num-rational v0.4.2
19682026-06-09T03:59:00.389Z Compiling num-complex v0.4.6
19692026-06-09T03:59:01.043Z Compiling num v0.4.3
19702026-06-09T03:59:01.483Z Compiling toml_edit v0.19.15
19712026-06-09T03:59:02.877Z Compiling proc-macro-crate v1.3.1
19722026-06-09T03:59:04.686Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19732026-06-09T03:59:05.750Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19742026-06-09T03:59:06.275Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-06-09T03:59:06.288Z Compiling zerocopy-derive v0.7.35
19762026-06-09T03:59:07.152Z Compiling memoffset v0.9.1
19772026-06-09T03:59:07.244Z Compiling libscf-sys v1.2.0
19782026-06-09T03:59:07.337Z Compiling ingot-macros v0.1.1
19792026-06-09T03:59:07.392Z Compiling proc-macro-error-attr2 v2.0.0
19802026-06-09T03:59:07.833Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19812026-06-09T03:59:08.675Z Compiling proc-macro-error2 v2.0.1
19822026-06-09T03:59:08.971Z Compiling nix v0.30.1
19832026-06-09T03:59:09.492Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19842026-06-09T03:59:09.720Z Compiling scroll_derive v0.12.1
19852026-06-09T03:59:10.430Z Compiling tabled_derive v0.11.0
19862026-06-09T03:59:10.511Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19872026-06-09T03:59:12.539Z Compiling zerocopy v0.7.35
19882026-06-09T03:59:12.710Z Compiling num_enum_derive v0.7.5
19892026-06-09T03:59:13.086Z Compiling hubpack v0.1.2
19902026-06-09T03:59:13.100Z Compiling foreign-types-macros v0.2.3
19912026-06-09T03:59:13.435Z Compiling static_assertions v1.1.0
19922026-06-09T03:59:13.958Z Compiling glob v0.3.3
19932026-06-09T03:59:13.965Z Compiling proc-macro-error-attr v1.0.4
19942026-06-09T03:59:14.179Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19952026-06-09T03:59:14.328Z Compiling dtrace-parser v0.2.0
19962026-06-09T03:59:14.627Z Compiling bytecount v0.6.9
19972026-06-09T03:59:14.767Z Compiling proc-macro-error v1.0.4
19982026-06-09T03:59:14.797Z Compiling dof v0.3.0
19992026-06-09T03:59:15.382Z Compiling num_enum_derive v0.5.11
20002026-06-09T03:59:16.869Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20012026-06-09T03:59:16.944Z Compiling thread-id v4.2.2
20022026-06-09T03:59:17.056Z Compiling usdt-impl v0.5.0
20032026-06-09T03:59:17.595Z Compiling derive_more v0.99.20
20042026-06-09T03:59:17.943Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20052026-06-09T03:59:18.052Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20062026-06-09T03:59:18.565Z Compiling minimal-lexical v0.2.1
20072026-06-09T03:59:18.751Z Compiling nom v7.1.3
20082026-06-09T03:59:18.917Z Compiling usdt-attr-macro v0.5.0
20092026-06-09T03:59:18.959Z Compiling usdt-macro v0.5.0
20102026-06-09T03:59:19.075Z Compiling zone_cfg_derive v0.3.1
20112026-06-09T03:59:19.709Z Compiling papergrid v0.17.0
20122026-06-09T03:59:19.733Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20132026-06-09T03:59:19.761Z Compiling testing_table v0.3.0
20142026-06-09T03:59:19.820Z Compiling rustc_version v0.4.1
20152026-06-09T03:59:20.013Z Compiling crossbeam-epoch v0.9.18
20162026-06-09T03:59:20.166Z Compiling dropshot_endpoint v0.17.1
20172026-06-09T03:59:20.180Z Compiling adler2 v2.0.1
20182026-06-09T03:59:20.323Z Compiling miniz_oxide v0.8.9
20192026-06-09T03:59:20.360Z Compiling crc32fast v1.5.0
20202026-06-09T03:59:20.572Z Compiling enum-as-inner v0.6.1
20212026-06-09T03:59:20.577Z Compiling regress v0.11.1
20222026-06-09T03:59:20.791Z Compiling tabled v0.20.0
20232026-06-09T03:59:21.024Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20242026-06-09T03:59:21.146Z Compiling flate2 v1.1.2
20252026-06-09T03:59:21.367Z Compiling curve25519-dalek v4.1.3
20262026-06-09T03:59:21.671Z Compiling hybrid-array v0.4.12
20272026-06-09T03:59:21.817Z Compiling crossbeam-deque v0.8.6
20282026-06-09T03:59:21.870Z Compiling thiserror-impl-no-std v2.0.2
20292026-06-09T03:59:22.016Z Compiling curve25519-dalek-derive v0.1.1
20302026-06-09T03:59:22.159Z Compiling typify-impl v0.6.2
20312026-06-09T03:59:22.656Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20322026-06-09T03:59:22.717Z Compiling crypto-common v0.2.2
20332026-06-09T03:59:22.976Z Compiling block-buffer v0.12.0
20342026-06-09T03:59:23.012Z Compiling rayon-core v1.13.0
20352026-06-09T03:59:23.133Z Compiling clang-sys v1.8.1
20362026-06-09T03:59:23.512Z Compiling compression-core v0.4.32
20372026-06-09T03:59:23.527Z Compiling const-oid v0.10.2
20382026-06-09T03:59:23.680Z Compiling digest v0.11.3
20392026-06-09T03:59:23.748Z Compiling compression-codecs v0.4.32
20402026-06-09T03:59:23.782Z Compiling scroll v0.12.0
20412026-06-09T03:59:23.922Z Compiling hash32 v0.3.1
20422026-06-09T03:59:24.025Z Compiling toml_datetime v1.1.1+spec-1.1.0
20432026-06-09T03:59:24.080Z Compiling cpufeatures v0.3.0
20442026-06-09T03:59:24.093Z Compiling heapless v0.8.0
20452026-06-09T03:59:24.127Z Compiling goblin v0.8.2
20462026-06-09T03:59:24.137Z Compiling async-compression v0.4.33
20472026-06-09T03:59:24.161Z Compiling sha1 v0.11.0
20482026-06-09T03:59:24.342Z Compiling toml v1.1.2+spec-1.1.0
20492026-06-09T03:59:24.416Z Compiling ingot-types v0.1.2
20502026-06-09T03:59:24.522Z Compiling cobs v0.3.0
20512026-06-09T03:59:24.581Z Compiling libloading v0.8.9
20522026-06-09T03:59:24.612Z Compiling bitflags v1.3.2
20532026-06-09T03:59:24.691Z Compiling foreign-types-shared v0.3.1
20542026-06-09T03:59:24.728Z Compiling managed v0.8.0
20552026-06-09T03:59:24.778Z Compiling foreign-types v0.5.0
20562026-06-09T03:59:24.790Z Compiling ingot v0.1.1
20572026-06-09T03:59:24.807Z Compiling bindgen v0.72.1
20582026-06-09T03:59:24.912Z Compiling postcard v1.1.3
20592026-06-09T03:59:25.005Z Compiling smoltcp v0.11.0
20602026-06-09T03:59:25.257Z Compiling dropshot v0.17.1
20612026-06-09T03:59:26.350Z Compiling cexpr v0.6.0
20622026-06-09T03:59:26.379Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20632026-06-09T03:59:26.934Z Compiling num_enum v0.7.5
20642026-06-09T03:59:27.014Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20652026-06-09T03:59:27.418Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20662026-06-09T03:59:27.466Z Compiling camino-tempfile v1.4.1
20672026-06-09T03:59:27.746Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20682026-06-09T03:59:27.762Z Compiling serde_repr v0.1.20
20692026-06-09T03:59:27.799Z Compiling derive-where v1.6.0
20702026-06-09T03:59:28.039Z Compiling cstr-argument v0.1.2
20712026-06-09T03:59:28.200Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20722026-06-09T03:59:28.358Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20732026-06-09T03:59:28.405Z Compiling typify-macro v0.6.2
20742026-06-09T03:59:29.068Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20752026-06-09T03:59:29.261Z Compiling rayon v1.11.0
20762026-06-09T03:59:29.501Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772026-06-09T03:59:29.632Z Compiling crucible-workspace-hack v0.1.0
20782026-06-09T03:59:30.384Z Compiling memmap v0.7.0
20792026-06-09T03:59:30.523Z Compiling tinyvec_macros v0.1.1
20802026-06-09T03:59:30.576Z Compiling typify v0.6.2
20812026-06-09T03:59:30.600Z Compiling tinyvec v1.10.0
20822026-06-09T03:59:30.605Z Compiling usdt v0.5.0
20832026-06-09T03:59:30.686Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-06-09T03:59:31.059Z Compiling num_enum v0.5.11
20852026-06-09T03:59:31.504Z Compiling pin-project-internal v1.1.10
20862026-06-09T03:59:32.558Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20872026-06-09T03:59:32.606Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20882026-06-09T03:59:32.783Z Compiling progenitor-impl v0.14.0
20892026-06-09T03:59:32.799Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20902026-06-09T03:59:32.804Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20912026-06-09T03:59:32.905Z Compiling rustix v0.38.44
20922026-06-09T03:59:33.435Z Compiling itertools v0.12.1
20932026-06-09T03:59:33.447Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20942026-06-09T03:59:33.577Z Compiling progenitor-impl v0.10.0
20952026-06-09T03:59:33.775Z Compiling sigpipe v0.1.3
20962026-06-09T03:59:33.844Z Compiling jiff v0.2.15
20972026-06-09T03:59:33.869Z Compiling const_format_proc_macros v0.2.34
20982026-06-09T03:59:34.517Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20992026-06-09T03:59:34.646Z Compiling zone v0.3.1
21002026-06-09T03:59:34.684Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21012026-06-09T03:59:36.022Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21022026-06-09T03:59:36.440Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21032026-06-09T03:59:36.479Z Compiling progenitor-macro v0.14.0
21042026-06-09T03:59:37.173Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21052026-06-09T03:59:37.215Z Compiling progenitor-macro v0.10.0
21062026-06-09T03:59:37.458Z Compiling secrecy v0.10.3
21072026-06-09T03:59:37.509Z Compiling smf v0.2.3
21082026-06-09T03:59:37.509Z Compiling snafu-derive v0.8.9
21092026-06-09T03:59:37.519Z Compiling async-recursion v1.1.1
21102026-06-09T03:59:37.898Z Compiling bstr v1.12.0
21112026-06-09T03:59:37.953Z Compiling whoami v1.6.1
21122026-06-09T03:59:38.191Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-06-09T03:59:39.304Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21142026-06-09T03:59:39.789Z Compiling hmac v0.12.1
21152026-06-09T03:59:39.986Z Compiling inout v0.1.4
21162026-06-09T03:59:40.071Z Compiling ff v0.13.1
21172026-06-09T03:59:40.177Z Compiling data-encoding v2.9.0
21182026-06-09T03:59:40.436Z Compiling crc8 v0.1.1
21192026-06-09T03:59:40.563Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21202026-06-09T03:59:40.784Z Compiling group v0.13.0
21212026-06-09T03:59:41.280Z Compiling cipher v0.4.4
21222026-06-09T03:59:41.504Z Compiling hkdf v0.12.4
21232026-06-09T03:59:41.664Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21242026-06-09T03:59:41.951Z Compiling atomicwrites v0.4.4
21252026-06-09T03:59:42.114Z Compiling tokio-dtrace v0.1.1
21262026-06-09T03:59:42.374Z Compiling tabled_derive v0.7.0
21272026-06-09T03:59:42.827Z Compiling reqwest v0.13.2
21282026-06-09T03:59:42.868Z Compiling universal-hash v0.5.1
21292026-06-09T03:59:42.901Z Compiling crypto-bigint v0.5.5
21302026-06-09T03:59:43.005Z Compiling half v2.7.1
21312026-06-09T03:59:43.303Z Compiling indent_write v2.2.0
21322026-06-09T03:59:43.327Z Compiling base64ct v1.8.0
21332026-06-09T03:59:43.449Z Compiling base16ct v0.2.0
21342026-06-09T03:59:43.622Z Compiling opaque-debug v0.3.1
21352026-06-09T03:59:43.638Z Compiling ciborium-io v0.2.2
21362026-06-09T03:59:43.712Z Compiling poly1305 v0.8.0
21372026-06-09T03:59:43.742Z Compiling progenitor-client v0.14.0
21382026-06-09T03:59:43.977Z Compiling elliptic-curve v0.13.8
21392026-06-09T03:59:44.019Z Compiling ciborium-ll v0.2.2
21402026-06-09T03:59:44.041Z Compiling password-hash v0.5.0
21412026-06-09T03:59:44.609Z Compiling oxide-tokio-rt v0.1.2
21422026-06-09T03:59:44.815Z Compiling chacha20 v0.9.1
21432026-06-09T03:59:45.018Z Compiling similar v2.7.0
21442026-06-09T03:59:45.092Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21452026-06-09T03:59:45.531Z Compiling thiserror-no-std v2.0.2
21462026-06-09T03:59:46.250Z Compiling blake2 v0.10.6
21472026-06-09T03:59:46.510Z Compiling aead v0.5.2
21482026-06-09T03:59:46.734Z Compiling resolv-conf v0.7.5
21492026-06-09T03:59:46.778Z Compiling linked-hash-map v0.5.6
21502026-06-09T03:59:46.933Z Compiling keccak v0.1.6
21512026-06-09T03:59:47.094Z Compiling sha3 v0.10.8
21522026-06-09T03:59:47.209Z Compiling lru-cache v0.1.2
21532026-06-09T03:59:47.335Z Compiling chacha20poly1305 v0.10.1
21542026-06-09T03:59:47.416Z Compiling argon2 v0.5.3
21552026-06-09T03:59:47.433Z Compiling vsss-rs v3.3.4
21562026-06-09T03:59:47.453Z Compiling progenitor v0.14.0
21572026-06-09T03:59:47.572Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21582026-06-09T03:59:47.603Z Compiling ciborium v0.2.2
21592026-06-09T03:59:47.818Z Compiling hickory-proto v0.24.4
21602026-06-09T03:59:48.187Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21612026-06-09T03:59:48.197Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21622026-06-09T03:59:48.714Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21632026-06-09T03:59:48.732Z Compiling serde-big-array v0.5.1
21642026-06-09T03:59:49.030Z Compiling siphasher v1.0.1
21652026-06-09T03:59:49.055Z Compiling unicode-segmentation v1.12.0
21662026-06-09T03:59:49.069Z Compiling same-file v1.0.6
21672026-06-09T03:59:49.237Z Compiling phf_shared v0.12.1
21682026-06-09T03:59:49.254Z Compiling walkdir v2.5.0
21692026-06-09T03:59:49.410Z Compiling newline-converter v0.3.0
21702026-06-09T03:59:49.456Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21712026-06-09T03:59:49.487Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21722026-06-09T03:59:49.609Z Compiling hickory-resolver v0.24.4
21732026-06-09T03:59:49.885Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-06-09T03:59:50.385Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21752026-06-09T03:59:51.378Z Compiling newtype_derive v0.1.6
21762026-06-09T03:59:51.466Z Compiling owo-colors v4.3.0
21772026-06-09T03:59:51.572Z Compiling tokio-stream v0.1.17
21782026-06-09T03:59:51.876Z Compiling console v0.15.11
21792026-06-09T03:59:52.036Z Compiling csv-core v0.1.12
21802026-06-09T03:59:52.244Z Compiling termtree v0.5.1
21812026-06-09T03:59:52.315Z Compiling foldhash v0.1.5
21822026-06-09T03:59:52.398Z Compiling unicode-width v0.1.14
21832026-06-09T03:59:52.438Z Compiling smawk v0.3.2
21842026-06-09T03:59:52.492Z Compiling unicode-linebreak v0.1.5
21852026-06-09T03:59:52.504Z Compiling humantime v2.3.0
21862026-06-09T03:59:52.568Z Compiling swrite v0.1.0
21872026-06-09T03:59:52.682Z Compiling textwrap v0.16.2
21882026-06-09T03:59:52.685Z Compiling hashbrown v0.15.5
21892026-06-09T03:59:52.781Z Compiling csv v1.4.0
21902026-06-09T03:59:52.866Z Compiling expectorate v1.2.0
21912026-06-09T03:59:52.999Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-06-09T03:59:53.024Z Compiling qorb v0.4.1
21932026-06-09T03:59:53.240Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-06-09T03:59:54.392Z Compiling phf v0.12.1
21952026-06-09T03:59:54.555Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21962026-06-09T03:59:55.192Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21972026-06-09T03:59:55.217Z Compiling pin-project v1.1.10
21982026-06-09T03:59:55.329Z Compiling unicode-normalization v0.1.24
21992026-06-09T03:59:55.354Z Compiling libz-sys v1.1.22
22002026-06-09T03:59:55.692Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-06-09T03:59:56.560Z Compiling libsw-core v0.3.2
22022026-06-09T03:59:56.889Z Compiling fixedbitset v0.4.2
22032026-06-09T03:59:56.983Z Compiling fixedbitset v0.5.7
22042026-06-09T03:59:57.105Z Compiling highway v1.3.0
22052026-06-09T03:59:57.721Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-06-09T03:59:58.175Z Compiling petgraph v0.8.2
22072026-06-09T03:59:58.546Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-06-09T03:59:59.308Z Compiling petgraph v0.6.5
22092026-06-09T03:59:59.430Z Compiling progenitor v0.10.0
22102026-06-09T04:00:00.153Z Compiling libsw v3.5.0
22112026-06-09T04:00:00.786Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-06-09T04:00:01.051Z Compiling olpc-cjson v0.1.4
22132026-06-09T04:00:01.115Z Compiling libgit2-sys v0.17.0+1.8.1
22142026-06-09T04:00:01.420Z Compiling snafu v0.8.9
22152026-06-09T04:00:01.980Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-09T04:00:02.072Z Compiling chrono-tz v0.10.4
22172026-06-09T04:00:02.168Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-06-09T04:00:02.264Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-06-09T04:00:03.026Z Compiling papergrid v0.11.0
22202026-06-09T04:00:03.029Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-06-09T04:00:03.052Z Compiling globset v0.4.16
22222026-06-09T04:00:03.241Z Compiling const_format v0.2.34
22232026-06-09T04:00:03.312Z Compiling slog-dtrace v0.3.0
22242026-06-09T04:00:03.559Z Compiling cancel-safe-futures v0.1.5
22252026-06-09T04:00:03.642Z Compiling gethostname v0.5.0
22262026-06-09T04:00:03.887Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22272026-06-09T04:00:04.340Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22282026-06-09T04:00:04.791Z Compiling dropshot-api-manager-types v0.7.2
22292026-06-09T04:00:04.975Z Compiling bcs v0.1.6
22302026-06-09T04:00:05.042Z Compiling cargo-platform v0.1.9
22312026-06-09T04:00:05.217Z Compiling serde_plain v1.0.2
22322026-06-09T04:00:05.255Z Compiling pem v3.0.5
22332026-06-09T04:00:05.308Z Compiling linear-map v1.2.0
22342026-06-09T04:00:05.317Z Compiling typed-path v0.9.3
22352026-06-09T04:00:05.702Z Compiling tagptr v0.2.0
22362026-06-09T04:00:05.875Z Compiling moka v0.12.11
22372026-06-09T04:00:06.652Z Compiling tough v0.20.0
22382026-06-09T04:00:07.543Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-06-09T04:00:07.631Z Compiling cargo_metadata v0.18.1
22402026-06-09T04:00:07.919Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-06-09T04:00:09.179Z Compiling tabled v0.15.0
22422026-06-09T04:00:09.309Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-06-09T04:00:09.551Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22442026-06-09T04:00:10.045Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-06-09T04:00:10.256Z Compiling git2 v0.19.0
22462026-06-09T04:00:11.277Z Compiling steno v0.4.1
22472026-06-09T04:00:13.115Z Compiling cookie v0.18.1
22482026-06-09T04:00:13.145Z Compiling hickory-proto v0.25.2
22492026-06-09T04:00:15.292Z Compiling hickory-resolver v0.25.2
22502026-06-09T04:00:16.697Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22512026-06-09T04:00:18.247Z Compiling vergen v8.3.2
22522026-06-09T04:00:20.202Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22532026-06-09T04:00:20.346Z Compiling mockall_derive v0.14.0
22542026-06-09T04:00:20.556Z Compiling predicates-core v1.0.9
22552026-06-09T04:00:20.846Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22562026-06-09T04:00:20.906Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22572026-06-09T04:00:21.095Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22582026-06-09T04:00:21.281Z Compiling signal-hook v0.4.4
22592026-06-09T04:00:21.788Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22602026-06-09T04:00:22.123Z Compiling sha2 v0.10.9
22612026-06-09T04:00:22.494Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22622026-06-09T04:00:22.671Z Compiling diff v0.1.13
22632026-06-09T04:00:22.990Z Compiling yansi v1.0.1
22642026-06-09T04:00:23.087Z Compiling mockall v0.14.0
22652026-06-09T04:00:23.133Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22662026-06-09T04:00:23.291Z Compiling pretty_assertions v1.4.1
22672026-06-09T04:00:23.815Z Compiling predicates v3.1.3
22682026-06-09T04:00:24.227Z Compiling predicates-tree v1.0.12
22692026-06-09T04:00:24.537Z Compiling fs-err v3.1.2
22702026-06-09T04:00:24.637Z Compiling signal-hook v0.3.18
22712026-06-09T04:00:25.550Z Compiling git-stub v1.0.0
22722026-06-09T04:00:25.662Z Compiling filetime v0.2.26
22732026-06-09T04:00:25.842Z Compiling downcast v0.11.0
22742026-06-09T04:00:25.860Z Compiling fragile v2.0.1
22752026-06-09T04:00:26.006Z Compiling arrayref v0.3.9
22762026-06-09T04:00:26.094Z Compiling constant_time_eq v0.3.1
22772026-06-09T04:00:26.176Z Compiling is_ci v1.2.0
22782026-06-09T04:00:26.223Z Compiling arrayvec v0.7.6
22792026-06-09T04:00:26.336Z Compiling xattr v1.6.1
22802026-06-09T04:00:26.441Z Compiling blake3 v1.8.2
22812026-06-09T04:00:26.525Z Compiling tar v0.4.45
22822026-06-09T04:00:27.032Z Compiling toml v0.7.8
22832026-06-09T04:00:27.131Z Compiling supports-color v3.0.2
22842026-06-09T04:00:27.325Z Compiling git-stub-vcs v0.1.0
22852026-06-09T04:00:27.707Z Compiling curl-sys v0.4.83+curl-8.15.0
22862026-06-09T04:00:27.719Z Compiling signal-hook-tokio v0.3.1
22872026-06-09T04:00:28.460Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22882026-06-09T04:00:29.390Z Compiling drift v0.2.0
22892026-06-09T04:00:29.446Z Compiling kstat-rs v0.2.4
22902026-06-09T04:00:29.770Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22912026-06-09T04:00:29.880Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22922026-06-09T04:00:30.165Z Compiling topological-sort v0.2.2
22932026-06-09T04:00:30.208Z Compiling hex-literal v1.1.0
22942026-06-09T04:00:30.323Z Compiling omicron-zone-package v0.12.2
22952026-06-09T04:00:30.413Z Compiling dropshot-api-manager v0.7.2
22962026-06-09T04:00:30.719Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22972026-06-09T04:00:31.856Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22982026-06-09T04:00:32.775Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-06-09T04:00:33.181Z Compiling curl v0.4.49
23002026-06-09T04:00:33.375Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23012026-06-09T04:00:34.007Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-06-09T04:00:34.091Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23032026-06-09T04:00:34.339Z Compiling iddqd v0.4.2
23042026-06-09T04:00:34.509Z Compiling internet-checksum v0.2.1
23052026-06-09T04:00:34.663Z Compiling search_path v0.1.4
23062026-06-09T04:00:34.924Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23072026-06-09T04:00:35.133Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23082026-06-09T04:00:37.380Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23092026-06-09T04:00:38.531Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23102026-06-09T04:01:23.514Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 16s
23112026-06-09T04:01:23.638Z Running unittests src/lib.rs (target/debug/deps/aal-00fa3c3b36f278b3)
23122026-06-09T04:01:23.641Z
23132026-06-09T04:01:23.641Zrunning 5 tests
23142026-06-09T04:01:23.643Ztest fuse::tests::chip_revision_b1 ... ok
23152026-06-09T04:01:23.643Ztest fuse::tests::chip_revision_b0 ... ok
23162026-06-09T04:01:23.643Ztest fuse::tests::chip_revision_a0 ... ok
23172026-06-09T04:01:23.643Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23182026-06-09T04:01:23.644Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23192026-06-09T04:01:23.644Z
23202026-06-09T04:01:23.644Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-06-09T04:01:23.644Z
23222026-06-09T04:01:23.644Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23232026-06-09T04:01:23.647Z
23242026-06-09T04:01:23.647Zrunning 0 tests
23252026-06-09T04:01:23.647Z
23262026-06-09T04:01:23.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23272026-06-09T04:01:23.647Z
23282026-06-09T04:01:23.647Z Running unittests src/lib.rs (target/debug/deps/asic-7ec1034df6f689db)
23292026-06-09T04:01:23.649Z
23302026-06-09T04:01:23.649Zrunning 0 tests
23312026-06-09T04:01:23.650Z
23322026-06-09T04:01:23.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23332026-06-09T04:01:23.650Z
23342026-06-09T04:01:23.650Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
23352026-06-09T04:01:23.650Z
23362026-06-09T04:01:23.650Zrunning 10 tests
23372026-06-09T04:01:23.655Ztest network::tests::test_equal ... ok
23382026-06-09T04:01:23.655Ztest nat::tests::test_vni ... ok
23392026-06-09T04:01:23.655Ztest network::tests::test_eui64 ... ok
23402026-06-09T04:01:23.655Ztest network::tests::test_generate_ipv6_link_local ... ok
23412026-06-09T04:01:23.655Ztest network::tests::test_into ... ok
23422026-06-09T04:01:23.655Ztest network::tests::test_not_equal ... ok
23432026-06-09T04:01:23.655Ztest network::tests::test_parse ... ok
23442026-06-09T04:01:23.655Ztest network::tests::test_to_string ... ok
23452026-06-09T04:01:23.655Ztest test_purge ... ok
23462026-06-09T04:01:23.658Ztest illumos::test::address_exists_handles_missing_object ... ok
23472026-06-09T04:01:23.658Z
23482026-06-09T04:01:23.658Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23492026-06-09T04:01:23.658Z
23502026-06-09T04:01:23.658Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-e30bfdb445c4e487)
23512026-06-09T04:01:23.662Z
23522026-06-09T04:01:23.662Zrunning 1 test
23532026-06-09T04:01:23.667Z -------
23542026-06-09T04:01:23.667Z Generating OpenAPI documents from API definitions ...
23552026-06-09T04:01:23.799Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23562026-06-09T04:01:23.866Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23572026-06-09T04:01:24.895Z -------
23582026-06-09T04:01:24.895Z Checking 12 OpenAPI documents...
23592026-06-09T04:01:24.895Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-06-09T04:01:24.895Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-06-09T04:01:24.898Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-06-09T04:01:24.898Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-09T04:01:24.898Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-09T04:01:24.898Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-09T04:01:24.898Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-06-09T04:01:24.898Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-06-09T04:01:24.898Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-06-09T04:01:24.899Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-06-09T04:01:24.899Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-06-09T04:01:24.899Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-06-09T04:01:24.899Z Fresh dpd "latest" symlink
23722026-06-09T04:01:24.899Z -------
23732026-06-09T04:01:24.899Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23742026-06-09T04:01:24.961Ztest test::test_apis_up_to_date ... ok
23752026-06-09T04:01:24.961Z
23762026-06-09T04:01:24.961Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
23772026-06-09T04:01:24.961Z
23782026-06-09T04:01:25.011Z Running unittests src/main.rs (target/debug/deps/dpd-ef1074ff037d28a0)
23792026-06-09T04:01:25.018Z
23802026-06-09T04:01:25.018Zrunning 19 tests
23812026-06-09T04:01:25.026Ztest freemap::test_ordering ... ok
23822026-06-09T04:01:25.026Ztest config::tests::test_updates ... ok
23832026-06-09T04:01:25.026Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23842026-06-09T04:01:25.026Ztest freemap::test_split ... ok
23852026-06-09T04:01:25.026Ztest macaddrs::tests::test_mac_offset ... ok
23862026-06-09T04:01:25.026Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23872026-06-09T04:01:25.026Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23882026-06-09T04:01:25.026Ztest nat::test_mapping ... ok
23892026-06-09T04:01:25.026Ztest macaddrs::tests::test_parse_port_id ... ok
23902026-06-09T04:01:25.026Ztest port_map::tests::dump_map ... ok
23912026-06-09T04:01:25.026Ztest port_map::tests::test_backplane_group ... ok
23922026-06-09T04:01:25.026Ztest port_map::tests::test_port_map ... ok
23932026-06-09T04:01:25.035ZJun 09 04:01:24.061 DEBG Jun 09 04:01:24.061created new freemap DEBG created new freemap, , unitunit:: freemap_testJun 09 04:01:24.061
23942026-06-09T04:01:25.035Zfreemap_test
23952026-06-09T04:01:25.036ZDEBG created new freemap, unitJun 09 04:01:24.061: DEBGfreemap_test initted freemap. size: 128
23962026-06-09T04:01:25.036Z, unit: freemap_test
23972026-06-09T04:01:25.036ZJun 09 04:01:24.061 DEBG Jun 09 04:01:24.061Jun 09 04:01:24.061 initted freemap. size: 128 Jun 09 04:01:24.061 DEBGDEBG, created new freemap, unit:unit freemap_test:
23982026-06-09T04:01:25.036Zinitted freemap. size: 128, Jun 09 04:01:24.061 DEBGDEBGunit : initted freemap. size: 128 , unitfreemap_test:
23992026-06-09T04:01:25.036Z freemap_test
24002026-06-09T04:01:25.036Zfreemap_testreset freemap
24012026-06-09T04:01:25.036ZJun 09 04:01:24.061 DEBG reset freemap, unit: freemap_test
24022026-06-09T04:01:25.036ZJun 09 04:01:24.061 DEBG reset freemap, unit: freemap_testJun 09 04:01:24.061
24032026-06-09T04:01:25.036Z DEBG reset freemap, unit: freemap_test
24042026-06-09T04:01:25.036Z, unit: freemap_test
24052026-06-09T04:01:25.036Ztest freemap::test_reclaim ... ok
24062026-06-09T04:01:25.036Ztest freemap::test_free ... ok
24072026-06-09T04:01:25.036Ztest freemap::test_basic ... ok
24082026-06-09T04:01:25.036Ztest freemap::test_exhaustion ... ok
24092026-06-09T04:01:25.036ZJun 09 04:01:24.062 DEBG created new freemap, unit: freemap_test
24102026-06-09T04:01:25.036ZJun 09 04:01:24.062 DEBG initted freemap. size: 128, unit: freemap_test
24112026-06-09T04:01:25.036ZJun 09 04:01:24.062 DEBG reset freemap, unit: freemap_test
24122026-06-09T04:01:25.036Ztest freemap::test_span ... ok
24132026-06-09T04:01:25.036Ztest port_map::tests::parse_softnpu_revision ... ok
24142026-06-09T04:01:25.036Ztest api_server::tests::test_build_info ... ok
24152026-06-09T04:01:25.036Z
24162026-06-09T04:01:25.036Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24172026-06-09T04:01:25.036Z
24182026-06-09T04:01:25.036Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-ebf19cbca7a6d7b0)
24192026-06-09T04:01:25.036Z
24202026-06-09T04:01:25.036Zrunning 0 tests
24212026-06-09T04:01:25.036Z
24222026-06-09T04:01:25.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24232026-06-09T04:01:25.036Z
24242026-06-09T04:01:25.036Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b84afe8178fbeedd)
24252026-06-09T04:01:25.036Z
24262026-06-09T04:01:25.036Zrunning 0 tests
24272026-06-09T04:01:25.036Z
24282026-06-09T04:01:25.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24292026-06-09T04:01:25.036Z
24302026-06-09T04:01:25.039Z Running unittests src/lib.rs (target/debug/deps/dpd_client-37b5747f03d1961c)
24312026-06-09T04:01:25.040Z
24322026-06-09T04:01:25.040Zrunning 6 tests
24332026-06-09T04:01:25.040Ztest tests::test_parse_client_port_id ... ok
24342026-06-09T04:01:25.040Ztest tests::test_port_id_cmp ... ok
24352026-06-09T04:01:25.040Ztest tests::test_full_lot_id_lotnum_only ... ok
24362026-06-09T04:01:25.040Ztest tests::test_full_lot_id_both_present ... ok
24372026-06-09T04:01:25.040Ztest tests::test_full_lot_id_neither_present ... ok
24382026-06-09T04:01:25.040Ztest tests::test_full_lot_id_lot_only ... ok
24392026-06-09T04:01:25.040Z
24402026-06-09T04:01:25.040Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24412026-06-09T04:01:25.040Z
24422026-06-09T04:01:25.040Z Running tests/test_all.rs (target/debug/deps/test_all-68994c35c57d847f)
24432026-06-09T04:01:25.040Z
24442026-06-09T04:01:25.040Zrunning 0 tests
24452026-06-09T04:01:25.040Z
24462026-06-09T04:01:25.040Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24472026-06-09T04:01:25.040Z
24482026-06-09T04:01:25.040Z Running unittests src/lib.rs (target/debug/deps/dpd_types-98142e7b24acbcdf)
24492026-06-09T04:01:25.040Z
24502026-06-09T04:01:25.040Zrunning 0 tests
24512026-06-09T04:01:25.040Z
24522026-06-09T04:01:25.040Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24532026-06-09T04:01:25.040Z
24542026-06-09T04:01:25.040Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-b6f42c9c6d5a4e69)
24552026-06-09T04:01:25.040Z
24562026-06-09T04:01:25.040Zrunning 0 tests
24572026-06-09T04:01:25.040Z
24582026-06-09T04:01:25.040Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24592026-06-09T04:01:25.040Z
24602026-06-09T04:01:25.040Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
24612026-06-09T04:01:25.040Z
24622026-06-09T04:01:25.040Zrunning 12 tests
24632026-06-09T04:01:25.040Ztest icmp::test_v6_checksum ... ok
24642026-06-09T04:01:25.040Ztest icmp::test_v4_checksum ... ok
24652026-06-09T04:01:25.040Ztest lldp::test_lldp_parse ... ok
24662026-06-09T04:01:25.044Ztest pbuf::test_byte ... ok
24672026-06-09T04:01:25.044Ztest ipv6::test_ipv6_parse ... ok
24682026-06-09T04:01:25.044Ztest pbuf::test_nibble ... ok
24692026-06-09T04:01:25.044Ztest pbuf::test_overflow ... ok
24702026-06-09T04:01:25.044Ztest pbuf::test_short ... ok
24712026-06-09T04:01:25.044Ztest pbuf::test_twelve ... ok
24722026-06-09T04:01:25.044Ztest pbuf::test_word ... ok
24732026-06-09T04:01:25.044Ztest tcp::test_checksum_ack_data ... ok
24742026-06-09T04:01:25.044Ztest tcp::test_checksum_syn_nodata ... ok
24752026-06-09T04:01:25.044Z
24762026-06-09T04:01:25.044Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24772026-06-09T04:01:25.044Z
24782026-06-09T04:01:25.044Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
24792026-06-09T04:01:25.044Z
24802026-06-09T04:01:25.044Zrunning 0 tests
24812026-06-09T04:01:25.044Z
24822026-06-09T04:01:25.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24832026-06-09T04:01:25.044Z
24842026-06-09T04:01:25.044Z Running unittests src/main.rs (target/debug/deps/swadm-19c87421be119fd0)
24852026-06-09T04:01:25.048Z
24862026-06-09T04:01:25.048Zrunning 5 tests
24872026-06-09T04:01:25.048Ztest switchport::test::test_compute_lanes ... ok
24882026-06-09T04:01:25.048Ztest switchport::test::port_id_ordering ... ok
24892026-06-09T04:01:25.048Z Lane 0 Lane 1 Lane 2 Lane 3
24902026-06-09T04:01:25.048Z Rx Loss-of-lock: Yes Lane 0 Yes Yes Lane 1Yes
24912026-06-09T04:01:25.048ZLane 2 Rx Loss-of-signal: Yes Lane 3Yes
24922026-06-09T04:01:25.048Z Yes Yes State: Activated
24932026-06-09T04:01:25.048Z Rx CDR Enabled: Yes Activated YesActivated ActivatedYes
24942026-06-09T04:01:25.049Z Yes Rx Output Enabled: false
24952026-06-09T04:01:25.049Z Tx Enabled: Yesfalse Yes falseYes false
24962026-06-09T04:01:25.049ZYes
24972026-06-09T04:01:25.049Z Rx Output Status: valid Tx Loss-of-lock: No valid Novalid valid
24982026-06-09T04:01:25.049ZNo No Rx Loss-of-lock: true
24992026-06-09T04:01:25.049Z Tx Loss-of-signal: Notrue No trueNo trueNo
25002026-06-09T04:01:25.049Z
25012026-06-09T04:01:25.049Z Rx Loss-of-signal: false Tx CDR Enabled: No false Nofalse falseNo
25022026-06-09T04:01:25.049ZNo
25032026-06-09T04:01:25.049ZRx Auto-squelch Disable: true Tx Adaptive EQ Fault: No No true No trueNo
25042026-06-09T04:01:25.049Ztrue
25052026-06-09T04:01:25.049Z Tx Fault: Yes Tx Output Enabled: true Yestrue Yes trueYes
25062026-06-09T04:01:25.049Z true
25072026-06-09T04:01:25.049Z Tx Output Status: invalid invalid invalid invalid
25082026-06-09T04:01:25.049Z Tx Loss-of-lock: false false false false
25092026-06-09T04:01:25.049Z Tx Loss-of-signal: true true true true
25102026-06-09T04:01:25.049ZTx Auto-squelch Disable: false false false false
25112026-06-09T04:01:25.049Z Tx Adaptive EQ Fail: true true true true
25122026-06-09T04:01:25.049Z Tx Failure: false false false false
25132026-06-09T04:01:25.049Z Tx Force Squelch: true true true true
25142026-06-09T04:01:25.049Z Tx Input Polarity: normal normal normal normal
25152026-06-09T04:01:25.049Ztest switchport::test::test_print_sff_datapath ... ok
25162026-06-09T04:01:25.049Ztest switchport::test::test_print_cmis_datapath ... ok
25172026-06-09T04:01:25.049Ztest link::test_filter ... ok
25182026-06-09T04:01:25.049Z
25192026-06-09T04:01:25.049Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25202026-06-09T04:01:25.049Z
25212026-06-09T04:01:25.049Z Running tests/counters.rs (target/debug/deps/counters-9cc6e45c13ce3306)
25222026-06-09T04:01:25.055Z
25232026-06-09T04:01:25.055Zrunning 1 test
25242026-06-09T04:01:25.055Ztest test_p4_counter_list ... ignored
25252026-06-09T04:01:25.055Z
25262026-06-09T04:01:25.056Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25272026-06-09T04:01:25.056Z
25282026-06-09T04:01:25.056Z Running tests/port-link.rs (target/debug/deps/port_link-01110bac5e3ae919)
25292026-06-09T04:01:25.056Z
25302026-06-09T04:01:25.056Zrunning 5 tests
25312026-06-09T04:01:25.056Ztest test_an ... ignored
25322026-06-09T04:01:25.056Ztest test_enable ... ignored
25332026-06-09T04:01:25.056Ztest test_ip_addresses ... ignored
25342026-06-09T04:01:25.056Ztest test_kr ... ignored
25352026-06-09T04:01:25.056Ztest test_mac ... ignored
25362026-06-09T04:01:25.056Z
25372026-06-09T04:01:25.056Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25382026-06-09T04:01:25.056Z
25392026-06-09T04:01:25.056Z Running unittests src/main.rs (target/debug/deps/tfportd-a5b565bf13d71585)
25402026-06-09T04:01:25.056Z
25412026-06-09T04:01:25.056Zrunning 3 tests
25422026-06-09T04:01:25.075Ztest linklocal::test_parse_ipadm ... ok
25432026-06-09T04:01:25.075Ztest tfport::test_parse_tfport ... ok
25442026-06-09T04:01:25.075Ztest config::tests::test_updates ... ok
25452026-06-09T04:01:25.075Z
25462026-06-09T04:01:25.075Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-06-09T04:01:25.075Z
25482026-06-09T04:01:25.075Z Running unittests src/main.rs (target/debug/deps/uplinkd-cbbb7f3c2b03dac7)
25492026-06-09T04:01:25.075Z
25502026-06-09T04:01:25.075Zrunning 0 tests
25512026-06-09T04:01:25.076Z
25522026-06-09T04:01:25.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25532026-06-09T04:01:25.076Z
25542026-06-09T04:01:25.076Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
25552026-06-09T04:01:25.076Z
25562026-06-09T04:01:25.076Zrunning 0 tests
25572026-06-09T04:01:25.076Z
25582026-06-09T04:01:25.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25592026-06-09T04:01:25.076Z
25602026-06-09T04:01:25.076Z Doc-tests aal
25612026-06-09T04:01:25.183Z
25622026-06-09T04:01:25.183Zrunning 0 tests
25632026-06-09T04:01:25.183Z
25642026-06-09T04:01:25.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-06-09T04:01:25.183Z
25662026-06-09T04:01:25.199Z Doc-tests aal_macros
25672026-06-09T04:01:25.266Z
25682026-06-09T04:01:25.266Zrunning 0 tests
25692026-06-09T04:01:25.266Z
25702026-06-09T04:01:25.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-06-09T04:01:25.266Z
25722026-06-09T04:01:25.277Z Doc-tests common
25732026-06-09T04:01:25.502Z
25742026-06-09T04:01:25.502Zrunning 0 tests
25752026-06-09T04:01:25.503Z
25762026-06-09T04:01:25.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25772026-06-09T04:01:25.503Z
25782026-06-09T04:01:25.521Z Doc-tests dpd_api
25792026-06-09T04:01:26.251Z
25802026-06-09T04:01:26.251Zrunning 2 tests
25812026-06-09T04:01:26.251Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25822026-06-09T04:01:26.251Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25832026-06-09T04:01:26.251Z
25842026-06-09T04:01:26.251Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25852026-06-09T04:01:26.251Z
25862026-06-09T04:01:26.280Z Doc-tests dpd_client
25872026-06-09T04:01:27.551Z
25882026-06-09T04:01:27.551Zrunning 0 tests
25892026-06-09T04:01:27.551Z
25902026-06-09T04:01:27.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-06-09T04:01:27.551Z
25922026-06-09T04:01:27.593Z Doc-tests dpd_types
25932026-06-09T04:01:27.795Z
25942026-06-09T04:01:27.795Zrunning 0 tests
25952026-06-09T04:01:27.795Z
25962026-06-09T04:01:27.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25972026-06-09T04:01:27.795Z
25982026-06-09T04:01:27.817Z Doc-tests dpd_types_versions
25992026-06-09T04:01:28.997Z
26002026-06-09T04:01:28.997Zrunning 1 test
26012026-06-09T04:01:28.997Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
26022026-06-09T04:01:28.997Z
26032026-06-09T04:01:28.997Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26042026-06-09T04:01:28.997Z
26052026-06-09T04:01:29.036Z Doc-tests packet
26062026-06-09T04:01:29.143Z
26072026-06-09T04:01:29.143Zrunning 0 tests
26082026-06-09T04:01:29.143Z
26092026-06-09T04:01:29.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26102026-06-09T04:01:29.143Z
26112026-06-09T04:01:29.157Z Doc-tests pcap
26122026-06-09T04:01:29.207Z
26132026-06-09T04:01:29.207Zrunning 0 tests
26142026-06-09T04:01:29.207Z
26152026-06-09T04:01:29.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26162026-06-09T04:01:29.207Z
26172026-06-09T04:01:29.272Z+ for feat in tofino_stub tofino_asic softnpu chaos
26182026-06-09T04:01:29.272Z+ RUST_BACKTRACE=full
26192026-06-09T04:01:29.272Z+ cargo test --features tofino_asic --no-fail-fast
26202026-06-09T04:01:29.865Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26212026-06-09T04:01:29.941Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26222026-06-09T04:01:29.950Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26232026-06-09T04:01:29.955Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26242026-06-09T04:01:38.392Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26252026-06-09T04:01:38.823Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26262026-06-09T04:02:18.791Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.50s
26272026-06-09T04:02:18.908Z Running unittests src/lib.rs (target/debug/deps/aal-00fa3c3b36f278b3)
26282026-06-09T04:02:18.910Z
26292026-06-09T04:02:18.910Zrunning 5 tests
26302026-06-09T04:02:18.910Ztest fuse::tests::chip_revision_a0 ... ok
26312026-06-09T04:02:18.911Ztest fuse::tests::chip_revision_b1 ... ok
26322026-06-09T04:02:18.911Ztest fuse::tests::chip_revision_b0 ... ok
26332026-06-09T04:02:18.911Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26342026-06-09T04:02:18.911Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26352026-06-09T04:02:18.911Z
26362026-06-09T04:02:18.911Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26372026-06-09T04:02:18.911Z
26382026-06-09T04:02:18.911Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26392026-06-09T04:02:18.913Z
26402026-06-09T04:02:18.913Zrunning 0 tests
26412026-06-09T04:02:18.913Z
26422026-06-09T04:02:18.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26432026-06-09T04:02:18.913Z
26442026-06-09T04:02:18.913Z Running unittests src/lib.rs (target/debug/deps/asic-0f940756036a6dac)
26452026-06-09T04:02:19.019Z
26462026-06-09T04:02:19.019Zrunning 8 tests
26472026-06-09T04:02:19.023Ztest tofino_asic::qsfp::tests::fix_link ... ok
26482026-06-09T04:02:19.023Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26492026-06-09T04:02:19.023Ztest tofino_asic::stats::constants_sanity_check ... ok
26502026-06-09T04:02:19.023Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26512026-06-09T04:02:19.023Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26522026-06-09T04:02:19.023Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26532026-06-09T04:02:19.030Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26542026-06-09T04:02:19.521Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26552026-06-09T04:02:19.521Z
26562026-06-09T04:02:19.521Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26572026-06-09T04:02:19.521Z
26582026-06-09T04:02:19.533Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
26592026-06-09T04:02:19.537Z
26602026-06-09T04:02:19.538Zrunning 10 tests
26612026-06-09T04:02:19.538Ztest network::tests::test_equal ... ok
26622026-06-09T04:02:19.538Ztest network::tests::test_eui64 ... ok
26632026-06-09T04:02:19.538Ztest nat::tests::test_vni ... ok
26642026-06-09T04:02:19.538Ztest network::tests::test_into ... ok
26652026-06-09T04:02:19.538Ztest network::tests::test_generate_ipv6_link_local ... ok
26662026-06-09T04:02:19.538Ztest network::tests::test_not_equal ... ok
26672026-06-09T04:02:19.538Ztest network::tests::test_parse ... ok
26682026-06-09T04:02:19.538Ztest network::tests::test_to_string ... ok
26692026-06-09T04:02:19.538Ztest test_purge ... ok
26702026-06-09T04:02:19.541Ztest illumos::test::address_exists_handles_missing_object ... ok
26712026-06-09T04:02:19.541Z
26722026-06-09T04:02:19.541Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26732026-06-09T04:02:19.541Z
26742026-06-09T04:02:19.541Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-e30bfdb445c4e487)
26752026-06-09T04:02:19.547Z
26762026-06-09T04:02:19.547Zrunning 1 test
26772026-06-09T04:02:19.547Z -------
26782026-06-09T04:02:19.547Z Generating OpenAPI documents from API definitions ...
26792026-06-09T04:02:19.685Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26802026-06-09T04:02:19.751Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26812026-06-09T04:02:20.757Z -------
26822026-06-09T04:02:20.757Z Checking 12 OpenAPI documents...
26832026-06-09T04:02:20.757Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26842026-06-09T04:02:20.757Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26852026-06-09T04:02:20.802Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26862026-06-09T04:02:20.802Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-09T04:02:20.802Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-09T04:02:20.802Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-09T04:02:20.802Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-06-09T04:02:20.803Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-06-09T04:02:20.803Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-06-09T04:02:20.803Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26932026-06-09T04:02:20.803Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26942026-06-09T04:02:20.803Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26952026-06-09T04:02:20.803Z Fresh dpd "latest" symlink
26962026-06-09T04:02:20.803Z -------
26972026-06-09T04:02:20.803Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26982026-06-09T04:02:20.818Ztest test::test_apis_up_to_date ... ok
26992026-06-09T04:02:20.818Z
27002026-06-09T04:02:20.818Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
27012026-06-09T04:02:20.818Z
27022026-06-09T04:02:20.858Z Running unittests src/main.rs (target/debug/deps/dpd-afc24f8e28e1b8bd)
27032026-06-09T04:02:20.924Z
27042026-06-09T04:02:20.924Zrunning 51 tests
27052026-06-09T04:02:20.932Ztest freemap::test_ordering ... ok
27062026-06-09T04:02:20.932Ztest config::tests::test_updates ... ok
27072026-06-09T04:02:20.932Ztest freemap::test_split ... ok
27082026-06-09T04:02:20.932Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27092026-06-09T04:02:20.932Ztest macaddrs::tests::test_mac_offset ... ok
27102026-06-09T04:02:20.932Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27112026-06-09T04:02:20.932Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27122026-06-09T04:02:20.932Ztest macaddrs::tests::test_parse_port_id ... ok
27132026-06-09T04:02:20.932Ztest nat::test_mapping ... ok
27142026-06-09T04:02:20.932Ztest port_map::tests::dump_map ... ok
27152026-06-09T04:02:20.932Ztest port_map::tests::test_backplane_group ... ok
27162026-06-09T04:02:20.960Ztest port_map::tests::test_port_map ... ok
27172026-06-09T04:02:20.960ZJun 09 04:02:19.968 DEBG created new freemap, unit: freemap_test
27182026-06-09T04:02:20.961ZJun 09 04:02:19.968 DEBG initted freemap. size: 128, unit: freemap_test
27192026-06-09T04:02:20.961ZJun 09 04:02:19.968 DEBG reset freemap, unit: freemap_test
27202026-06-09T04:02:20.961ZJun 09 04:02:19.968 Jun 09 04:02:19.968DEBG DEBGcreated new freemap , created new freemapunit:, unitfreemap_test:
27212026-06-09T04:02:20.961Ztest transceivers::mpn_test::test_mpn_missing ... ok
27222026-06-09T04:02:20.961Zfreemap_test
27232026-06-09T04:02:20.961ZJun 09 04:02:19.968 DEBG Jun 09 04:02:19.968initted freemap. size: 128 , DEBGunit :initted freemap. size: 128 , freemap_testunit
27242026-06-09T04:02:20.961Z: freemap_test
27252026-06-09T04:02:20.961ZJun 09 04:02:19.968Jun 09 04:02:19.968 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
27262026-06-09T04:02:20.961Z
27272026-06-09T04:02:20.961Ztest freemap::test_exhaustion ... ok
27282026-06-09T04:02:20.961Ztest freemap::test_free ... ok
27292026-06-09T04:02:20.961Ztest freemap::test_basic ... ok
27302026-06-09T04:02:20.961Ztest transceivers::mpn_test::test_mpn_present ... ok
27312026-06-09T04:02:20.961Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27322026-06-09T04:02:20.961ZJun 09 04:02:19.968 DEBG created new freemap, unit: freemap_test
27332026-06-09T04:02:20.961ZJun 09 04:02:19.968 DEBG initted freemap. size: 128, unit: freemap_test
27342026-06-09T04:02:20.961ZJun 09 04:02:19.968 DEBG reset freemap, unit: freemap_test
27352026-06-09T04:02:20.961Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27362026-06-09T04:02:20.961Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27372026-06-09T04:02:20.961Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27382026-06-09T04:02:20.961Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27392026-06-09T04:02:20.961Ztest freemap::test_reclaim ... ok
27402026-06-09T04:02:20.961Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27412026-06-09T04:02:20.961Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27422026-06-09T04:02:20.961Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27432026-06-09T04:02:20.961ZJun 09 04:02:19.969 DEBG created new freemap, unit: freemap_test
27442026-06-09T04:02:20.961ZJun 09 04:02:19.969 DEBG initted freemap. size: 128, unit: freemap_test
27452026-06-09T04:02:20.962ZJun 09 04:02:19.969 DEBG reset freemap, unit: freemap_test
27462026-06-09T04:02:20.962Ztest freemap::test_span ... ok
27472026-06-09T04:02:20.962Ztest port_map::tests::parse_softnpu_revision ... ok
27482026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27492026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27502026-06-09T04:02:20.962Ztest api_server::tests::test_build_info ... ok
27512026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27522026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27532026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27542026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27552026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27562026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27572026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27582026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27592026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27602026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27612026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27622026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27632026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27642026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27652026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27662026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27672026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27682026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27692026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27702026-06-09T04:02:20.962Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27712026-06-09T04:02:20.963Z
27722026-06-09T04:02:20.963Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27732026-06-09T04:02:20.963Z
27742026-06-09T04:02:20.969Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-962ab1b352cbde76)
27752026-06-09T04:02:20.969Z
27762026-06-09T04:02:20.969Zrunning 0 tests
27772026-06-09T04:02:20.969Z
27782026-06-09T04:02:20.969Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27792026-06-09T04:02:20.969Z
27802026-06-09T04:02:20.969Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b84afe8178fbeedd)
27812026-06-09T04:02:20.969Z
27822026-06-09T04:02:20.969Zrunning 0 tests
27832026-06-09T04:02:20.969Z
27842026-06-09T04:02:20.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27852026-06-09T04:02:20.970Z
27862026-06-09T04:02:20.970Z Running unittests src/lib.rs (target/debug/deps/dpd_client-f76c2bd0984a92ce)
27872026-06-09T04:02:20.970Z
27882026-06-09T04:02:20.970Zrunning 6 tests
27892026-06-09T04:02:20.970Ztest tests::test_full_lot_id_lotnum_only ... ok
27902026-06-09T04:02:20.970Ztest tests::test_port_id_cmp ... ok
27912026-06-09T04:02:20.970Ztest tests::test_full_lot_id_lot_only ... ok
27922026-06-09T04:02:20.970Ztest tests::test_parse_client_port_id ... ok
27932026-06-09T04:02:20.970Ztest tests::test_full_lot_id_neither_present ... ok
27942026-06-09T04:02:20.970Ztest tests::test_full_lot_id_both_present ... ok
27952026-06-09T04:02:20.970Z
27962026-06-09T04:02:20.970Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27972026-06-09T04:02:20.970Z
27982026-06-09T04:02:20.970Z Running tests/test_all.rs (target/debug/deps/test_all-d0c5de34602f6d1f)
27992026-06-09T04:02:20.970Z
28002026-06-09T04:02:20.970Zrunning 0 tests
28012026-06-09T04:02:20.970Z
28022026-06-09T04:02:20.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28032026-06-09T04:02:20.970Z
28042026-06-09T04:02:20.970Z Running unittests src/lib.rs (target/debug/deps/dpd_types-98142e7b24acbcdf)
28052026-06-09T04:02:20.970Z
28062026-06-09T04:02:20.970Zrunning 0 tests
28072026-06-09T04:02:20.970Z
28082026-06-09T04:02:20.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28092026-06-09T04:02:20.970Z
28102026-06-09T04:02:20.971Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-b6f42c9c6d5a4e69)
28112026-06-09T04:02:20.971Z
28122026-06-09T04:02:20.971Zrunning 0 tests
28132026-06-09T04:02:20.971Z
28142026-06-09T04:02:20.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28152026-06-09T04:02:20.971Z
28162026-06-09T04:02:20.971Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
28172026-06-09T04:02:20.971Z
28182026-06-09T04:02:20.971Zrunning 12 tests
28192026-06-09T04:02:20.971Ztest icmp::test_v6_checksum ... ok
28202026-06-09T04:02:20.971Ztest icmp::test_v4_checksum ... ok
28212026-06-09T04:02:20.971Ztest ipv6::test_ipv6_parse ... ok
28222026-06-09T04:02:20.971Ztest lldp::test_lldp_parse ... ok
28232026-06-09T04:02:20.971Ztest pbuf::test_byte ... ok
28242026-06-09T04:02:20.972Ztest pbuf::test_nibble ... ok
28252026-06-09T04:02:20.972Ztest pbuf::test_overflow ... ok
28262026-06-09T04:02:20.972Ztest pbuf::test_short ... ok
28272026-06-09T04:02:20.972Ztest pbuf::test_twelve ... ok
28282026-06-09T04:02:20.972Ztest pbuf::test_word ... ok
28292026-06-09T04:02:20.972Ztest tcp::test_checksum_ack_data ... ok
28302026-06-09T04:02:20.972Ztest tcp::test_checksum_syn_nodata ... ok
28312026-06-09T04:02:20.972Z
28322026-06-09T04:02:20.972Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-06-09T04:02:20.972Z
28342026-06-09T04:02:20.972Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
28352026-06-09T04:02:20.972Z
28362026-06-09T04:02:20.972Zrunning 0 tests
28372026-06-09T04:02:20.972Z
28382026-06-09T04:02:20.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28392026-06-09T04:02:20.972Z
28402026-06-09T04:02:20.972Z Running unittests src/main.rs (target/debug/deps/swadm-386f852f0aa6997c)
28412026-06-09T04:02:20.972Z
28422026-06-09T04:02:20.972Zrunning 5 tests
28432026-06-09T04:02:20.972Ztest switchport::test::test_compute_lanes ... ok
28442026-06-09T04:02:20.972Ztest switchport::test::port_id_ordering ... ok
28452026-06-09T04:02:20.972Z Lane 0 Lane 1 Lane 2 Lane 3
28462026-06-09T04:02:20.973Z Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes YesLane 2
28472026-06-09T04:02:20.973Z Lane 3 Rx Loss-of-signal: Yes
28482026-06-09T04:02:20.973ZYes Yes State: Activated Yes
28492026-06-09T04:02:20.973ZActivated Rx CDR Enabled: Yes ActivatedYes YesActivated
28502026-06-09T04:02:20.973ZYes
28512026-06-09T04:02:20.973Z Tx Enabled: Yes Rx Output Enabled: false Yes falseYes Yesfalse
28522026-06-09T04:02:20.973Z false
28532026-06-09T04:02:20.973Z Tx Loss-of-lock: No Rx Output Status: validNo valid Novalid No
28542026-06-09T04:02:20.973Zvalid
28552026-06-09T04:02:20.973Z Tx Loss-of-signal: No Rx Loss-of-lock: trueNo true No trueNo
28562026-06-09T04:02:20.973Ztrue
28572026-06-09T04:02:20.973Z Tx CDR Enabled: No Rx Loss-of-signal: falseNo Nofalse falseNo
28582026-06-09T04:02:20.973Zfalse
28592026-06-09T04:02:20.973Z Tx Adaptive EQ Fault: No Rx Auto-squelch Disable: true No true No trueNo
28602026-06-09T04:02:20.973Z true
28612026-06-09T04:02:20.973Z Tx Fault: Yes Tx Output Enabled: true Yes true Yes trueYes
28622026-06-09T04:02:20.973Ztrue
28632026-06-09T04:02:20.973Z Tx Output Status: invalid invalid invalid invalid
28642026-06-09T04:02:20.973Z Tx Loss-of-lock: false false false false
28652026-06-09T04:02:20.973Z Tx Loss-of-signal: true true true true
28662026-06-09T04:02:20.973ZTx Auto-squelch Disable: false false false false
28672026-06-09T04:02:20.973Z Tx Adaptive EQ Fail: true true true true
28682026-06-09T04:02:20.973Z Tx Failure: false false false false
28692026-06-09T04:02:20.973Z Tx Force Squelch: true true true true
28702026-06-09T04:02:20.973Z Tx Input Polarity: normal normal normal normal
28712026-06-09T04:02:20.973Ztest switchport::test::test_print_sff_datapath ... ok
28722026-06-09T04:02:20.973Ztest switchport::test::test_print_cmis_datapath ... ok
28732026-06-09T04:02:20.989Ztest link::test_filter ... ok
28742026-06-09T04:02:20.989Z
28752026-06-09T04:02:20.989Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28762026-06-09T04:02:20.989Z
28772026-06-09T04:02:20.989Z Running tests/counters.rs (target/debug/deps/counters-94018361e7ce54b4)
28782026-06-09T04:02:20.989Z
28792026-06-09T04:02:20.989Zrunning 1 test
28802026-06-09T04:02:20.989Ztest test_p4_counter_list ... ignored
28812026-06-09T04:02:20.989Z
28822026-06-09T04:02:20.989Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28832026-06-09T04:02:20.989Z
28842026-06-09T04:02:20.989Z Running tests/port-link.rs (target/debug/deps/port_link-9d9dff9a0b9e9bbe)
28852026-06-09T04:02:20.989Z
28862026-06-09T04:02:20.989Zrunning 5 tests
28872026-06-09T04:02:20.989Ztest test_an ... ignored
28882026-06-09T04:02:20.989Ztest test_enable ... ignored
28892026-06-09T04:02:20.989Ztest test_ip_addresses ... ignored
28902026-06-09T04:02:20.989Ztest test_kr ... ignored
28912026-06-09T04:02:20.989Ztest test_mac ... ignored
28922026-06-09T04:02:20.989Z
28932026-06-09T04:02:20.989Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28942026-06-09T04:02:20.989Z
28952026-06-09T04:02:20.989Z Running unittests src/main.rs (target/debug/deps/tfportd-4658a43869bc5d84)
28962026-06-09T04:02:20.989Z
28972026-06-09T04:02:20.989Zrunning 3 tests
28982026-06-09T04:02:20.989Ztest linklocal::test_parse_ipadm ... ok
28992026-06-09T04:02:20.989Ztest tfport::test_parse_tfport ... ok
29002026-06-09T04:02:20.989Ztest config::tests::test_updates ... ok
29012026-06-09T04:02:20.989Z
29022026-06-09T04:02:20.989Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29032026-06-09T04:02:20.989Z
29042026-06-09T04:02:20.989Z Running unittests src/main.rs (target/debug/deps/uplinkd-cbbb7f3c2b03dac7)
29052026-06-09T04:02:20.989Z
29062026-06-09T04:02:20.989Zrunning 0 tests
29072026-06-09T04:02:20.990Z
29082026-06-09T04:02:20.990Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29092026-06-09T04:02:20.990Z
29102026-06-09T04:02:21.002Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
29112026-06-09T04:02:21.002Z
29122026-06-09T04:02:21.002Zrunning 0 tests
29132026-06-09T04:02:21.003Z
29142026-06-09T04:02:21.003Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29152026-06-09T04:02:21.003Z
29162026-06-09T04:02:21.003Z Doc-tests aal
29172026-06-09T04:02:21.105Z
29182026-06-09T04:02:21.105Zrunning 0 tests
29192026-06-09T04:02:21.105Z
29202026-06-09T04:02:21.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29212026-06-09T04:02:21.105Z
29222026-06-09T04:02:21.113Z Doc-tests aal_macros
29232026-06-09T04:02:21.183Z
29242026-06-09T04:02:21.183Zrunning 0 tests
29252026-06-09T04:02:21.183Z
29262026-06-09T04:02:21.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29272026-06-09T04:02:21.183Z
29282026-06-09T04:02:21.193Z Doc-tests common
29292026-06-09T04:02:21.418Z
29302026-06-09T04:02:21.418Zrunning 0 tests
29312026-06-09T04:02:21.418Z
29322026-06-09T04:02:21.418Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29332026-06-09T04:02:21.418Z
29342026-06-09T04:02:21.437Z Doc-tests dpd_api
29352026-06-09T04:02:22.154Z
29362026-06-09T04:02:22.154Zrunning 2 tests
29372026-06-09T04:02:22.154Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29382026-06-09T04:02:22.154Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29392026-06-09T04:02:22.154Z
29402026-06-09T04:02:22.154Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29412026-06-09T04:02:22.154Z
29422026-06-09T04:02:22.181Z Doc-tests dpd_client
29432026-06-09T04:02:23.421Z
29442026-06-09T04:02:23.421Zrunning 0 tests
29452026-06-09T04:02:23.421Z
29462026-06-09T04:02:23.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-06-09T04:02:23.421Z
29482026-06-09T04:02:23.464Z Doc-tests dpd_types
29492026-06-09T04:02:23.669Z
29502026-06-09T04:02:23.669Zrunning 0 tests
29512026-06-09T04:02:23.669Z
29522026-06-09T04:02:23.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29532026-06-09T04:02:23.669Z
29542026-06-09T04:02:23.692Z Doc-tests dpd_types_versions
29552026-06-09T04:02:24.870Z
29562026-06-09T04:02:24.870Zrunning 1 test
29572026-06-09T04:02:24.871Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29582026-06-09T04:02:24.871Z
29592026-06-09T04:02:24.871Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29602026-06-09T04:02:24.871Z
29612026-06-09T04:02:24.917Z Doc-tests packet
29622026-06-09T04:02:25.021Z
29632026-06-09T04:02:25.021Zrunning 0 tests
29642026-06-09T04:02:25.021Z
29652026-06-09T04:02:25.021Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29662026-06-09T04:02:25.021Z
29672026-06-09T04:02:25.034Z Doc-tests pcap
29682026-06-09T04:02:25.084Z
29692026-06-09T04:02:25.084Zrunning 0 tests
29702026-06-09T04:02:25.084Z
29712026-06-09T04:02:25.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29722026-06-09T04:02:25.084Z
29732026-06-09T04:02:25.136Z+ for feat in tofino_stub tofino_asic softnpu chaos
29742026-06-09T04:02:25.136Z+ RUST_BACKTRACE=full
29752026-06-09T04:02:25.136Z+ cargo test --features softnpu --no-fail-fast
29762026-06-09T04:02:25.778Z Compiling num-integer v0.1.46
29772026-06-09T04:02:25.863Z Compiling num-complex v0.4.6
29782026-06-09T04:02:25.911Z Compiling bitstruct_derive v0.1.0
29792026-06-09T04:02:25.914Z Compiling tap v1.0.1
29802026-06-09T04:02:26.023Z Compiling wyz v0.5.1
29812026-06-09T04:02:26.151Z Compiling num-iter v0.1.45
29822026-06-09T04:02:26.188Z Compiling num-rational v0.4.2
29832026-06-09T04:02:26.212Z Compiling num-bigint v0.4.6
29842026-06-09T04:02:26.281Z Compiling radium v0.7.0
29852026-06-09T04:02:26.295Z Compiling funty v2.0.0
29862026-06-09T04:02:26.336Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29872026-06-09T04:02:26.390Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29882026-06-09T04:02:26.477Z Compiling num v0.4.3
29892026-06-09T04:02:26.558Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29902026-06-09T04:02:26.597Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-09T04:02:26.603Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29922026-06-09T04:02:26.694Z Compiling bitvec v1.0.1
29932026-06-09T04:02:26.722Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-06-09T04:02:26.851Z Compiling typeid v1.0.3
29952026-06-09T04:02:26.892Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29962026-06-09T04:02:26.951Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29972026-06-09T04:02:26.969Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29982026-06-09T04:02:27.011Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29992026-06-09T04:02:27.555Z Compiling ascii v1.1.0
30002026-06-09T04:02:27.778Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30012026-06-09T04:02:27.830Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30022026-06-09T04:02:27.855Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30032026-06-09T04:02:27.891Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30042026-06-09T04:02:28.053Z Compiling erased-serde v0.4.8
30052026-06-09T04:02:28.121Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30062026-06-09T04:02:28.295Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30072026-06-09T04:02:28.326Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30082026-06-09T04:02:28.551Z Compiling bitstruct v0.1.1
30092026-06-09T04:02:28.870Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30102026-06-09T04:02:28.942Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30112026-06-09T04:02:28.945Z Compiling serde_arrays v0.1.0
30122026-06-09T04:02:28.963Z Compiling libloading v0.7.4
30132026-06-09T04:02:29.304Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30142026-06-09T04:02:29.441Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30152026-06-09T04:02:29.941Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30162026-06-09T04:02:30.020Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30172026-06-09T04:02:30.965Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30182026-06-09T04:02:31.918Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30192026-06-09T04:02:38.050Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30202026-06-09T04:02:38.264Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30212026-06-09T04:02:38.268Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30222026-06-09T04:02:38.344Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30232026-06-09T04:02:38.395Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30242026-06-09T04:02:38.908Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30252026-06-09T04:02:39.806Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30262026-06-09T04:02:40.892Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30272026-06-09T04:02:43.320Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30282026-06-09T04:02:43.878Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30292026-06-09T04:02:45.346Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30302026-06-09T04:02:47.985Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30312026-06-09T04:02:48.056Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30322026-06-09T04:02:48.340Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30332026-06-09T04:02:55.621Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30342026-06-09T04:02:57.518Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30352026-06-09T04:03:01.245Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30362026-06-09T04:03:42.587Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
30372026-06-09T04:03:42.705Z Running unittests src/lib.rs (target/debug/deps/aal-06ba9268f08f2027)
30382026-06-09T04:03:42.720Z
30392026-06-09T04:03:42.721Zrunning 5 tests
30402026-06-09T04:03:42.721Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30412026-06-09T04:03:42.721Ztest fuse::tests::chip_revision_a0 ... ok
30422026-06-09T04:03:42.721Ztest fuse::tests::chip_revision_b1 ... ok
30432026-06-09T04:03:42.721Ztest fuse::tests::chip_revision_b0 ... ok
30442026-06-09T04:03:42.721Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30452026-06-09T04:03:42.721Z
30462026-06-09T04:03:42.722Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30472026-06-09T04:03:42.722Z
30482026-06-09T04:03:42.722Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30492026-06-09T04:03:42.722Z
30502026-06-09T04:03:42.722Zrunning 0 tests
30512026-06-09T04:03:42.722Z
30522026-06-09T04:03:42.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30532026-06-09T04:03:42.722Z
30542026-06-09T04:03:42.722Z Running unittests src/lib.rs (target/debug/deps/asic-ead0fd8bb4438566)
30552026-06-09T04:03:42.723Z
30562026-06-09T04:03:42.723Zrunning 0 tests
30572026-06-09T04:03:42.723Z
30582026-06-09T04:03:42.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30592026-06-09T04:03:42.723Z
30602026-06-09T04:03:42.723Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
30612026-06-09T04:03:42.723Z
30622026-06-09T04:03:42.723Zrunning 10 tests
30632026-06-09T04:03:42.723Ztest network::tests::test_equal ... ok
30642026-06-09T04:03:42.723Ztest nat::tests::test_vni ... ok
30652026-06-09T04:03:42.723Ztest network::tests::test_generate_ipv6_link_local ... ok
30662026-06-09T04:03:42.723Ztest network::tests::test_eui64 ... ok
30672026-06-09T04:03:42.723Ztest network::tests::test_into ... ok
30682026-06-09T04:03:42.723Ztest network::tests::test_not_equal ... ok
30692026-06-09T04:03:42.723Ztest network::tests::test_to_string ... ok
30702026-06-09T04:03:42.723Ztest test_purge ... ok
30712026-06-09T04:03:42.723Ztest network::tests::test_parse ... ok
30722026-06-09T04:03:42.743Ztest illumos::test::address_exists_handles_missing_object ... ok
30732026-06-09T04:03:42.743Z
30742026-06-09T04:03:42.743Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30752026-06-09T04:03:42.743Z
30762026-06-09T04:03:42.743Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7024cb554960fb22)
30772026-06-09T04:03:42.743Z
30782026-06-09T04:03:42.744Zrunning 1 test
30792026-06-09T04:03:42.744Z -------
30802026-06-09T04:03:42.744Z Generating OpenAPI documents from API definitions ...
30812026-06-09T04:03:42.949Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30822026-06-09T04:03:43.030Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30832026-06-09T04:03:44.051Z -------
30842026-06-09T04:03:44.051Z Checking 12 OpenAPI documents...
30852026-06-09T04:03:44.051Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30862026-06-09T04:03:44.051Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30872026-06-09T04:03:44.051Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30882026-06-09T04:03:44.074Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-09T04:03:44.074Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-09T04:03:44.074Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-09T04:03:44.074Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-06-09T04:03:44.074Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-06-09T04:03:44.074Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-06-09T04:03:44.074Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30952026-06-09T04:03:44.074Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30962026-06-09T04:03:44.074Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30972026-06-09T04:03:44.074Z Fresh dpd "latest" symlink
30982026-06-09T04:03:44.074Z -------
30992026-06-09T04:03:44.074Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
31002026-06-09T04:03:44.107Ztest test::test_apis_up_to_date ... ok
31012026-06-09T04:03:44.108Z
31022026-06-09T04:03:44.108Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s
31032026-06-09T04:03:44.108Z
31042026-06-09T04:03:44.159Z Running unittests src/main.rs (target/debug/deps/dpd-262a08bc8db6b1d0)
31052026-06-09T04:03:44.187Z
31062026-06-09T04:03:44.187Zrunning 19 tests
31072026-06-09T04:03:44.209Ztest freemap::test_ordering ... ok
31082026-06-09T04:03:44.209Ztest config::tests::test_updates ... ok
31092026-06-09T04:03:44.209Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31102026-06-09T04:03:44.209Ztest freemap::test_split ... ok
31112026-06-09T04:03:44.209Ztest macaddrs::tests::test_mac_offset ... ok
31122026-06-09T04:03:44.209Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31132026-06-09T04:03:44.209Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31142026-06-09T04:03:44.209Ztest nat::test_mapping ... ok
31152026-06-09T04:03:44.209Ztest macaddrs::tests::test_parse_port_id ... ok
31162026-06-09T04:03:44.210Ztest port_map::tests::dump_map ... ok
31172026-06-09T04:03:44.210Ztest port_map::tests::test_backplane_group ... ok
31182026-06-09T04:03:44.210Ztest port_map::tests::test_port_map ... ok
31192026-06-09T04:03:44.210ZJun 09 04:03:43.207 Jun 09 04:03:43.207DEBG DEBGcreated new freemap created new freemap, unit, :unit :freemap_test freemap_test
31202026-06-09T04:03:44.210Z
31212026-06-09T04:03:44.210ZJun 09 04:03:43.207 DEBG initted freemap. size: 128, unit:Jun 09 04:03:43.207 freemap_testDEBG
31222026-06-09T04:03:44.210Z Jun 09 04:03:43.207created new freemap DEBG initted freemap. size: 128, unit: Jun 09 04:03:43.207freemap_test
31232026-06-09T04:03:44.210Z DEBG Jun 09 04:03:43.207reset freemap DEBG, unitreset freemap:, unitfreemap_test:
31242026-06-09T04:03:44.210Z freemap_test
31252026-06-09T04:03:44.210Z, unit: freemap_test
31262026-06-09T04:03:44.210ZJun 09 04:03:43.207 DEBG initted freemap. size: 128, unit: freemap_test
31272026-06-09T04:03:44.210ZJun 09 04:03:43.207 DEBG reset freemap, unit: freemap_test
31282026-06-09T04:03:44.210ZJun 09 04:03:43.207 DEBG created new freemap, unit: freemap_test
31292026-06-09T04:03:44.210ZJun 09 04:03:43.207 DEBG initted freemap. size: 128, unit: freemap_test
31302026-06-09T04:03:44.210Ztest freemap::test_basic ... ok
31312026-06-09T04:03:44.210Ztest freemap::test_free ... ok
31322026-06-09T04:03:44.210ZJun 09 04:03:43.207 DEBG reset freemap, unit: freemap_test
31332026-06-09T04:03:44.210Ztest freemap::test_exhaustion ... ok
31342026-06-09T04:03:44.210Ztest freemap::test_reclaim ... ok
31352026-06-09T04:03:44.211ZJun 09 04:03:43.207 DEBG created new freemap, unit: freemap_test
31362026-06-09T04:03:44.211ZJun 09 04:03:43.208 DEBG initted freemap. size: 128, unit: freemap_test
31372026-06-09T04:03:44.211ZJun 09 04:03:43.208 DEBG reset freemap, unit: freemap_test
31382026-06-09T04:03:44.211Ztest freemap::test_span ... ok
31392026-06-09T04:03:44.211Ztest api_server::tests::test_build_info ... ok
31402026-06-09T04:03:44.211Ztest port_map::tests::parse_softnpu_revision ... ok
31412026-06-09T04:03:44.211Z
31422026-06-09T04:03:44.211Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31432026-06-09T04:03:44.211Z
31442026-06-09T04:03:44.211Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-6b53156319426826)
31452026-06-09T04:03:44.211Z
31462026-06-09T04:03:44.211Zrunning 0 tests
31472026-06-09T04:03:44.211Z
31482026-06-09T04:03:44.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31492026-06-09T04:03:44.211Z
31502026-06-09T04:03:44.211Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90ba29ae6e1f1d1f)
31512026-06-09T04:03:44.211Z
31522026-06-09T04:03:44.211Zrunning 0 tests
31532026-06-09T04:03:44.211Z
31542026-06-09T04:03:44.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31552026-06-09T04:03:44.211Z
31562026-06-09T04:03:44.211Z Running unittests src/lib.rs (target/debug/deps/dpd_client-2a72ea879ba0a01e)
31572026-06-09T04:03:44.211Z
31582026-06-09T04:03:44.211Zrunning 6 tests
31592026-06-09T04:03:44.211Ztest tests::test_full_lot_id_neither_present ... ok
31602026-06-09T04:03:44.211Ztest tests::test_full_lot_id_both_present ... ok
31612026-06-09T04:03:44.211Ztest tests::test_full_lot_id_lotnum_only ... ok
31622026-06-09T04:03:44.211Ztest tests::test_full_lot_id_lot_only ... ok
31632026-06-09T04:03:44.211Ztest tests::test_parse_client_port_id ... ok
31642026-06-09T04:03:44.211Ztest tests::test_port_id_cmp ... ok
31652026-06-09T04:03:44.211Z
31662026-06-09T04:03:44.211Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31672026-06-09T04:03:44.211Z
31682026-06-09T04:03:44.211Z Running tests/test_all.rs (target/debug/deps/test_all-cbed1b871718e60e)
31692026-06-09T04:03:44.212Z
31702026-06-09T04:03:44.212Zrunning 0 tests
31712026-06-09T04:03:44.212Z
31722026-06-09T04:03:44.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31732026-06-09T04:03:44.212Z
31742026-06-09T04:03:44.212Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c5da0ab7a52b6adc)
31752026-06-09T04:03:44.212Z
31762026-06-09T04:03:44.212Zrunning 0 tests
31772026-06-09T04:03:44.212Z
31782026-06-09T04:03:44.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31792026-06-09T04:03:44.212Z
31802026-06-09T04:03:44.212Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-ba67f9eac1fae58e)
31812026-06-09T04:03:44.212Z
31822026-06-09T04:03:44.212Zrunning 0 tests
31832026-06-09T04:03:44.212Z
31842026-06-09T04:03:44.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31852026-06-09T04:03:44.212Z
31862026-06-09T04:03:44.212Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
31872026-06-09T04:03:44.227Z
31882026-06-09T04:03:44.227Zrunning 12 tests
31892026-06-09T04:03:44.227Ztest icmp::test_v6_checksum ... ok
31902026-06-09T04:03:44.227Ztest icmp::test_v4_checksum ... ok
31912026-06-09T04:03:44.227Ztest ipv6::test_ipv6_parse ... ok
31922026-06-09T04:03:44.227Ztest lldp::test_lldp_parse ... ok
31932026-06-09T04:03:44.227Ztest pbuf::test_byte ... ok
31942026-06-09T04:03:44.227Ztest pbuf::test_nibble ... ok
31952026-06-09T04:03:44.227Ztest pbuf::test_short ... ok
31962026-06-09T04:03:44.227Ztest pbuf::test_overflow ... ok
31972026-06-09T04:03:44.227Ztest pbuf::test_twelve ... ok
31982026-06-09T04:03:44.227Ztest pbuf::test_word ... ok
31992026-06-09T04:03:44.227Ztest tcp::test_checksum_ack_data ... ok
32002026-06-09T04:03:44.227Ztest tcp::test_checksum_syn_nodata ... ok
32012026-06-09T04:03:44.227Z
32022026-06-09T04:03:44.227Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32032026-06-09T04:03:44.228Z
32042026-06-09T04:03:44.228Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
32052026-06-09T04:03:44.228Z
32062026-06-09T04:03:44.228Zrunning 0 tests
32072026-06-09T04:03:44.228Z
32082026-06-09T04:03:44.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32092026-06-09T04:03:44.228Z
32102026-06-09T04:03:44.228Z Running unittests src/main.rs (target/debug/deps/swadm-19c87421be119fd0)
32112026-06-09T04:03:44.228Z
32122026-06-09T04:03:44.228Zrunning 5 tests
32132026-06-09T04:03:44.228Ztest switchport::test::test_compute_lanes ... ok
32142026-06-09T04:03:44.241Ztest link::test_filter ... ok
32152026-06-09T04:03:44.241Ztest switchport::test::port_id_ordering ... ok
32162026-06-09T04:03:44.241Z Lane 0 Lane 1 Lane 2 Lane 3
32172026-06-09T04:03:44.241Z State: Activated Activated Activated Activated
32182026-06-09T04:03:44.241Z Rx Output Enabled: false false false false
32192026-06-09T04:03:44.241Z Rx Output Status: valid valid valid valid
32202026-06-09T04:03:44.241Z Rx Loss-of-lock: true true true true
32212026-06-09T04:03:44.241Z Rx Loss-of-signal: false false false Lane 0false
32222026-06-09T04:03:44.242Z Rx Auto-squelch Disable: true trueLane 1 trueLane 2 true
32232026-06-09T04:03:44.242ZLane 3 Tx Output Enabled: true
32242026-06-09T04:03:44.242Z true Rx Loss-of-lock: Yes true trueYes
32252026-06-09T04:03:44.242ZYes Tx Output Status: invalidYes
32262026-06-09T04:03:44.242Zinvalid Rx Loss-of-signal: Yes invalidYes invalid
32272026-06-09T04:03:44.242ZYes Tx Loss-of-lock: falseYes
32282026-06-09T04:03:44.242Zfalse Rx CDR Enabled: Yes false falseYes
32292026-06-09T04:03:44.242Z Tx Loss-of-signal: true Yes true Yestrue
32302026-06-09T04:03:44.242Z Tx Enabled: Yestrue
32312026-06-09T04:03:44.242ZYesTx Auto-squelch Disable: false Yes falseYes
32322026-06-09T04:03:44.242Zfalse false
32332026-06-09T04:03:44.242Z Tx Loss-of-lock: No Tx Adaptive EQ Fail: trueNo true No No
32342026-06-09T04:03:44.242Ztrue true
32352026-06-09T04:03:44.242Z Tx Loss-of-signal: No Tx Failure: false No falseNo falseNo
32362026-06-09T04:03:44.242Zfalse
32372026-06-09T04:03:44.242Z Tx CDR Enabled: No Tx Force Squelch: true trueNo true Notrue
32382026-06-09T04:03:44.242ZNo Tx Input Polarity: normal
32392026-06-09T04:03:44.242Z Tx Adaptive EQ Fault: No normal No normal Nonormal
32402026-06-09T04:03:44.242ZNo
32412026-06-09T04:03:44.242Z Tx Fault: Yes Yes Yes Yes
32422026-06-09T04:03:44.242Ztest switchport::test::test_print_cmis_datapath ... ok
32432026-06-09T04:03:44.242Ztest switchport::test::test_print_sff_datapath ... ok
32442026-06-09T04:03:44.242Z
32452026-06-09T04:03:44.242Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32462026-06-09T04:03:44.243Z
32472026-06-09T04:03:44.243Z Running tests/counters.rs (target/debug/deps/counters-9cc6e45c13ce3306)
32482026-06-09T04:03:44.243Z
32492026-06-09T04:03:44.243Zrunning 1 test
32502026-06-09T04:03:44.243Ztest test_p4_counter_list ... ignored
32512026-06-09T04:03:44.243Z
32522026-06-09T04:03:44.243Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32532026-06-09T04:03:44.243Z
32542026-06-09T04:03:44.243Z Running tests/port-link.rs (target/debug/deps/port_link-01110bac5e3ae919)
32552026-06-09T04:03:44.250Z
32562026-06-09T04:03:44.250Zrunning 5 tests
32572026-06-09T04:03:44.250Ztest test_an ... ignored
32582026-06-09T04:03:44.250Ztest test_enable ... ignored
32592026-06-09T04:03:44.250Ztest test_ip_addresses ... ignored
32602026-06-09T04:03:44.251Ztest test_kr ... ignored
32612026-06-09T04:03:44.251Ztest test_mac ... ignored
32622026-06-09T04:03:44.251Z
32632026-06-09T04:03:44.251Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32642026-06-09T04:03:44.251Z
32652026-06-09T04:03:44.251Z Running unittests src/main.rs (target/debug/deps/tfportd-ebe3986e105ee360)
32662026-06-09T04:03:44.251Z
32672026-06-09T04:03:44.251Zrunning 3 tests
32682026-06-09T04:03:44.251Ztest linklocal::test_parse_ipadm ... ok
32692026-06-09T04:03:44.251Ztest tfport::test_parse_tfport ... ok
32702026-06-09T04:03:44.251Ztest config::tests::test_updates ... ok
32712026-06-09T04:03:44.251Z
32722026-06-09T04:03:44.251Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32732026-06-09T04:03:44.251Z
32742026-06-09T04:03:44.251Z Running unittests src/main.rs (target/debug/deps/uplinkd-cbbb7f3c2b03dac7)
32752026-06-09T04:03:44.251Z
32762026-06-09T04:03:44.251Zrunning 0 tests
32772026-06-09T04:03:44.251Z
32782026-06-09T04:03:44.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32792026-06-09T04:03:44.252Z
32802026-06-09T04:03:44.252Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
32812026-06-09T04:03:44.252Z
32822026-06-09T04:03:44.252Zrunning 0 tests
32832026-06-09T04:03:44.252Z
32842026-06-09T04:03:44.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32852026-06-09T04:03:44.252Z
32862026-06-09T04:03:44.295Z Doc-tests aal
32872026-06-09T04:03:44.395Z
32882026-06-09T04:03:44.395Zrunning 0 tests
32892026-06-09T04:03:44.395Z
32902026-06-09T04:03:44.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32912026-06-09T04:03:44.410Z
32922026-06-09T04:03:44.411Z Doc-tests aal_macros
32932026-06-09T04:03:44.478Z
32942026-06-09T04:03:44.478Zrunning 0 tests
32952026-06-09T04:03:44.479Z
32962026-06-09T04:03:44.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32972026-06-09T04:03:44.479Z
32982026-06-09T04:03:44.484Z Doc-tests common
32992026-06-09T04:03:44.718Z
33002026-06-09T04:03:44.719Zrunning 0 tests
33012026-06-09T04:03:44.719Z
33022026-06-09T04:03:44.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33032026-06-09T04:03:44.719Z
33042026-06-09T04:03:44.751Z Doc-tests dpd_api
33052026-06-09T04:03:46.216Z
33062026-06-09T04:03:46.216Zrunning 2 tests
33072026-06-09T04:03:46.216Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33082026-06-09T04:03:46.216Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33092026-06-09T04:03:46.216Z
33102026-06-09T04:03:46.216Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33112026-06-09T04:03:46.216Z
33122026-06-09T04:03:46.290Z Doc-tests dpd_client
33132026-06-09T04:03:46.785Z
33142026-06-09T04:03:46.785Zrunning 0 tests
33152026-06-09T04:03:46.786Z
33162026-06-09T04:03:46.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33172026-06-09T04:03:46.786Z
33182026-06-09T04:03:46.827Z Doc-tests dpd_types
33192026-06-09T04:03:47.040Z
33202026-06-09T04:03:47.041Zrunning 0 tests
33212026-06-09T04:03:47.041Z
33222026-06-09T04:03:47.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33232026-06-09T04:03:47.046Z
33242026-06-09T04:03:47.070Z Doc-tests dpd_types_versions
33252026-06-09T04:03:48.276Z
33262026-06-09T04:03:48.276Zrunning 1 test
33272026-06-09T04:03:48.276Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33282026-06-09T04:03:48.276Z
33292026-06-09T04:03:48.276Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33302026-06-09T04:03:48.276Z
33312026-06-09T04:03:48.328Z Doc-tests packet
33322026-06-09T04:03:48.440Z
33332026-06-09T04:03:48.440Zrunning 0 tests
33342026-06-09T04:03:48.440Z
33352026-06-09T04:03:48.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33362026-06-09T04:03:48.441Z
33372026-06-09T04:03:48.454Z Doc-tests pcap
33382026-06-09T04:03:48.502Z
33392026-06-09T04:03:48.502Zrunning 0 tests
33402026-06-09T04:03:48.502Z
33412026-06-09T04:03:48.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33422026-06-09T04:03:48.503Z
33432026-06-09T04:03:48.553Z+ for feat in tofino_stub tofino_asic softnpu chaos
33442026-06-09T04:03:48.553Z+ RUST_BACKTRACE=full
33452026-06-09T04:03:48.553Z+ cargo test --features chaos --no-fail-fast
33462026-06-09T04:03:49.225Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33472026-06-09T04:03:49.259Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33482026-06-09T04:03:49.287Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33492026-06-09T04:03:57.510Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33502026-06-09T04:03:57.646Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33512026-06-09T04:04:31.846Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.27s
33522026-06-09T04:04:31.968Z Running unittests src/lib.rs (target/debug/deps/aal-00fa3c3b36f278b3)
33532026-06-09T04:04:31.978Z
33542026-06-09T04:04:31.978Zrunning 5 tests
33552026-06-09T04:04:31.981Ztest fuse::tests::chip_revision_b1 ... ok
33562026-06-09T04:04:31.982Ztest fuse::tests::chip_revision_b0 ... ok
33572026-06-09T04:04:31.982Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33582026-06-09T04:04:31.982Ztest fuse::tests::chip_revision_a0 ... ok
33592026-06-09T04:04:31.982Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33602026-06-09T04:04:31.982Z
33612026-06-09T04:04:31.982Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33622026-06-09T04:04:31.982Z
33632026-06-09T04:04:31.982Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33642026-06-09T04:04:31.982Z
33652026-06-09T04:04:31.986Zrunning 0 tests
33662026-06-09T04:04:31.986Z
33672026-06-09T04:04:31.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33682026-06-09T04:04:31.986Z
33692026-06-09T04:04:31.986Z Running unittests src/lib.rs (target/debug/deps/asic-8c6cb3ceaf8aa795)
33702026-06-09T04:04:31.989Z
33712026-06-09T04:04:31.989Zrunning 0 tests
33722026-06-09T04:04:31.989Z
33732026-06-09T04:04:31.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33742026-06-09T04:04:31.990Z
33752026-06-09T04:04:31.990Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
33762026-06-09T04:04:31.998Z
33772026-06-09T04:04:31.998Zrunning 10 tests
33782026-06-09T04:04:32.002Ztest nat::tests::test_vni ... ok
33792026-06-09T04:04:32.002Ztest network::tests::test_equal ... ok
33802026-06-09T04:04:32.002Ztest network::tests::test_eui64 ... ok
33812026-06-09T04:04:32.002Ztest network::tests::test_into ... ok
33822026-06-09T04:04:32.002Ztest network::tests::test_not_equal ... ok
33832026-06-09T04:04:32.002Ztest network::tests::test_generate_ipv6_link_local ... ok
33842026-06-09T04:04:32.003Ztest network::tests::test_to_string ... ok
33852026-06-09T04:04:32.003Ztest network::tests::test_parse ... ok
33862026-06-09T04:04:32.003Ztest test_purge ... ok
33872026-06-09T04:04:32.006Ztest illumos::test::address_exists_handles_missing_object ... ok
33882026-06-09T04:04:32.007Z
33892026-06-09T04:04:32.007Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33902026-06-09T04:04:32.007Z
33912026-06-09T04:04:32.007Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-e30bfdb445c4e487)
33922026-06-09T04:04:32.032Z
33932026-06-09T04:04:32.032Zrunning 1 test
33942026-06-09T04:04:32.037Z -------
33952026-06-09T04:04:32.040Z Generating OpenAPI documents from API definitions ...
33962026-06-09T04:04:32.192Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33972026-06-09T04:04:32.260Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33982026-06-09T04:04:33.268Z -------
33992026-06-09T04:04:33.268Z Checking 12 OpenAPI documents...
34002026-06-09T04:04:33.268Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
34012026-06-09T04:04:33.268Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
34022026-06-09T04:04:33.268Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34032026-06-09T04:04:33.268Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-09T04:04:33.274Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-09T04:04:33.274Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-09T04:04:33.274Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-06-09T04:04:33.274Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-06-09T04:04:33.274Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34092026-06-09T04:04:33.274Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34102026-06-09T04:04:33.274Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34112026-06-09T04:04:33.274Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34122026-06-09T04:04:33.274Z Fresh dpd "latest" symlink
34132026-06-09T04:04:33.274Z -------
34142026-06-09T04:04:33.274Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34152026-06-09T04:04:33.331Ztest test::test_apis_up_to_date ... ok
34162026-06-09T04:04:33.331Z
34172026-06-09T04:04:33.331Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
34182026-06-09T04:04:33.331Z
34192026-06-09T04:04:33.395Z Running unittests src/main.rs (target/debug/deps/dpd-1ee386ba87ec13e2)
34202026-06-09T04:04:33.399Z
34212026-06-09T04:04:33.400Zrunning 19 tests
34222026-06-09T04:04:33.403Ztest freemap::test_ordering ... ok
34232026-06-09T04:04:33.403Ztest config::tests::test_updates ... ok
34242026-06-09T04:04:33.403Ztest freemap::test_split ... ok
34252026-06-09T04:04:33.403Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34262026-06-09T04:04:33.403Ztest macaddrs::tests::test_mac_offset ... ok
34272026-06-09T04:04:33.403Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34282026-06-09T04:04:33.404Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34292026-06-09T04:04:33.404Ztest macaddrs::tests::test_parse_port_id ... ok
34302026-06-09T04:04:33.404Ztest nat::test_mapping ... ok
34312026-06-09T04:04:33.407Ztest port_map::tests::dump_map ... ok
34322026-06-09T04:04:33.407Ztest port_map::tests::test_backplane_group ... ok
34332026-06-09T04:04:33.407Ztest port_map::tests::test_port_map ... ok
34342026-06-09T04:04:33.407ZJun 09 04:04:32.442Jun 09 04:04:32.442 DEBGDEBG created new freemapcreated new freemap, unit:, unitfreemap_test:
34352026-06-09T04:04:33.407Zfreemap_test
34362026-06-09T04:04:33.408ZJun 09 04:04:32.442 Jun 09 04:04:32.442DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
34372026-06-09T04:04:33.408Zfreemap_test
34382026-06-09T04:04:33.408ZJun 09 04:04:32.442Jun 09 04:04:32.442 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
34392026-06-09T04:04:33.408Z
34402026-06-09T04:04:33.408ZJun 09 04:04:32.442 DEBG created new freemap, unit: freemap_test
34412026-06-09T04:04:33.408ZJun 09 04:04:32.442 DEBG initted freemap. size: 128, unit: freemap_test
34422026-06-09T04:04:33.408ZJun 09 04:04:32.442 DEBG reset freemap, unit: freemap_test
34432026-06-09T04:04:33.408ZJun 09 04:04:32.442 DEBG created new freemap, unit: freemap_test
34442026-06-09T04:04:33.408ZJun 09 04:04:32.442 DEBG initted freemap. size: 128, unit: freemap_test
34452026-06-09T04:04:33.408ZJun 09 04:04:32.442 DEBG reset freemap, unit: freemap_test
34462026-06-09T04:04:33.408Ztest freemap::test_exhaustion ... ok
34472026-06-09T04:04:33.408Ztest freemap::test_reclaim ... ok
34482026-06-09T04:04:33.408Ztest freemap::test_basic ... ok
34492026-06-09T04:04:33.408Ztest freemap::test_free ... ok
34502026-06-09T04:04:33.408ZJun 09 04:04:32.443 DEBG created new freemap, unit: freemap_test
34512026-06-09T04:04:33.409ZJun 09 04:04:32.443 DEBG initted freemap. size: 128, unit: freemap_test
34522026-06-09T04:04:33.409ZJun 09 04:04:32.443 DEBG reset freemap, unit: freemap_test
34532026-06-09T04:04:33.409Ztest freemap::test_span ... ok
34542026-06-09T04:04:33.409Ztest api_server::tests::test_build_info ... ok
34552026-06-09T04:04:33.409Ztest port_map::tests::parse_softnpu_revision ... ok
34562026-06-09T04:04:33.409Z
34572026-06-09T04:04:33.409Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34582026-06-09T04:04:33.409Z
34592026-06-09T04:04:33.413Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-ddbb95c6b9566361)
34602026-06-09T04:04:33.413Z
34612026-06-09T04:04:33.413Zrunning 0 tests
34622026-06-09T04:04:33.413Z
34632026-06-09T04:04:33.413Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34642026-06-09T04:04:33.413Z
34652026-06-09T04:04:33.413Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b84afe8178fbeedd)
34662026-06-09T04:04:33.482Z
34672026-06-09T04:04:33.482Zrunning 0 tests
34682026-06-09T04:04:33.482Z
34692026-06-09T04:04:33.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34702026-06-09T04:04:33.482Z
34712026-06-09T04:04:33.482Z Running unittests src/lib.rs (target/debug/deps/dpd_client-4d961b12a886b05d)
34722026-06-09T04:04:33.482Z
34732026-06-09T04:04:33.482Zrunning 6 tests
34742026-06-09T04:04:33.482Ztest tests::test_full_lot_id_lot_only ... ok
34752026-06-09T04:04:33.482Ztest tests::test_full_lot_id_lotnum_only ... ok
34762026-06-09T04:04:33.482Ztest tests::test_full_lot_id_both_present ... ok
34772026-06-09T04:04:33.482Ztest tests::test_full_lot_id_neither_present ... ok
34782026-06-09T04:04:33.482Ztest tests::test_port_id_cmp ... ok
34792026-06-09T04:04:33.482Ztest tests::test_parse_client_port_id ... ok
34802026-06-09T04:04:33.482Z
34812026-06-09T04:04:33.482Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34822026-06-09T04:04:33.482Z
34832026-06-09T04:04:33.482Z Running tests/test_all.rs (target/debug/deps/test_all-b64dff9572ad67d7)
34842026-06-09T04:04:33.482Z
34852026-06-09T04:04:33.482Zrunning 6 tests
34862026-06-09T04:04:36.448Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34872026-06-09T04:04:36.452Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34882026-06-09T04:04:36.452Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34892026-06-09T04:04:36.456Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34902026-06-09T04:04:36.790Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34912026-06-09T04:04:37.768Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34922026-06-09T04:04:37.768Z
34932026-06-09T04:04:37.768Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.33s
34942026-06-09T04:04:37.768Z
34952026-06-09T04:04:37.775Z Running unittests src/lib.rs (target/debug/deps/dpd_types-98142e7b24acbcdf)
34962026-06-09T04:04:37.779Z
34972026-06-09T04:04:37.779Zrunning 0 tests
34982026-06-09T04:04:37.779Z
34992026-06-09T04:04:37.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35002026-06-09T04:04:37.779Z
35012026-06-09T04:04:37.782Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-b6f42c9c6d5a4e69)
35022026-06-09T04:04:37.786Z
35032026-06-09T04:04:37.786Zrunning 0 tests
35042026-06-09T04:04:37.786Z
35052026-06-09T04:04:37.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35062026-06-09T04:04:37.786Z
35072026-06-09T04:04:37.786Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
35082026-06-09T04:04:37.795Z
35092026-06-09T04:04:37.795Zrunning 12 tests
35102026-06-09T04:04:37.799Ztest pbuf::test_nibble ... ok
35112026-06-09T04:04:37.799Ztest ipv6::test_ipv6_parse ... ok
35122026-06-09T04:04:37.799Ztest icmp::test_v4_checksum ... ok
35132026-06-09T04:04:37.799Ztest icmp::test_v6_checksum ... ok
35142026-06-09T04:04:37.799Ztest lldp::test_lldp_parse ... ok
35152026-06-09T04:04:37.799Ztest pbuf::test_byte ... ok
35162026-06-09T04:04:37.799Ztest pbuf::test_short ... ok
35172026-06-09T04:04:37.799Ztest pbuf::test_overflow ... ok
35182026-06-09T04:04:37.799Ztest pbuf::test_twelve ... ok
35192026-06-09T04:04:37.799Ztest pbuf::test_word ... ok
35202026-06-09T04:04:37.799Ztest tcp::test_checksum_syn_nodata ... ok
35212026-06-09T04:04:37.800Ztest tcp::test_checksum_ack_data ... ok
35222026-06-09T04:04:37.800Z
35232026-06-09T04:04:37.800Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35242026-06-09T04:04:37.800Z
35252026-06-09T04:04:37.800Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
35262026-06-09T04:04:37.805Z
35272026-06-09T04:04:37.805Zrunning 0 tests
35282026-06-09T04:04:37.805Z
35292026-06-09T04:04:37.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35302026-06-09T04:04:37.805Z
35312026-06-09T04:04:37.805Z Running unittests src/main.rs (target/debug/deps/swadm-11ec0a79156dbe3a)
35322026-06-09T04:04:37.805Z
35332026-06-09T04:04:37.805Zrunning 5 tests
35342026-06-09T04:04:37.808Ztest switchport::test::test_compute_lanes ... ok
35352026-06-09T04:04:37.809Ztest switchport::test::port_id_ordering ... ok
35362026-06-09T04:04:37.809Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
35372026-06-09T04:04:37.809Z Lane 1 Rx Loss-of-lock: Yes Lane 2 YesLane 3 Yes
35382026-06-09T04:04:37.809Z Yes
35392026-06-09T04:04:37.809Z State: Activated Rx Loss-of-signal: Yes YesActivated YesActivated Yes
35402026-06-09T04:04:37.809ZActivated
35412026-06-09T04:04:37.809Z Rx CDR Enabled: Yes Rx Output Enabled: false Yesfalse falseYes falseYes
35422026-06-09T04:04:37.809Z
35432026-06-09T04:04:37.809Z Rx Output Status: valid Tx Enabled: Yes validYes Yesvalid Yesvalid
35442026-06-09T04:04:37.809Z
35452026-06-09T04:04:37.809Z Tx Loss-of-lock: No Rx Loss-of-lock: trueNo true Notrue Notrue
35462026-06-09T04:04:37.809Z
35472026-06-09T04:04:37.809Z Rx Loss-of-signal: false Tx Loss-of-signal: No falseNo false Nofalse
35482026-06-09T04:04:37.809Z NoRx Auto-squelch Disable: true
35492026-06-09T04:04:37.809Z Tx CDR Enabled: Notrue trueNo true
35502026-06-09T04:04:37.809ZNo Tx Output Enabled: true No
35512026-06-09T04:04:37.809Ztrue true Tx Adaptive EQ Fault: No true
35522026-06-09T04:04:37.809ZNo Tx Output Status: invalidNo invalid No
35532026-06-09T04:04:37.810Zinvalid Tx Fault: Yes invalid
35542026-06-09T04:04:37.810ZYes Yes Tx Loss-of-lock: false Yes
35552026-06-09T04:04:37.810Zfalse false false
35562026-06-09T04:04:37.810Z Tx Loss-of-signal: true true true true
35572026-06-09T04:04:37.810ZTx Auto-squelch Disable: false false false false
35582026-06-09T04:04:37.810Z Tx Adaptive EQ Fail: true true true true
35592026-06-09T04:04:37.810Z Tx Failure: false false false false
35602026-06-09T04:04:37.810Z Tx Force Squelch: true true true true
35612026-06-09T04:04:37.810Z Tx Input Polarity: normal normal normal normal
35622026-06-09T04:04:37.810Ztest switchport::test::test_print_sff_datapath ... ok
35632026-06-09T04:04:37.810Ztest switchport::test::test_print_cmis_datapath ... ok
35642026-06-09T04:04:37.810Ztest link::test_filter ... ok
35652026-06-09T04:04:37.810Z
35662026-06-09T04:04:37.810Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35672026-06-09T04:04:37.810Z
35682026-06-09T04:04:37.810Z Running tests/counters.rs (target/debug/deps/counters-8eae7abbc99d5305)
35692026-06-09T04:04:37.814Z
35702026-06-09T04:04:37.814Zrunning 1 test
35712026-06-09T04:04:37.814Ztest test_p4_counter_list ... ignored
35722026-06-09T04:04:37.814Z
35732026-06-09T04:04:37.814Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35742026-06-09T04:04:37.815Z
35752026-06-09T04:04:37.815Z Running tests/port-link.rs (target/debug/deps/port_link-83dde7283cac51da)
35762026-06-09T04:04:37.815Z
35772026-06-09T04:04:37.815Zrunning 5 tests
35782026-06-09T04:04:37.815Ztest test_an ... ignored
35792026-06-09T04:04:37.815Ztest test_enable ... ignored
35802026-06-09T04:04:37.815Ztest test_ip_addresses ... ignored
35812026-06-09T04:04:37.815Ztest test_kr ... ignored
35822026-06-09T04:04:37.815Ztest test_mac ... ignored
35832026-06-09T04:04:37.815Z
35842026-06-09T04:04:37.815Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35852026-06-09T04:04:37.815Z
35862026-06-09T04:04:37.815Z Running unittests src/main.rs (target/debug/deps/tfportd-a4e30514c7d46273)
35872026-06-09T04:04:37.819Z
35882026-06-09T04:04:37.819Zrunning 3 tests
35892026-06-09T04:04:37.819Ztest linklocal::test_parse_ipadm ... ok
35902026-06-09T04:04:37.819Ztest tfport::test_parse_tfport ... ok
35912026-06-09T04:04:37.819Ztest config::tests::test_updates ... ok
35922026-06-09T04:04:37.819Z
35932026-06-09T04:04:37.819Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35942026-06-09T04:04:37.820Z
35952026-06-09T04:04:37.820Z Running unittests src/main.rs (target/debug/deps/uplinkd-cbbb7f3c2b03dac7)
35962026-06-09T04:04:37.823Z
35972026-06-09T04:04:37.823Zrunning 0 tests
35982026-06-09T04:04:37.823Z
35992026-06-09T04:04:37.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36002026-06-09T04:04:37.824Z
36012026-06-09T04:04:37.824Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
36022026-06-09T04:04:37.827Z
36032026-06-09T04:04:37.827Zrunning 0 tests
36042026-06-09T04:04:37.827Z
36052026-06-09T04:04:37.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36062026-06-09T04:04:37.828Z
36072026-06-09T04:04:37.828Z Doc-tests aal
36082026-06-09T04:04:37.995Z
36092026-06-09T04:04:37.995Zrunning 0 tests
36102026-06-09T04:04:37.995Z
36112026-06-09T04:04:37.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36122026-06-09T04:04:37.999Z
36132026-06-09T04:04:38.015Z Doc-tests aal_macros
36142026-06-09T04:04:38.084Z
36152026-06-09T04:04:38.084Zrunning 0 tests
36162026-06-09T04:04:38.084Z
36172026-06-09T04:04:38.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36182026-06-09T04:04:38.084Z
36192026-06-09T04:04:38.095Z Doc-tests common
36202026-06-09T04:04:38.328Z
36212026-06-09T04:04:38.328Zrunning 0 tests
36222026-06-09T04:04:38.328Z
36232026-06-09T04:04:38.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36242026-06-09T04:04:38.328Z
36252026-06-09T04:04:38.348Z Doc-tests dpd_api
36262026-06-09T04:04:39.169Z
36272026-06-09T04:04:39.169Zrunning 2 tests
36282026-06-09T04:04:39.169Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36292026-06-09T04:04:39.169Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36302026-06-09T04:04:39.169Z
36312026-06-09T04:04:39.169Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36322026-06-09T04:04:39.169Z
36332026-06-09T04:04:39.200Z Doc-tests dpd_client
36342026-06-09T04:04:40.596Z
36352026-06-09T04:04:40.596Zrunning 0 tests
36362026-06-09T04:04:40.596Z
36372026-06-09T04:04:40.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36382026-06-09T04:04:40.597Z
36392026-06-09T04:04:40.642Z Doc-tests dpd_types
36402026-06-09T04:04:40.849Z
36412026-06-09T04:04:40.849Zrunning 0 tests
36422026-06-09T04:04:40.849Z
36432026-06-09T04:04:40.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36442026-06-09T04:04:40.849Z
36452026-06-09T04:04:40.874Z Doc-tests dpd_types_versions
36462026-06-09T04:04:42.081Z
36472026-06-09T04:04:42.081Zrunning 1 test
36482026-06-09T04:04:42.081Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36492026-06-09T04:04:42.081Z
36502026-06-09T04:04:42.081Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36512026-06-09T04:04:42.081Z
36522026-06-09T04:04:42.128Z Doc-tests packet
36532026-06-09T04:04:42.229Z
36542026-06-09T04:04:42.229Zrunning 0 tests
36552026-06-09T04:04:42.229Z
36562026-06-09T04:04:42.239Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36572026-06-09T04:04:42.239Z
36582026-06-09T04:04:42.262Z Doc-tests pcap
36592026-06-09T04:04:42.300Z
36602026-06-09T04:04:42.300Zrunning 0 tests
36612026-06-09T04:04:42.300Z
36622026-06-09T04:04:42.300Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36632026-06-09T04:04:42.300Z
36642026-06-09T04:04:42.342Zprocess exited: duration 580982 ms, exit code 0
 
36652026-06-09T04:04:42.353Zfound 0 output files