01KT8ZMWKHEA0DPC4CNFM40NV7: test

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

Buildomat Job: 01KT8ZNCA0KRFYGRCPQ4QNF3CR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T09:34:01.782Zjob assigned to worker 01KT8ZNG8G6FY0072CSMGR4BTV [factory aws, i-0b7ef22ccc6743903] (queued for 55 s)
 
22026-06-04T09:34:08.150Zstarting task 0: "setup"
32026-06-04T09:34:08.153Z++ uname -s
42026-06-04T09:34:08.157Z+ kern=SunOS
52026-06-04T09:34:08.157Z+ build_user=build
62026-06-04T09:34:08.157Z+ build_uid=12345
72026-06-04T09:34:08.157Z+ work_dir=/work
82026-06-04T09:34:08.157Z+ input_dir=/input
92026-06-04T09:34:08.157Z+ [[ 0 == 12345 ]]
102026-06-04T09:34:08.157Z+ case "$kern" in
112026-06-04T09:34:08.157Z+ groupadd -g 12345 build
122026-06-04T09:34:08.160Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T09:34:10.163Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T09:34:10.260Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T09:34:10.265Z+ home_fs=zfs
162026-06-04T09:34:10.265Z+ [[ zfs == autofs ]]
172026-06-04T09:34:10.265Z+ mkdir -p /home/build
182026-06-04T09:34:10.265Z+ chown build:build /home/build /work
192026-06-04T09:34:12.265Z+ chmod 0700 /home/build /work
202026-06-04T09:34:12.268Zprocess exited: duration 4120 ms, exit code 0
 
212026-06-04T09:34:12.273Zstarting task 1: "rust-toolchain"
222026-06-04T09:34:12.278Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-04T09:34:12.278Z * rust toolchain channel = "1.90.0"
242026-06-04T09:34:12.278Z * rust toolchain profile = "default"
252026-06-04T09:34:12.278Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-04T09:34:12.278Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T09:34:12.278Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T09:34:12.281Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T09:34:12.281Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-04T09:34:12.367Zinfo: downloading installer
312026-06-04T09:34:13.685Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T09:34:13.685Zwarn: /home/build/.rustup/settings.toml
332026-06-04T09:34:13.685Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T09:34:13.685Zwarn: instead of the one inferred from the default host triple.
352026-06-04T09:34:13.697Zinfo: profile set to default
362026-06-04T09:34:13.697Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T09:34:13.700Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-04T09:34:13.836Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-04T09:34:13.839Zinfo: downloading 6 components
402026-06-04T09:34:29.186Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-04T09:34:29.186Z
422026-06-04T09:34:29.215Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-04T09:34:29.215Z
442026-06-04T09:34:29.215Z
452026-06-04T09:34:29.215ZRust is installed now. Great!
462026-06-04T09:34:29.215Z
472026-06-04T09:34:29.215ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T09:34:29.215Zenvironment variable. This has not been done automatically.
492026-06-04T09:34:29.215Z
502026-06-04T09:34:29.215ZTo configure your current shell, you need to source
512026-06-04T09:34:29.215Zthe corresponding env file under $HOME/.cargo.
522026-06-04T09:34:29.215Z
532026-06-04T09:34:29.215ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T09:34:29.218Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T09:34:29.218Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T09:34:29.218Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T09:34:29.218Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T09:34:29.218Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T09:34:29.218Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T09:34:29.218Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T09:34:29.218Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T09:34:29.304Z+ rustup --version
632026-06-04T09:34:29.313Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T09:34:29.316Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T09:34:29.337Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-04T09:34:29.340Z+ cargo --version
672026-06-04T09:34:29.352Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-04T09:34:29.355Z+ rustc --version
692026-06-04T09:34:29.375Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-04T09:34:29.378Zprocess exited: duration 17102 ms, exit code 0
 
712026-06-04T09:34:29.383Zstarting task 2: "authentication"
722026-06-04T09:34:29.400Zprocess exited: duration 16 ms, exit code 0
 
732026-06-04T09:34:29.407Zstarting task 3: "clone repository"
742026-06-04T09:34:29.410Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-04T09:34:29.413Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-04T09:34:29.445ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-04T09:34:30.596Z+ cd /work/oxidecomputer/dendrite
782026-06-04T09:34:30.596Z+ git fetch origin 4e56102231f87673e4a9bb43caaeaacecc826dde
792026-06-04T09:34:30.838ZFrom https://github.com/oxidecomputer/dendrite
802026-06-04T09:34:30.838Z * branch 4e56102231f87673e4a9bb43caaeaacecc826dde -> FETCH_HEAD
812026-06-04T09:34:30.845Z+ [[ -n renovate/oxnet-0.x ]]
822026-06-04T09:34:30.848Z++ git branch --show-current
832026-06-04T09:34:30.848Z+ current=main
842026-06-04T09:34:30.848Z+ [[ main != renovate/oxnet-0.x ]]
852026-06-04T09:34:30.848Z+ git branch -f renovate/oxnet-0.x 4e56102231f87673e4a9bb43caaeaacecc826dde
862026-06-04T09:34:30.851Z+ git checkout -f renovate/oxnet-0.x
872026-06-04T09:34:30.866ZSwitched to branch 'renovate/oxnet-0.x'
882026-06-04T09:34:30.868Z+ git reset --hard 4e56102231f87673e4a9bb43caaeaacecc826dde
892026-06-04T09:34:30.888ZHEAD is now at 4e56102 Update Rust crate oxnet to 0.1.6
902026-06-04T09:34:30.892Zprocess exited: duration 1478 ms, exit code 0
 
912026-06-04T09:34:30.898Zstarting task 4: "build"
922026-06-04T09:34:30.902Z+ source .github/buildomat/common.sh
932026-06-04T09:34:30.902Z++ TOFINO_STAGES=20
942026-06-04T09:34:30.902Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-04T09:34:30.902Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-04T09:34:30.902Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-04T09:34:30.905Z+++ uname -s
982026-06-04T09:34:30.905Z++ '[' SunOS == SunOS ']'
992026-06-04T09:34:30.905Z++ SERIES=illumos
1002026-06-04T09:34:30.905Z+++ uname -s
1012026-06-04T09:34:30.908Z++ '[' SunOS == SunOS ']'
1022026-06-04T09:34:30.908Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-04T09:34:30.908Z++ rustup show active-toolchain
1042026-06-04T09:34:30.911Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-04T09:34:30.914Z+ source .github/buildomat/illumos.sh
1062026-06-04T09:34:30.914Z++ banner 'sde setup'
1072026-06-04T09:34:30.914Z
1082026-06-04T09:34:30.914Z #### ##### ###### #### ###### ##### # # #####
1092026-06-04T09:34:30.914Z # # # # # # # # # # #
1102026-06-04T09:34:30.914Z #### # # ##### #### ##### # # # # #
1112026-06-04T09:34:30.914Z # # # # # # # # # #####
1122026-06-04T09:34:30.914Z # # # # # # # # # # # #
1132026-06-04T09:34:30.914Z #### ##### ###### #### ###### # #### #
1142026-06-04T09:34:30.914Z
1152026-06-04T09:34:30.914Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-04T09:34:30.914Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-04T09:34:30.914Z++ export PKG=tofino_sde.p5p
1182026-06-04T09:34:30.914Z++ PKG=tofino_sde.p5p
1192026-06-04T09:34:30.914Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-04T09:34:30.919Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-04T09:34:30.923Z Dload Upload Total Spent Left Speed
1222026-06-04T09:34:32.003Z 0 0 0 0 0 0 0 0 0 89 76.03M 89 68.20M 0 0 68.25M 0 00:01 00:01 68.26M 100 76.03M 100 76.03M 0 0 70.17M 0 00:01 00:01 68.26M 100 76.03M 100 76.03M 0 0 70.17M 0 00:01 00:01 68.26M 100 76.03M 100 76.03M 0 0 70.17M 0 00:01 00:01 68.26M
1232026-06-04T09:34:32.008Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-04T09:34:32.061Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-04T09:34:32.061Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-04T09:34:32.061Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-04T09:34:34.507Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-04T09:34:34.586Z Startup: Caching catalogs ... Done
1292026-06-04T09:34:34.625Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-04T09:34:34.959ZPlanning: Solver setup ... Done
1312026-06-04T09:34:34.981ZPlanning: Running solver ... Done
1322026-06-04T09:34:34.986ZPlanning: Finding local manifests ... Done
1332026-06-04T09:34:34.988ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-04T09:34:34.992ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-04T09:34:35.006ZPlanning: Package planning ... Done
1362026-06-04T09:34:35.009ZPlanning: Merging actions ... Done
1372026-06-04T09:34:35.130ZPlanning: Checking for conflicting actions ... Done
1382026-06-04T09:34:35.133ZPlanning: Consolidating action changes ... Done
1392026-06-04T09:34:35.942ZPlanning: Evaluating mediators ... Done
1402026-06-04T09:34:35.950ZPlanning: Planning completed in 1.31 seconds
1412026-06-04T09:34:35.950Z Packages to install: 1
1422026-06-04T09:34:35.950Z Create boot environment: No
1432026-06-04T09:34:35.950ZCreate backup boot environment: No
1442026-06-04T09:34:35.969Z
1452026-06-04T09:34:35.970ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-04T09:34:36.119ZDownload: Completed 75.30 MB in 0.14 seconds (529M/s)
1472026-06-04T09:34:36.335Z Actions: 1/293 actions (Installing new actions)
1482026-06-04T09:34:37.300Z Actions: Completed 293 actions in 0.96 seconds.
1492026-06-04T09:34:37.303ZFinalize: Updating package state database ... Done
1502026-06-04T09:34:37.345ZFinalize: Updating package cache ... Done
1512026-06-04T09:34:37.367ZFinalize: Updating image state ... Done
1522026-06-04T09:34:39.805ZFinalize: Creating fast lookup database ... Done
1532026-06-04T09:34:39.884ZFinalize: Reading search index ... Done
1542026-06-04T09:34:39.892ZFinalize: Updating search index ... Done
1552026-06-04T09:34:40.123ZFinalize: Updating package cache ... Done
1562026-06-04T09:34:40.218Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-04T09:34:40.218Z++ SDE=/opt/oxide/tofino_sde
1582026-06-04T09:34:40.218Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-04T09:34:40.218Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-04T09:34:40.218Z++ banner packages
1612026-06-04T09:34:40.230Z
1622026-06-04T09:34:40.230Z ##### ## #### # # ## #### ###### ####
1632026-06-04T09:34:40.230Z # # # # # # # # # # # # # #
1642026-06-04T09:34:40.230Z # # # # # #### # # # ##### ####
1652026-06-04T09:34:40.231Z ##### ###### # # # ###### # ### # #
1662026-06-04T09:34:40.231Z # # # # # # # # # # # # # #
1672026-06-04T09:34:40.231Z # # # #### # # # # #### ###### ####
1682026-06-04T09:34:40.231Z
1692026-06-04T09:34:40.231Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-04T09:34:40.474Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-04T09:34:40.483Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-04T09:34:40.758ZPlanning: Solver setup ... Done
1732026-06-04T09:34:40.779ZPlanning: Running solver ... Done
1742026-06-04T09:34:40.784ZPlanning: Consolidating action changes ... Done
1752026-06-04T09:34:40.787ZPlanning: Evaluating mediators ... Done
1762026-06-04T09:34:40.787ZPlanning: Planning completed in 0.32 seconds
1772026-06-04T09:34:40.802ZNo updates necessary for this image.
1782026-06-04T09:34:40.860Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-04T09:34:41.077ZPlanning: Evaluating mediator changes ... Done
1802026-06-04T09:34:41.187ZPlanning: Checking for conflicting actions ... Done
1812026-06-04T09:34:41.190ZPlanning: Consolidating action changes ... Done
1822026-06-04T09:34:41.354ZPlanning: Evaluating mediators ... Done
1832026-06-04T09:34:41.358ZPlanning: Planning completed in 0.28 seconds
1842026-06-04T09:34:41.379Z Mediators to change: 2
1852026-06-04T09:34:41.379Z Create boot environment: No
1862026-06-04T09:34:41.379ZCreate backup boot environment: No
1872026-06-04T09:34:41.433ZFinalize: Updating package state database ... Done
1882026-06-04T09:34:41.433ZFinalize: Updating package cache ... Done
1892026-06-04T09:34:41.444ZFinalize: Updating image state ... Done
1902026-06-04T09:34:43.453ZFinalize: Creating fast lookup database ... Done
1912026-06-04T09:34:43.522ZFinalize: Reading search index ... Done
1922026-06-04T09:34:43.528ZFinalize: Updating search index ... Done
1932026-06-04T09:34:43.615ZFinalize: Updating package cache ... Done
1942026-06-04T09:34:43.681Z++ cargo --version
1952026-06-04T09:34:43.691Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-04T09:34:43.694Z++ rustc --version
1972026-06-04T09:34:43.716Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-04T09:34:43.719Z+ banner copyrights
1992026-06-04T09:34:43.719Z
2002026-06-04T09:34:43.719Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-04T09:34:43.719Z # # # # # # # # # # # # # # # # #
2022026-06-04T09:34:43.719Z # # # # # # # # # # ###### # ####
2032026-06-04T09:34:43.719Z # # # ##### # ##### # # ### # # # #
2042026-06-04T09:34:43.719Z # # # # # # # # # # # # # # # #
2052026-06-04T09:34:43.719Z #### #### # # # # # #### # # # ####
2062026-06-04T09:34:43.719Z
2072026-06-04T09:34:43.719Z+ ./tools/check_copyrights.sh
2082026-06-04T09:34:44.002Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-04T09:34:44.758Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-04T09:34:45.208Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-04T09:34:45.295Zpcap/build.rs: Copyright with wrong year
2122026-06-04T09:34:45.463Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-04T09:34:45.686Z+ banner clippy
2142026-06-04T09:34:45.689Z
2152026-06-04T09:34:45.689Z #### # # ##### ##### # #
2162026-06-04T09:34:45.689Z # # # # # # # # # #
2172026-06-04T09:34:45.689Z # # # # # # # #
2182026-06-04T09:34:45.689Z # # # ##### ##### #
2192026-06-04T09:34:45.689Z # # # # # # #
2202026-06-04T09:34:45.689Z #### ###### # # # #
2212026-06-04T09:34:45.689Z
2222026-06-04T09:34:45.689Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-04T09:34:45.689Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-04T09:34:45.832Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-04T09:34:55.786Z Updating crates.io index
2262026-06-04T09:34:55.819Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-04T09:34:56.082Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-04T09:34:56.922Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-04T09:34:57.224Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-04T09:34:57.480Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-04T09:34:57.988Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2322026-06-04T09:34:59.138Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-04T09:34:59.420Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-04T09:34:59.826Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-04T09:35:00.178Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-04T09:35:00.569Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-04T09:35:00.911Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-04T09:35:01.359Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-04T09:35:01.676Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-04T09:35:02.093Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-04T09:35:03.019Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-04T09:35:03.378Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-06-04T09:35:03.645Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-04T09:35:03.965Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-04T09:35:04.461Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-04T09:35:04.938Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-04T09:35:05.181Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-04T09:35:05.532Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-06-04T09:35:07.160Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-04T09:35:07.727Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-04T09:35:09.203Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-04T09:35:09.795Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-04T09:35:10.085Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-04T09:35:10.390Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-06-04T09:35:12.233Z Downloading crates ...
2562026-06-04T09:35:12.297Z Downloaded async-stream v0.3.6
2572026-06-04T09:35:12.303Z Downloaded atomicwrites v0.4.4
2582026-06-04T09:35:12.306Z Downloaded crc8 v0.1.1
2592026-06-04T09:35:12.309Z Downloaded atomic-waker v1.1.2
2602026-06-04T09:35:12.309Z Downloaded autocfg v1.5.0
2612026-06-04T09:35:12.312Z Downloaded async-trait v0.1.89
2622026-06-04T09:35:12.315Z Downloaded backoff v0.4.0
2632026-06-04T09:35:12.318Z Downloaded adler2 v2.0.1
2642026-06-04T09:35:12.321Z Downloaded async-stream-impl v0.3.6
2652026-06-04T09:35:12.325Z Downloaded crypto-common v0.1.6
2662026-06-04T09:35:12.330Z Downloaded embedded-io v0.4.0
2672026-06-04T09:35:12.333Z Downloaded cpufeatures v0.2.17
2682026-06-04T09:35:12.333Z Downloaded data-encoding v2.9.0
2692026-06-04T09:35:12.338Z Downloaded embedded-io v0.6.1
2702026-06-04T09:35:12.338Z Downloaded dof v0.4.0
2712026-06-04T09:35:12.341Z Downloaded darling_macro v0.21.3
2722026-06-04T09:35:12.341Z Downloaded async-recursion v1.1.1
2732026-06-04T09:35:12.344Z Downloaded defmt v0.3.100
2742026-06-04T09:35:12.347Z Downloaded derive_more v0.99.20
2752026-06-04T09:35:12.349Z Downloaded aead v0.5.2
2762026-06-04T09:35:12.353Z Downloaded either v1.15.0
2772026-06-04T09:35:12.353Z Downloaded darling_core v0.21.3
2782026-06-04T09:35:12.356Z Downloaded cargo-platform v0.1.9
2792026-06-04T09:35:12.359Z Downloaded arrayref v0.3.9
2802026-06-04T09:35:12.362Z Downloaded futures-sink v0.3.32
2812026-06-04T09:35:12.362Z Downloaded gethostname v0.5.0
2822026-06-04T09:35:12.364Z Downloaded futures-task v0.3.32
2832026-06-04T09:35:12.371Z Downloaded cfg_aliases v0.2.1
2842026-06-04T09:35:12.371Z Downloaded form_urlencoded v1.2.2
2852026-06-04T09:35:12.375Z Downloaded fixedbitset v0.4.2
2862026-06-04T09:35:12.375Z Downloaded hash32 v0.3.1
2872026-06-04T09:35:12.375Z Downloaded foreign-types-shared v0.1.1
2882026-06-04T09:35:12.378Z Downloaded futures-core v0.3.32
2892026-06-04T09:35:12.378Z Downloaded bit-set v0.8.0
2902026-06-04T09:35:12.381Z Downloaded foreign-types-shared v0.3.1
2912026-06-04T09:35:12.381Z Downloaded defmt-parser v1.0.0
2922026-06-04T09:35:12.384Z Downloaded heck v0.4.1
2932026-06-04T09:35:12.384Z Downloaded git-stub v1.0.0
2942026-06-04T09:35:12.387Z Downloaded derive-where v1.6.0
2952026-06-04T09:35:12.389Z Downloaded heck v0.5.0
2962026-06-04T09:35:12.392Z Downloaded enum-as-inner v0.6.1
2972026-06-04T09:35:12.395Z Downloaded futures-io v0.3.32
2982026-06-04T09:35:12.395Z Downloaded debug-ignore v1.0.5
2992026-06-04T09:35:12.398Z Downloaded crypto-common v0.2.2
3002026-06-04T09:35:12.400Z Downloaded dunce v1.0.5
3012026-06-04T09:35:12.400Z Downloaded clap_lex v1.1.0
3022026-06-04T09:35:12.403Z Downloaded equivalent v1.0.2
3032026-06-04T09:35:12.406Z Downloaded hex v0.4.3
3042026-06-04T09:35:12.406Z Downloaded dyn-clone v1.0.20
3052026-06-04T09:35:12.409Z Downloaded const_format_proc_macros v0.2.34
3062026-06-04T09:35:12.412Z Downloaded hostname v0.3.1
3072026-06-04T09:35:12.412Z Downloaded generic-array v0.14.7
3082026-06-04T09:35:12.414Z Downloaded foreign-types v0.3.2
3092026-06-04T09:35:12.417Z Downloaded crossbeam-epoch v0.9.18
3102026-06-04T09:35:12.420Z Downloaded httpdate v1.0.3
3112026-06-04T09:35:12.420Z Downloaded ciborium-ll v0.2.2
3122026-06-04T09:35:12.423Z Downloaded curve25519-dalek-derive v0.1.1
3132026-06-04T09:35:12.423Z Downloaded http-body-util v0.1.3
3142026-06-04T09:35:12.425Z Downloaded hubpack v0.1.2
3152026-06-04T09:35:12.428Z Downloaded foldhash v0.2.0
3162026-06-04T09:35:12.428Z Downloaded hyper-tls v0.6.0
3172026-06-04T09:35:12.431Z Downloaded hubpack_derive v0.1.1
3182026-06-04T09:35:12.434Z Downloaded digest v0.10.7
3192026-06-04T09:35:12.434Z Downloaded foldhash v0.1.5
3202026-06-04T09:35:12.437Z Downloaded indent_write v2.2.0
3212026-06-04T09:35:12.437Z Downloaded idna_adapter v1.2.1
3222026-06-04T09:35:12.440Z Downloaded ident_case v1.0.1
3232026-06-04T09:35:12.440Z Downloaded instant v0.1.13
3242026-06-04T09:35:12.443Z Downloaded fastrand v2.3.0
3252026-06-04T09:35:12.446Z Downloaded dropshot-api-manager-types v0.7.2
3262026-06-04T09:35:12.446Z Downloaded anstyle-parse v1.0.0
3272026-06-04T09:35:12.449Z Downloaded hostname v0.4.2
3282026-06-04T09:35:12.451Z Downloaded constant_time_eq v0.3.1
3292026-06-04T09:35:12.452Z Downloaded argon2 v0.5.3
3302026-06-04T09:35:12.454Z Downloaded daft v0.1.5
3312026-06-04T09:35:12.458Z Downloaded dtrace-parser v0.2.0
3322026-06-04T09:35:12.459Z Downloaded anstream v1.0.0
3332026-06-04T09:35:12.463Z Downloaded cargo_metadata v0.18.1
3342026-06-04T09:35:12.463Z Downloaded camino-tempfile v1.4.1
3352026-06-04T09:35:12.466Z Downloaded arrayvec v0.7.6
3362026-06-04T09:35:12.466Z Downloaded bitflags v1.3.2
3372026-06-04T09:35:12.469Z Downloaded cobs v0.3.0
3382026-06-04T09:35:12.472Z Downloaded crossbeam-deque v0.8.6
3392026-06-04T09:35:12.472Z Downloaded daft-derive v0.1.5
3402026-06-04T09:35:12.475Z Downloaded internet-checksum v0.2.1
3412026-06-04T09:35:12.477Z Downloaded is-terminal v0.4.16
3422026-06-04T09:35:12.480Z Downloaded clap v4.6.1
3432026-06-04T09:35:12.483Z Downloaded libscf-sys v1.2.0
3442026-06-04T09:35:12.486Z Downloaded is_ci v1.2.0
3452026-06-04T09:35:12.489Z Downloaded displaydoc v0.2.5
3462026-06-04T09:35:12.492Z Downloaded globset v0.4.16
3472026-06-04T09:35:12.492Z Downloaded keccak v0.1.6
3482026-06-04T09:35:12.495Z Downloaded itoa v1.0.15
3492026-06-04T09:35:12.495Z Downloaded is_terminal_polyfill v1.70.1
3502026-06-04T09:35:12.498Z Downloaded fs-err v3.1.2
3512026-06-04T09:35:12.500Z Downloaded lazy_static v1.5.0
3522026-06-04T09:35:12.500Z Downloaded kstat-rs v0.2.4
3532026-06-04T09:35:12.503Z Downloaded humantime v2.3.0
3542026-06-04T09:35:12.503Z Downloaded fixedbitset v0.5.7
3552026-06-04T09:35:12.508Z Downloaded macaddr v1.0.1
3562026-06-04T09:35:12.510Z Downloaded newline-converter v0.3.0
3572026-06-04T09:35:12.510Z Downloaded memoffset v0.9.1
3582026-06-04T09:35:12.510Z Downloaded bcs v0.1.6
3592026-06-04T09:35:12.513Z Downloaded memmap v0.7.0
3602026-06-04T09:35:12.516Z Downloaded match_cfg v0.1.0
3612026-06-04T09:35:12.516Z Downloaded glob v0.3.3
3622026-06-04T09:35:12.519Z Downloaded filetime v0.2.26
3632026-06-04T09:35:12.519Z Downloaded cookie v0.18.1
3642026-06-04T09:35:12.522Z Downloaded colored v3.1.1
3652026-06-04T09:35:12.525Z Downloaded getrandom v0.2.16
3662026-06-04T09:35:12.528Z Downloaded clang-sys v1.8.1
3672026-06-04T09:35:12.531Z Downloaded newtype_derive v0.1.6
3682026-06-04T09:35:12.531Z Downloaded ingot-types v0.1.2
3692026-06-04T09:35:12.534Z Downloaded http-body v1.0.1
3702026-06-04T09:35:12.534Z Downloaded digest v0.11.3
3712026-06-04T09:35:12.537Z Downloaded num-iter v0.1.45
3722026-06-04T09:35:12.537Z Downloaded ipnetwork v0.21.1
3732026-06-04T09:35:12.540Z Downloaded highway v1.3.0
3742026-06-04T09:35:12.543Z Downloaded num_enum_derive v0.5.11
3752026-06-04T09:35:12.544Z Downloaded managed v0.8.0
3762026-06-04T09:35:12.546Z Downloaded opaque-debug v0.3.1
3772026-06-04T09:35:12.546Z Downloaded mime v0.3.17
3782026-06-04T09:35:12.546Z Downloaded elliptic-curve v0.13.8
3792026-06-04T09:35:12.549Z Downloaded httparse v1.10.1
3802026-06-04T09:35:12.552Z Downloaded defmt-macros v1.0.1
3812026-06-04T09:35:12.555Z Downloaded bytecount v0.6.9
3822026-06-04T09:35:12.569Z Downloaded ciborium v0.2.2
3832026-06-04T09:35:12.569Z Downloaded hyper-rustls v0.27.7
3842026-06-04T09:35:12.569Z Downloaded hybrid-array v0.4.12
3852026-06-04T09:35:12.569Z Downloaded num v0.4.3
3862026-06-04T09:35:12.569Z Downloaded newtype-uuid-macros v0.1.0
3872026-06-04T09:35:12.569Z Downloaded num_threads v0.1.7
3882026-06-04T09:35:12.569Z Downloaded num-derive v0.4.2
3892026-06-04T09:35:12.569Z Downloaded openssl-probe v0.1.6
3902026-06-04T09:35:12.573Z Downloaded olpc-cjson v0.1.4
3912026-06-04T09:35:12.573Z Downloaded ipnet v2.11.0
3922026-06-04T09:35:12.573Z Downloaded ingot v0.1.1
3932026-06-04T09:35:12.576Z Downloaded parse-display v0.10.0
3942026-06-04T09:35:12.576Z Downloaded const_format v0.2.34
3952026-06-04T09:35:12.580Z Downloaded group v0.13.0
3962026-06-04T09:35:12.583Z Downloaded num-conv v0.2.1
3972026-06-04T09:35:12.583Z Downloaded blake2 v0.10.6
3982026-06-04T09:35:12.586Z Downloaded phf_shared v0.12.1
3992026-06-04T09:35:12.586Z Downloaded foreign-types-macros v0.2.3
4002026-06-04T09:35:12.589Z Downloaded ff v0.13.1
4012026-06-04T09:35:12.589Z Downloaded darling v0.21.3
4022026-06-04T09:35:12.592Z Downloaded openssl-macros v0.1.1
4032026-06-04T09:35:12.594Z Downloaded percent-encoding v2.3.2
4042026-06-04T09:35:12.595Z Downloaded const-oid v0.10.2
4052026-06-04T09:35:12.597Z Downloaded omicron-workspace-hack v0.1.0
4062026-06-04T09:35:12.600Z Downloaded lru-cache v0.1.2
4072026-06-04T09:35:12.600Z Downloaded lock_api v0.4.14
4082026-06-04T09:35:12.603Z Downloaded num-rational v0.4.2
4092026-06-04T09:35:12.603Z Downloaded ingot-macros v0.1.1
4102026-06-04T09:35:12.607Z Downloaded futures-channel v0.3.32
4112026-06-04T09:35:12.607Z Downloaded potential_utf v0.1.3
4122026-06-04T09:35:12.610Z Downloaded num_enum_derive v0.7.5
4132026-06-04T09:35:12.610Z Downloaded num_enum v0.7.5
4142026-06-04T09:35:12.613Z Downloaded erased-serde v0.3.31
4152026-06-04T09:35:12.616Z Downloaded proc-macro-error-attr v1.0.4
4162026-06-04T09:35:12.616Z Downloaded proc-macro-crate v1.3.1
4172026-06-04T09:35:12.619Z Downloaded pretty-hex v0.4.1
4182026-06-04T09:35:12.619Z Downloaded hmac v0.12.1
4192026-06-04T09:35:12.622Z Downloaded defmt v1.0.1
4202026-06-04T09:35:12.622Z Downloaded progenitor-client v0.11.1
4212026-06-04T09:35:12.625Z Downloaded progenitor-macro v0.10.0
4222026-06-04T09:35:12.625Z Downloaded plain v0.2.3
4232026-06-04T09:35:12.628Z Downloaded dropshot_endpoint v0.17.1
4242026-06-04T09:35:12.631Z Downloaded powerfmt v0.2.0
4252026-06-04T09:35:12.631Z Downloaded proc-macro-error-attr2 v2.0.0
4262026-06-04T09:35:12.633Z Downloaded linear-map v1.2.0
4272026-06-04T09:35:12.633Z Downloaded libsw-core v0.3.2
4282026-06-04T09:35:12.636Z Downloaded indexmap v1.9.3
4292026-06-04T09:35:12.639Z Downloaded iana-time-zone v0.1.64
4302026-06-04T09:35:12.642Z Downloaded libsw v3.5.0
4312026-06-04T09:35:12.642Z Downloaded litemap v0.8.0
4322026-06-04T09:35:12.645Z Downloaded libloading v0.8.9
4332026-06-04T09:35:12.645Z Downloaded owo-colors v4.3.0
4342026-06-04T09:35:12.648Z Downloaded progenitor-macro v0.13.0
4352026-06-04T09:35:12.651Z Downloaded password-hash v0.5.0
4362026-06-04T09:35:12.651Z Downloaded quick-error v1.2.3
4372026-06-04T09:35:12.653Z Downloaded pem v3.0.5
4382026-06-04T09:35:12.653Z Downloaded paste v1.0.15
4392026-06-04T09:35:12.656Z Downloaded ref-cast v1.0.25
4402026-06-04T09:35:12.659Z Downloaded rand_xorshift v0.4.0
4412026-06-04T09:35:12.659Z Downloaded rand_chacha v0.3.1
4422026-06-04T09:35:12.662Z Downloaded half v2.7.1
4432026-06-04T09:35:12.664Z Downloaded phf v0.12.1
4442026-06-04T09:35:12.665Z Downloaded getrandom v0.4.2
4452026-06-04T09:35:12.667Z Downloaded pin-project-internal v1.1.10
4462026-06-04T09:35:12.670Z Downloaded dropshot_endpoint v0.16.7
4472026-06-04T09:35:12.673Z Downloaded jobserver v0.1.34
4482026-06-04T09:35:12.673Z Downloaded crossbeam-channel v0.5.15
4492026-06-04T09:35:12.676Z Downloaded progenitor-macro v0.11.1
4502026-06-04T09:35:12.679Z Downloaded parse-display-derive v0.10.0
4512026-06-04T09:35:12.679Z Downloaded rustc-hash v2.1.1
4522026-06-04T09:35:12.681Z Downloaded ref-cast-impl v1.0.25
4532026-06-04T09:35:12.681Z Downloaded oxide-tokio-rt v0.1.2
4542026-06-04T09:35:12.684Z Downloaded rustc_version v0.4.1
4552026-06-04T09:35:12.684Z Downloaded omicron-zone-package v0.12.2
4562026-06-04T09:35:12.687Z Downloaded heapless v0.8.0
4572026-06-04T09:35:12.691Z Downloaded proc-macro-error v1.0.4
4582026-06-04T09:35:12.694Z Downloaded progenitor-client v0.13.0
4592026-06-04T09:35:12.694Z Downloaded progenitor-client v0.10.0
4602026-06-04T09:35:12.694Z Downloaded drift v0.2.0
4612026-06-04T09:35:12.699Z Downloaded search_path v0.1.4
4622026-06-04T09:35:12.702Z Downloaded pkg-config v0.3.32
4632026-06-04T09:35:12.706Z Downloaded pin-project-lite v0.2.16
4642026-06-04T09:35:12.709Z Downloaded bytes v1.11.1
4652026-06-04T09:35:12.709Z Downloaded ppv-lite86 v0.2.21
4662026-06-04T09:35:12.712Z Downloaded chacha20poly1305 v0.10.1
4672026-06-04T09:35:12.712Z Downloaded scroll_derive v0.13.1
4682026-06-04T09:35:12.715Z Downloaded rustc_version v0.1.7
4692026-06-04T09:35:12.715Z Downloaded pest_generator v2.8.2
4702026-06-04T09:35:12.718Z Downloaded scroll_derive v0.12.1
4712026-06-04T09:35:12.718Z Downloaded oxnet v0.1.6
4722026-06-04T09:35:12.718Z Downloaded secrecy v0.10.3
4732026-06-04T09:35:12.721Z Downloaded parking_lot_core v0.9.12
4742026-06-04T09:35:12.721Z Downloaded parking_lot v0.12.5
4752026-06-04T09:35:12.724Z Downloaded quote v1.0.45
4762026-06-04T09:35:12.727Z Downloaded rand_core v0.6.4
4772026-06-04T09:35:12.727Z Downloaded icu_provider v2.0.0
4782026-06-04T09:35:12.730Z Downloaded memmap2 v0.9.8
4792026-06-04T09:35:12.730Z Downloaded serde-big-array v0.5.1
4802026-06-04T09:35:12.733Z Downloaded num-integer v0.1.46
4812026-06-04T09:35:12.733Z Downloaded progenitor v0.13.0
4822026-06-04T09:35:12.737Z Downloaded progenitor v0.11.1
4832026-06-04T09:35:12.737Z Downloaded resolv-conf v0.7.5
4842026-06-04T09:35:12.742Z Downloaded progenitor v0.10.0
4852026-06-04T09:35:12.742Z Downloaded scopeguard v1.2.0
4862026-06-04T09:35:12.742Z Downloaded crypto-bigint v0.5.5
4872026-06-04T09:35:12.745Z Downloaded serde_repr v0.1.20
4882026-06-04T09:35:12.745Z Downloaded proc-macro-error2 v2.0.1
4892026-06-04T09:35:12.748Z Downloaded serde_spanned v1.1.1
4902026-06-04T09:35:12.751Z Downloaded once_cell v1.21.3
4912026-06-04T09:35:12.751Z Downloaded num_enum v0.5.11
4922026-06-04T09:35:12.754Z Downloaded getrandom v0.3.3
4932026-06-04T09:35:12.757Z Downloaded sigpipe v0.1.3
4942026-06-04T09:35:12.759Z Downloaded num-traits v0.2.19
4952026-06-04T09:35:12.759Z Downloaded log v0.4.29
4962026-06-04T09:35:12.762Z Downloaded jiff-static v0.2.15
4972026-06-04T09:35:12.765Z Downloaded signal-hook-tokio v0.3.1
4982026-06-04T09:35:12.765Z Downloaded rand_chacha v0.9.0
4992026-06-04T09:35:12.768Z Downloaded serde_urlencoded v0.7.1
5002026-06-04T09:35:12.768Z Downloaded flate2 v1.1.2
5012026-06-04T09:35:12.771Z Downloaded serde_spanned v0.6.9
5022026-06-04T09:35:12.771Z Downloaded sha1 v0.10.6
5032026-06-04T09:35:12.774Z Downloaded scroll v0.13.0
5042026-06-04T09:35:12.774Z Downloaded rusty-fork v0.3.0
5052026-06-04T09:35:12.777Z Downloaded slog-bunyan v2.5.0
5062026-06-04T09:35:12.777Z Downloaded futures v0.3.32
5072026-06-04T09:35:12.780Z Downloaded smawk v0.3.2
5082026-06-04T09:35:12.782Z Downloaded serde_plain v1.0.2
5092026-06-04T09:35:12.782Z Downloaded base64 v0.22.1
5102026-06-04T09:35:12.785Z Downloaded sha1 v0.11.0
5112026-06-04T09:35:12.788Z Downloaded num-complex v0.4.6
5122026-06-04T09:35:12.788Z Downloaded siphasher v1.0.1
5132026-06-04T09:35:12.791Z Downloaded icu_collections v2.0.0
5142026-06-04T09:35:12.796Z Downloaded newtype-uuid v1.3.2
5152026-06-04T09:35:12.796Z Downloaded native-tls v0.2.14
5162026-06-04T09:35:12.798Z Downloaded papergrid v0.17.0
5172026-06-04T09:35:12.798Z Downloaded rand_core v0.9.3
5182026-06-04T09:35:12.801Z Downloaded rustls-pemfile v2.2.0
5192026-06-04T09:35:12.801Z Downloaded serde_derive_internals v0.29.1
5202026-06-04T09:35:12.804Z Downloaded structmeta v0.3.0
5212026-06-04T09:35:12.804Z Downloaded same-file v1.0.6
5222026-06-04T09:35:12.807Z Downloaded strsim v0.11.1
5232026-06-04T09:35:12.807Z Downloaded quinn-udp v0.5.14
5242026-06-04T09:35:12.810Z Downloaded multer v3.1.0
5252026-06-04T09:35:12.810Z Downloaded stable_deref_trait v1.2.0
5262026-06-04T09:35:12.813Z Downloaded miniz_oxide v0.8.9
5272026-06-04T09:35:12.813Z Downloaded icu_normalizer_data v2.0.0
5282026-06-04T09:35:12.816Z Downloaded cc v1.2.63
5292026-06-04T09:35:12.818Z Downloaded structmeta-derive v0.3.0
5302026-06-04T09:35:12.818Z Downloaded icu_normalizer v2.0.0
5312026-06-04T09:35:12.821Z Downloaded subtle v2.6.1
5322026-06-04T09:35:12.821Z Downloaded swrite v0.1.0
5332026-06-04T09:35:12.824Z Downloaded strum v0.26.3
5342026-06-04T09:35:12.824Z Downloaded async-compression v0.4.33
5352026-06-04T09:35:12.827Z Downloaded icu_properties v2.0.1
5362026-06-04T09:35:12.830Z Downloaded icu_locale_core v2.0.0
5372026-06-04T09:35:12.832Z Downloaded tabled_derive v0.11.0
5382026-06-04T09:35:12.835Z Downloaded tagptr v0.2.0
5392026-06-04T09:35:12.835Z Downloaded terminal_size v0.4.3
5402026-06-04T09:35:12.838Z Downloaded sync_wrapper v1.0.2
5412026-06-04T09:35:12.838Z Downloaded supports-color v3.0.2
5422026-06-04T09:35:12.838Z Downloaded take_mut v0.2.2
5432026-06-04T09:35:12.842Z Downloaded tabled_derive v0.7.0
5442026-06-04T09:35:12.842Z Downloaded semver v0.1.20
5452026-06-04T09:35:12.842Z Downloaded scroll v0.12.0
5462026-06-04T09:35:12.845Z Downloaded schemars_derive v0.8.22
5472026-06-04T09:35:12.845Z Downloaded aws-lc-rs v1.16.2
5482026-06-04T09:35:12.848Z Downloaded slog-term v2.9.2
5492026-06-04T09:35:12.851Z Downloaded slab v0.4.11
5502026-06-04T09:35:12.854Z Downloaded serde_path_to_error v0.1.20
5512026-06-04T09:35:12.854Z Downloaded testing_table v0.3.0
5522026-06-04T09:35:12.854Z Downloaded rustversion v1.0.22
5532026-06-04T09:35:12.858Z Downloaded thread-id v4.2.2
5542026-06-04T09:35:12.858Z Downloaded thiserror-impl-no-std v2.0.2
5552026-06-04T09:35:12.861Z Downloaded allocator-api2 v0.2.21
5562026-06-04T09:35:12.861Z Downloaded static_assertions v1.1.0
5572026-06-04T09:35:12.861Z Downloaded fs_extra v1.3.0
5582026-06-04T09:35:12.865Z Downloaded tabwriter v1.4.1
5592026-06-04T09:35:12.865Z Downloaded serde_tokenstream v0.2.3
5602026-06-04T09:35:12.865Z Downloaded pest_derive v2.8.2
5612026-06-04T09:35:12.868Z Downloaded sha2 v0.10.9
5622026-06-04T09:35:12.868Z Downloaded pest_meta v2.8.2
5632026-06-04T09:35:12.871Z Downloaded papergrid v0.11.0
5642026-06-04T09:35:12.874Z Downloaded strum v0.27.2
5652026-06-04T09:35:12.874Z Downloaded openssl-sys v0.9.116
5662026-06-04T09:35:12.877Z Downloaded shlex v1.3.0
5672026-06-04T09:35:12.880Z Downloaded expectorate v1.2.0
5682026-06-04T09:35:12.880Z Downloaded postcard v1.1.3
5692026-06-04T09:35:12.882Z Downloaded pin-project v1.1.10
5702026-06-04T09:35:12.887Z Downloaded strum_macros v0.27.2
5712026-06-04T09:35:12.890Z Downloaded tokio-macros v2.7.0
5722026-06-04T09:35:12.890Z Downloaded strum_macros v0.26.4
5732026-06-04T09:35:12.893Z Downloaded slog-json v2.6.1
5742026-06-04T09:35:12.893Z Downloaded shlex v2.0.1
5752026-06-04T09:35:12.896Z Downloaded smf v0.2.3
5762026-06-04T09:35:12.896Z Downloaded slog-dtrace v0.3.0
5772026-06-04T09:35:12.896Z Downloaded time-core v0.1.8
5782026-06-04T09:35:12.900Z Downloaded thread-id v5.0.0
5792026-06-04T09:35:12.900Z Downloaded tinyvec_macros v0.1.1
5802026-06-04T09:35:12.900Z Downloaded slog-async v2.8.0
5812026-06-04T09:35:12.903Z Downloaded poly1305 v0.8.0
5822026-06-04T09:35:12.903Z Downloaded signal-hook-registry v1.4.6
5832026-06-04T09:35:12.903Z Downloaded serde_with_macros v3.14.1
5842026-06-04T09:35:12.906Z Downloaded find-msvc-tools v0.1.9
5852026-06-04T09:35:12.906Z Downloaded toml_datetime v0.6.11
5862026-06-04T09:35:12.906Z Downloaded semver v1.0.28
5872026-06-04T09:35:12.909Z Downloaded ryu v1.0.20
5882026-06-04T09:35:12.913Z Downloaded progenitor-impl v0.10.0
5892026-06-04T09:35:12.913Z Downloaded topological-sort v0.2.2
5902026-06-04T09:35:12.916Z Downloaded crossbeam-utils v0.8.21
5912026-06-04T09:35:12.916Z Downloaded clap_derive v4.6.1
5922026-06-04T09:35:12.916Z Downloaded proc-macro2 v1.0.106
5932026-06-04T09:35:12.919Z Downloaded prettyplease v0.2.37
5942026-06-04T09:35:12.921Z Downloaded chacha20 v0.9.1
5952026-06-04T09:35:12.921Z Downloaded cancel-safe-futures v0.1.5
5962026-06-04T09:35:12.924Z Downloaded camino v1.2.2
5972026-06-04T09:35:12.927Z Downloaded bitflags v2.11.1
5982026-06-04T09:35:12.927Z Downloaded anyhow v1.0.102
5992026-06-04T09:35:12.932Z Downloaded thiserror-impl v2.0.18
6002026-06-04T09:35:12.935Z Downloaded thiserror-impl v1.0.69
6012026-06-04T09:35:12.935Z Downloaded try-lock v0.2.5
6022026-06-04T09:35:12.935Z Downloaded tower-service v0.3.3
6032026-06-04T09:35:12.935Z Downloaded synstructure v0.13.2
6042026-06-04T09:35:12.935Z Downloaded thiserror v1.0.69
6052026-06-04T09:35:12.938Z Downloaded memchr v2.7.5
6062026-06-04T09:35:12.941Z Downloaded hyper-util v0.1.20
6072026-06-04T09:35:12.944Z Downloaded lru-slab v0.1.2
6082026-06-04T09:35:12.944Z Downloaded linked-hash-map v0.5.6
6092026-06-04T09:35:12.948Z Downloaded cexpr v0.6.0
6102026-06-04T09:35:12.948Z Downloaded curl v0.4.49
6112026-06-04T09:35:12.952Z Downloaded thiserror-no-std v2.0.2
6122026-06-04T09:35:12.952Z Downloaded toml_write v0.1.2
6132026-06-04T09:35:12.955Z Downloaded termtree v0.5.1
6142026-06-04T09:35:12.955Z Downloaded typify-macro v0.4.3
6152026-06-04T09:35:12.955Z Downloaded hickory-resolver v0.25.2
6162026-06-04T09:35:12.959Z Downloaded typify-macro v0.6.1
6172026-06-04T09:35:12.959Z Downloaded serde_core v1.0.228
6182026-06-04T09:35:12.962Z Downloaded hickory-resolver v0.24.4
6192026-06-04T09:35:12.962Z Downloaded thiserror v2.0.18
6202026-06-04T09:35:12.965Z Downloaded tower-layer v0.3.3
6212026-06-04T09:35:12.969Z Downloaded inout v0.1.4
6222026-06-04T09:35:12.969Z Downloaded universal-hash v0.5.1
6232026-06-04T09:35:12.969Z Downloaded unicode-linebreak v0.1.5
6242026-06-04T09:35:12.973Z Downloaded tokio-native-tls v0.3.1
6252026-06-04T09:35:12.973Z Downloaded tokio-dtrace v0.1.1
6262026-06-04T09:35:12.973Z Downloaded git-stub-vcs v0.1.0
6272026-06-04T09:35:12.973Z Downloaded futures-executor v0.3.32
6282026-06-04T09:35:12.976Z Downloaded compression-codecs v0.4.32
6292026-06-04T09:35:12.976Z Downloaded rustls-pki-types v1.12.0
6302026-06-04T09:35:12.979Z Downloaded csv-core v0.1.12
6312026-06-04T09:35:12.979Z Downloaded cipher v0.4.4
6322026-06-04T09:35:12.983Z Downloaded crc32fast v1.5.0
6332026-06-04T09:35:12.983Z Downloaded time-macros v0.2.27
6342026-06-04T09:35:12.984Z Downloaded tinystr v0.8.1
6352026-06-04T09:35:12.988Z Downloaded spin v0.9.8
6362026-06-04T09:35:12.988Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6372026-06-04T09:35:12.988Z Downloaded snafu-derive v0.8.9
6382026-06-04T09:35:12.988Z Downloaded smallvec v1.15.1
6392026-06-04T09:35:12.993Z Downloaded cmake v0.1.54
6402026-06-04T09:35:12.993Z Downloaded usdt v0.5.0
6412026-06-04T09:35:12.993Z Downloaded unarray v0.1.4
6422026-06-04T09:35:12.993Z Downloaded bit-vec v0.8.0
6432026-06-04T09:35:12.996Z Downloaded usdt v0.6.0
6442026-06-04T09:35:12.996Z Downloaded untrusted v0.9.0
6452026-06-04T09:35:12.996Z Downloaded untrusted v0.7.1
6462026-06-04T09:35:12.996Z Downloaded byteorder v1.5.0
6472026-06-04T09:35:12.996Z Downloaded anstyle v1.0.14
6482026-06-04T09:35:12.999Z Downloaded futures-macro v0.3.32
6492026-06-04T09:35:12.999Z Downloaded critical-section v1.2.0
6502026-06-04T09:35:12.999Z Downloaded term v1.2.0
6512026-06-04T09:35:13.003Z Downloaded progenitor-impl v0.11.1
6522026-06-04T09:35:13.003Z Downloaded similar v2.7.0
6532026-06-04T09:35:13.009Z Downloaded signal-hook v0.3.18
6542026-06-04T09:35:13.009Z Downloaded progenitor-impl v0.13.0
6552026-06-04T09:35:13.013Z Downloaded utf8parse v0.2.2
6562026-06-04T09:35:13.013Z Downloaded thread_local v1.1.9
6572026-06-04T09:35:13.013Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6582026-06-04T09:35:13.013Z Downloaded tokio-rustls v0.25.0
6592026-06-04T09:35:13.017Z Downloaded minimal-lexical v0.2.1
6602026-06-04T09:35:13.017Z Downloaded usdt-macro v0.6.0
6612026-06-04T09:35:13.017Z Downloaded utf8_iter v1.0.4
6622026-06-04T09:35:13.017Z Downloaded indexmap v2.14.0
6632026-06-04T09:35:13.020Z Downloaded usdt-macro v0.5.0
6642026-06-04T09:35:13.020Z Downloaded usdt-attr-macro v0.6.0
6652026-06-04T09:35:13.020Z Downloaded usdt-attr-macro v0.5.0
6662026-06-04T09:35:13.023Z Downloaded console v0.15.11
6672026-06-04T09:35:13.023Z Downloaded socket2 v0.6.4
6682026-06-04T09:35:13.026Z Downloaded hashbrown v0.12.3
6692026-06-04T09:35:13.026Z Downloaded rayon-core v1.13.0
6702026-06-04T09:35:13.029Z Downloaded base64ct v1.8.0
6712026-06-04T09:35:13.029Z Downloaded yoke-derive v0.8.0
6722026-06-04T09:35:13.032Z Downloaded mio v1.2.1
6732026-06-04T09:35:13.035Z Downloaded tempfile v3.27.0
6742026-06-04T09:35:13.035Z Downloaded dtrace-parser v0.3.0
6752026-06-04T09:35:13.035Z Downloaded wait-timeout v0.2.1
6762026-06-04T09:35:13.039Z Downloaded display-error-chain v0.2.2
6772026-06-04T09:35:13.039Z Downloaded block-buffer v0.12.0
6782026-06-04T09:35:13.039Z Downloaded block-buffer v0.10.4
6792026-06-04T09:35:13.042Z Downloaded base16ct v0.2.0
6802026-06-04T09:35:13.042Z Downloaded foreign-types v0.5.0
6812026-06-04T09:35:13.043Z Downloaded fnv v1.0.7
6822026-06-04T09:35:13.043Z Downloaded want v0.3.1
6832026-06-04T09:35:13.043Z Downloaded waitgroup v0.1.2
6842026-06-04T09:35:13.043Z Downloaded float-ord v0.3.2
6852026-06-04T09:35:13.046Z Downloaded errno v0.3.14
6862026-06-04T09:35:13.046Z Downloaded xattr v1.6.1
6872026-06-04T09:35:13.047Z Downloaded derive-ex v0.1.8
6882026-06-04T09:35:13.047Z Downloaded cstr-argument v0.1.2
6892026-06-04T09:35:13.049Z Downloaded convert_case v0.4.0
6902026-06-04T09:35:13.049Z Downloaded crucible-workspace-hack v0.1.0
6912026-06-04T09:35:13.049Z Downloaded cpufeatures v0.3.0
6922026-06-04T09:35:13.049Z Downloaded zerofrom-derive v0.1.6
6932026-06-04T09:35:13.053Z Downloaded compression-core v0.4.32
6942026-06-04T09:35:13.053Z Downloaded cfg-if v1.0.4
6952026-06-04T09:35:13.053Z Downloaded anstyle-query v1.1.4
6962026-06-04T09:35:13.053Z Downloaded http v1.4.1
6972026-06-04T09:35:13.056Z Downloaded dof v0.3.0
6982026-06-04T09:35:13.056Z Downloaded deranged v0.5.3
6992026-06-04T09:35:13.059Z Downloaded tokio-stream v0.1.17
7002026-06-04T09:35:13.059Z Downloaded tokio-rustls v0.26.4
7012026-06-04T09:35:13.062Z Downloaded serde_yaml v0.9.34+deprecated
7022026-06-04T09:35:13.062Z Downloaded colorchoice v1.0.4
7032026-06-04T09:35:13.065Z Downloaded unicode-xid v0.2.6
7042026-06-04T09:35:13.065Z Downloaded toml_parser v1.1.2+spec-1.1.0
7052026-06-04T09:35:13.065Z Downloaded zerofrom v0.1.6
7062026-06-04T09:35:13.068Z Downloaded ciborium-io v0.2.2
7072026-06-04T09:35:13.071Z Downloaded zone v0.3.1
7082026-06-04T09:35:13.071Z Downloaded qorb v0.4.1
7092026-06-04T09:35:13.076Z Downloaded zeroize_derive v1.4.3
7102026-06-04T09:35:13.079Z Downloaded toml_writer v1.1.1+spec-1.1.0
7112026-06-04T09:35:13.079Z Downloaded test-strategy v0.4.3
7122026-06-04T09:35:13.082Z Downloaded slog v2.8.2
7132026-06-04T09:35:13.082Z Downloaded zone_cfg_derive v0.3.1
7142026-06-04T09:35:13.085Z Downloaded vsss-rs v3.3.4
7152026-06-04T09:35:13.085Z Downloaded usdt-impl v0.6.0
7162026-06-04T09:35:13.085Z Downloaded rand v0.8.5
7172026-06-04T09:35:13.088Z Downloaded quinn v0.11.9
7182026-06-04T09:35:13.091Z Downloaded serde v1.0.228
7192026-06-04T09:35:13.091Z Downloaded idna v1.1.0
7202026-06-04T09:35:13.094Z Downloaded snafu v0.8.9
7212026-06-04T09:35:13.097Z Downloaded version_check v0.9.5
7222026-06-04T09:35:13.097Z Downloaded toml v0.8.23
7232026-06-04T09:35:13.100Z Downloaded serde_derive v1.0.228
7242026-06-04T09:35:13.100Z Downloaded iddqd v0.3.18
7252026-06-04T09:35:13.117Z Downloaded whoami v1.6.1
7262026-06-04T09:35:13.122Z Downloaded yoke v0.8.0
7272026-06-04T09:35:13.126Z Downloaded walkdir v2.5.0
7282026-06-04T09:35:13.126Z Downloaded toml v1.1.2+spec-1.1.0
7292026-06-04T09:35:13.128Z Downloaded toml v0.9.12+spec-1.1.0
7302026-06-04T09:35:13.131Z Downloaded zeroize v1.8.1
7312026-06-04T09:35:13.131Z Downloaded zerovec-derive v0.11.1
7322026-06-04T09:35:13.131Z Downloaded nom v7.1.3
7332026-06-04T09:35:13.134Z Downloaded tracing-attributes v0.1.30
7342026-06-04T09:35:13.137Z Downloaded usdt-impl v0.5.0
7352026-06-04T09:35:13.137Z Downloaded writeable v0.6.1
7362026-06-04T09:35:13.140Z Downloaded zmij v1.0.17
7372026-06-04T09:35:13.140Z Downloaded toml v0.7.8
7382026-06-04T09:35:13.142Z Downloaded rustls-webpki v0.103.6
7392026-06-04T09:35:13.142Z Downloaded textwrap v0.16.2
7402026-06-04T09:35:13.145Z Downloaded ucd-trie v0.1.7
7412026-06-04T09:35:13.145Z Downloaded hyper v1.10.1
7422026-06-04T09:35:13.152Z Downloaded tinyvec v1.10.0
7432026-06-04T09:35:13.155Z Downloaded rand v0.9.3
7442026-06-04T09:35:13.158Z Downloaded schemars v1.2.0
7452026-06-04T09:35:13.163Z Downloaded schemars v0.9.0
7462026-06-04T09:35:13.170Z Downloaded hashbrown v0.16.1
7472026-06-04T09:35:13.173Z Downloaded schemars v0.8.22
7482026-06-04T09:35:13.179Z Downloaded zerocopy-derive v0.7.35
7492026-06-04T09:35:13.181Z Downloaded tar v0.4.45
7502026-06-04T09:35:13.184Z Downloaded unsafe-libyaml v0.2.11
7512026-06-04T09:35:13.187Z Downloaded iri-string v0.7.8
7522026-06-04T09:35:13.190Z Downloaded hashbrown v0.15.5
7532026-06-04T09:35:13.198Z Downloaded uuid v1.23.2
7542026-06-04T09:35:13.201Z Downloaded unicode-ident v1.0.24
7552026-06-04T09:35:13.204Z Downloaded typify v0.6.1
7562026-06-04T09:35:13.204Z Downloaded tracing-core v0.1.34
7572026-06-04T09:35:13.207Z Downloaded typify v0.4.3
7582026-06-04T09:35:13.210Z Downloaded steno v0.4.1
7592026-06-04T09:35:13.216Z Downloaded clap_builder v4.6.0
7602026-06-04T09:35:13.219Z Downloaded toml_edit v0.22.27
7612026-06-04T09:35:13.222Z Downloaded itertools v0.12.1
7622026-06-04T09:35:13.225Z Downloaded dropshot-api-manager v0.7.2
7632026-06-04T09:35:13.228Z Downloaded vergen v8.3.2
7642026-06-04T09:35:13.237Z Downloaded pest v2.8.2
7652026-06-04T09:35:13.240Z Downloaded hashbrown v0.17.1
7662026-06-04T09:35:13.242Z Downloaded hkdf v0.12.4
7672026-06-04T09:35:13.245Z Downloaded aho-corasick v1.1.3
7682026-06-04T09:35:13.251Z Downloaded icu_properties_data v2.0.1
7692026-06-04T09:35:13.259Z Downloaded futures-util v0.3.32
7702026-06-04T09:35:13.271Z Downloaded toml_edit v0.19.15
7712026-06-04T09:35:13.279Z Downloaded zerotrie v0.2.2
7722026-06-04T09:35:13.284Z Downloaded tracing v0.1.41
7732026-06-04T09:35:13.299Z Downloaded itertools v0.14.0
7742026-06-04T09:35:13.302Z Downloaded unicode-segmentation v1.12.0
7752026-06-04T09:35:13.305Z Downloaded libm v0.2.15
7762026-06-04T09:35:13.309Z Downloaded zerocopy-derive v0.8.27
7772026-06-04T09:35:13.312Z Downloaded h2 v0.4.14
7782026-06-04T09:35:13.315Z Downloaded reqwest v0.12.23
7792026-06-04T09:35:13.319Z Downloaded goblin v0.8.2
7802026-06-04T09:35:13.322Z Downloaded blake3 v1.8.2
7812026-06-04T09:35:13.326Z Downloaded typed-path v0.9.3
7822026-06-04T09:35:13.329Z Downloaded url v2.5.7
7832026-06-04T09:35:13.335Z Downloaded typenum v1.20.1
7842026-06-04T09:35:13.338Z Downloaded rayon v1.11.0
7852026-06-04T09:35:13.341Z Downloaded reqwest v0.13.2
7862026-06-04T09:35:13.349Z Downloaded tower v0.5.2
7872026-06-04T09:35:13.359Z Downloaded git2 v0.19.0
7882026-06-04T09:35:13.370Z Downloaded regex v1.12.3
7892026-06-04T09:35:13.373Z Downloaded portable-atomic v1.11.1
7902026-06-04T09:35:13.377Z Downloaded unicode-normalization v0.1.24
7912026-06-04T09:35:13.380Z Downloaded serde_json v1.0.150
7922026-06-04T09:35:13.390Z Downloaded tokio-util v0.7.16
7932026-06-04T09:35:13.394Z Downloaded chrono v0.4.44
7942026-06-04T09:35:13.398Z Downloaded tough v0.20.0
7952026-06-04T09:35:13.402Z Downloaded tower-http v0.6.8
7962026-06-04T09:35:13.408Z Downloaded bindgen v0.72.1
7972026-06-04T09:35:13.417Z Downloaded serde_with v3.14.1
7982026-06-04T09:35:13.425Z Downloaded zerovec v0.11.4
7992026-06-04T09:35:13.428Z Downloaded proptest v1.8.0
8002026-06-04T09:35:13.433Z Downloaded goblin v0.10.1
8012026-06-04T09:35:13.446Z Downloaded rustls-webpki v0.102.8
8022026-06-04T09:35:13.456Z Downloaded moka v0.12.11
8032026-06-04T09:35:13.469Z Downloaded zerocopy v0.7.35
8042026-06-04T09:35:13.513Z Downloaded winnow v0.5.40
8052026-06-04T09:35:13.515Z Downloaded tabled v0.20.0
8062026-06-04T09:35:13.524Z Downloaded curve25519-dalek v4.1.3
8072026-06-04T09:35:13.529Z Downloaded winnow v0.7.14
8082026-06-04T09:35:13.534Z Downloaded tabled v0.15.0
8092026-06-04T09:35:13.543Z Downloaded syn v1.0.109
8102026-06-04T09:35:13.562Z Downloaded winnow v1.0.3
8112026-06-04T09:35:13.567Z Downloaded bstr v1.12.0
8122026-06-04T09:35:13.573Z Downloaded vcpkg v0.2.15
8132026-06-04T09:35:13.597Z Downloaded nix v0.30.1
8142026-06-04T09:35:13.603Z Downloaded openssl v0.10.80
8152026-06-04T09:35:13.609Z Downloaded unicode-width v0.2.1
8162026-06-04T09:35:13.612Z Downloaded smoltcp v0.11.0
8172026-06-04T09:35:13.619Z Downloaded time v0.3.47
8182026-06-04T09:35:13.625Z Downloaded zerocopy v0.8.27
8192026-06-04T09:35:13.637Z Downloaded syn v2.0.117
8202026-06-04T09:35:13.643Z Downloaded openapiv3 v2.2.0
8212026-06-04T09:35:13.649Z Downloaded webpki-roots v1.0.2
8222026-06-04T09:35:13.651Z Downloaded hickory-proto v0.24.4
8232026-06-04T09:35:13.659Z Downloaded rustls v0.22.4
8242026-06-04T09:35:13.665Z Downloaded unicode-width v0.1.14
8252026-06-04T09:35:13.669Z Downloaded dropshot v0.16.7
8262026-06-04T09:35:13.680Z Downloaded regex-syntax v0.8.6
8272026-06-04T09:35:13.684Z Downloaded rustls v0.23.40
8282026-06-04T09:35:13.690Z Downloaded rustix v0.38.44
8292026-06-04T09:35:13.703Z Downloaded hickory-proto v0.25.2
8302026-06-04T09:35:13.711Z Downloaded regress v0.10.5
8312026-06-04T09:35:13.715Z Downloaded dropshot v0.17.1
8322026-06-04T09:35:13.727Z Downloaded quinn-proto v0.11.14
8332026-06-04T09:35:13.746Z Downloaded rustix v1.1.4
8342026-06-04T09:35:13.772Z Downloaded typify-impl v0.6.1
8352026-06-04T09:35:13.779Z Downloaded typify-impl v0.4.3
8362026-06-04T09:35:13.786Z Downloaded regex-automata v0.4.13
8372026-06-04T09:35:13.816Z Downloaded petgraph v0.6.5
8382026-06-04T09:35:13.827Z Downloaded chrono-tz v0.10.4
8392026-06-04T09:35:13.843Z Downloaded petgraph v0.8.2
8402026-06-04T09:35:13.854Z Downloaded jiff v0.2.15
8412026-06-04T09:35:13.863Z Downloaded csv v1.4.0
8422026-06-04T09:35:13.882Z Downloaded libc v0.2.183
8432026-06-04T09:35:13.901Z Downloaded libz-sys v1.1.22
8442026-06-04T09:35:13.913Z Downloaded tokio v1.52.3
8452026-06-04T09:35:13.952Z Downloaded sha3 v0.10.8
8462026-06-04T09:35:13.996Z Downloaded encoding_rs v0.8.35
8472026-06-04T09:35:14.029Z Downloaded ring v0.17.14
8482026-06-04T09:35:14.052Z Downloaded libgit2-sys v0.17.0+1.8.1
8492026-06-04T09:35:14.110Z Downloaded curl-sys v0.4.83+curl-8.15.0
8502026-06-04T09:35:14.620Z Downloaded aws-lc-sys v0.39.1
8512026-06-04T09:35:14.950Z Compiling proc-macro2 v1.0.106
8522026-06-04T09:35:14.950Z Compiling quote v1.0.45
8532026-06-04T09:35:14.955Z Compiling unicode-ident v1.0.24
8542026-06-04T09:35:14.955Z Compiling serde_core v1.0.228
8552026-06-04T09:35:14.955Z Compiling serde v1.0.228
8562026-06-04T09:35:14.955Z Compiling libc v0.2.183
8572026-06-04T09:35:14.955Z Checking cfg-if v1.0.4
8582026-06-04T09:35:15.241Z Compiling zmij v1.0.17
8592026-06-04T09:35:15.263Z Compiling autocfg v1.5.0
8602026-06-04T09:35:15.547Z Compiling memchr v2.7.5
8612026-06-04T09:35:15.591Z Compiling libm v0.2.15
8622026-06-04T09:35:15.946Z Compiling getrandom v0.4.2
8632026-06-04T09:35:15.974Z Checking smallvec v1.15.1
8642026-06-04T09:35:16.075Z Checking itoa v1.0.15
8652026-06-04T09:35:16.091Z Compiling version_check v0.9.5
8662026-06-04T09:35:16.116Z Compiling thiserror v2.0.18
8672026-06-04T09:35:16.192Z Compiling jobserver v0.1.34
8682026-06-04T09:35:16.226Z Compiling shlex v2.0.1
8692026-06-04T09:35:16.340Z Compiling syn v2.0.117
8702026-06-04T09:35:16.359Z Compiling find-msvc-tools v0.1.9
8712026-06-04T09:35:16.389Z Compiling icu_normalizer_data v2.0.0
8722026-06-04T09:35:16.406Z Compiling icu_properties_data v2.0.1
8732026-06-04T09:35:16.588Z Compiling cc v1.2.63
8742026-06-04T09:35:16.636Z Compiling parking_lot_core v0.9.12
8752026-06-04T09:35:16.652Z Checking stable_deref_trait v1.2.0
8762026-06-04T09:35:16.655Z Compiling serde_json v1.0.150
8772026-06-04T09:35:16.877Z Compiling heck v0.5.0
8782026-06-04T09:35:16.940Z Checking writeable v0.6.1
8792026-06-04T09:35:16.975Z Checking litemap v0.8.0
8802026-06-04T09:35:17.076Z Compiling num-traits v0.2.19
8812026-06-04T09:35:17.109Z Checking percent-encoding v2.3.2
8822026-06-04T09:35:17.328Z Checking form_urlencoded v1.2.2
8832026-06-04T09:35:17.451Z Checking utf8_iter v1.0.4
8842026-06-04T09:35:17.466Z Compiling zerocopy v0.8.27
8852026-06-04T09:35:17.506Z Checking pin-project-lite v0.2.16
8862026-06-04T09:35:17.571Z Checking iana-time-zone v0.1.64
8872026-06-04T09:35:17.598Z Compiling log v0.4.29
8882026-06-04T09:35:17.622Z Compiling rustversion v1.0.22
8892026-06-04T09:35:17.674Z Compiling semver v1.0.28
8902026-06-04T09:35:17.771Z Checking socket2 v0.6.4
8912026-06-04T09:35:17.797Z Compiling equivalent v1.0.2
8922026-06-04T09:35:17.885Z Checking uuid v1.23.2
8932026-06-04T09:35:17.901Z Checking scopeguard v1.2.0
8942026-06-04T09:35:18.000Z Checking lock_api v0.4.14
8952026-06-04T09:35:18.145Z Checking signal-hook-registry v1.4.6
8962026-06-04T09:35:18.161Z Checking mio v1.2.1
8972026-06-04T09:35:18.176Z Checking getrandom v0.2.16
8982026-06-04T09:35:18.192Z Checking dyn-clone v1.0.20
8992026-06-04T09:35:18.192Z Checking parking_lot v0.12.5
9002026-06-04T09:35:18.291Z Compiling schemars v0.8.22
9012026-06-04T09:35:18.306Z Checking bitflags v2.11.1
9022026-06-04T09:35:18.432Z Compiling portable-atomic v1.11.1
9032026-06-04T09:35:18.467Z Checking futures-core v0.3.32
9042026-06-04T09:35:18.561Z Checking critical-section v1.2.0
9052026-06-04T09:35:18.642Z Compiling ring v0.17.14
9062026-06-04T09:35:18.672Z Compiling hashbrown v0.17.1
9072026-06-04T09:35:18.815Z Compiling thiserror v1.0.69
9082026-06-04T09:35:18.830Z Compiling httparse v1.10.1
9092026-06-04T09:35:18.877Z Checking futures-sink v0.3.32
9102026-06-04T09:35:18.991Z Compiling regex-syntax v0.8.6
9112026-06-04T09:35:19.132Z Compiling synstructure v0.13.2
9122026-06-04T09:35:19.171Z Compiling serde_derive_internals v0.29.1
9132026-06-04T09:35:19.340Z Compiling indexmap v2.14.0
9142026-06-04T09:35:19.441Z Checking once_cell v1.21.3
9152026-06-04T09:35:19.922Z Compiling rustix v1.1.4
9162026-06-04T09:35:19.939Z Checking slab v0.4.11
9172026-06-04T09:35:19.955Z Compiling aho-corasick v1.1.3
9182026-06-04T09:35:19.981Z Checking subtle v2.6.1
9192026-06-04T09:35:20.093Z Compiling ucd-trie v0.1.7
9202026-06-04T09:35:20.173Z Checking futures-channel v0.3.32
9212026-06-04T09:35:20.321Z Compiling anyhow v1.0.102
9222026-06-04T09:35:20.367Z Checking rand_core v0.6.4
9232026-06-04T09:35:20.383Z Compiling serde_derive v1.0.228
9242026-06-04T09:35:20.487Z Compiling zerofrom-derive v0.1.6
9252026-06-04T09:35:20.530Z Compiling yoke-derive v0.8.0
9262026-06-04T09:35:20.585Z Compiling zerovec-derive v0.11.1
9272026-06-04T09:35:20.635Z Compiling displaydoc v0.2.5
9282026-06-04T09:35:21.082Z Compiling thiserror-impl v2.0.18
9292026-06-04T09:35:21.379Z Compiling schemars_derive v0.8.22
9302026-06-04T09:35:21.398Z Compiling tokio-macros v2.7.0
9312026-06-04T09:35:21.564Z Compiling zerocopy-derive v0.8.27
9322026-06-04T09:35:21.660Z Compiling futures-macro v0.3.32
9332026-06-04T09:35:21.685Z Checking zerofrom v0.1.6
9342026-06-04T09:35:21.806Z Checking yoke v0.8.0
9352026-06-04T09:35:21.983Z Checking zerovec v0.11.4
9362026-06-04T09:35:22.099Z Checking zerotrie v0.2.2
9372026-06-04T09:35:22.393Z Compiling zeroize_derive v1.4.3
9382026-06-04T09:35:22.436Z Compiling thiserror-impl v1.0.69
9392026-06-04T09:35:22.479Z Compiling regex-automata v0.4.13
9402026-06-04T09:35:22.548Z Compiling pest v2.8.2
9412026-06-04T09:35:22.663Z Checking tinystr v0.8.1
9422026-06-04T09:35:22.754Z Checking potential_utf v0.1.3
9432026-06-04T09:35:22.845Z Checking icu_locale_core v2.0.0
9442026-06-04T09:35:22.886Z Checking icu_collections v2.0.0
9452026-06-04T09:35:23.172Z Checking zeroize v1.8.1
9462026-06-04T09:35:23.281Z Checking icu_provider v2.0.0
9472026-06-04T09:35:23.387Z Checking bytes v1.11.1
9482026-06-04T09:35:23.514Z Checking icu_normalizer v2.0.0
9492026-06-04T09:35:23.530Z Checking icu_properties v2.0.1
9502026-06-04T09:35:23.567Z Checking chrono v0.4.44
9512026-06-04T09:35:23.865Z Compiling serde_tokenstream v0.2.3
9522026-06-04T09:35:23.880Z Checking tokio v1.52.3
9532026-06-04T09:35:24.149Z Compiling regex v1.12.3
9542026-06-04T09:35:24.387Z Compiling pest_meta v2.8.2
9552026-06-04T09:35:24.403Z Checking idna_adapter v1.2.1
9562026-06-04T09:35:24.527Z Checking idna v1.1.0
9572026-06-04T09:35:24.548Z Checking typenum v1.20.1
9582026-06-04T09:35:24.641Z Checking futures-task v0.3.32
9592026-06-04T09:35:24.692Z Checking futures-io v0.3.32
9602026-06-04T09:35:24.765Z Checking url v2.5.7
9612026-06-04T09:35:24.782Z Compiling getrandom v0.3.3
9622026-06-04T09:35:24.813Z Checking futures-util v0.3.32
9632026-06-04T09:35:25.122Z Compiling pest_generator v2.8.2
9642026-06-04T09:35:25.289Z Compiling tracing-attributes v0.1.30
9652026-06-04T09:35:25.316Z Checking tracing-core v0.1.34
9662026-06-04T09:35:25.617Z Compiling pkg-config v0.3.32
9672026-06-04T09:35:25.717Z Compiling allocator-api2 v0.2.21
9682026-06-04T09:35:25.747Z Compiling pest_derive v2.8.2
9692026-06-04T09:35:25.812Z Compiling foldhash v0.2.0
9702026-06-04T09:35:26.011Z Checking fnv v1.0.7
9712026-06-04T09:35:26.053Z Compiling hashbrown v0.16.1
9722026-06-04T09:35:26.104Z Checking http v1.4.1
9732026-06-04T09:35:26.131Z Compiling generic-array v0.14.7
9742026-06-04T09:35:26.251Z Compiling vcpkg v0.2.15
9752026-06-04T09:35:26.497Z Checking tracing v0.1.41
9762026-06-04T09:35:26.624Z Compiling num-conv v0.2.1
9772026-06-04T09:35:26.643Z Compiling time-core v0.1.8
9782026-06-04T09:35:26.661Z Compiling byteorder v1.5.0
9792026-06-04T09:35:26.691Z Compiling regress v0.10.5
9802026-06-04T09:35:26.791Z Compiling time-macros v0.2.27
9812026-06-04T09:35:26.878Z Checking errno v0.3.14
9822026-06-04T09:35:26.997Z Checking ipnet v2.11.0
9832026-06-04T09:35:27.014Z Checking base64 v0.22.1
9842026-06-04T09:35:27.211Z Checking tokio-util v0.7.16
9852026-06-04T09:35:27.227Z Compiling scroll_derive v0.13.1
9862026-06-04T09:35:27.329Z Compiling camino v1.2.2
9872026-06-04T09:35:27.451Z Checking crypto-common v0.1.6
9882026-06-04T09:35:27.696Z Checking http-body v1.0.1
9892026-06-04T09:35:27.713Z Checking atomic-waker v1.1.2
9902026-06-04T09:35:27.770Z Compiling crossbeam-utils v0.8.21
9912026-06-04T09:35:27.811Z Checking ppv-lite86 v0.2.21
9922026-06-04T09:35:28.057Z Compiling slog v2.8.2
9932026-06-04T09:35:28.093Z Checking tower-service v0.3.3
9942026-06-04T09:35:28.108Z Compiling paste v1.0.15
9952026-06-04T09:35:28.139Z Checking tower-layer v0.3.3
9962026-06-04T09:35:28.184Z Checking try-lock v0.2.5
9972026-06-04T09:35:28.294Z Checking h2 v0.4.14
9982026-06-04T09:35:28.297Z Checking want v0.3.1
9992026-06-04T09:35:28.325Z Checking ipnetwork v0.21.1
10002026-06-04T09:35:28.383Z Checking erased-serde v0.3.31
10012026-06-04T09:35:28.428Z Checking rustls-pki-types v1.12.0
10022026-06-04T09:35:28.449Z Checking httpdate v1.0.3
10032026-06-04T09:35:28.512Z Checking ryu v1.0.20
10042026-06-04T09:35:28.535Z Checking pretty-hex v0.4.1
10052026-06-04T09:35:28.645Z Compiling async-trait v0.1.89
10062026-06-04T09:35:28.661Z Checking untrusted v0.9.0
10072026-06-04T09:35:28.739Z Compiling scroll v0.13.0
10082026-06-04T09:35:29.008Z Compiling usdt-impl v0.6.0
10092026-06-04T09:35:29.046Z Checking plain v0.2.3
10102026-06-04T09:35:29.149Z Checking http-body-util v0.1.3
10112026-06-04T09:35:29.183Z Compiling goblin v0.10.1
10122026-06-04T09:35:30.233Z Compiling openssl-sys v0.9.116
10132026-06-04T09:35:30.236Z Compiling cmake v0.1.54
10142026-06-04T09:35:30.236Z Compiling fs_extra v1.3.0
10152026-06-04T09:35:30.236Z Compiling slog-async v2.8.0
10162026-06-04T09:35:30.236Z Compiling dunce v1.0.5
10172026-06-04T09:35:30.236Z Compiling strsim v0.11.1
10182026-06-04T09:35:30.236Z Compiling aws-lc-sys v0.39.1
10192026-06-04T09:35:30.236Z Checking rand_core v0.9.3
10202026-06-04T09:35:30.236Z Checking serde_urlencoded v0.7.1
10212026-06-04T09:35:30.236Z Checking oxnet v0.1.6
10222026-06-04T09:35:30.236Z Checking block-buffer v0.10.4
10232026-06-04T09:35:30.236Z Compiling dtrace-parser v0.3.0
10242026-06-04T09:35:30.236Z Compiling openapiv3 v2.2.0
10252026-06-04T09:35:30.236Z Compiling thread-id v5.0.0
10262026-06-04T09:35:30.236Z Checking digest v0.10.7
10272026-06-04T09:35:30.236Z Checking hyper v1.10.1
10282026-06-04T09:35:30.362Z Compiling typify-impl v0.4.3
10292026-06-04T09:35:30.617Z Compiling omicron-workspace-hack v0.1.0
10302026-06-04T09:35:30.812Z Compiling ident_case v1.0.1
10312026-06-04T09:35:30.934Z Compiling darling_core v0.21.3
10322026-06-04T09:35:31.108Z Checking hyper-util v0.1.20
10332026-06-04T09:35:31.126Z Checking rand_chacha v0.9.0
10342026-06-04T09:35:31.310Z Compiling daft-derive v0.1.5
10352026-06-04T09:35:31.400Z Compiling aws-lc-rs v1.16.2
10362026-06-04T09:35:31.528Z Checking powerfmt v0.2.0
10372026-06-04T09:35:31.681Z Checking deranged v0.5.3
10382026-06-04T09:35:31.700Z Checking rand v0.9.3
10392026-06-04T09:35:32.030Z Compiling dof v0.4.0
10402026-06-04T09:35:32.161Z Compiling unsafe-libyaml v0.2.11
10412026-06-04T09:35:32.282Z Compiling syn v1.0.109
10422026-06-04T09:35:32.774Z Checking num_threads v0.1.7
10432026-06-04T09:35:32.811Z Compiling serde_yaml v0.9.34+deprecated
10442026-06-04T09:35:32.857Z Checking time v0.3.47
10452026-06-04T09:35:32.874Z Checking sync_wrapper v1.0.2
10462026-06-04T09:35:32.963Z Compiling darling_macro v0.21.3
10472026-06-04T09:35:33.086Z Compiling usdt-macro v0.6.0
10482026-06-04T09:35:33.498Z Compiling usdt-attr-macro v0.6.0
10492026-06-04T09:35:33.624Z Compiling typify-macro v0.4.3
10502026-06-04T09:35:33.664Z Compiling darling v0.21.3
10512026-06-04T09:35:33.748Z Checking encoding_rs v0.8.35
10522026-06-04T09:35:34.008Z Checking untrusted v0.7.1
10532026-06-04T09:35:34.053Z Checking mime v0.3.17
10542026-06-04T09:35:34.071Z Checking cpufeatures v0.2.17
10552026-06-04T09:35:34.137Z Checking tower v0.5.2
10562026-06-04T09:35:34.368Z Checking crossbeam-channel v0.5.15
10572026-06-04T09:35:34.525Z Checking futures-executor v0.3.32
10582026-06-04T09:35:34.584Z Compiling structmeta-derive v0.3.0
10592026-06-04T09:35:34.624Z Compiling multer v3.1.0
10602026-06-04T09:35:34.665Z Compiling rustls v0.22.4
10612026-06-04T09:35:34.681Z Compiling rustls v0.23.40
10622026-06-04T09:35:34.695Z Checking iri-string v0.7.8
10632026-06-04T09:35:34.885Z Checking futures v0.3.32
10642026-06-04T09:35:34.914Z Compiling async-stream-impl v0.3.6
10652026-06-04T09:35:34.960Z Checking thread_local v1.1.9
10662026-06-04T09:35:35.101Z Compiling typify v0.4.3
10672026-06-04T09:35:35.119Z Checking unicode-width v0.2.1
10682026-06-04T09:35:35.135Z Checking hex v0.4.3
10692026-06-04T09:35:35.190Z Compiling openssl v0.10.80
10702026-06-04T09:35:35.344Z Checking fastrand v2.3.0
10712026-06-04T09:35:35.366Z Checking foreign-types-shared v0.1.1
10722026-06-04T09:35:35.447Z Checking foreign-types v0.3.2
10732026-06-04T09:35:35.512Z Checking tempfile v3.27.0
10742026-06-04T09:35:35.515Z Compiling openssl-macros v0.1.1
10752026-06-04T09:35:35.582Z Compiling structmeta v0.3.0
10762026-06-04T09:35:35.681Z Checking tower-http v0.6.8
10772026-06-04T09:35:35.708Z Compiling strum_macros v0.26.4
10782026-06-04T09:35:35.730Z Checking memmap2 v0.9.8
10792026-06-04T09:35:35.779Z Checking is-terminal v0.4.16
10802026-06-04T09:35:35.867Z Compiling native-tls v0.2.14
10812026-06-04T09:35:35.883Z Checking openssl-probe v0.1.6
10822026-06-04T09:35:35.975Z Checking take_mut v0.2.2
10832026-06-04T09:35:35.989Z Checking term v1.2.0
10842026-06-04T09:35:36.059Z Checking match_cfg v0.1.0
10852026-06-04T09:35:36.136Z Checking hostname v0.3.1
10862026-06-04T09:35:36.197Z Checking slog-term v2.9.2
10872026-06-04T09:35:36.449Z Checking slog-json v2.6.1
10882026-06-04T09:35:36.554Z Compiling newtype-uuid-macros v0.1.0
10892026-06-04T09:35:36.598Z Compiling ref-cast v1.0.25
10902026-06-04T09:35:36.841Z Checking slog-bunyan v2.5.0
10912026-06-04T09:35:36.966Z Compiling ref-cast-impl v1.0.25
10922026-06-04T09:35:37.176Z Compiling dropshot v0.16.7
10932026-06-04T09:35:37.305Z Compiling derive-ex v0.1.8
10942026-06-04T09:35:37.355Z Checking webpki-roots v1.0.2
10952026-06-04T09:35:37.445Z Compiling dropshot_endpoint v0.16.7
10962026-06-04T09:35:37.473Z Compiling strum_macros v0.27.2
10972026-06-04T09:35:37.847Z Checking winnow v0.7.14
10982026-06-04T09:35:38.446Z Checking tokio-native-tls v0.3.1
10992026-06-04T09:35:38.641Z Checking hyper-tls v0.6.0
11002026-06-04T09:35:38.794Z Compiling progenitor-impl v0.11.1
11012026-06-04T09:35:38.842Z Compiling test-strategy v0.4.3
11022026-06-04T09:35:38.876Z Checking newtype-uuid v1.3.2
11032026-06-04T09:35:39.046Z Checking winnow v1.0.3
11042026-06-04T09:35:39.049Z Checking either v1.15.0
11052026-06-04T09:35:39.237Z Checking usdt v0.6.0
11062026-06-04T09:35:39.252Z Checking daft v0.1.5
11072026-06-04T09:35:39.285Z Compiling serde_with_macros v3.14.1
11082026-06-04T09:35:39.328Z Checking toml_parser v1.1.2+spec-1.1.0
11092026-06-04T09:35:39.393Z Checking serde_spanned v1.1.1
11102026-06-04T09:35:39.413Z Checking debug-ignore v1.0.5
11112026-06-04T09:35:39.513Z Checking toml_writer v1.1.1+spec-1.1.0
11122026-06-04T09:35:39.626Z Checking spin v0.9.8
11132026-06-04T09:35:39.695Z Compiling parse-display-derive v0.10.0
11142026-06-04T09:35:39.800Z Checking async-stream v0.3.6
11152026-06-04T09:35:39.950Z Checking rustls-webpki v0.102.8
11162026-06-04T09:35:40.002Z Checking rustls-pemfile v2.2.0
11172026-06-04T09:35:40.143Z Checking waitgroup v0.1.2
11182026-06-04T09:35:40.176Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11192026-06-04T09:35:40.246Z Checking serde_path_to_error v0.1.20
11202026-06-04T09:35:40.302Z Checking hostname v0.4.2
11212026-06-04T09:35:40.509Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11222026-06-04T09:35:40.619Z Checking strum v0.26.3
11232026-06-04T09:35:40.727Z Checking rand_chacha v0.3.1
11242026-06-04T09:35:40.814Z Compiling toml_datetime v0.6.11
11252026-06-04T09:35:40.848Z Compiling progenitor-macro v0.11.1
11262026-06-04T09:35:40.867Z Checking macaddr v1.0.1
11272026-06-04T09:35:40.912Z Checking toml_datetime v0.7.5+spec-1.1.0
11282026-06-04T09:35:41.040Z Checking wait-timeout v0.2.1
11292026-06-04T09:35:41.043Z Checking quick-error v1.2.3
11302026-06-04T09:35:41.156Z Checking lazy_static v1.5.0
11312026-06-04T09:35:41.172Z Checking bit-vec v0.8.0
11322026-06-04T09:35:41.218Z Checking rusty-fork v0.3.0
11332026-06-04T09:35:41.233Z Checking toml v0.9.12+spec-1.1.0
11342026-06-04T09:35:41.248Z Checking rand v0.8.5
11352026-06-04T09:35:41.356Z Checking bit-set v0.8.0
11362026-06-04T09:35:41.379Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11372026-06-04T09:35:41.497Z Checking tabwriter v1.4.1
11382026-06-04T09:35:41.639Z Checking sha1 v0.10.6
11392026-06-04T09:35:41.668Z Checking rand_xorshift v0.4.0
11402026-06-04T09:35:41.766Z Checking tokio-rustls v0.25.0
11412026-06-04T09:35:41.782Z Compiling clap_derive v4.6.1
11422026-06-04T09:35:41.813Z Checking unarray v0.1.4
11432026-06-04T09:35:41.842Z Checking colored v3.1.1
11442026-06-04T09:35:41.912Z Checking utf8parse v0.2.2
11452026-06-04T09:35:41.933Z Checking proptest v1.8.0
11462026-06-04T09:35:42.011Z Checking anstyle-parse v1.0.0
11472026-06-04T09:35:42.030Z Checking strum v0.27.2
11482026-06-04T09:35:42.161Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11492026-06-04T09:35:42.234Z Checking terminal_size v0.4.3
11502026-06-04T09:35:42.548Z Checking anstyle-query v1.1.4
11512026-06-04T09:35:42.645Z Checking is_terminal_polyfill v1.70.1
11522026-06-04T09:35:42.703Z Checking colorchoice v1.0.4
11532026-06-04T09:35:42.707Z Checking anstyle v1.0.14
11542026-06-04T09:35:42.898Z Checking anstream v1.0.0
11552026-06-04T09:35:43.005Z Checking itertools v0.14.0
11562026-06-04T09:35:43.253Z Checking clap_lex v1.1.0
11572026-06-04T09:35:43.517Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11582026-06-04T09:35:43.891Z Checking clap_builder v4.6.0
11592026-06-04T09:35:44.150Z Checking serde_with v3.14.1
11602026-06-04T09:35:44.993Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11612026-06-04T09:35:45.035Z Checking instant v0.1.13
11622026-06-04T09:35:45.131Z Checking clap v4.6.1
11632026-06-04T09:35:45.207Z Checking rustc-hash v2.1.1
11642026-06-04T09:35:45.325Z Checking backoff v0.4.0
11652026-06-04T09:35:45.339Z Checking iddqd v0.3.18
11662026-06-04T09:35:45.482Z Checking parse-display v0.10.0
11672026-06-04T09:35:45.498Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11682026-06-04T09:35:45.603Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11692026-06-04T09:35:47.210Z Compiling num-derive v0.4.2
11702026-06-04T09:35:47.676Z Compiling rustls-webpki v0.103.6
11712026-06-04T09:35:47.988Z Compiling prettyplease v0.2.37
11722026-06-04T09:35:50.076Z Checking serde_spanned v0.6.9
11732026-06-04T09:35:50.325Z Compiling memoffset v0.9.1
11742026-06-04T09:35:50.340Z Compiling cfg_aliases v0.2.1
11752026-06-04T09:35:50.826Z Compiling tokio-rustls v0.26.4
11762026-06-04T09:35:50.915Z Compiling nix v0.30.1
11772026-06-04T09:35:51.434Z Compiling hyper-rustls v0.27.7
11782026-06-04T09:35:51.661Z Compiling reqwest v0.12.23
11792026-06-04T09:35:52.704Z Checking crossbeam-epoch v0.9.18
11802026-06-04T09:35:52.791Z Compiling progenitor-client v0.11.1
11812026-06-04T09:35:53.048Z Compiling winnow v0.5.40
11822026-06-04T09:35:54.330Z Compiling toml_edit v0.19.15
11832026-06-04T09:35:54.598Z Compiling progenitor v0.11.1
11842026-06-04T09:35:55.288Z Compiling num-integer v0.1.46
11852026-06-04T09:35:55.810Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11862026-06-04T09:35:55.850Z Compiling proc-macro-crate v1.3.1
11872026-06-04T09:35:56.081Z Compiling progenitor-client v0.10.0
11882026-06-04T09:35:56.667Z Compiling hubpack_derive v0.1.1
11892026-06-04T09:35:56.972Z Checking toml_write v0.1.2
11902026-06-04T09:35:57.139Z Compiling rayon-core v1.13.0
11912026-06-04T09:35:57.179Z Checking hubpack v0.1.2
11922026-06-04T09:35:57.179Z Checking toml_edit v0.22.27
11932026-06-04T09:35:57.343Z Checking num-rational v0.4.2
11942026-06-04T09:35:57.380Z Checking num-iter v0.1.45
11952026-06-04T09:35:57.662Z Compiling zerocopy-derive v0.7.35
11962026-06-04T09:35:57.733Z Compiling num-complex v0.4.6
11972026-06-04T09:35:57.986Z Checking static_assertions v1.1.0
11982026-06-04T09:35:58.110Z Checking num v0.4.3
11992026-06-04T09:35:58.227Z Checking toml v0.8.23
12002026-06-04T09:35:58.286Z Checking crossbeam-deque v0.8.6
12012026-06-04T09:35:58.466Z Checking float-ord v0.3.2
12022026-06-04T09:35:58.482Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12032026-06-04T09:35:58.527Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12042026-06-04T09:35:58.778Z Compiling proc-macro-error-attr v1.0.4
12052026-06-04T09:35:58.934Z Checking bytecount v0.6.9
12062026-06-04T09:35:59.006Z Compiling heapless v0.8.0
12072026-06-04T09:35:59.091Z Checking libscf-sys v1.2.0
12082026-06-04T09:35:59.220Z Compiling ingot-macros v0.1.1
12092026-06-04T09:35:59.270Z Checking hash32 v0.3.1
12102026-06-04T09:35:59.397Z Compiling proc-macro-error v1.0.4
12112026-06-04T09:35:59.476Z Compiling smoltcp v0.11.0
12122026-06-04T09:35:59.559Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12132026-06-04T09:36:00.170Z Compiling zerocopy v0.7.35
12142026-06-04T09:36:00.267Z Compiling num_enum_derive v0.7.5
12152026-06-04T09:36:00.324Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12162026-06-04T09:36:00.578Z Checking cobs v0.3.0
12172026-06-04T09:36:00.703Z Compiling foreign-types-macros v0.2.3
12182026-06-04T09:36:00.724Z Compiling scroll_derive v0.12.1
12192026-06-04T09:36:00.768Z Compiling usdt-impl v0.5.0
12202026-06-04T09:36:00.876Z Checking bitflags v1.3.2
12212026-06-04T09:36:00.952Z Checking managed v0.8.0
12222026-06-04T09:36:01.018Z Checking foreign-types-shared v0.3.1
12232026-06-04T09:36:01.110Z Compiling crucible-workspace-hack v0.1.0
12242026-06-04T09:36:01.301Z Checking num_enum v0.7.5
12252026-06-04T09:36:01.316Z Checking foreign-types v0.5.0
12262026-06-04T09:36:01.393Z Checking postcard v1.1.3
12272026-06-04T09:36:01.409Z Checking scroll v0.12.0
12282026-06-04T09:36:01.424Z Compiling dof v0.3.0
12292026-06-04T09:36:01.665Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12302026-06-04T09:36:01.731Z Compiling dtrace-parser v0.2.0
12312026-06-04T09:36:01.770Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12322026-06-04T09:36:01.814Z Checking camino-tempfile v1.4.1
12332026-06-04T09:36:01.829Z Checking ingot-types v0.1.2
12342026-06-04T09:36:01.855Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12352026-06-04T09:36:01.972Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12362026-06-04T09:36:02.056Z Checking cstr-argument v0.1.2
12372026-06-04T09:36:02.163Z Checking ingot v0.1.1
12382026-06-04T09:36:02.181Z Compiling thread-id v4.2.2
12392026-06-04T09:36:02.200Z Compiling heck v0.4.1
12402026-06-04T09:36:02.234Z Compiling minimal-lexical v0.2.1
12412026-06-04T09:36:02.283Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12422026-06-04T09:36:02.381Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12432026-06-04T09:36:02.397Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12442026-06-04T09:36:02.400Z Checking goblin v0.8.2
12452026-06-04T09:36:02.469Z Compiling nom v7.1.3
12462026-06-04T09:36:02.556Z Checking rayon v1.11.0
12472026-06-04T09:36:02.783Z Compiling num_enum_derive v0.5.11
12482026-06-04T09:36:03.096Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12492026-06-04T09:36:03.411Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12502026-06-04T09:36:03.608Z Compiling rustc_version v0.4.1
12512026-06-04T09:36:03.773Z Compiling proc-macro-error-attr2 v2.0.0
12522026-06-04T09:36:03.888Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12532026-06-04T09:36:03.992Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12542026-06-04T09:36:04.040Z Checking tinyvec_macros v0.1.1
12552026-06-04T09:36:04.107Z Compiling rustix v0.38.44
12562026-06-04T09:36:04.122Z Compiling convert_case v0.4.0
12572026-06-04T09:36:04.182Z Compiling proc-macro-error2 v2.0.1
12582026-06-04T09:36:04.429Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12592026-06-04T09:36:04.449Z Compiling derive_more v0.99.20
12602026-06-04T09:36:04.492Z Checking tinyvec v1.10.0
12612026-06-04T09:36:04.554Z Checking num_enum v0.5.11
12622026-06-04T09:36:04.665Z Compiling libz-sys v1.1.22
12632026-06-04T09:36:04.668Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12642026-06-04T09:36:04.884Z Compiling crc32fast v1.5.0
12652026-06-04T09:36:05.043Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12662026-06-04T09:36:05.212Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12672026-06-04T09:36:05.229Z Compiling tabled_derive v0.11.0
12682026-06-04T09:36:05.688Z Compiling usdt-attr-macro v0.5.0
12692026-06-04T09:36:05.718Z Compiling usdt-macro v0.5.0
12702026-06-04T09:36:05.872Z Compiling zone_cfg_derive v0.3.1
12712026-06-04T09:36:06.085Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12722026-06-04T09:36:06.306Z Checking papergrid v0.17.0
12732026-06-04T09:36:06.377Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12742026-06-04T09:36:06.402Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12752026-06-04T09:36:06.523Z Checking itertools v0.12.1
12762026-06-04T09:36:06.573Z Checking testing_table v0.3.0
12772026-06-04T09:36:06.639Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12782026-06-04T09:36:06.667Z Checking memmap v0.7.0
12792026-06-04T09:36:06.682Z Checking sigpipe v0.1.3
12802026-06-04T09:36:06.764Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12812026-06-04T09:36:06.799Z Checking adler2 v2.0.1
12822026-06-04T09:36:06.866Z Checking jiff v0.2.15
12832026-06-04T09:36:06.909Z Checking glob v0.3.3
12842026-06-04T09:36:07.002Z Checking miniz_oxide v0.8.9
12852026-06-04T09:36:07.044Z Checking tabled v0.20.0
12862026-06-04T09:36:07.110Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12872026-06-04T09:36:07.140Z Checking usdt v0.5.0
12882026-06-04T09:36:07.231Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-06-04T09:36:07.299Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12902026-06-04T09:36:07.334Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12912026-06-04T09:36:07.488Z Checking zone v0.3.1
12922026-06-04T09:36:07.587Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12932026-06-04T09:36:07.673Z Checking smf v0.2.3
12942026-06-04T09:36:07.802Z Checking secrecy v0.10.3
12952026-06-04T09:36:07.835Z Checking bstr v1.12.0
12962026-06-04T09:36:07.894Z Checking whoami v1.6.1
12972026-06-04T09:36:07.970Z Checking flate2 v1.1.2
12982026-06-04T09:36:08.057Z Compiling curve25519-dalek v4.1.3
12992026-06-04T09:36:08.159Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13002026-06-04T09:36:08.239Z Compiling clang-sys v1.8.1
13012026-06-04T09:36:08.255Z Checking hmac v0.12.1
13022026-06-04T09:36:08.328Z Checking inout v0.1.4
13032026-06-04T09:36:08.382Z Checking hybrid-array v0.4.12
13042026-06-04T09:36:08.459Z Checking ff v0.13.1
13052026-06-04T09:36:08.635Z Compiling enum-as-inner v0.6.1
13062026-06-04T09:36:08.638Z Checking data-encoding v2.9.0
13072026-06-04T09:36:08.858Z Compiling semver v0.1.20
13082026-06-04T09:36:08.938Z Checking group v0.13.0
13092026-06-04T09:36:09.010Z Checking cipher v0.4.4
13102026-06-04T09:36:09.045Z Compiling rustc_version v0.1.7
13112026-06-04T09:36:09.110Z Checking hkdf v0.12.4
13122026-06-04T09:36:09.202Z Checking atomicwrites v0.4.4
13132026-06-04T09:36:09.240Z Compiling thiserror-impl-no-std v2.0.2
13142026-06-04T09:36:09.244Z Checking universal-hash v0.5.1
13152026-06-04T09:36:09.271Z Checking crypto-bigint v0.5.5
13162026-06-04T09:36:09.273Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13172026-06-04T09:36:09.321Z Checking half v2.7.1
13182026-06-04T09:36:09.363Z Compiling curve25519-dalek-derive v0.1.1
13192026-06-04T09:36:09.439Z Checking opaque-debug v0.3.1
13202026-06-04T09:36:09.513Z Checking base64ct v1.8.0
13212026-06-04T09:36:09.531Z Checking ciborium-io v0.2.2
13222026-06-04T09:36:09.566Z Checking base16ct v0.2.0
13232026-06-04T09:36:09.624Z Checking indent_write v2.2.0
13242026-06-04T09:36:09.689Z Checking ciborium-ll v0.2.2
13252026-06-04T09:36:09.750Z Checking password-hash v0.5.0
13262026-06-04T09:36:09.766Z Checking poly1305 v0.8.0
13272026-06-04T09:36:09.866Z Compiling newtype_derive v0.1.6
13282026-06-04T09:36:09.974Z Checking chacha20 v0.9.1
13292026-06-04T09:36:09.991Z Checking crypto-common v0.2.2
13302026-06-04T09:36:10.096Z Checking block-buffer v0.12.0
13312026-06-04T09:36:10.158Z Checking similar v2.7.0
13322026-06-04T09:36:10.238Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13332026-06-04T09:36:10.288Z Checking elliptic-curve v0.13.8
13342026-06-04T09:36:10.318Z Checking thiserror-no-std v2.0.2
13352026-06-04T09:36:10.409Z Checking blake2 v0.10.6
13362026-06-04T09:36:10.475Z Compiling typify-impl v0.6.1
13372026-06-04T09:36:10.500Z Checking aead v0.5.2
13382026-06-04T09:36:10.524Z Compiling libloading v0.8.9
13392026-06-04T09:36:10.603Z Checking const-oid v0.10.2
13402026-06-04T09:36:10.632Z Checking resolv-conf v0.7.5
13412026-06-04T09:36:10.647Z Checking compression-core v0.4.32
13422026-06-04T09:36:10.698Z Compiling owo-colors v4.3.0
13432026-06-04T09:36:10.714Z Checking linked-hash-map v0.5.6
13442026-06-04T09:36:10.759Z Compiling bindgen v0.72.1
13452026-06-04T09:36:10.787Z Checking keccak v0.1.6
13462026-06-04T09:36:10.808Z Checking compression-codecs v0.4.32
13472026-06-04T09:36:10.873Z Checking lru-cache v0.1.2
13482026-06-04T09:36:10.936Z Checking sha3 v0.10.8
13492026-06-04T09:36:10.969Z Checking digest v0.11.3
13502026-06-04T09:36:10.986Z Checking vsss-rs v3.3.4
13512026-06-04T09:36:11.065Z Checking chacha20poly1305 v0.10.1
13522026-06-04T09:36:11.068Z Checking argon2 v0.5.3
13532026-06-04T09:36:11.128Z Checking ciborium v0.2.2
13542026-06-04T09:36:11.161Z Checking hickory-proto v0.24.4
13552026-06-04T09:36:11.183Z Checking tokio-dtrace v0.1.1
13562026-06-04T09:36:11.356Z Compiling cexpr v0.6.0
13572026-06-04T09:36:11.359Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13582026-06-04T09:36:11.642Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13592026-06-04T09:36:11.869Z Checking serde-big-array v0.5.1
13602026-06-04T09:36:11.906Z Compiling derive-where v1.6.0
13612026-06-04T09:36:12.003Z Compiling serde_repr v0.1.20
13622026-06-04T09:36:12.033Z Checking toml_datetime v1.1.1+spec-1.1.0
13632026-06-04T09:36:12.231Z Compiling dropshot v0.17.1
13642026-06-04T09:36:12.376Z Checking same-file v1.0.6
13652026-06-04T09:36:12.462Z Checking siphasher v1.0.1
13662026-06-04T09:36:12.497Z Checking unicode-segmentation v1.12.0
13672026-06-04T09:36:12.568Z Checking cpufeatures v0.3.0
13682026-06-04T09:36:12.620Z Compiling shlex v1.3.0
13692026-06-04T09:36:12.637Z Checking hickory-resolver v0.24.4
13702026-06-04T09:36:12.652Z Checking sha1 v0.11.0
13712026-06-04T09:36:12.812Z Checking newline-converter v0.3.0
13722026-06-04T09:36:12.829Z Checking phf_shared v0.12.1
13732026-06-04T09:36:12.981Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13742026-06-04T09:36:12.998Z Checking walkdir v2.5.0
13752026-06-04T09:36:13.161Z Checking toml v1.1.2+spec-1.1.0
13762026-06-04T09:36:13.180Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13772026-06-04T09:36:13.292Z Checking oxide-tokio-rt v0.1.2
13782026-06-04T09:36:13.434Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13792026-06-04T09:36:13.794Z Checking async-compression v0.4.33
13802026-06-04T09:36:13.817Z Compiling typify-macro v0.6.1
13812026-06-04T09:36:13.964Z Checking console v0.15.11
13822026-06-04T09:36:14.037Z Compiling progenitor-impl v0.10.0
13832026-06-04T09:36:14.238Z Checking tokio-stream v0.1.17
13842026-06-04T09:36:14.377Z Compiling dropshot_endpoint v0.17.1
13852026-06-04T09:36:14.504Z Compiling pin-project-internal v1.1.10
13862026-06-04T09:36:14.621Z Compiling slog-dtrace v0.3.0
13872026-06-04T09:36:14.850Z Checking csv-core v0.1.12
13882026-06-04T09:36:15.035Z Checking unicode-linebreak v0.1.5
13892026-06-04T09:36:15.255Z Checking swrite v0.1.0
13902026-06-04T09:36:15.289Z Checking unicode-width v0.1.14
13912026-06-04T09:36:15.340Z Compiling chrono-tz v0.10.4
13922026-06-04T09:36:15.354Z Compiling cancel-safe-futures v0.1.5
13932026-06-04T09:36:15.540Z Compiling unicode-xid v0.2.6
13942026-06-04T09:36:15.560Z Checking foldhash v0.1.5
13952026-06-04T09:36:15.576Z Checking smawk v0.3.2
13962026-06-04T09:36:15.617Z Checking pin-project v1.1.10
13972026-06-04T09:36:15.662Z Compiling const_format_proc_macros v0.2.34
13982026-06-04T09:36:15.694Z Checking hashbrown v0.15.5
13992026-06-04T09:36:15.708Z Checking textwrap v0.16.2
14002026-06-04T09:36:15.745Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14012026-06-04T09:36:15.922Z Checking csv v1.4.0
14022026-06-04T09:36:16.025Z Checking qorb v0.4.1
14032026-06-04T09:36:16.091Z Compiling progenitor-macro v0.10.0
14042026-06-04T09:36:16.154Z Checking expectorate v1.2.0
14052026-06-04T09:36:16.279Z Checking phf v0.12.1
14062026-06-04T09:36:16.293Z Checking unicode-normalization v0.1.24
14072026-06-04T09:36:16.422Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14082026-06-04T09:36:16.705Z Checking libsw-core v0.3.2
14092026-06-04T09:36:16.859Z Compiling libgit2-sys v0.17.0+1.8.1
14102026-06-04T09:36:16.904Z Compiling snafu-derive v0.8.9
14112026-06-04T09:36:16.967Z Compiling async-recursion v1.1.1
14122026-06-04T09:36:17.179Z Compiling cookie v0.18.1
14132026-06-04T09:36:17.279Z Compiling moka v0.12.11
14142026-06-04T09:36:17.283Z Checking fixedbitset v0.4.2
14152026-06-04T09:36:17.448Z Checking highway v1.3.0
14162026-06-04T09:36:17.476Z Checking fixedbitset v0.5.7
14172026-06-04T09:36:17.653Z Checking petgraph v0.6.5
14182026-06-04T09:36:17.690Z Checking petgraph v0.8.2
14192026-06-04T09:36:18.769Z Checking snafu v0.8.9
14202026-06-04T09:36:18.793Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14212026-06-04T09:36:18.944Z Checking libsw v3.5.0
14222026-06-04T09:36:18.960Z Checking olpc-cjson v0.1.4
14232026-06-04T09:36:19.002Z Checking const_format v0.2.34
14242026-06-04T09:36:19.088Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-06-04T09:36:19.321Z Checking papergrid v0.11.0
14262026-06-04T09:36:19.337Z Compiling typify v0.6.1
14272026-06-04T09:36:19.437Z Checking globset v0.4.16
14282026-06-04T09:36:19.460Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14292026-06-04T09:36:19.483Z Checking gethostname v0.5.0
14302026-06-04T09:36:19.679Z Compiling tabled_derive v0.7.0
14312026-06-04T09:36:19.695Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14322026-06-04T09:36:19.951Z Checking reqwest v0.13.2
14332026-06-04T09:36:20.016Z Checking bcs v0.1.6
14342026-06-04T09:36:20.145Z Checking progenitor v0.10.0
14352026-06-04T09:36:20.245Z Checking pem v3.0.5
14362026-06-04T09:36:20.279Z Checking serde_plain v1.0.2
14372026-06-04T09:36:20.409Z Checking termtree v0.5.1
14382026-06-04T09:36:20.429Z Checking typed-path v0.9.3
14392026-06-04T09:36:20.479Z Checking linear-map v1.2.0
14402026-06-04T09:36:20.542Z Checking tagptr v0.2.0
14412026-06-04T09:36:20.604Z Compiling signal-hook v0.3.18
14422026-06-04T09:36:20.647Z Checking crc8 v0.1.1
14432026-06-04T09:36:20.678Z Checking humantime v2.3.0
14442026-06-04T09:36:20.837Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-06-04T09:36:20.857Z Checking tabled v0.15.0
14462026-06-04T09:36:21.121Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-06-04T09:36:21.169Z Checking tough v0.20.0
14482026-06-04T09:36:21.349Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-06-04T09:36:21.507Z Compiling progenitor-impl v0.13.0
14502026-06-04T09:36:21.961Z Checking steno v0.4.1
14512026-06-04T09:36:22.284Z Checking hickory-proto v0.25.2
14522026-06-04T09:36:22.924Z Compiling curl-sys v0.4.83+curl-8.15.0
14532026-06-04T09:36:23.080Z Compiling cargo-platform v0.1.9
14542026-06-04T09:36:23.185Z Compiling vergen v8.3.2
14552026-06-04T09:36:23.255Z Compiling fs-err v3.1.2
14562026-06-04T09:36:23.314Z Compiling cargo_metadata v0.18.1
14572026-06-04T09:36:23.556Z Compiling progenitor-macro v0.13.0
14582026-06-04T09:36:23.609Z Checking progenitor-client v0.13.0
14592026-06-04T09:36:23.650Z Checking dropshot-api-manager-types v0.7.2
14602026-06-04T09:36:23.816Z Checking sha2 v0.10.9
14612026-06-04T09:36:23.832Z Compiling blake3 v1.8.2
14622026-06-04T09:36:23.848Z Checking hickory-resolver v0.25.2
14632026-06-04T09:36:24.471Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14642026-06-04T09:36:24.587Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14652026-06-04T09:36:24.707Z Checking git-stub v1.0.0
14662026-06-04T09:36:24.730Z Checking filetime v0.2.26
14672026-06-04T09:36:24.860Z Checking is_ci v1.2.0
14682026-06-04T09:36:24.875Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14692026-06-04T09:36:24.962Z Compiling curl v0.4.49
14702026-06-04T09:36:25.098Z Checking arrayref v0.3.9
14712026-06-04T09:36:25.175Z Checking arrayvec v0.7.6
14722026-06-04T09:36:25.209Z Checking xattr v1.6.1
14732026-06-04T09:36:25.340Z Checking constant_time_eq v0.3.1
14742026-06-04T09:36:25.357Z Checking tar v0.4.45
14752026-06-04T09:36:25.768Z Checking supports-color v3.0.2
14762026-06-04T09:36:25.770Z Checking git-stub-vcs v0.1.0
14772026-06-04T09:36:25.928Z Checking drift v0.2.0
14782026-06-04T09:36:25.967Z Checking kstat-rs v0.2.4
14792026-06-04T09:36:26.065Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14802026-06-04T09:36:26.203Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-06-04T09:36:26.233Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-06-04T09:36:26.366Z Checking toml v0.7.8
14832026-06-04T09:36:26.673Z Checking topological-sort v0.2.2
14842026-06-04T09:36:26.730Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-06-04T09:36:26.808Z Checking omicron-zone-package v0.12.2
14862026-06-04T09:36:27.092Z Checking dropshot-api-manager v0.7.2
14872026-06-04T09:36:27.141Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-04T09:36:27.293Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-06-04T09:36:27.694Z Checking progenitor v0.13.0
14902026-06-04T09:36:27.812Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-06-04T09:36:27.828Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-06-04T09:36:27.919Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14932026-06-04T09:36:28.092Z Checking signal-hook-tokio v0.3.1
14942026-06-04T09:36:28.222Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14952026-06-04T09:36:28.256Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-06-04T09:36:28.283Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-06-04T09:36:28.341Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-06-04T09:36:28.528Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14992026-06-04T09:36:28.739Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15002026-06-04T09:36:28.996Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15012026-06-04T09:36:29.044Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-06-04T09:36:29.267Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-06-04T09:36:29.286Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
15042026-06-04T09:36:29.555Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-06-04T09:36:29.617Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15062026-06-04T09:36:29.822Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15072026-06-04T09:36:29.915Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15082026-06-04T09:36:30.113Z Checking display-error-chain v0.2.2
15092026-06-04T09:36:30.239Z Checking search_path v0.1.4
15102026-06-04T09:36:30.347Z Checking internet-checksum v0.2.1
15112026-06-04T09:36:30.382Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15122026-06-04T09:36:30.588Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15132026-06-04T09:36:32.617Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15142026-06-04T09:36:32.995Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15152026-06-04T09:36:33.673Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-06-04T09:36:33.933Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15172026-06-04T09:36:34.056Z Compiling git2 v0.19.0
15182026-06-04T09:36:34.524Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-06-04T09:36:34.856Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15202026-06-04T09:36:34.989Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15212026-06-04T09:36:35.375Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-06-04T09:36:35.757Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15232026-06-04T09:36:36.361Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15242026-06-04T09:36:46.017Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-06-04T09:36:47.275Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-06-04T09:36:52.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15272026-06-04T09:36:52.379Z+ for feat in tofino_stub tofino_asic softnpu chaos
15282026-06-04T09:36:52.379Z+ cargo clippy --features tofino_asic -- --deny warnings
15292026-06-04T09:36:52.862Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15302026-06-04T09:36:52.862Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15312026-06-04T09:36:52.865Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15322026-06-04T09:36:52.865Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15332026-06-04T09:36:59.973Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15342026-06-04T09:36:59.973Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15352026-06-04T09:37:02.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.05s
15362026-06-04T09:37:02.618Z+ for feat in tofino_stub tofino_asic softnpu chaos
15372026-06-04T09:37:02.618Z+ cargo clippy --features softnpu -- --deny warnings
15382026-06-04T09:37:02.912Z Downloading crates ...
15392026-06-04T09:37:03.040Z Downloaded tap v1.0.1
15402026-06-04T09:37:03.051Z Downloaded funty v2.0.0
15412026-06-04T09:37:03.054Z Downloaded serde_arrays v0.1.0
15422026-06-04T09:37:03.057Z Downloaded num-bigint v0.4.6
15432026-06-04T09:37:03.059Z Downloaded bitstruct v0.1.1
15442026-06-04T09:37:03.063Z Downloaded bitstruct_derive v0.1.0
15452026-06-04T09:37:03.065Z Downloaded wyz v0.5.1
15462026-06-04T09:37:03.065Z Downloaded libloading v0.7.4
15472026-06-04T09:37:03.065Z Downloaded typeid v1.0.3
15482026-06-04T09:37:03.069Z Downloaded radium v0.7.0
15492026-06-04T09:37:03.069Z Downloaded erased-serde v0.4.8
15502026-06-04T09:37:03.070Z Downloaded ascii v1.1.0
15512026-06-04T09:37:03.078Z Downloaded bitvec v1.0.1
15522026-06-04T09:37:03.202Z Checking num-integer v0.1.46
15532026-06-04T09:37:03.279Z Checking num-complex v0.4.6
15542026-06-04T09:37:03.289Z Compiling radium v0.7.0
15552026-06-04T09:37:03.297Z Checking tap v1.0.1
15562026-06-04T09:37:03.303Z Checking funty v2.0.0
15572026-06-04T09:37:03.310Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15582026-06-04T09:37:03.313Z Compiling typeid v1.0.3
15592026-06-04T09:37:03.323Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-06-04T09:37:03.383Z Checking wyz v0.5.1
15612026-06-04T09:37:03.472Z Checking num-bigint v0.4.6
15622026-06-04T09:37:03.475Z Checking num-iter v0.1.45
15632026-06-04T09:37:03.520Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-06-04T09:37:03.547Z Compiling erased-serde v0.4.8
15652026-06-04T09:37:03.621Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-04T09:37:03.629Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-06-04T09:37:03.632Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-06-04T09:37:03.695Z Compiling bitstruct_derive v0.1.0
15692026-06-04T09:37:03.726Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-04T09:37:03.729Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-06-04T09:37:03.749Z Checking ascii v1.1.0
15722026-06-04T09:37:03.759Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15732026-06-04T09:37:03.766Z Checking bitvec v1.0.1
15742026-06-04T09:37:03.812Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-06-04T09:37:03.913Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15762026-06-04T09:37:03.922Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-06-04T09:37:03.930Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15782026-06-04T09:37:03.939Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-06-04T09:37:04.205Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-06-04T09:37:04.235Z Checking serde_arrays v0.1.0
15812026-06-04T09:37:04.325Z Checking num-rational v0.4.2
15822026-06-04T09:37:04.335Z Checking libloading v0.7.4
15832026-06-04T09:37:04.343Z Checking bitstruct v0.1.1
15842026-06-04T09:37:04.353Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15852026-06-04T09:37:04.588Z Checking num v0.4.3
15862026-06-04T09:37:04.655Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-06-04T09:37:05.195Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15882026-06-04T09:37:05.486Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15892026-06-04T09:37:05.486Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15902026-06-04T09:37:05.674Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15912026-06-04T09:37:05.849Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-06-04T09:37:05.852Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-06-04T09:37:06.305Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-06-04T09:37:06.518Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15952026-06-04T09:37:06.518Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-06-04T09:37:06.521Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15972026-06-04T09:37:06.521Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-04T09:37:06.890Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15992026-06-04T09:37:07.310Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16002026-06-04T09:37:08.129Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-06-04T09:37:10.347Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16022026-06-04T09:37:10.694Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16032026-06-04T09:37:11.555Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16042026-06-04T09:37:12.283Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16052026-06-04T09:37:12.399Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16062026-06-04T09:37:18.726Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-06-04T09:37:19.976Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-06-04T09:37:20.506Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16092026-06-04T09:37:24.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.21s
16102026-06-04T09:37:25.021Z+ for feat in tofino_stub tofino_asic softnpu chaos
16112026-06-04T09:37:25.021Z+ cargo clippy --features chaos -- --deny warnings
16122026-06-04T09:37:25.503Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16132026-06-04T09:37:25.506Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16142026-06-04T09:37:25.506Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16152026-06-04T09:37:32.656Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-06-04T09:37:32.659Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16172026-06-04T09:37:35.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s
16182026-06-04T09:37:35.250Z+ banner fmt
16192026-06-04T09:37:35.254Z
16202026-06-04T09:37:35.254Z ###### # # #####
16212026-06-04T09:37:35.254Z # ## ## #
16222026-06-04T09:37:35.254Z ##### # ## # #
16232026-06-04T09:37:35.254Z # # # #
16242026-06-04T09:37:35.254Z # # # #
16252026-06-04T09:37:35.254Z # # # #
16262026-06-04T09:37:35.254Z
16272026-06-04T09:37:35.254Z+ cargo fmt -- --check
16282026-06-04T09:37:35.695Z+ banner test
16292026-06-04T09:37:35.698Z
16302026-06-04T09:37:35.698Z ##### ###### #### #####
16312026-06-04T09:37:35.698Z # # # #
16322026-06-04T09:37:35.698Z # ##### #### #
16332026-06-04T09:37:35.698Z # # # #
16342026-06-04T09:37:35.698Z # # # # #
16352026-06-04T09:37:35.698Z # ###### #### #
16362026-06-04T09:37:35.698Z
16372026-06-04T09:37:35.698Z+ for feat in tofino_stub tofino_asic softnpu chaos
16382026-06-04T09:37:35.698Z+ RUST_BACKTRACE=full
16392026-06-04T09:37:35.698Z+ cargo test --features tofino_stub --no-fail-fast
16402026-06-04T09:37:36.529Z Compiling unicode-ident v1.0.24
16412026-06-04T09:37:36.529Z Compiling cfg-if v1.0.4
16422026-06-04T09:37:36.533Z Compiling memchr v2.7.5
16432026-06-04T09:37:36.533Z Compiling serde_core v1.0.228
16442026-06-04T09:37:36.647Z Compiling itoa v1.0.15
16452026-06-04T09:37:36.653Z Compiling libc v0.2.183
16462026-06-04T09:37:36.661Z Compiling zmij v1.0.17
16472026-06-04T09:37:36.687Z Compiling libm v0.2.15
16482026-06-04T09:37:36.742Z Compiling proc-macro2 v1.0.106
16492026-06-04T09:37:36.766Z Compiling heck v0.5.0
16502026-06-04T09:37:37.023Z Compiling smallvec v1.15.1
16512026-06-04T09:37:37.141Z Compiling quote v1.0.45
16522026-06-04T09:37:37.153Z Compiling log v0.4.29
16532026-06-04T09:37:37.229Z Compiling equivalent v1.0.2
16542026-06-04T09:37:37.284Z Compiling iana-time-zone v0.1.64
16552026-06-04T09:37:37.335Z Compiling syn v2.0.117
16562026-06-04T09:37:37.422Z Compiling dyn-clone v1.0.20
16572026-06-04T09:37:37.435Z Compiling hashbrown v0.17.1
16582026-06-04T09:37:37.448Z Compiling stable_deref_trait v1.2.0
16592026-06-04T09:37:37.511Z Compiling pin-project-lite v0.2.16
16602026-06-04T09:37:37.527Z Compiling percent-encoding v2.3.2
16612026-06-04T09:37:37.566Z Compiling writeable v0.6.1
16622026-06-04T09:37:37.610Z Compiling litemap v0.8.0
16632026-06-04T09:37:37.725Z Compiling fnv v1.0.7
16642026-06-04T09:37:37.800Z Compiling icu_normalizer_data v2.0.0
16652026-06-04T09:37:37.824Z Compiling icu_properties_data v2.0.1
16662026-06-04T09:37:37.828Z Compiling regex-syntax v0.8.6
16672026-06-04T09:37:37.863Z Compiling form_urlencoded v1.2.2
16682026-06-04T09:37:37.879Z Compiling utf8_iter v1.0.4
16692026-06-04T09:37:37.958Z Compiling scopeguard v1.2.0
16702026-06-04T09:37:37.976Z Compiling num-traits v0.2.19
16712026-06-04T09:37:38.023Z Compiling getrandom v0.4.2
16722026-06-04T09:37:38.047Z Compiling lock_api v0.4.14
16732026-06-04T09:37:38.065Z Compiling aho-corasick v1.1.3
16742026-06-04T09:37:38.172Z Compiling ucd-trie v0.1.7
16752026-06-04T09:37:38.274Z Compiling semver v1.0.28
16762026-06-04T09:37:38.431Z Compiling serde_json v1.0.150
16772026-06-04T09:37:38.468Z Compiling indexmap v2.14.0
16782026-06-04T09:37:38.569Z Compiling byteorder v1.5.0
16792026-06-04T09:37:38.726Z Compiling futures-core v0.3.32
16802026-06-04T09:37:38.810Z Compiling uuid v1.23.2
16812026-06-04T09:37:39.126Z Compiling allocator-api2 v0.2.21
16822026-06-04T09:37:39.249Z Compiling time-core v0.1.8
16832026-06-04T09:37:39.289Z Compiling regex-automata v0.4.13
16842026-06-04T09:37:39.354Z Compiling num-conv v0.2.1
16852026-06-04T09:37:39.399Z Compiling foldhash v0.2.0
16862026-06-04T09:37:39.463Z Compiling ryu v1.0.20
16872026-06-04T09:37:39.508Z Compiling time-macros v0.2.27
16882026-06-04T09:37:39.521Z Compiling futures-sink v0.3.32
16892026-06-04T09:37:39.623Z Compiling hashbrown v0.16.1
16902026-06-04T09:37:39.649Z Compiling pretty-hex v0.4.1
16912026-06-04T09:37:39.792Z Compiling slab v0.4.11
16922026-06-04T09:37:40.020Z Compiling plain v0.2.3
16932026-06-04T09:37:40.119Z Compiling synstructure v0.13.2
16942026-06-04T09:37:40.134Z Compiling serde_derive_internals v0.29.1
16952026-06-04T09:37:40.201Z Compiling regress v0.10.5
16962026-06-04T09:37:40.254Z Compiling strsim v0.11.1
16972026-06-04T09:37:40.502Z Compiling futures-channel v0.3.32
16982026-06-04T09:37:40.646Z Compiling futures-io v0.3.32
16992026-06-04T09:37:40.701Z Compiling futures-task v0.3.32
17002026-06-04T09:37:40.726Z Compiling socket2 v0.6.4
17012026-06-04T09:37:40.807Z Compiling parking_lot_core v0.9.12
17022026-06-04T09:37:40.872Z Compiling signal-hook-registry v1.4.6
17032026-06-04T09:37:40.884Z Compiling thread-id v5.0.0
17042026-06-04T09:37:40.968Z Compiling regex v1.12.3
17052026-06-04T09:37:41.102Z Compiling parking_lot v0.12.5
17062026-06-04T09:37:41.175Z Compiling mio v1.2.1
17072026-06-04T09:37:41.263Z Compiling darling_core v0.21.3
17082026-06-04T09:37:41.275Z Compiling base64 v0.22.1
17092026-06-04T09:37:41.339Z Compiling serde_derive v1.0.228
17102026-06-04T09:37:41.447Z Compiling zerofrom-derive v0.1.6
17112026-06-04T09:37:41.511Z Compiling yoke-derive v0.8.0
17122026-06-04T09:37:41.609Z Compiling zerovec-derive v0.11.1
17132026-06-04T09:37:41.687Z Compiling displaydoc v0.2.5
17142026-06-04T09:37:41.837Z Compiling thiserror-impl v2.0.18
17152026-06-04T09:37:42.456Z Compiling schemars_derive v0.8.22
17162026-06-04T09:37:42.554Z Compiling tokio-macros v2.7.0
17172026-06-04T09:37:42.659Z Compiling zerocopy-derive v0.8.27
17182026-06-04T09:37:42.702Z Compiling zeroize_derive v1.4.3
17192026-06-04T09:37:43.100Z Compiling thiserror v2.0.18
17202026-06-04T09:37:43.213Z Compiling futures-macro v0.3.32
17212026-06-04T09:37:43.318Z Compiling zerofrom v0.1.6
17222026-06-04T09:37:43.341Z Compiling thiserror-impl v1.0.69
17232026-06-04T09:37:43.405Z Compiling tracing-attributes v0.1.30
17242026-06-04T09:37:43.447Z Compiling yoke v0.8.0
17252026-06-04T09:37:43.673Z Compiling zerovec v0.11.4
17262026-06-04T09:37:43.722Z Compiling zerotrie v0.2.2
17272026-06-04T09:37:43.983Z Compiling zerocopy v0.8.27
17282026-06-04T09:37:43.996Z Compiling serde v1.0.228
17292026-06-04T09:37:44.063Z Compiling pest v2.8.2
17302026-06-04T09:37:44.117Z Compiling scroll_derive v0.13.1
17312026-06-04T09:37:44.517Z Compiling bytes v1.11.1
17322026-06-04T09:37:44.530Z Compiling serde_tokenstream v0.2.3
17332026-06-04T09:37:44.551Z Compiling tinystr v0.8.1
17342026-06-04T09:37:44.591Z Compiling potential_utf v0.1.3
17352026-06-04T09:37:44.649Z Compiling chrono v0.4.44
17362026-06-04T09:37:44.753Z Compiling icu_locale_core v2.0.0
17372026-06-04T09:37:44.756Z Compiling icu_collections v2.0.0
17382026-06-04T09:37:44.965Z Compiling async-trait v0.1.89
17392026-06-04T09:37:45.149Z Compiling http v1.4.1
17402026-06-04T09:37:45.266Z Compiling icu_provider v2.0.0
17412026-06-04T09:37:45.361Z Compiling pest_meta v2.8.2
17422026-06-04T09:37:45.459Z Compiling scroll v0.13.0
17432026-06-04T09:37:45.579Z Compiling icu_normalizer v2.0.0
17442026-06-04T09:37:45.615Z Compiling icu_properties v2.0.1
17452026-06-04T09:37:45.725Z Compiling schemars v0.8.22
17462026-06-04T09:37:45.959Z Compiling pest_generator v2.8.2
17472026-06-04T09:37:46.126Z Compiling goblin v0.10.1
17482026-06-04T09:37:46.157Z Compiling thiserror v1.0.69
17492026-06-04T09:37:46.185Z Compiling tokio v1.52.3
17502026-06-04T09:37:46.262Z Compiling openapiv3 v2.2.0
17512026-06-04T09:37:46.573Z Compiling idna_adapter v1.2.1
17522026-06-04T09:37:46.667Z Compiling pest_derive v2.8.2
17532026-06-04T09:37:46.723Z Compiling idna v1.1.0
17542026-06-04T09:37:46.787Z Compiling daft-derive v0.1.5
17552026-06-04T09:37:46.933Z Compiling typify-impl v0.4.3
17562026-06-04T09:37:47.149Z Compiling url v2.5.7
17572026-06-04T09:37:47.227Z Compiling dtrace-parser v0.3.0
17582026-06-04T09:37:47.469Z Compiling darling_macro v0.21.3
17592026-06-04T09:37:47.541Z Compiling http-body v1.0.1
17602026-06-04T09:37:47.852Z Compiling ppv-lite86 v0.2.21
17612026-06-04T09:37:48.021Z Compiling erased-serde v0.3.31
17622026-06-04T09:37:48.060Z Compiling darling v0.21.3
17632026-06-04T09:37:48.117Z Compiling serde_yaml v0.9.34+deprecated
17642026-06-04T09:37:48.147Z Compiling openssl-macros v0.1.1
17652026-06-04T09:37:48.175Z Compiling bitflags v2.11.1
17662026-06-04T09:37:48.431Z Compiling getrandom v0.2.16
17672026-06-04T09:37:48.650Z Compiling ipnet v2.11.0
17682026-06-04T09:37:48.692Z Compiling atomic-waker v1.1.2
17692026-06-04T09:37:48.848Z Compiling dof v0.4.0
17702026-06-04T09:37:49.258Z Compiling httparse v1.10.1
17712026-06-04T09:37:49.397Z Compiling usdt-impl v0.6.0
17722026-06-04T09:37:49.580Z Compiling tower-layer v0.3.3
17732026-06-04T09:37:49.748Z Compiling untrusted v0.9.0
17742026-06-04T09:37:49.880Z Compiling tower-service v0.3.3
17752026-06-04T09:37:49.931Z Compiling anyhow v1.0.102
17762026-06-04T09:37:49.972Z Compiling try-lock v0.2.5
17772026-06-04T09:37:49.983Z Compiling syn v1.0.109
17782026-06-04T09:37:50.045Z Compiling zeroize v1.8.1
17792026-06-04T09:37:50.085Z Compiling want v0.3.1
17802026-06-04T09:37:50.116Z Compiling httpdate v1.0.3
17812026-06-04T09:37:50.266Z Compiling portable-atomic v1.11.1
17822026-06-04T09:37:50.643Z Compiling async-stream-impl v0.3.6
17832026-06-04T09:37:50.791Z Compiling structmeta-derive v0.3.0
17842026-06-04T09:37:50.876Z Compiling usdt-macro v0.6.0
17852026-06-04T09:37:50.925Z Compiling usdt-attr-macro v0.6.0
17862026-06-04T09:37:51.420Z Compiling critical-section v1.2.0
17872026-06-04T09:37:51.533Z Compiling once_cell v1.21.3
17882026-06-04T09:37:51.810Z Compiling newtype-uuid-macros v0.1.0
17892026-06-04T09:37:51.837Z Compiling structmeta v0.3.0
17902026-06-04T09:37:51.989Z Compiling strum_macros v0.26.4
17912026-06-04T09:37:52.088Z Compiling powerfmt v0.2.0
17922026-06-04T09:37:52.258Z Compiling deranged v0.5.3
17932026-06-04T09:37:52.524Z Compiling num_threads v0.1.7
17942026-06-04T09:37:53.083Z Compiling typify-macro v0.4.3
17952026-06-04T09:37:53.146Z Compiling http-body-util v0.1.3
17962026-06-04T09:37:53.199Z Compiling omicron-workspace-hack v0.1.0
17972026-06-04T09:37:53.310Z Compiling dropshot_endpoint v0.16.7
17982026-06-04T09:37:53.322Z Compiling serde_urlencoded v0.7.1
17992026-06-04T09:37:53.385Z Compiling ref-cast-impl v1.0.25
18002026-06-04T09:37:53.576Z Compiling derive-ex v0.1.8
18012026-06-04T09:37:53.579Z Compiling strum_macros v0.27.2
18022026-06-04T09:37:53.652Z Compiling sync_wrapper v1.0.2
18032026-06-04T09:37:53.758Z Compiling serde_with_macros v3.14.1
18042026-06-04T09:37:53.843Z Compiling subtle v2.6.1
18052026-06-04T09:37:54.084Z Compiling thread_local v1.1.9
18062026-06-04T09:37:54.355Z Compiling iri-string v0.7.8
18072026-06-04T09:37:54.440Z Compiling futures-util v0.3.32
18082026-06-04T09:37:54.901Z Compiling match_cfg v0.1.0
18092026-06-04T09:37:54.978Z Compiling rand_core v0.6.4
18102026-06-04T09:37:55.092Z Compiling typenum v1.20.1
18112026-06-04T09:37:55.199Z Compiling typify v0.4.3
18122026-06-04T09:37:55.211Z Compiling take_mut v0.2.2
18132026-06-04T09:37:55.236Z Compiling test-strategy v0.4.3
18142026-06-04T09:37:55.293Z Compiling progenitor-impl v0.11.1
18152026-06-04T09:37:55.321Z Compiling term v1.2.0
18162026-06-04T09:37:55.902Z Compiling parse-display-derive v0.10.0
18172026-06-04T09:37:55.924Z Compiling tracing-core v0.1.34
18182026-06-04T09:37:55.978Z Compiling toml_datetime v0.6.11
18192026-06-04T09:37:56.014Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18202026-06-04T09:37:56.256Z Compiling tracing v0.1.41
18212026-06-04T09:37:56.473Z Compiling camino v1.2.2
18222026-06-04T09:37:56.501Z Compiling clap_derive v4.6.1
18232026-06-04T09:37:56.757Z Compiling encoding_rs v0.8.35
18242026-06-04T09:37:56.799Z Compiling fastrand v2.3.0
18252026-06-04T09:37:56.831Z Compiling mime v0.3.17
18262026-06-04T09:37:56.879Z Compiling cpufeatures v0.2.17
18272026-06-04T09:37:57.046Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18282026-06-04T09:37:57.327Z Compiling unicode-width v0.2.1
18292026-06-04T09:37:57.609Z Compiling errno v0.3.14
18302026-06-04T09:37:57.765Z Compiling hex v0.4.3
18312026-06-04T09:37:57.776Z Compiling generic-array v0.14.7
18322026-06-04T09:37:58.052Z Compiling ipnetwork v0.21.1
18332026-06-04T09:37:58.218Z Compiling crossbeam-utils v0.8.21
18342026-06-04T09:37:58.440Z Compiling tokio-util v0.7.16
18352026-06-04T09:37:58.500Z Compiling slog v2.8.2
18362026-06-04T09:37:58.759Z Compiling progenitor-macro v0.11.1
18372026-06-04T09:37:58.795Z Compiling rustix v1.1.4
18382026-06-04T09:37:58.934Z Compiling getrandom v0.3.3
18392026-06-04T09:37:58.983Z Compiling winnow v0.7.14
18402026-06-04T09:37:59.097Z Compiling rand_core v0.9.3
18412026-06-04T09:37:59.123Z Compiling h2 v0.4.14
18422026-06-04T09:37:59.187Z Compiling oxnet v0.1.6
18432026-06-04T09:37:59.334Z Compiling crypto-common v0.1.6
18442026-06-04T09:37:59.465Z Compiling itertools v0.14.0
18452026-06-04T09:38:00.098Z Compiling winnow v1.0.3
18462026-06-04T09:38:00.190Z Compiling num-derive v0.4.2
18472026-06-04T09:38:00.457Z Compiling toml_parser v1.1.2+spec-1.1.0
18482026-06-04T09:38:00.490Z Compiling serde_spanned v1.1.1
18492026-06-04T09:38:00.648Z Compiling spin v0.9.8
18502026-06-04T09:38:00.725Z Compiling toml_writer v1.1.1+spec-1.1.0
18512026-06-04T09:38:00.883Z Compiling debug-ignore v1.0.5
18522026-06-04T09:38:00.993Z Compiling rand_chacha v0.9.0
18532026-06-04T09:38:01.150Z Compiling rustls-pki-types v1.12.0
18542026-06-04T09:38:01.161Z Compiling quick-error v1.2.3
18552026-06-04T09:38:01.174Z Compiling tabwriter v1.4.1
18562026-06-04T09:38:01.273Z Compiling hyper v1.10.1
18572026-06-04T09:38:01.422Z Compiling rand v0.9.3
18582026-06-04T09:38:01.486Z Compiling async-stream v0.3.6
18592026-06-04T09:38:01.637Z Compiling waitgroup v0.1.2
18602026-06-04T09:38:01.662Z Compiling serde_path_to_error v0.1.20
18612026-06-04T09:38:01.792Z Compiling lazy_static v1.5.0
18622026-06-04T09:38:01.900Z Compiling colored v3.1.1
18632026-06-04T09:38:02.026Z Compiling bit-vec v0.8.0
18642026-06-04T09:38:02.030Z Compiling strum v0.26.3
18652026-06-04T09:38:02.165Z Compiling time v0.3.47
18662026-06-04T09:38:02.168Z Compiling ring v0.17.14
18672026-06-04T09:38:02.247Z Compiling bit-set v0.8.0
18682026-06-04T09:38:02.297Z Compiling toml_datetime v0.7.5+spec-1.1.0
18692026-06-04T09:38:02.418Z Compiling hyper-util v0.1.20
18702026-06-04T09:38:02.609Z Compiling anstyle v1.0.14
18712026-06-04T09:38:02.956Z Compiling unarray v0.1.4
18722026-06-04T09:38:03.029Z Compiling toml v0.9.12+spec-1.1.0
18732026-06-04T09:38:03.074Z Compiling crossbeam-channel v0.5.15
18742026-06-04T09:38:03.559Z Compiling macaddr v1.0.1
18752026-06-04T09:38:03.837Z Compiling utf8parse v0.2.2
18762026-06-04T09:38:03.850Z Compiling block-buffer v0.10.4
18772026-06-04T09:38:03.942Z Compiling anstyle-parse v1.0.0
18782026-06-04T09:38:03.958Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18792026-06-04T09:38:03.971Z Compiling ref-cast v1.0.25
18802026-06-04T09:38:03.989Z Compiling colorchoice v1.0.4
18812026-06-04T09:38:04.005Z Compiling anstyle-query v1.1.4
18822026-06-04T09:38:04.073Z Compiling is_terminal_polyfill v1.70.1
18832026-06-04T09:38:04.113Z Compiling digest v0.10.7
18842026-06-04T09:38:04.126Z Compiling strum v0.27.2
18852026-06-04T09:38:04.128Z Compiling is-terminal v0.4.16
18862026-06-04T09:38:04.149Z Compiling anstream v1.0.0
18872026-06-04T09:38:04.152Z Compiling clap_lex v1.1.0
18882026-06-04T09:38:04.171Z Compiling slog-async v2.8.0
18892026-06-04T09:38:04.229Z Compiling slog-term v2.9.2
18902026-06-04T09:38:04.250Z Compiling slog-json v2.6.1
18912026-06-04T09:38:04.328Z Compiling hostname v0.3.1
18922026-06-04T09:38:04.474Z Compiling slog-bunyan v2.5.0
18932026-06-04T09:38:04.477Z Compiling futures-executor v0.3.32
18942026-06-04T09:38:04.497Z Compiling tower v0.5.2
18952026-06-04T09:38:04.615Z Compiling instant v0.1.13
18962026-06-04T09:38:04.765Z Compiling futures v0.3.32
18972026-06-04T09:38:04.800Z Compiling aws-lc-sys v0.39.1
18982026-06-04T09:38:04.874Z Compiling untrusted v0.7.1
18992026-06-04T09:38:04.906Z Compiling tower-http v0.6.8
19002026-06-04T09:38:04.989Z Compiling openssl-sys v0.9.116
19012026-06-04T09:38:05.317Z Compiling aws-lc-rs v1.16.2
19022026-06-04T09:38:05.453Z Compiling memmap2 v0.9.8
19032026-06-04T09:38:06.194Z Compiling foreign-types-shared v0.1.1
19042026-06-04T09:38:06.290Z Compiling rustls-webpki v0.103.6
19052026-06-04T09:38:06.495Z Compiling foreign-types v0.3.2
19062026-06-04T09:38:06.803Z Compiling rustls v0.23.40
19072026-06-04T09:38:07.127Z Compiling tempfile v3.27.0
19082026-06-04T09:38:07.300Z Compiling openssl-probe v0.1.6
19092026-06-04T09:38:07.577Z Compiling openssl v0.10.80
19102026-06-04T09:38:08.290Z Compiling usdt v0.6.0
19112026-06-04T09:38:08.414Z Compiling either v1.15.0
19122026-06-04T09:38:08.677Z Compiling webpki-roots v1.0.2
19132026-06-04T09:38:08.808Z Compiling newtype-uuid v1.3.2
19142026-06-04T09:38:09.165Z Compiling daft v0.1.5
19152026-06-04T09:38:09.956Z Compiling tokio-rustls v0.26.4
19162026-06-04T09:38:10.041Z Compiling native-tls v0.2.14
19172026-06-04T09:38:10.217Z Compiling tokio-native-tls v0.3.1
19182026-06-04T09:38:10.341Z Compiling hyper-rustls v0.27.7
19192026-06-04T09:38:10.401Z Compiling hyper-tls v0.6.0
19202026-06-04T09:38:10.599Z Compiling reqwest v0.12.23
19212026-06-04T09:38:11.575Z Compiling rustls-webpki v0.102.8
19222026-06-04T09:38:11.715Z Compiling rustls-pemfile v2.2.0
19232026-06-04T09:38:11.922Z Compiling multer v3.1.0
19242026-06-04T09:38:12.226Z Compiling hostname v0.4.2
19252026-06-04T09:38:12.444Z Compiling rustls v0.22.4
19262026-06-04T09:38:12.516Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19272026-06-04T09:38:13.093Z Compiling terminal_size v0.4.3
19282026-06-04T09:38:13.157Z Compiling rand_chacha v0.3.1
19292026-06-04T09:38:13.237Z Compiling wait-timeout v0.2.1
19302026-06-04T09:38:13.868Z Compiling rusty-fork v0.3.0
19312026-06-04T09:38:13.883Z Compiling rand v0.8.5
19322026-06-04T09:38:14.550Z Compiling tokio-rustls v0.25.0
19332026-06-04T09:38:15.325Z Compiling sha1 v0.10.6
19342026-06-04T09:38:15.569Z Compiling rand_xorshift v0.4.0
19352026-06-04T09:38:16.149Z Compiling hubpack_derive v0.1.1
19362026-06-04T09:38:16.907Z Compiling proptest v1.8.0
19372026-06-04T09:38:17.104Z Compiling dropshot v0.16.7
19382026-06-04T09:38:17.162Z Compiling clap_builder v4.6.0
19392026-06-04T09:38:18.169Z Compiling serde_spanned v0.6.9
19402026-06-04T09:38:18.372Z Compiling prettyplease v0.2.37
19412026-06-04T09:38:18.804Z Compiling clap v4.6.1
19422026-06-04T09:38:19.030Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19432026-06-04T09:38:19.816Z Compiling progenitor-client v0.10.0
19442026-06-04T09:38:20.023Z Compiling progenitor-client v0.11.1
19452026-06-04T09:38:20.335Z Compiling serde_with v3.14.1
19462026-06-04T09:38:20.992Z Compiling progenitor v0.11.1
19472026-06-04T09:38:22.081Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19482026-06-04T09:38:22.218Z Compiling rustc-hash v2.1.1
19492026-06-04T09:38:22.424Z Compiling iddqd v0.3.18
19502026-06-04T09:38:22.477Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19512026-06-04T09:38:23.377Z Compiling backoff v0.4.0
19522026-06-04T09:38:23.408Z Compiling parse-display v0.10.0
19532026-06-04T09:38:23.457Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19542026-06-04T09:38:23.545Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19552026-06-04T09:38:23.698Z Compiling toml_write v0.1.2
19562026-06-04T09:38:23.709Z Compiling winnow v0.5.40
19572026-06-04T09:38:23.864Z Compiling toml_edit v0.22.27
19582026-06-04T09:38:25.298Z Compiling num-integer v0.1.46
19592026-06-04T09:38:25.390Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19602026-06-04T09:38:25.628Z Compiling float-ord v0.3.2
19612026-06-04T09:38:26.231Z Compiling toml v0.8.23
19622026-06-04T09:38:29.822Z Compiling num-rational v0.4.2
19632026-06-04T09:38:29.962Z Compiling num-iter v0.1.45
19642026-06-04T09:38:30.241Z Compiling num-complex v0.4.6
19652026-06-04T09:38:30.628Z Compiling num v0.4.3
19662026-06-04T09:38:31.301Z Compiling toml_edit v0.19.15
19672026-06-04T09:38:33.301Z Compiling proc-macro-crate v1.3.1
19682026-06-04T09:38:34.747Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-06-04T09:38:35.044Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19702026-06-04T09:38:35.212Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-06-04T09:38:36.392Z Compiling zerocopy-derive v0.7.35
19722026-06-04T09:38:36.538Z Compiling memoffset v0.9.1
19732026-06-04T09:38:36.633Z Compiling libscf-sys v1.2.0
19742026-06-04T09:38:36.779Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-06-04T09:38:37.232Z Compiling ingot-macros v0.1.1
19762026-06-04T09:38:37.294Z Compiling proc-macro-error-attr2 v2.0.0
19772026-06-04T09:38:37.528Z Compiling nix v0.30.1
19782026-06-04T09:38:37.754Z Compiling proc-macro-error2 v2.0.1
19792026-06-04T09:38:38.422Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19802026-06-04T09:38:38.866Z Compiling scroll_derive v0.12.1
19812026-06-04T09:38:39.721Z Compiling tabled_derive v0.11.0
19822026-06-04T09:38:39.751Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19832026-06-04T09:38:41.848Z Compiling zerocopy v0.7.35
19842026-06-04T09:38:42.467Z Compiling num_enum_derive v0.7.5
19852026-06-04T09:38:42.723Z Compiling hubpack v0.1.2
19862026-06-04T09:38:42.811Z Compiling foreign-types-macros v0.2.3
19872026-06-04T09:38:43.007Z Compiling static_assertions v1.1.0
19882026-06-04T09:38:43.541Z Compiling glob v0.3.3
19892026-06-04T09:38:43.591Z Compiling proc-macro-error-attr v1.0.4
19902026-06-04T09:38:43.802Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19912026-06-04T09:38:43.896Z Compiling dtrace-parser v0.2.0
19922026-06-04T09:38:44.296Z Compiling bytecount v0.6.9
19932026-06-04T09:38:44.331Z Compiling proc-macro-error v1.0.4
19942026-06-04T09:38:44.446Z Compiling dof v0.3.0
19952026-06-04T09:38:44.923Z Compiling num_enum_derive v0.5.11
19962026-06-04T09:38:45.977Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19972026-06-04T09:38:46.478Z Compiling thread-id v4.2.2
19982026-06-04T09:38:46.584Z Compiling usdt-impl v0.5.0
19992026-06-04T09:38:47.085Z Compiling derive_more v0.99.20
20002026-06-04T09:38:47.433Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20012026-06-04T09:38:47.447Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20022026-06-04T09:38:48.183Z Compiling minimal-lexical v0.2.1
20032026-06-04T09:38:48.269Z Compiling usdt-attr-macro v0.5.0
20042026-06-04T09:38:48.281Z Compiling usdt-macro v0.5.0
20052026-06-04T09:38:48.543Z Compiling nom v7.1.3
20062026-06-04T09:38:48.735Z Compiling zone_cfg_derive v0.3.1
20072026-06-04T09:38:49.146Z Compiling papergrid v0.17.0
20082026-06-04T09:38:49.186Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20092026-06-04T09:38:49.406Z Compiling testing_table v0.3.0
20102026-06-04T09:38:49.437Z Compiling rustc_version v0.4.1
20112026-06-04T09:38:49.578Z Compiling crossbeam-epoch v0.9.18
20122026-06-04T09:38:49.726Z Compiling dropshot_endpoint v0.17.1
20132026-06-04T09:38:49.937Z Compiling adler2 v2.0.1
20142026-06-04T09:38:49.957Z Compiling crc32fast v1.5.0
20152026-06-04T09:38:50.084Z Compiling tabled v0.20.0
20162026-06-04T09:38:50.134Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20172026-06-04T09:38:50.159Z Compiling miniz_oxide v0.8.9
20182026-06-04T09:38:50.183Z Compiling enum-as-inner v0.6.1
20192026-06-04T09:38:50.787Z Compiling flate2 v1.1.2
20202026-06-04T09:38:50.800Z Compiling curve25519-dalek v4.1.3
20212026-06-04T09:38:50.964Z Compiling hybrid-array v0.4.12
20222026-06-04T09:38:51.188Z Compiling crossbeam-deque v0.8.6
20232026-06-04T09:38:51.214Z Compiling thiserror-impl-no-std v2.0.2
20242026-06-04T09:38:51.440Z Compiling typify-impl v0.6.1
20252026-06-04T09:38:51.461Z Compiling curve25519-dalek-derive v0.1.1
20262026-06-04T09:38:51.473Z Compiling rayon-core v1.13.0
20272026-06-04T09:38:51.746Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20282026-06-04T09:38:52.161Z Compiling block-buffer v0.12.0
20292026-06-04T09:38:52.210Z Compiling crypto-common v0.2.2
20302026-06-04T09:38:52.313Z Compiling clang-sys v1.8.1
20312026-06-04T09:38:52.332Z Compiling compression-core v0.4.32
20322026-06-04T09:38:52.404Z Compiling const-oid v0.10.2
20332026-06-04T09:38:52.501Z Compiling compression-codecs v0.4.32
20342026-06-04T09:38:52.621Z Compiling scroll v0.12.0
20352026-06-04T09:38:52.803Z Compiling hash32 v0.3.1
20362026-06-04T09:38:52.893Z Compiling digest v0.11.3
20372026-06-04T09:38:52.965Z Compiling toml_datetime v1.1.1+spec-1.1.0
20382026-06-04T09:38:53.003Z Compiling cpufeatures v0.3.0
20392026-06-04T09:38:53.041Z Compiling heapless v0.8.0
20402026-06-04T09:38:53.064Z Compiling sha1 v0.11.0
20412026-06-04T09:38:53.082Z Compiling goblin v0.8.2
20422026-06-04T09:38:53.094Z Compiling async-compression v0.4.33
20432026-06-04T09:38:53.288Z Compiling toml v1.1.2+spec-1.1.0
20442026-06-04T09:38:53.314Z Compiling ingot-types v0.1.2
20452026-06-04T09:38:53.411Z Compiling cobs v0.3.0
20462026-06-04T09:38:53.474Z Compiling libloading v0.8.9
20472026-06-04T09:38:53.487Z Compiling bitflags v1.3.2
20482026-06-04T09:38:53.569Z Compiling managed v0.8.0
20492026-06-04T09:38:53.663Z Compiling foreign-types-shared v0.3.1
20502026-06-04T09:38:53.749Z Compiling foreign-types v0.5.0
20512026-06-04T09:38:53.760Z Compiling ingot v0.1.1
20522026-06-04T09:38:53.823Z Compiling smoltcp v0.11.0
20532026-06-04T09:38:53.835Z Compiling bindgen v0.72.1
20542026-06-04T09:38:53.852Z Compiling postcard v1.1.3
20552026-06-04T09:38:54.203Z Compiling dropshot v0.17.1
20562026-06-04T09:38:55.319Z Compiling cexpr v0.6.0
20572026-06-04T09:38:55.341Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20582026-06-04T09:38:55.897Z Compiling num_enum v0.7.5
20592026-06-04T09:38:55.987Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20602026-06-04T09:38:56.394Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20612026-06-04T09:38:56.438Z Compiling camino-tempfile v1.4.1
20622026-06-04T09:38:56.688Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20632026-06-04T09:38:56.690Z Compiling derive-where v1.6.0
20642026-06-04T09:38:56.727Z Compiling serde_repr v0.1.20
20652026-06-04T09:38:56.993Z Compiling cstr-argument v0.1.2
20662026-06-04T09:38:57.192Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-06-04T09:38:57.328Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20682026-06-04T09:38:57.601Z Compiling typify-macro v0.6.1
20692026-06-04T09:38:57.971Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20702026-06-04T09:38:58.166Z Compiling rayon v1.11.0
20712026-06-04T09:38:58.492Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20722026-06-04T09:38:58.625Z Compiling crucible-workspace-hack v0.1.0
20732026-06-04T09:38:59.399Z Compiling memmap v0.7.0
20742026-06-04T09:38:59.469Z Compiling tinyvec_macros v0.1.1
20752026-06-04T09:38:59.559Z Compiling usdt v0.5.0
20762026-06-04T09:38:59.596Z Compiling tinyvec v1.10.0
20772026-06-04T09:38:59.746Z Compiling typify v0.6.1
20782026-06-04T09:38:59.846Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20792026-06-04T09:39:00.074Z Compiling num_enum v0.5.11
20802026-06-04T09:39:00.450Z Compiling pin-project-internal v1.1.10
20812026-06-04T09:39:01.541Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20822026-06-04T09:39:01.612Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20832026-06-04T09:39:01.705Z Compiling progenitor-impl v0.13.0
20842026-06-04T09:39:01.809Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20852026-06-04T09:39:01.821Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20862026-06-04T09:39:01.902Z Compiling rustix v0.38.44
20872026-06-04T09:39:02.490Z Compiling itertools v0.12.1
20882026-06-04T09:39:02.517Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20892026-06-04T09:39:02.680Z Compiling progenitor-impl v0.10.0
20902026-06-04T09:39:02.788Z Compiling sigpipe v0.1.3
20912026-06-04T09:39:02.819Z Compiling jiff v0.2.15
20922026-06-04T09:39:03.201Z Compiling const_format_proc_macros v0.2.34
20932026-06-04T09:39:03.265Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20942026-06-04T09:39:03.528Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20952026-06-04T09:39:03.722Z Compiling zone v0.3.1
20962026-06-04T09:39:05.218Z Compiling progenitor-macro v0.13.0
20972026-06-04T09:39:05.362Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20982026-06-04T09:39:05.429Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20992026-06-04T09:39:05.841Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21002026-06-04T09:39:06.094Z Compiling secrecy v0.10.3
21012026-06-04T09:39:06.164Z Compiling progenitor-macro v0.10.0
21022026-06-04T09:39:06.263Z Compiling smf v0.2.3
21032026-06-04T09:39:06.330Z Compiling async-recursion v1.1.1
21042026-06-04T09:39:06.572Z Compiling snafu-derive v0.8.9
21052026-06-04T09:39:06.701Z Compiling bstr v1.12.0
21062026-06-04T09:39:06.878Z Compiling whoami v1.6.1
21072026-06-04T09:39:07.188Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21082026-06-04T09:39:08.111Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21092026-06-04T09:39:08.560Z Compiling hmac v0.12.1
21102026-06-04T09:39:08.883Z Compiling inout v0.1.4
21112026-06-04T09:39:08.903Z Compiling ff v0.13.1
21122026-06-04T09:39:09.042Z Compiling data-encoding v2.9.0
21132026-06-04T09:39:09.053Z Compiling crc8 v0.1.1
21142026-06-04T09:39:09.500Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-06-04T09:39:09.637Z Compiling group v0.13.0
21162026-06-04T09:39:09.766Z Compiling cipher v0.4.4
21172026-06-04T09:39:10.505Z Compiling hkdf v0.12.4
21182026-06-04T09:39:10.664Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21192026-06-04T09:39:10.967Z Compiling atomicwrites v0.4.4
21202026-06-04T09:39:11.180Z Compiling tokio-dtrace v0.1.1
21212026-06-04T09:39:11.402Z Compiling tabled_derive v0.7.0
21222026-06-04T09:39:11.740Z Compiling reqwest v0.13.2
21232026-06-04T09:39:11.752Z Compiling universal-hash v0.5.1
21242026-06-04T09:39:11.872Z Compiling crypto-bigint v0.5.5
21252026-06-04T09:39:11.889Z Compiling half v2.7.1
21262026-06-04T09:39:12.217Z Compiling ciborium-io v0.2.2
21272026-06-04T09:39:12.324Z Compiling opaque-debug v0.3.1
21282026-06-04T09:39:12.365Z Compiling base64ct v1.8.0
21292026-06-04T09:39:12.406Z Compiling base16ct v0.2.0
21302026-06-04T09:39:12.583Z Compiling indent_write v2.2.0
21312026-06-04T09:39:12.680Z Compiling progenitor-client v0.13.0
21322026-06-04T09:39:12.728Z Compiling password-hash v0.5.0
21332026-06-04T09:39:12.983Z Compiling elliptic-curve v0.13.8
21342026-06-04T09:39:13.018Z Compiling poly1305 v0.8.0
21352026-06-04T09:39:13.064Z Compiling ciborium-ll v0.2.2
21362026-06-04T09:39:13.602Z Compiling oxide-tokio-rt v0.1.2
21372026-06-04T09:39:14.100Z Compiling chacha20 v0.9.1
21382026-06-04T09:39:14.154Z Compiling similar v2.7.0
21392026-06-04T09:39:14.338Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21402026-06-04T09:39:14.766Z Compiling thiserror-no-std v2.0.2
21412026-06-04T09:39:15.156Z Compiling blake2 v0.10.6
21422026-06-04T09:39:15.634Z Compiling aead v0.5.2
21432026-06-04T09:39:15.941Z Compiling linked-hash-map v0.5.6
21442026-06-04T09:39:16.006Z Compiling keccak v0.1.6
21452026-06-04T09:39:16.116Z Compiling resolv-conf v0.7.5
21462026-06-04T09:39:16.119Z Compiling lru-cache v0.1.2
21472026-06-04T09:39:16.189Z Compiling sha3 v0.10.8
21482026-06-04T09:39:16.418Z Compiling chacha20poly1305 v0.10.1
21492026-06-04T09:39:16.481Z Compiling vsss-rs v3.3.4
21502026-06-04T09:39:16.492Z Compiling argon2 v0.5.3
21512026-06-04T09:39:16.503Z Compiling progenitor v0.13.0
21522026-06-04T09:39:16.575Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21532026-06-04T09:39:16.830Z Compiling ciborium v0.2.2
21542026-06-04T09:39:16.869Z Compiling hickory-proto v0.24.4
21552026-06-04T09:39:17.292Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21562026-06-04T09:39:17.340Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21572026-06-04T09:39:17.762Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21582026-06-04T09:39:17.842Z Compiling serde-big-array v0.5.1
21592026-06-04T09:39:17.990Z Compiling unicode-segmentation v1.12.0
21602026-06-04T09:39:18.048Z Compiling same-file v1.0.6
21612026-06-04T09:39:18.093Z Compiling siphasher v1.0.1
21622026-06-04T09:39:18.188Z Compiling walkdir v2.5.0
21632026-06-04T09:39:18.296Z Compiling newline-converter v0.3.0
21642026-06-04T09:39:18.399Z Compiling phf_shared v0.12.1
21652026-06-04T09:39:18.512Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-06-04T09:39:18.560Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21672026-06-04T09:39:18.772Z Compiling hickory-resolver v0.24.4
21682026-06-04T09:39:18.786Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21692026-06-04T09:39:19.346Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21702026-06-04T09:39:20.547Z Compiling newtype_derive v0.1.6
21712026-06-04T09:39:20.612Z Compiling owo-colors v4.3.0
21722026-06-04T09:39:20.637Z Compiling tokio-stream v0.1.17
21732026-06-04T09:39:20.832Z Compiling console v0.15.11
21742026-06-04T09:39:21.094Z Compiling csv-core v0.1.12
21752026-06-04T09:39:21.387Z Compiling unicode-linebreak v0.1.5
21762026-06-04T09:39:21.387Z Compiling foldhash v0.1.5
21772026-06-04T09:39:21.494Z Compiling smawk v0.3.2
21782026-06-04T09:39:21.575Z Compiling unicode-width v0.1.14
21792026-06-04T09:39:21.578Z Compiling swrite v0.1.0
21802026-06-04T09:39:21.578Z Compiling termtree v0.5.1
21812026-06-04T09:39:21.627Z Compiling humantime v2.3.0
21822026-06-04T09:39:21.639Z Compiling textwrap v0.16.2
21832026-06-04T09:39:21.757Z Compiling hashbrown v0.15.5
21842026-06-04T09:39:21.852Z Compiling csv v1.4.0
21852026-06-04T09:39:21.946Z Compiling expectorate v1.2.0
21862026-06-04T09:39:22.065Z Compiling qorb v0.4.1
21872026-06-04T09:39:22.105Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21882026-06-04T09:39:22.302Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-06-04T09:39:23.476Z Compiling phf v0.12.1
21902026-06-04T09:39:23.650Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21912026-06-04T09:39:24.238Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21922026-06-04T09:39:24.349Z Compiling pin-project v1.1.10
21932026-06-04T09:39:24.377Z Compiling unicode-normalization v0.1.24
21942026-06-04T09:39:24.463Z Compiling libz-sys v1.1.22
21952026-06-04T09:39:24.687Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-06-04T09:39:25.443Z Compiling libsw-core v0.3.2
21972026-06-04T09:39:25.623Z Compiling fixedbitset v0.4.2
21982026-06-04T09:39:25.869Z Compiling fixedbitset v0.5.7
21992026-06-04T09:39:25.950Z Compiling highway v1.3.0
22002026-06-04T09:39:26.141Z Compiling petgraph v0.8.2
22012026-06-04T09:39:26.209Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22022026-06-04T09:39:26.214Z Compiling progenitor v0.10.0
22032026-06-04T09:39:27.160Z Compiling petgraph v0.6.5
22042026-06-04T09:39:27.750Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-06-04T09:39:27.995Z Compiling libsw v3.5.0
22062026-06-04T09:39:28.174Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22072026-06-04T09:39:28.386Z Compiling olpc-cjson v0.1.4
22082026-06-04T09:39:28.436Z Compiling libgit2-sys v0.17.0+1.8.1
22092026-06-04T09:39:28.568Z Compiling snafu v0.8.9
22102026-06-04T09:39:28.994Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-06-04T09:39:29.203Z Compiling chrono-tz v0.10.4
22122026-06-04T09:39:29.479Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-06-04T09:39:30.163Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-06-04T09:39:30.717Z Compiling papergrid v0.11.0
22152026-06-04T09:39:30.867Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-04T09:39:31.159Z Compiling globset v0.4.16
22172026-06-04T09:39:31.479Z Compiling const_format v0.2.34
22182026-06-04T09:39:31.745Z Compiling slog-dtrace v0.3.0
22192026-06-04T09:39:31.810Z Compiling cancel-safe-futures v0.1.5
22202026-06-04T09:39:31.975Z Compiling gethostname v0.5.0
22212026-06-04T09:39:32.193Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22222026-06-04T09:39:32.588Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22232026-06-04T09:39:33.182Z Compiling dropshot-api-manager-types v0.7.2
22242026-06-04T09:39:33.197Z Compiling bcs v0.1.6
22252026-06-04T09:39:33.531Z Compiling serde_plain v1.0.2
22262026-06-04T09:39:33.616Z Compiling cargo-platform v0.1.9
22272026-06-04T09:39:33.642Z Compiling pem v3.0.5
22282026-06-04T09:39:33.777Z Compiling linear-map v1.2.0
22292026-06-04T09:39:34.100Z Compiling tagptr v0.2.0
22302026-06-04T09:39:34.152Z Compiling typed-path v0.9.3
22312026-06-04T09:39:34.372Z Compiling moka v0.12.11
22322026-06-04T09:39:35.150Z Compiling tough v0.20.0
22332026-06-04T09:39:35.494Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22342026-06-04T09:39:35.949Z Compiling cargo_metadata v0.18.1
22352026-06-04T09:39:37.002Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22362026-06-04T09:39:37.507Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22372026-06-04T09:39:37.644Z Compiling tabled v0.15.0
22382026-06-04T09:39:37.683Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-06-04T09:39:38.403Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22402026-06-04T09:39:38.663Z Compiling git2 v0.19.0
22412026-06-04T09:39:39.797Z Compiling steno v0.4.1
22422026-06-04T09:39:41.809Z Compiling cookie v0.18.1
22432026-06-04T09:39:42.238Z Compiling hickory-proto v0.25.2
22442026-06-04T09:39:44.247Z Compiling hickory-resolver v0.25.2
22452026-06-04T09:39:44.907Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-06-04T09:39:46.757Z Compiling vergen v8.3.2
22472026-06-04T09:39:48.084Z Compiling signal-hook v0.3.18
22482026-06-04T09:39:48.569Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22492026-06-04T09:39:48.609Z Compiling mockall_derive v0.13.1
22502026-06-04T09:39:48.880Z Compiling predicates-core v1.0.9
22512026-06-04T09:39:49.237Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22522026-06-04T09:39:49.494Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22532026-06-04T09:39:49.717Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22542026-06-04T09:39:49.958Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22552026-06-04T09:39:50.519Z Compiling sha2 v0.10.9
22562026-06-04T09:39:50.924Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22572026-06-04T09:39:51.552Z Compiling yansi v1.0.1
22582026-06-04T09:39:51.722Z Compiling diff v0.1.13
22592026-06-04T09:39:51.878Z Compiling pretty_assertions v1.4.1
22602026-06-04T09:39:52.033Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22612026-06-04T09:39:52.392Z Compiling fs-err v3.1.2
22622026-06-04T09:39:53.040Z Compiling predicates v3.1.3
22632026-06-04T09:39:53.242Z Compiling predicates-tree v1.0.12
22642026-06-04T09:39:54.024Z Compiling git-stub v1.0.0
22652026-06-04T09:39:54.040Z Compiling filetime v0.2.26
22662026-06-04T09:39:54.242Z Compiling is_ci v1.2.0
22672026-06-04T09:39:54.314Z Compiling arrayref v0.3.9
22682026-06-04T09:39:54.401Z Compiling arrayvec v0.7.6
22692026-06-04T09:39:54.413Z Compiling downcast v0.11.0
22702026-06-04T09:39:54.574Z Compiling fragile v2.0.1
22712026-06-04T09:39:54.623Z Compiling constant_time_eq v0.3.1
22722026-06-04T09:39:54.753Z Compiling xattr v1.6.1
22732026-06-04T09:39:54.897Z Compiling tar v0.4.45
22742026-06-04T09:39:54.949Z Compiling blake3 v1.8.2
22752026-06-04T09:39:55.284Z Compiling mockall v0.13.1
22762026-06-04T09:39:55.488Z Compiling toml v0.7.8
22772026-06-04T09:39:55.539Z Compiling supports-color v3.0.2
22782026-06-04T09:39:55.738Z Compiling git-stub-vcs v0.1.0
22792026-06-04T09:39:56.125Z Compiling signal-hook-tokio v0.3.1
22802026-06-04T09:39:56.160Z Compiling curl-sys v0.4.83+curl-8.15.0
22812026-06-04T09:39:56.456Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22822026-06-04T09:39:57.376Z Compiling drift v0.2.0
22832026-06-04T09:39:58.002Z Compiling kstat-rs v0.2.4
22842026-06-04T09:39:58.305Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22852026-06-04T09:39:58.329Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22862026-06-04T09:39:58.480Z Compiling hex-literal v1.0.0
22872026-06-04T09:39:58.623Z Compiling display-error-chain v0.2.2
22882026-06-04T09:39:58.665Z Compiling topological-sort v0.2.2
22892026-06-04T09:39:58.827Z Compiling omicron-zone-package v0.12.2
22902026-06-04T09:39:59.002Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22912026-06-04T09:39:59.264Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22922026-06-04T09:40:00.618Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22932026-06-04T09:40:01.083Z Compiling dropshot-api-manager v0.7.2
22942026-06-04T09:40:01.675Z Compiling curl v0.4.49
22952026-06-04T09:40:01.690Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22962026-06-04T09:40:01.817Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22972026-06-04T09:40:02.062Z Compiling search_path v0.1.4
22982026-06-04T09:40:02.065Z Compiling internet-checksum v0.2.1
22992026-06-04T09:40:02.227Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23002026-06-04T09:40:02.475Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-06-04T09:40:02.502Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23022026-06-04T09:40:06.516Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23032026-06-04T09:40:07.999Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23042026-06-04T09:40:51.325Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 15s
23052026-06-04T09:40:51.446Z Running unittests src/lib.rs (target/debug/deps/aal-a533722e39458cc3)
23062026-06-04T09:40:51.449Z
23072026-06-04T09:40:51.449Zrunning 5 tests
23082026-06-04T09:40:51.449Ztest fuse::tests::chip_revision_b0 ... ok
23092026-06-04T09:40:51.452Ztest fuse::tests::chip_revision_a0 ... ok
23102026-06-04T09:40:51.452Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23112026-06-04T09:40:51.452Ztest fuse::tests::chip_revision_b1 ... ok
23122026-06-04T09:40:51.452Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23132026-06-04T09:40:51.452Z
23142026-06-04T09:40:51.452Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23152026-06-04T09:40:51.452Z
23162026-06-04T09:40:51.452Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23172026-06-04T09:40:51.455Z
23182026-06-04T09:40:51.455Zrunning 0 tests
23192026-06-04T09:40:51.455Z
23202026-06-04T09:40:51.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-06-04T09:40:51.455Z
23222026-06-04T09:40:51.455Z Running unittests src/lib.rs (target/debug/deps/asic-599f51e049a26529)
23232026-06-04T09:40:51.455Z
23242026-06-04T09:40:51.455Zrunning 0 tests
23252026-06-04T09:40:51.456Z
23262026-06-04T09:40:51.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23272026-06-04T09:40:51.456Z
23282026-06-04T09:40:51.456Z Running unittests src/lib.rs (target/debug/deps/common-e342169ecbfbc360)
23292026-06-04T09:40:51.458Z
23302026-06-04T09:40:51.458Zrunning 10 tests
23312026-06-04T09:40:51.458Ztest nat::tests::test_vni ... ok
23322026-06-04T09:40:51.458Ztest network::tests::test_equal ... ok
23332026-06-04T09:40:51.458Ztest network::tests::test_eui64 ... ok
23342026-06-04T09:40:51.458Ztest network::tests::test_into ... ok
23352026-06-04T09:40:51.458Ztest network::tests::test_generate_ipv6_link_local ... ok
23362026-06-04T09:40:51.458Ztest network::tests::test_not_equal ... ok
23372026-06-04T09:40:51.459Ztest network::tests::test_to_string ... ok
23382026-06-04T09:40:51.459Ztest network::tests::test_parse ... ok
23392026-06-04T09:40:51.459Ztest test_purge ... ok
23402026-06-04T09:40:51.462Ztest illumos::test::address_exists_handles_missing_object ... ok
23412026-06-04T09:40:51.462Z
23422026-06-04T09:40:51.462Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23432026-06-04T09:40:51.462Z
23442026-06-04T09:40:51.462Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-be678a4cc13f3917)
23452026-06-04T09:40:51.467Z
23462026-06-04T09:40:51.468Zrunning 1 test
23472026-06-04T09:40:51.470Z -------
23482026-06-04T09:40:51.470Z Generating OpenAPI documents from API definitions ...
23492026-06-04T09:40:51.607Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23502026-06-04T09:40:51.675Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23512026-06-04T09:40:52.684Z -------
23522026-06-04T09:40:52.684Z Checking 12 OpenAPI documents...
23532026-06-04T09:40:52.684Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-06-04T09:40:52.684Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-06-04T09:40:52.684Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-06-04T09:40:52.687Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-06-04T09:40:52.687Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-06-04T09:40:52.687Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-06-04T09:40:52.687Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-06-04T09:40:52.687Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-06-04T09:40:52.687Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-06-04T09:40:52.687Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-04T09:40:52.687Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-04T09:40:52.687Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-04T09:40:52.687Z Fresh dpd "latest" symlink
23662026-06-04T09:40:52.687Z -------
23672026-06-04T09:40:52.687Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23682026-06-04T09:40:52.745Ztest test::test_apis_up_to_date ... ok
23692026-06-04T09:40:52.745Z
23702026-06-04T09:40:52.745Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
23712026-06-04T09:40:52.745Z
23722026-06-04T09:40:52.796Z Running unittests src/main.rs (target/debug/deps/dpd-30be8ec4fb72fdc8)
23732026-06-04T09:40:52.802Z
23742026-06-04T09:40:52.803Zrunning 19 tests
23752026-06-04T09:40:52.805Ztest freemap::test_ordering ... ok
23762026-06-04T09:40:52.805Ztest config::tests::test_updates ... ok
23772026-06-04T09:40:52.805Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23782026-06-04T09:40:52.805Ztest freemap::test_split ... ok
23792026-06-04T09:40:52.805Ztest macaddrs::tests::test_mac_offset ... ok
23802026-06-04T09:40:52.808Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23812026-06-04T09:40:52.808Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23822026-06-04T09:40:52.808Ztest macaddrs::tests::test_parse_port_id ... ok
23832026-06-04T09:40:52.809Ztest nat::test_mapping ... ok
23842026-06-04T09:40:52.809Ztest port_map::tests::dump_map ... ok
23852026-06-04T09:40:52.809Ztest port_map::tests::test_backplane_group ... ok
23862026-06-04T09:40:52.809Ztest port_map::tests::test_port_map ... ok
23872026-06-04T09:40:52.809ZJun 04 09:40:51.503 DEBG created new freemapJun 04 09:40:51.503 , DEBGunit :created new freemap , freemap_testunit:Jun 04 09:40:51.503 freemap_testDEBG
23882026-06-04T09:40:52.809Z
23892026-06-04T09:40:52.809Z created new freemap, unit: Jun 04 09:40:51.503Jun 04 09:40:51.503 freemap_testDEBG
23902026-06-04T09:40:52.809ZDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23912026-06-04T09:40:52.809Z
23922026-06-04T09:40:52.809ZJun 04 09:40:51.503 DEBG Jun 04 09:40:51.503initted freemap. size: 128Jun 04 09:40:51.503, unitDEBG: DEBG freemap_testreset freemap
23932026-06-04T09:40:52.809Zreset freemap, , unitunit:: freemap_testJun 04 09:40:51.503
23942026-06-04T09:40:52.809Zfreemap_test
23952026-06-04T09:40:52.809ZDEBG reset freemap, unit: freemap_test
23962026-06-04T09:40:52.809Ztest freemap::test_reclaim ... ok
23972026-06-04T09:40:52.809Ztest freemap::test_basic ... ok
23982026-06-04T09:40:52.809Ztest freemap::test_exhaustion ... ok
23992026-06-04T09:40:52.809ZJun 04 09:40:51.503 DEBG created new freemap, unit: freemap_test
24002026-06-04T09:40:52.809ZJun 04 09:40:51.503 DEBG initted freemap. size: 128, unit: freemap_test
24012026-06-04T09:40:52.809ZJun 04 09:40:51.503 DEBG reset freemap, unit: freemap_test
24022026-06-04T09:40:52.809Ztest freemap::test_free ... ok
24032026-06-04T09:40:52.809ZJun 04 09:40:51.504 DEBG created new freemap, unit: freemap_test
24042026-06-04T09:40:52.809ZJun 04 09:40:51.504 DEBG initted freemap. size: 128, unit: freemap_test
24052026-06-04T09:40:52.809ZJun 04 09:40:51.504 DEBG reset freemap, unit: freemap_test
24062026-06-04T09:40:52.809Ztest freemap::test_span ... ok
24072026-06-04T09:40:52.809Ztest port_map::tests::parse_softnpu_revision ... ok
24082026-06-04T09:40:52.809Ztest api_server::tests::test_build_info ... ok
24092026-06-04T09:40:52.809Z
24102026-06-04T09:40:52.809Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24112026-06-04T09:40:52.809Z
24122026-06-04T09:40:52.812Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-5838c3e2389d0010)
24132026-06-04T09:40:52.812Z
24142026-06-04T09:40:52.813Zrunning 0 tests
24152026-06-04T09:40:52.813Z
24162026-06-04T09:40:52.813Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24172026-06-04T09:40:52.813Z
24182026-06-04T09:40:52.813Z Running unittests src/lib.rs (target/debug/deps/dpd_api-78adfe9a2c31875a)
24192026-06-04T09:40:52.815Z
24202026-06-04T09:40:52.815Zrunning 0 tests
24212026-06-04T09:40:52.815Z
24222026-06-04T09:40:52.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24232026-06-04T09:40:52.815Z
24242026-06-04T09:40:52.815Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d87f9921c20694ff)
24252026-06-04T09:40:52.818Z
24262026-06-04T09:40:52.818Zrunning 6 tests
24272026-06-04T09:40:52.818Ztest tests::test_full_lot_id_neither_present ... ok
24282026-06-04T09:40:52.818Ztest tests::test_full_lot_id_both_present ... ok
24292026-06-04T09:40:52.818Ztest tests::test_full_lot_id_lot_only ... ok
24302026-06-04T09:40:52.818Ztest tests::test_full_lot_id_lotnum_only ... ok
24312026-06-04T09:40:52.818Ztest tests::test_parse_client_port_id ... ok
24322026-06-04T09:40:52.818Ztest tests::test_port_id_cmp ... ok
24332026-06-04T09:40:52.818Z
24342026-06-04T09:40:52.818Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24352026-06-04T09:40:52.818Z
24362026-06-04T09:40:52.818Z Running tests/test_all.rs (target/debug/deps/test_all-d3c325a1d543fbc6)
24372026-06-04T09:40:52.822Z
24382026-06-04T09:40:52.822Zrunning 0 tests
24392026-06-04T09:40:52.822Z
24402026-06-04T09:40:52.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24412026-06-04T09:40:52.822Z
24422026-06-04T09:40:52.822Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7ddee4d03453d1f2)
24432026-06-04T09:40:52.822Z
24442026-06-04T09:40:52.822Zrunning 0 tests
24452026-06-04T09:40:52.822Z
24462026-06-04T09:40:52.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24472026-06-04T09:40:52.822Z
24482026-06-04T09:40:52.822Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-08da337eaf0392c0)
24492026-06-04T09:40:52.825Z
24502026-06-04T09:40:52.825Zrunning 0 tests
24512026-06-04T09:40:52.825Z
24522026-06-04T09:40:52.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24532026-06-04T09:40:52.825Z
24542026-06-04T09:40:52.825Z Running unittests src/lib.rs (target/debug/deps/packet-c48904b0fefd7079)
24552026-06-04T09:40:52.825Z
24562026-06-04T09:40:52.825Zrunning 12 tests
24572026-06-04T09:40:52.825Ztest ipv6::test_ipv6_parse ... ok
24582026-06-04T09:40:52.825Ztest icmp::test_v4_checksum ... ok
24592026-06-04T09:40:52.825Ztest pbuf::test_byte ... ok
24602026-06-04T09:40:52.828Ztest lldp::test_lldp_parse ... ok
24612026-06-04T09:40:52.828Ztest icmp::test_v6_checksum ... ok
24622026-06-04T09:40:52.828Ztest pbuf::test_nibble ... ok
24632026-06-04T09:40:52.828Ztest pbuf::test_overflow ... ok
24642026-06-04T09:40:52.828Ztest pbuf::test_short ... ok
24652026-06-04T09:40:52.828Ztest pbuf::test_twelve ... ok
24662026-06-04T09:40:52.828Ztest pbuf::test_word ... ok
24672026-06-04T09:40:52.828Ztest tcp::test_checksum_syn_nodata ... ok
24682026-06-04T09:40:52.828Ztest tcp::test_checksum_ack_data ... ok
24692026-06-04T09:40:52.828Z
24702026-06-04T09:40:52.828Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24712026-06-04T09:40:52.828Z
24722026-06-04T09:40:52.828Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
24732026-06-04T09:40:52.828Z
24742026-06-04T09:40:52.828Zrunning 0 tests
24752026-06-04T09:40:52.828Z
24762026-06-04T09:40:52.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24772026-06-04T09:40:52.828Z
24782026-06-04T09:40:52.828Z Running unittests src/main.rs (target/debug/deps/swadm-0a28fc969a436828)
24792026-06-04T09:40:52.832Z
24802026-06-04T09:40:52.832Zrunning 5 tests
24812026-06-04T09:40:52.832Ztest switchport::test::test_compute_lanes ... ok
24822026-06-04T09:40:52.832Ztest switchport::test::port_id_ordering ... ok
24832026-06-04T09:40:52.832Z Lane 0 Lane 1 Lane 2 Lane 3
24842026-06-04T09:40:52.832Z Rx Loss-of-lock: Yes Yes Yes Yes
24852026-06-04T09:40:52.832Z Rx Loss-of-signal: Yes Yes Yes Yes
24862026-06-04T09:40:52.832Z Rx CDR Enabled: Yes Yes Yes Yes
24872026-06-04T09:40:52.832Z Tx Enabled: Yes Yes Yes Yes
24882026-06-04T09:40:52.832Z Tx Loss-of-lock: No No No No
24892026-06-04T09:40:52.832Z Tx Loss-of-signal: No Lane 0 No NoLane 1 No
24902026-06-04T09:40:52.832ZLane 2 Tx CDR Enabled: NoLane 3
24912026-06-04T09:40:52.832ZNo No State: Activated No
24922026-06-04T09:40:52.832ZActivated Tx Adaptive EQ Fault: No NoActivated ActivatedNo
24932026-06-04T09:40:52.832Z No Rx Output Enabled: false
24942026-06-04T09:40:52.832Z false Tx Fault: Yes false Yesfalse
24952026-06-04T09:40:52.832ZYes Rx Output Status: valid Yes
24962026-06-04T09:40:52.832Zvalid valid valid
24972026-06-04T09:40:52.832Z Rx Loss-of-lock: true true true true
24982026-06-04T09:40:52.832Z Rx Loss-of-signal: false false false false
24992026-06-04T09:40:52.832ZRx Auto-squelch Disable: true true true true
25002026-06-04T09:40:52.832Z Tx Output Enabled: true true true true
25012026-06-04T09:40:52.832Z Tx Output Status: invalid invalid invalid invalid
25022026-06-04T09:40:52.832Z Tx Loss-of-lock: false false false false
25032026-06-04T09:40:52.832Z Tx Loss-of-signal: true true true true
25042026-06-04T09:40:52.832ZTx Auto-squelch Disable: false false false false
25052026-06-04T09:40:52.832Z Tx Adaptive EQ Fail: true true true true
25062026-06-04T09:40:52.832Z Tx Failure: false false false false
25072026-06-04T09:40:52.832Z Tx Force Squelch: true true true true
25082026-06-04T09:40:52.832Z Tx Input Polarity: normal normal normal normal
25092026-06-04T09:40:52.832Ztest switchport::test::test_print_sff_datapath ... ok
25102026-06-04T09:40:52.832Ztest switchport::test::test_print_cmis_datapath ... ok
25112026-06-04T09:40:52.833Ztest link::test_filter ... ok
25122026-06-04T09:40:52.833Z
25132026-06-04T09:40:52.833Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25142026-06-04T09:40:52.833Z
25152026-06-04T09:40:52.836Z Running tests/counters.rs (target/debug/deps/counters-60f09bd76651689a)
25162026-06-04T09:40:52.836Z
25172026-06-04T09:40:52.836Zrunning 1 test
25182026-06-04T09:40:52.836Ztest test_p4_counter_list ... ignored
25192026-06-04T09:40:52.836Z
25202026-06-04T09:40:52.836Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25212026-06-04T09:40:52.836Z
25222026-06-04T09:40:52.836Z Running tests/port-link.rs (target/debug/deps/port_link-015c23a6a3063273)
25232026-06-04T09:40:52.836Z
25242026-06-04T09:40:52.836Zrunning 5 tests
25252026-06-04T09:40:52.836Ztest test_an ... ignored
25262026-06-04T09:40:52.836Ztest test_enable ... ignored
25272026-06-04T09:40:52.836Ztest test_ip_addresses ... ignored
25282026-06-04T09:40:52.836Ztest test_kr ... ignored
25292026-06-04T09:40:52.836Ztest test_mac ... ignored
25302026-06-04T09:40:52.836Z
25312026-06-04T09:40:52.836Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25322026-06-04T09:40:52.836Z
25332026-06-04T09:40:52.836Z Running unittests src/main.rs (target/debug/deps/tfportd-eea0d989d9ed1532)
25342026-06-04T09:40:52.840Z
25352026-06-04T09:40:52.840Zrunning 3 tests
25362026-06-04T09:40:52.842Ztest linklocal::test_parse_ipadm ... ok
25372026-06-04T09:40:52.842Ztest tfport::test_parse_tfport ... ok
25382026-06-04T09:40:52.842Ztest config::tests::test_updates ... ok
25392026-06-04T09:40:52.842Z
25402026-06-04T09:40:52.842Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-06-04T09:40:52.843Z
25422026-06-04T09:40:52.843Z Running unittests src/main.rs (target/debug/deps/uplinkd-85d92f986156aece)
25432026-06-04T09:40:52.846Z
25442026-06-04T09:40:52.846Zrunning 0 tests
25452026-06-04T09:40:52.846Z
25462026-06-04T09:40:52.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-06-04T09:40:52.846Z
25482026-06-04T09:40:52.846Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
25492026-06-04T09:40:52.846Z
25502026-06-04T09:40:52.846Zrunning 0 tests
25512026-06-04T09:40:52.846Z
25522026-06-04T09:40:52.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25532026-06-04T09:40:52.846Z
25542026-06-04T09:40:52.846Z Doc-tests aal
25552026-06-04T09:40:52.969Z
25562026-06-04T09:40:52.969Zrunning 0 tests
25572026-06-04T09:40:52.969Z
25582026-06-04T09:40:52.969Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25592026-06-04T09:40:52.969Z
25602026-06-04T09:40:52.985Z Doc-tests aal_macros
25612026-06-04T09:40:53.052Z
25622026-06-04T09:40:53.052Zrunning 0 tests
25632026-06-04T09:40:53.052Z
25642026-06-04T09:40:53.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-06-04T09:40:53.052Z
25662026-06-04T09:40:53.063Z Doc-tests common
25672026-06-04T09:40:53.285Z
25682026-06-04T09:40:53.285Zrunning 0 tests
25692026-06-04T09:40:53.285Z
25702026-06-04T09:40:53.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-06-04T09:40:53.285Z
25722026-06-04T09:40:53.304Z Doc-tests dpd_api
25732026-06-04T09:40:54.045Z
25742026-06-04T09:40:54.045Zrunning 2 tests
25752026-06-04T09:40:54.045Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25762026-06-04T09:40:54.045Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25772026-06-04T09:40:54.045Z
25782026-06-04T09:40:54.045Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25792026-06-04T09:40:54.045Z
25802026-06-04T09:40:54.073Z Doc-tests dpd_client
25812026-06-04T09:40:55.353Z
25822026-06-04T09:40:55.353Zrunning 0 tests
25832026-06-04T09:40:55.353Z
25842026-06-04T09:40:55.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25852026-06-04T09:40:55.353Z
25862026-06-04T09:40:55.393Z Doc-tests dpd_types
25872026-06-04T09:40:55.600Z
25882026-06-04T09:40:55.600Zrunning 0 tests
25892026-06-04T09:40:55.600Z
25902026-06-04T09:40:55.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-06-04T09:40:55.600Z
25922026-06-04T09:40:55.624Z Doc-tests dpd_types_versions
25932026-06-04T09:40:56.829Z
25942026-06-04T09:40:56.829Zrunning 1 test
25952026-06-04T09:40:56.829Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25962026-06-04T09:40:56.829Z
25972026-06-04T09:40:56.829Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25982026-06-04T09:40:56.829Z
25992026-06-04T09:40:56.870Z Doc-tests packet
26002026-06-04T09:40:56.979Z
26012026-06-04T09:40:56.979Zrunning 0 tests
26022026-06-04T09:40:56.979Z
26032026-06-04T09:40:56.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26042026-06-04T09:40:56.980Z
26052026-06-04T09:40:56.994Z Doc-tests pcap
26062026-06-04T09:40:57.047Z
26072026-06-04T09:40:57.047Zrunning 0 tests
26082026-06-04T09:40:57.047Z
26092026-06-04T09:40:57.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26102026-06-04T09:40:57.047Z
26112026-06-04T09:40:57.112Z+ for feat in tofino_stub tofino_asic softnpu chaos
26122026-06-04T09:40:57.112Z+ RUST_BACKTRACE=full
26132026-06-04T09:40:57.112Z+ cargo test --features tofino_asic --no-fail-fast
26142026-06-04T09:40:57.709Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26152026-06-04T09:40:57.787Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26162026-06-04T09:40:57.793Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26172026-06-04T09:40:57.801Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26182026-06-04T09:41:06.134Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26192026-06-04T09:41:06.733Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26202026-06-04T09:41:45.909Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.78s
26212026-06-04T09:41:46.027Z Running unittests src/lib.rs (target/debug/deps/aal-a533722e39458cc3)
26222026-06-04T09:41:46.030Z
26232026-06-04T09:41:46.030Zrunning 5 tests
26242026-06-04T09:41:46.033Ztest fuse::tests::chip_revision_a0 ... ok
26252026-06-04T09:41:46.033Ztest fuse::tests::chip_revision_b0 ... ok
26262026-06-04T09:41:46.033Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26272026-06-04T09:41:46.033Ztest fuse::tests::chip_revision_b1 ... ok
26282026-06-04T09:41:46.033Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26292026-06-04T09:41:46.033Z
26302026-06-04T09:41:46.033Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26312026-06-04T09:41:46.033Z
26322026-06-04T09:41:46.033Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26332026-06-04T09:41:46.036Z
26342026-06-04T09:41:46.036Zrunning 0 tests
26352026-06-04T09:41:46.036Z
26362026-06-04T09:41:46.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26372026-06-04T09:41:46.036Z
26382026-06-04T09:41:46.036Z Running unittests src/lib.rs (target/debug/deps/asic-acbc0284e094c829)
26392026-06-04T09:41:46.132Z
26402026-06-04T09:41:46.132Zrunning 8 tests
26412026-06-04T09:41:46.135Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26422026-06-04T09:41:46.135Ztest tofino_asic::qsfp::tests::fix_link ... ok
26432026-06-04T09:41:46.135Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26442026-06-04T09:41:46.135Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26452026-06-04T09:41:46.136Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26462026-06-04T09:41:46.136Ztest tofino_asic::stats::constants_sanity_check ... ok
26472026-06-04T09:41:46.143Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26482026-06-04T09:41:46.634Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26492026-06-04T09:41:46.634Z
26502026-06-04T09:41:46.634Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26512026-06-04T09:41:46.634Z
26522026-06-04T09:41:46.645Z Running unittests src/lib.rs (target/debug/deps/common-e342169ecbfbc360)
26532026-06-04T09:41:46.648Z
26542026-06-04T09:41:46.648Zrunning 10 tests
26552026-06-04T09:41:46.651Ztest network::tests::test_eui64 ... ok
26562026-06-04T09:41:46.651Ztest network::tests::test_equal ... ok
26572026-06-04T09:41:46.651Ztest nat::tests::test_vni ... ok
26582026-06-04T09:41:46.651Ztest network::tests::test_into ... ok
26592026-06-04T09:41:46.651Ztest network::tests::test_not_equal ... ok
26602026-06-04T09:41:46.651Ztest network::tests::test_generate_ipv6_link_local ... ok
26612026-06-04T09:41:46.651Ztest network::tests::test_to_string ... ok
26622026-06-04T09:41:46.651Ztest network::tests::test_parse ... ok
26632026-06-04T09:41:46.651Ztest test_purge ... ok
26642026-06-04T09:41:46.654Ztest illumos::test::address_exists_handles_missing_object ... ok
26652026-06-04T09:41:46.654Z
26662026-06-04T09:41:46.654Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26672026-06-04T09:41:46.654Z
26682026-06-04T09:41:46.654Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-be678a4cc13f3917)
26692026-06-04T09:41:46.658Z
26702026-06-04T09:41:46.658Zrunning 1 test
26712026-06-04T09:41:46.660Z -------
26722026-06-04T09:41:46.660Z Generating OpenAPI documents from API definitions ...
26732026-06-04T09:41:46.800Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26742026-06-04T09:41:46.867Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26752026-06-04T09:41:47.846Z -------
26762026-06-04T09:41:47.846Z Checking 12 OpenAPI documents...
26772026-06-04T09:41:47.846Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26782026-06-04T09:41:47.846Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26792026-06-04T09:41:47.846Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26802026-06-04T09:41:47.846Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26812026-06-04T09:41:47.849Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26822026-06-04T09:41:47.849Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26832026-06-04T09:41:47.849Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26842026-06-04T09:41:47.849Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26852026-06-04T09:41:47.849Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26862026-06-04T09:41:47.849Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-04T09:41:47.849Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-04T09:41:47.849Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-04T09:41:47.849Z Fresh dpd "latest" symlink
26902026-06-04T09:41:47.849Z -------
26912026-06-04T09:41:47.849Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26922026-06-04T09:41:47.906Ztest test::test_apis_up_to_date ... ok
26932026-06-04T09:41:47.906Z
26942026-06-04T09:41:47.907Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
26952026-06-04T09:41:47.907Z
26962026-06-04T09:41:47.965Z Running unittests src/main.rs (target/debug/deps/dpd-810e8fcf11c94b78)
26972026-06-04T09:41:48.029Z
26982026-06-04T09:41:48.029Zrunning 51 tests
26992026-06-04T09:41:48.032Ztest freemap::test_ordering ... ok
27002026-06-04T09:41:48.032Ztest config::tests::test_updates ... ok
27012026-06-04T09:41:48.032Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27022026-06-04T09:41:48.032Ztest freemap::test_split ... ok
27032026-06-04T09:41:48.032Ztest macaddrs::tests::test_mac_offset ... ok
27042026-06-04T09:41:48.032Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27052026-06-04T09:41:48.032Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27062026-06-04T09:41:48.032Ztest macaddrs::tests::test_parse_port_id ... ok
27072026-06-04T09:41:48.032Ztest nat::test_mapping ... ok
27082026-06-04T09:41:48.035Ztest port_map::tests::dump_map ... ok
27092026-06-04T09:41:48.035Ztest port_map::tests::test_backplane_group ... ok
27102026-06-04T09:41:48.035Ztest port_map::tests::test_port_map ... ok
27112026-06-04T09:41:48.035Ztest transceivers::mpn_test::test_mpn_missing ... ok
27122026-06-04T09:41:48.035Ztest transceivers::mpn_test::test_mpn_present ... ok
27132026-06-04T09:41:48.035ZJun 04 09:41:46.729 DEBG created new freemap, unit: freemap_test
27142026-06-04T09:41:48.035ZJun 04 09:41:46.729Jun 04 09:41:46.729 DEBGDEBG initted freemap. size: 128created new freemap, unit, :unit :freemap_test
27152026-06-04T09:41:48.036Zfreemap_test
27162026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBGJun 04 09:41:46.729 reset freemapDEBG, unitinitted freemap. size: 128:, unitfreemap_test:
27172026-06-04T09:41:48.036Z freemap_test
27182026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBG reset freemap, unit: freemap_test
27192026-06-04T09:41:48.036Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27202026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBG created new freemap, unit: freemap_test
27212026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBG initted freemap. size: 128, unit: freemap_test
27222026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBG reset freemap, unit: freemap_test
27232026-06-04T09:41:48.036Ztest freemap::test_basic ... ok
27242026-06-04T09:41:48.036Ztest freemap::test_free ... ok
27252026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBG created new freemap, unit: freemap_test
27262026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBG initted freemap. size: 128, unit: freemap_test
27272026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBG reset freemap, unit: freemap_test
27282026-06-04T09:41:48.036Ztest freemap::test_exhaustion ... ok
27292026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27302026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27312026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27322026-06-04T09:41:48.036Ztest freemap::test_span ... ok
27332026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27342026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBG created new freemap, unit: freemap_test
27352026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBG initted freemap. size: 128, unit: freemap_test
27362026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27372026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27382026-06-04T09:41:48.036ZJun 04 09:41:46.729 DEBG reset freemap, unit: freemap_test
27392026-06-04T09:41:48.036Ztest freemap::test_reclaim ... ok
27402026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27412026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27422026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27432026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27442026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27452026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27462026-06-04T09:41:48.036Ztest port_map::tests::parse_softnpu_revision ... ok
27472026-06-04T09:41:48.036Ztest api_server::tests::test_build_info ... ok
27482026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27492026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27502026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27512026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27522026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27532026-06-04T09:41:48.036Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27542026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27552026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27562026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27572026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27582026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27592026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27602026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27612026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27622026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27632026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27642026-06-04T09:41:48.037Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27652026-06-04T09:41:48.037Z
27662026-06-04T09:41:48.037Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27672026-06-04T09:41:48.037Z
27682026-06-04T09:41:48.048Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a08409a2dc74788b)
27692026-06-04T09:41:48.051Z
27702026-06-04T09:41:48.051Zrunning 0 tests
27712026-06-04T09:41:48.051Z
27722026-06-04T09:41:48.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27732026-06-04T09:41:48.051Z
27742026-06-04T09:41:48.051Z Running unittests src/lib.rs (target/debug/deps/dpd_api-78adfe9a2c31875a)
27752026-06-04T09:41:48.054Z
27762026-06-04T09:41:48.054Zrunning 0 tests
27772026-06-04T09:41:48.054Z
27782026-06-04T09:41:48.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27792026-06-04T09:41:48.054Z
27802026-06-04T09:41:48.054Z Running unittests src/lib.rs (target/debug/deps/dpd_client-946985da6809aa89)
27812026-06-04T09:41:48.057Z
27822026-06-04T09:41:48.057Zrunning 6 tests
27832026-06-04T09:41:48.057Ztest tests::test_full_lot_id_neither_present ... ok
27842026-06-04T09:41:48.057Ztest tests::test_full_lot_id_lot_only ... ok
27852026-06-04T09:41:48.058Ztest tests::test_full_lot_id_lotnum_only ... ok
27862026-06-04T09:41:48.058Ztest tests::test_full_lot_id_both_present ... ok
27872026-06-04T09:41:48.058Ztest tests::test_parse_client_port_id ... ok
27882026-06-04T09:41:48.058Ztest tests::test_port_id_cmp ... ok
27892026-06-04T09:41:48.058Z
27902026-06-04T09:41:48.058Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27912026-06-04T09:41:48.058Z
27922026-06-04T09:41:48.058Z Running tests/test_all.rs (target/debug/deps/test_all-200a8e4c62e62afe)
27932026-06-04T09:41:48.058Z
27942026-06-04T09:41:48.058Zrunning 0 tests
27952026-06-04T09:41:48.058Z
27962026-06-04T09:41:48.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27972026-06-04T09:41:48.058Z
27982026-06-04T09:41:48.058Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7ddee4d03453d1f2)
27992026-06-04T09:41:48.061Z
28002026-06-04T09:41:48.061Zrunning 0 tests
28012026-06-04T09:41:48.061Z
28022026-06-04T09:41:48.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28032026-06-04T09:41:48.061Z
28042026-06-04T09:41:48.061Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-08da337eaf0392c0)
28052026-06-04T09:41:48.061Z
28062026-06-04T09:41:48.061Zrunning 0 tests
28072026-06-04T09:41:48.061Z
28082026-06-04T09:41:48.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28092026-06-04T09:41:48.061Z
28102026-06-04T09:41:48.061Z Running unittests src/lib.rs (target/debug/deps/packet-c48904b0fefd7079)
28112026-06-04T09:41:48.064Z
28122026-06-04T09:41:48.064Zrunning 12 tests
28132026-06-04T09:41:48.064Ztest icmp::test_v4_checksum ... ok
28142026-06-04T09:41:48.064Ztest icmp::test_v6_checksum ... ok
28152026-06-04T09:41:48.064Ztest ipv6::test_ipv6_parse ... ok
28162026-06-04T09:41:48.064Ztest lldp::test_lldp_parse ... ok
28172026-06-04T09:41:48.064Ztest pbuf::test_byte ... ok
28182026-06-04T09:41:48.064Ztest pbuf::test_nibble ... ok
28192026-06-04T09:41:48.064Ztest pbuf::test_overflow ... ok
28202026-06-04T09:41:48.064Ztest pbuf::test_short ... ok
28212026-06-04T09:41:48.064Ztest pbuf::test_twelve ... ok
28222026-06-04T09:41:48.064Ztest pbuf::test_word ... ok
28232026-06-04T09:41:48.064Ztest tcp::test_checksum_ack_data ... ok
28242026-06-04T09:41:48.064Ztest tcp::test_checksum_syn_nodata ... ok
28252026-06-04T09:41:48.064Z
28262026-06-04T09:41:48.064Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28272026-06-04T09:41:48.064Z
28282026-06-04T09:41:48.064Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
28292026-06-04T09:41:48.068Z
28302026-06-04T09:41:48.068Zrunning 0 tests
28312026-06-04T09:41:48.068Z
28322026-06-04T09:41:48.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-06-04T09:41:48.068Z
28342026-06-04T09:41:48.068Z Running unittests src/main.rs (target/debug/deps/swadm-a3aba758537cc237)
28352026-06-04T09:41:48.068Z
28362026-06-04T09:41:48.068Zrunning 5 tests
28372026-06-04T09:41:48.072Ztest switchport::test::test_compute_lanes ... ok
28382026-06-04T09:41:48.072Ztest switchport::test::port_id_ordering ... ok
28392026-06-04T09:41:48.072Z Lane 0 Lane 1 Lane 2 Lane 3
28402026-06-04T09:41:48.072Z Rx Loss-of-lock: Yes Yes Yes Yes
28412026-06-04T09:41:48.072Z Rx Loss-of-signal: Yes Yes Yes Yes
28422026-06-04T09:41:48.072Z Rx CDR Enabled: Yes Yes Yes Yes
28432026-06-04T09:41:48.072Z Tx Enabled: Yes Yes Yes Yes
28442026-06-04T09:41:48.072Z Tx Loss-of-lock: No No No No
28452026-06-04T09:41:48.072Z Tx Loss-of-signal: No No Lane 0 No NoLane 1
28462026-06-04T09:41:48.072Z Lane 2 Tx CDR Enabled: No Lane 3
28472026-06-04T09:41:48.072ZNo No State: Activated No
28482026-06-04T09:41:48.072ZActivated Tx Adaptive EQ Fault: No Activated NoActivated
28492026-06-04T09:41:48.072ZNo Rx Output Enabled: falseNo
28502026-06-04T09:41:48.072Zfalse Tx Fault: Yes falseYes false
28512026-06-04T09:41:48.072ZYes Rx Output Status: valid Yes
28522026-06-04T09:41:48.072Zvalid valid valid
28532026-06-04T09:41:48.072Z Rx Loss-of-lock: true true true true
28542026-06-04T09:41:48.072Z Rx Loss-of-signal: false false false false
28552026-06-04T09:41:48.072ZRx Auto-squelch Disable: true true true true
28562026-06-04T09:41:48.072Z Tx Output Enabled: true true true true
28572026-06-04T09:41:48.072Z Tx Output Status: invalid invalid invalid invalid
28582026-06-04T09:41:48.072Z Tx Loss-of-lock: false false false false
28592026-06-04T09:41:48.072Z Tx Loss-of-signal: true true true true
28602026-06-04T09:41:48.072ZTx Auto-squelch Disable: false false false false
28612026-06-04T09:41:48.072Z Tx Adaptive EQ Fail: true true true true
28622026-06-04T09:41:48.072Z Tx Failure: false false false false
28632026-06-04T09:41:48.072Z Tx Force Squelch: true true true true
28642026-06-04T09:41:48.072Z Tx Input Polarity: normal normal normal normal
28652026-06-04T09:41:48.072Ztest switchport::test::test_print_sff_datapath ... ok
28662026-06-04T09:41:48.072Ztest switchport::test::test_print_cmis_datapath ... ok
28672026-06-04T09:41:48.072Ztest link::test_filter ... ok
28682026-06-04T09:41:48.072Z
28692026-06-04T09:41:48.072Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28702026-06-04T09:41:48.072Z
28712026-06-04T09:41:48.072Z Running tests/counters.rs (target/debug/deps/counters-84bc1212e6b3fd07)
28722026-06-04T09:41:48.072Z
28732026-06-04T09:41:48.072Zrunning 1 test
28742026-06-04T09:41:48.072Ztest test_p4_counter_list ... ignored
28752026-06-04T09:41:48.073Z
28762026-06-04T09:41:48.073Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28772026-06-04T09:41:48.073Z
28782026-06-04T09:41:48.073Z Running tests/port-link.rs (target/debug/deps/port_link-df4dde6b4c88276f)
28792026-06-04T09:41:48.075Z
28802026-06-04T09:41:48.076Zrunning 5 tests
28812026-06-04T09:41:48.076Ztest test_an ... ignored
28822026-06-04T09:41:48.076Ztest test_enable ... ignored
28832026-06-04T09:41:48.076Ztest test_ip_addresses ... ignored
28842026-06-04T09:41:48.076Ztest test_kr ... ignored
28852026-06-04T09:41:48.076Ztest test_mac ... ignored
28862026-06-04T09:41:48.076Z
28872026-06-04T09:41:48.076Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28882026-06-04T09:41:48.076Z
28892026-06-04T09:41:48.076Z Running unittests src/main.rs (target/debug/deps/tfportd-ee3be6baeb08beb7)
28902026-06-04T09:41:48.079Z
28912026-06-04T09:41:48.079Zrunning 3 tests
28922026-06-04T09:41:48.082Ztest linklocal::test_parse_ipadm ... ok
28932026-06-04T09:41:48.082Ztest tfport::test_parse_tfport ... ok
28942026-06-04T09:41:48.082Ztest config::tests::test_updates ... ok
28952026-06-04T09:41:48.082Z
28962026-06-04T09:41:48.082Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28972026-06-04T09:41:48.082Z
28982026-06-04T09:41:48.082Z Running unittests src/main.rs (target/debug/deps/uplinkd-85d92f986156aece)
28992026-06-04T09:41:48.082Z
29002026-06-04T09:41:48.082Zrunning 0 tests
29012026-06-04T09:41:48.082Z
29022026-06-04T09:41:48.082Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29032026-06-04T09:41:48.082Z
29042026-06-04T09:41:48.082Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
29052026-06-04T09:41:48.085Z
29062026-06-04T09:41:48.085Zrunning 0 tests
29072026-06-04T09:41:48.085Z
29082026-06-04T09:41:48.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29092026-06-04T09:41:48.085Z
29102026-06-04T09:41:48.085Z Doc-tests aal
29112026-06-04T09:41:48.199Z
29122026-06-04T09:41:48.199Zrunning 0 tests
29132026-06-04T09:41:48.202Z
29142026-06-04T09:41:48.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29152026-06-04T09:41:48.202Z
29162026-06-04T09:41:48.214Z Doc-tests aal_macros
29172026-06-04T09:41:48.279Z
29182026-06-04T09:41:48.279Zrunning 0 tests
29192026-06-04T09:41:48.279Z
29202026-06-04T09:41:48.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29212026-06-04T09:41:48.279Z
29222026-06-04T09:41:48.289Z Doc-tests common
29232026-06-04T09:41:48.527Z
29242026-06-04T09:41:48.527Zrunning 0 tests
29252026-06-04T09:41:48.527Z
29262026-06-04T09:41:48.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29272026-06-04T09:41:48.527Z
29282026-06-04T09:41:48.548Z Doc-tests dpd_api
29292026-06-04T09:41:49.291Z
29302026-06-04T09:41:49.291Zrunning 2 tests
29312026-06-04T09:41:49.291Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29322026-06-04T09:41:49.291Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29332026-06-04T09:41:49.291Z
29342026-06-04T09:41:49.291Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29352026-06-04T09:41:49.291Z
29362026-06-04T09:41:49.323Z Doc-tests dpd_client
29372026-06-04T09:41:50.603Z
29382026-06-04T09:41:50.603Zrunning 0 tests
29392026-06-04T09:41:50.603Z
29402026-06-04T09:41:50.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29412026-06-04T09:41:50.603Z
29422026-06-04T09:41:50.650Z Doc-tests dpd_types
29432026-06-04T09:41:50.860Z
29442026-06-04T09:41:50.860Zrunning 0 tests
29452026-06-04T09:41:50.860Z
29462026-06-04T09:41:50.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-06-04T09:41:50.860Z
29482026-06-04T09:41:50.884Z Doc-tests dpd_types_versions
29492026-06-04T09:41:52.079Z
29502026-06-04T09:41:52.079Zrunning 1 test
29512026-06-04T09:41:52.079Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29522026-06-04T09:41:52.079Z
29532026-06-04T09:41:52.079Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29542026-06-04T09:41:52.079Z
29552026-06-04T09:41:52.121Z Doc-tests packet
29562026-06-04T09:41:52.230Z
29572026-06-04T09:41:52.230Zrunning 0 tests
29582026-06-04T09:41:52.230Z
29592026-06-04T09:41:52.230Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29602026-06-04T09:41:52.230Z
29612026-06-04T09:41:52.245Z Doc-tests pcap
29622026-06-04T09:41:52.296Z
29632026-06-04T09:41:52.296Zrunning 0 tests
29642026-06-04T09:41:52.296Z
29652026-06-04T09:41:52.296Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29662026-06-04T09:41:52.296Z
29672026-06-04T09:41:52.342Z+ for feat in tofino_stub tofino_asic softnpu chaos
29682026-06-04T09:41:52.342Z+ RUST_BACKTRACE=full
29692026-06-04T09:41:52.342Z+ cargo test --features softnpu --no-fail-fast
29702026-06-04T09:41:52.985Z Compiling num-integer v0.1.46
29712026-06-04T09:41:53.069Z Compiling num-complex v0.4.6
29722026-06-04T09:41:53.111Z Compiling bitstruct_derive v0.1.0
29732026-06-04T09:41:53.115Z Compiling tap v1.0.1
29742026-06-04T09:41:53.234Z Compiling wyz v0.5.1
29752026-06-04T09:41:53.358Z Compiling num-iter v0.1.45
29762026-06-04T09:41:53.403Z Compiling num-rational v0.4.2
29772026-06-04T09:41:53.406Z Compiling num-bigint v0.4.6
29782026-06-04T09:41:53.503Z Compiling radium v0.7.0
29792026-06-04T09:41:53.513Z Compiling funty v2.0.0
29802026-06-04T09:41:53.555Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29812026-06-04T09:41:53.589Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29822026-06-04T09:41:53.704Z Compiling num v0.4.3
29832026-06-04T09:41:53.785Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29842026-06-04T09:41:53.796Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29852026-06-04T09:41:53.808Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29862026-06-04T09:41:53.912Z Compiling bitvec v1.0.1
29872026-06-04T09:41:53.928Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29882026-06-04T09:41:54.054Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29892026-06-04T09:41:54.102Z Compiling typeid v1.0.3
29902026-06-04T09:41:54.166Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-04T09:41:54.177Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29922026-06-04T09:41:54.221Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29932026-06-04T09:41:54.635Z Compiling ascii v1.1.0
29942026-06-04T09:41:54.908Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-06-04T09:41:55.001Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-06-04T09:41:55.061Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29972026-06-04T09:41:55.114Z Compiling erased-serde v0.4.8
29982026-06-04T09:41:55.261Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29992026-06-04T09:41:55.430Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30002026-06-04T09:41:55.496Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30012026-06-04T09:41:55.532Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30022026-06-04T09:41:55.597Z Compiling bitstruct v0.1.1
30032026-06-04T09:41:55.915Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30042026-06-04T09:41:56.092Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30052026-06-04T09:41:56.107Z Compiling serde_arrays v0.1.0
30062026-06-04T09:41:56.195Z Compiling libloading v0.7.4
30072026-06-04T09:41:56.316Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30082026-06-04T09:41:56.647Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30092026-06-04T09:41:56.902Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30102026-06-04T09:41:57.125Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30112026-06-04T09:41:58.249Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30122026-06-04T09:41:58.826Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30132026-06-04T09:42:04.915Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30142026-06-04T09:42:05.131Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30152026-06-04T09:42:05.132Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30162026-06-04T09:42:05.217Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30172026-06-04T09:42:05.258Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30182026-06-04T09:42:05.745Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30192026-06-04T09:42:07.231Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30202026-06-04T09:42:07.644Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30212026-06-04T09:42:10.217Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30222026-06-04T09:42:10.842Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30232026-06-04T09:42:12.292Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30242026-06-04T09:42:14.334Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30252026-06-04T09:42:14.382Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30262026-06-04T09:42:16.199Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30272026-06-04T09:42:22.286Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30282026-06-04T09:42:24.148Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30292026-06-04T09:42:27.901Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30302026-06-04T09:43:08.657Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
30312026-06-04T09:43:08.774Z Running unittests src/lib.rs (target/debug/deps/aal-d57a81b43115e492)
30322026-06-04T09:43:08.777Z
30332026-06-04T09:43:08.778Zrunning 5 tests
30342026-06-04T09:43:08.778Ztest fuse::tests::chip_revision_b1 ... ok
30352026-06-04T09:43:08.778Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30362026-06-04T09:43:08.778Ztest fuse::tests::chip_revision_a0 ... ok
30372026-06-04T09:43:08.778Ztest fuse::tests::chip_revision_b0 ... ok
30382026-06-04T09:43:08.778Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30392026-06-04T09:43:08.778Z
30402026-06-04T09:43:08.778Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30412026-06-04T09:43:08.778Z
30422026-06-04T09:43:08.781Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30432026-06-04T09:43:08.784Z
30442026-06-04T09:43:08.784Zrunning 0 tests
30452026-06-04T09:43:08.784Z
30462026-06-04T09:43:08.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30472026-06-04T09:43:08.784Z
30482026-06-04T09:43:08.784Z Running unittests src/lib.rs (target/debug/deps/asic-6e73b9c9ba1c106d)
30492026-06-04T09:43:08.787Z
30502026-06-04T09:43:08.787Zrunning 0 tests
30512026-06-04T09:43:08.787Z
30522026-06-04T09:43:08.787Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30532026-06-04T09:43:08.787Z
30542026-06-04T09:43:08.787Z Running unittests src/lib.rs (target/debug/deps/common-e342169ecbfbc360)
30552026-06-04T09:43:08.792Z
30562026-06-04T09:43:08.792Zrunning 10 tests
30572026-06-04T09:43:08.795Ztest nat::tests::test_vni ... ok
30582026-06-04T09:43:08.795Ztest network::tests::test_equal ... ok
30592026-06-04T09:43:08.795Ztest network::tests::test_eui64 ... ok
30602026-06-04T09:43:08.795Ztest network::tests::test_into ... ok
30612026-06-04T09:43:08.795Ztest network::tests::test_not_equal ... ok
30622026-06-04T09:43:08.795Ztest network::tests::test_generate_ipv6_link_local ... ok
30632026-06-04T09:43:08.795Ztest network::tests::test_to_string ... ok
30642026-06-04T09:43:08.795Ztest network::tests::test_parse ... ok
30652026-06-04T09:43:08.795Ztest test_purge ... ok
30662026-06-04T09:43:08.798Ztest illumos::test::address_exists_handles_missing_object ... ok
30672026-06-04T09:43:08.801Z
30682026-06-04T09:43:08.801Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30692026-06-04T09:43:08.801Z
30702026-06-04T09:43:08.801Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-d46f250d30358a46)
30712026-06-04T09:43:08.805Z
30722026-06-04T09:43:08.805Zrunning 1 test
30732026-06-04T09:43:08.808Z -------
30742026-06-04T09:43:08.808Z Generating OpenAPI documents from API definitions ...
30752026-06-04T09:43:08.948Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30762026-06-04T09:43:09.017Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30772026-06-04T09:43:10.023Z -------
30782026-06-04T09:43:10.023Z Checking 12 OpenAPI documents...
30792026-06-04T09:43:10.023Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30802026-06-04T09:43:10.023Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30812026-06-04T09:43:10.023Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30822026-06-04T09:43:10.023Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30832026-06-04T09:43:10.026Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30842026-06-04T09:43:10.026Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30852026-06-04T09:43:10.026Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30862026-06-04T09:43:10.026Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30872026-06-04T09:43:10.026Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30882026-06-04T09:43:10.026Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-04T09:43:10.026Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-04T09:43:10.026Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-04T09:43:10.026Z Fresh dpd "latest" symlink
30922026-06-04T09:43:10.026Z -------
30932026-06-04T09:43:10.026Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30942026-06-04T09:43:10.083Ztest test::test_apis_up_to_date ... ok
30952026-06-04T09:43:10.083Z
30962026-06-04T09:43:10.083Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
30972026-06-04T09:43:10.083Z
30982026-06-04T09:43:10.143Z Running unittests src/main.rs (target/debug/deps/dpd-3dc99c99a679ea85)
30992026-06-04T09:43:10.149Z
31002026-06-04T09:43:10.149Zrunning 19 tests
31012026-06-04T09:43:10.152Ztest freemap::test_ordering ... ok
31022026-06-04T09:43:10.152Ztest config::tests::test_updates ... ok
31032026-06-04T09:43:10.152Ztest freemap::test_split ... ok
31042026-06-04T09:43:10.152Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31052026-06-04T09:43:10.152Ztest macaddrs::tests::test_mac_offset ... ok
31062026-06-04T09:43:10.152Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31072026-06-04T09:43:10.152Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31082026-06-04T09:43:10.155Ztest macaddrs::tests::test_parse_port_id ... ok
31092026-06-04T09:43:10.155Ztest nat::test_mapping ... ok
31102026-06-04T09:43:10.155Ztest port_map::tests::dump_map ... ok
31112026-06-04T09:43:10.155Ztest port_map::tests::test_backplane_group ... ok
31122026-06-04T09:43:10.155Ztest port_map::tests::test_port_map ... ok
31132026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG created new freemap, unit: freemap_test
31142026-06-04T09:43:10.155ZJun 04 09:43:08.848 Jun 04 09:43:08.848DEBG DEBGinitted freemap. size: 128 , unitcreated new freemap: , freemap_testunit
31152026-06-04T09:43:10.155Z: freemap_test
31162026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG reset freemap, unitJun 04 09:43:08.848: DEBGfreemap_test
31172026-06-04T09:43:10.155Zinitted freemap. size: 128, unit: freemap_test
31182026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG reset freemap, unit: freemap_test
31192026-06-04T09:43:10.155Ztest freemap::test_free ... ok
31202026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG created new freemap, unit: freemap_test
31212026-06-04T09:43:10.155Ztest freemap::test_reclaim ... ok
31222026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG initted freemap. size: 128, unit: freemap_test
31232026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG reset freemap, unit: freemap_test
31242026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG created new freemap, unit: freemap_test
31252026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG initted freemap. size: 128, unit: freemap_test
31262026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG reset freemap, unit: freemap_test
31272026-06-04T09:43:10.155Ztest freemap::test_exhaustion ... ok
31282026-06-04T09:43:10.155Ztest freemap::test_basic ... ok
31292026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG created new freemap, unit: freemap_test
31302026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG initted freemap. size: 128, unit: freemap_test
31312026-06-04T09:43:10.155ZJun 04 09:43:08.848 DEBG reset freemap, unit: freemap_test
31322026-06-04T09:43:10.155Ztest freemap::test_span ... ok
31332026-06-04T09:43:10.155Ztest port_map::tests::parse_softnpu_revision ... ok
31342026-06-04T09:43:10.155Ztest api_server::tests::test_build_info ... ok
31352026-06-04T09:43:10.155Z
31362026-06-04T09:43:10.155Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31372026-06-04T09:43:10.156Z
31382026-06-04T09:43:10.159Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-6d36c4371240b8a3)
31392026-06-04T09:43:10.159Z
31402026-06-04T09:43:10.159Zrunning 0 tests
31412026-06-04T09:43:10.159Z
31422026-06-04T09:43:10.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31432026-06-04T09:43:10.159Z
31442026-06-04T09:43:10.162Z Running unittests src/lib.rs (target/debug/deps/dpd_api-98873960eb37e874)
31452026-06-04T09:43:10.162Z
31462026-06-04T09:43:10.162Zrunning 0 tests
31472026-06-04T09:43:10.162Z
31482026-06-04T09:43:10.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31492026-06-04T09:43:10.162Z
31502026-06-04T09:43:10.162Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0a146afad0e90b8)
31512026-06-04T09:43:10.165Z
31522026-06-04T09:43:10.165Zrunning 6 tests
31532026-06-04T09:43:10.165Ztest tests::test_parse_client_port_id ... ok
31542026-06-04T09:43:10.165Ztest tests::test_port_id_cmp ... ok
31552026-06-04T09:43:10.165Ztest tests::test_full_lot_id_neither_present ... ok
31562026-06-04T09:43:10.165Ztest tests::test_full_lot_id_lotnum_only ... ok
31572026-06-04T09:43:10.165Ztest tests::test_full_lot_id_both_present ... ok
31582026-06-04T09:43:10.165Ztest tests::test_full_lot_id_lot_only ... ok
31592026-06-04T09:43:10.165Z
31602026-06-04T09:43:10.165Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31612026-06-04T09:43:10.165Z
31622026-06-04T09:43:10.165Z Running tests/test_all.rs (target/debug/deps/test_all-798cd61213049aff)
31632026-06-04T09:43:10.168Z
31642026-06-04T09:43:10.168Zrunning 0 tests
31652026-06-04T09:43:10.168Z
31662026-06-04T09:43:10.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31672026-06-04T09:43:10.168Z
31682026-06-04T09:43:10.168Z Running unittests src/lib.rs (target/debug/deps/dpd_types-77e4c543e9678676)
31692026-06-04T09:43:10.168Z
31702026-06-04T09:43:10.168Zrunning 0 tests
31712026-06-04T09:43:10.168Z
31722026-06-04T09:43:10.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31732026-06-04T09:43:10.168Z
31742026-06-04T09:43:10.168Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-587a937193816b64)
31752026-06-04T09:43:10.171Z
31762026-06-04T09:43:10.171Zrunning 0 tests
31772026-06-04T09:43:10.171Z
31782026-06-04T09:43:10.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31792026-06-04T09:43:10.171Z
31802026-06-04T09:43:10.171Z Running unittests src/lib.rs (target/debug/deps/packet-c48904b0fefd7079)
31812026-06-04T09:43:10.171Z
31822026-06-04T09:43:10.171Zrunning 12 tests
31832026-06-04T09:43:10.174Ztest lldp::test_lldp_parse ... ok
31842026-06-04T09:43:10.174Ztest icmp::test_v6_checksum ... ok
31852026-06-04T09:43:10.174Ztest icmp::test_v4_checksum ... ok
31862026-06-04T09:43:10.174Ztest pbuf::test_byte ... ok
31872026-06-04T09:43:10.175Ztest ipv6::test_ipv6_parse ... ok
31882026-06-04T09:43:10.175Ztest pbuf::test_nibble ... ok
31892026-06-04T09:43:10.175Ztest pbuf::test_overflow ... ok
31902026-06-04T09:43:10.175Ztest pbuf::test_short ... ok
31912026-06-04T09:43:10.175Ztest pbuf::test_twelve ... ok
31922026-06-04T09:43:10.175Ztest pbuf::test_word ... ok
31932026-06-04T09:43:10.175Ztest tcp::test_checksum_syn_nodata ... ok
31942026-06-04T09:43:10.175Ztest tcp::test_checksum_ack_data ... ok
31952026-06-04T09:43:10.175Z
31962026-06-04T09:43:10.175Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31972026-06-04T09:43:10.175Z
31982026-06-04T09:43:10.175Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
31992026-06-04T09:43:10.175Z
32002026-06-04T09:43:10.175Zrunning 0 tests
32012026-06-04T09:43:10.175Z
32022026-06-04T09:43:10.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32032026-06-04T09:43:10.175Z
32042026-06-04T09:43:10.175Z Running unittests src/main.rs (target/debug/deps/swadm-0a28fc969a436828)
32052026-06-04T09:43:10.183Z
32062026-06-04T09:43:10.183Zrunning 5 tests
32072026-06-04T09:43:10.186Ztest switchport::test::test_compute_lanes ... ok
32082026-06-04T09:43:10.189Ztest link::test_filter ... ok
32092026-06-04T09:43:10.189Ztest switchport::test::port_id_ordering ... ok
32102026-06-04T09:43:10.192Z Lane 0 Lane 1 Lane 2 Lane 3
32112026-06-04T09:43:10.192Z Rx Loss-of-lock: Yes Yes Yes Yes
32122026-06-04T09:43:10.192Z Rx Loss-of-signal: Yes Yes Yes Yes
32132026-06-04T09:43:10.193Z Rx CDR Enabled: Yes Yes Yes Yes
32142026-06-04T09:43:10.193Z Tx Enabled: Yes Yes Yes Yes
32152026-06-04T09:43:10.193Z Tx Loss-of-lock: No No No No
32162026-06-04T09:43:10.193Z Tx Loss-of-signal: No No No No
32172026-06-04T09:43:10.193Z Tx CDR Enabled: No Lane 0 No No Lane 1No
32182026-06-04T09:43:10.193Z Tx Adaptive EQ Fault: NoLane 2 NoLane 3 No
32192026-06-04T09:43:10.193ZNo
32202026-06-04T09:43:10.193Z State: Activated Tx Fault: YesActivated ActivatedYes ActivatedYes
32212026-06-04T09:43:10.193Z Yes
32222026-06-04T09:43:10.193Z Rx Output Enabled: false false false false
32232026-06-04T09:43:10.193Z Rx Output Status: valid valid valid valid
32242026-06-04T09:43:10.193Z Rx Loss-of-lock: true true true true
32252026-06-04T09:43:10.193Z Rx Loss-of-signal: false false false false
32262026-06-04T09:43:10.193ZRx Auto-squelch Disable: true true true true
32272026-06-04T09:43:10.193Z Tx Output Enabled: true true true true
32282026-06-04T09:43:10.193Z Tx Output Status: invalid invalid invalid invalid
32292026-06-04T09:43:10.193Z Tx Loss-of-lock: false false false false
32302026-06-04T09:43:10.193Z Tx Loss-of-signal: true true true true
32312026-06-04T09:43:10.193ZTx Auto-squelch Disable: false false false false
32322026-06-04T09:43:10.193Z Tx Adaptive EQ Fail: true true true true
32332026-06-04T09:43:10.193Z Tx Failure: false false false false
32342026-06-04T09:43:10.193Z Tx Force Squelch: true true true true
32352026-06-04T09:43:10.193Z Tx Input Polarity: normal normal normal normal
32362026-06-04T09:43:10.193Ztest switchport::test::test_print_cmis_datapath ... ok
32372026-06-04T09:43:10.193Ztest switchport::test::test_print_sff_datapath ... ok
32382026-06-04T09:43:10.193Z
32392026-06-04T09:43:10.193Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32402026-06-04T09:43:10.193Z
32412026-06-04T09:43:10.193Z Running tests/counters.rs (target/debug/deps/counters-60f09bd76651689a)
32422026-06-04T09:43:10.197Z
32432026-06-04T09:43:10.197Zrunning 1 test
32442026-06-04T09:43:10.200Ztest test_p4_counter_list ... ignored
32452026-06-04T09:43:10.200Z
32462026-06-04T09:43:10.200Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32472026-06-04T09:43:10.200Z
32482026-06-04T09:43:10.200Z Running tests/port-link.rs (target/debug/deps/port_link-015c23a6a3063273)
32492026-06-04T09:43:10.203Z
32502026-06-04T09:43:10.203Zrunning 5 tests
32512026-06-04T09:43:10.206Ztest test_an ... ignored
32522026-06-04T09:43:10.206Ztest test_enable ... ignored
32532026-06-04T09:43:10.206Ztest test_ip_addresses ... ignored
32542026-06-04T09:43:10.206Ztest test_kr ... ignored
32552026-06-04T09:43:10.206Ztest test_mac ... ignored
32562026-06-04T09:43:10.206Z
32572026-06-04T09:43:10.206Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32582026-06-04T09:43:10.207Z
32592026-06-04T09:43:10.207Z Running unittests src/main.rs (target/debug/deps/tfportd-5db22d1a9c87fae2)
32602026-06-04T09:43:10.207Z
32612026-06-04T09:43:10.207Zrunning 3 tests
32622026-06-04T09:43:10.209Ztest linklocal::test_parse_ipadm ... ok
32632026-06-04T09:43:10.209Ztest tfport::test_parse_tfport ... ok
32642026-06-04T09:43:10.209Ztest config::tests::test_updates ... ok
32652026-06-04T09:43:10.209Z
32662026-06-04T09:43:10.210Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32672026-06-04T09:43:10.210Z
32682026-06-04T09:43:10.210Z Running unittests src/main.rs (target/debug/deps/uplinkd-85d92f986156aece)
32692026-06-04T09:43:10.210Z
32702026-06-04T09:43:10.210Zrunning 0 tests
32712026-06-04T09:43:10.210Z
32722026-06-04T09:43:10.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32732026-06-04T09:43:10.210Z
32742026-06-04T09:43:10.213Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
32752026-06-04T09:43:10.213Z
32762026-06-04T09:43:10.213Zrunning 0 tests
32772026-06-04T09:43:10.213Z
32782026-06-04T09:43:10.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32792026-06-04T09:43:10.213Z
32802026-06-04T09:43:10.213Z Doc-tests aal
32812026-06-04T09:43:10.335Z
32822026-06-04T09:43:10.335Zrunning 0 tests
32832026-06-04T09:43:10.335Z
32842026-06-04T09:43:10.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32852026-06-04T09:43:10.335Z
32862026-06-04T09:43:10.352Z Doc-tests aal_macros
32872026-06-04T09:43:10.421Z
32882026-06-04T09:43:10.421Zrunning 0 tests
32892026-06-04T09:43:10.421Z
32902026-06-04T09:43:10.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32912026-06-04T09:43:10.421Z
32922026-06-04T09:43:10.432Z Doc-tests common
32932026-06-04T09:43:10.656Z
32942026-06-04T09:43:10.656Zrunning 0 tests
32952026-06-04T09:43:10.656Z
32962026-06-04T09:43:10.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32972026-06-04T09:43:10.656Z
32982026-06-04T09:43:10.678Z Doc-tests dpd_api
32992026-06-04T09:43:11.420Z
33002026-06-04T09:43:11.420Zrunning 2 tests
33012026-06-04T09:43:11.420Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33022026-06-04T09:43:11.420Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33032026-06-04T09:43:11.421Z
33042026-06-04T09:43:11.421Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33052026-06-04T09:43:11.421Z
33062026-06-04T09:43:11.453Z Doc-tests dpd_client
33072026-06-04T09:43:12.718Z
33082026-06-04T09:43:12.719Zrunning 0 tests
33092026-06-04T09:43:12.719Z
33102026-06-04T09:43:12.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33112026-06-04T09:43:12.719Z
33122026-06-04T09:43:12.768Z Doc-tests dpd_types
33132026-06-04T09:43:12.976Z
33142026-06-04T09:43:12.976Zrunning 0 tests
33152026-06-04T09:43:12.976Z
33162026-06-04T09:43:12.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33172026-06-04T09:43:12.976Z
33182026-06-04T09:43:13.003Z Doc-tests dpd_types_versions
33192026-06-04T09:43:14.204Z
33202026-06-04T09:43:14.204Zrunning 1 test
33212026-06-04T09:43:14.204Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33222026-06-04T09:43:14.205Z
33232026-06-04T09:43:14.205Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33242026-06-04T09:43:14.205Z
33252026-06-04T09:43:14.253Z Doc-tests packet
33262026-06-04T09:43:14.387Z
33272026-06-04T09:43:14.387Zrunning 0 tests
33282026-06-04T09:43:14.387Z
33292026-06-04T09:43:14.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33302026-06-04T09:43:14.387Z
33312026-06-04T09:43:14.391Z Doc-tests pcap
33322026-06-04T09:43:14.430Z
33332026-06-04T09:43:14.431Zrunning 0 tests
33342026-06-04T09:43:14.431Z
33352026-06-04T09:43:14.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33362026-06-04T09:43:14.431Z
33372026-06-04T09:43:14.481Z+ for feat in tofino_stub tofino_asic softnpu chaos
33382026-06-04T09:43:14.481Z+ RUST_BACKTRACE=full
33392026-06-04T09:43:14.481Z+ cargo test --features chaos --no-fail-fast
33402026-06-04T09:43:15.068Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33412026-06-04T09:43:15.146Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33422026-06-04T09:43:15.154Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33432026-06-04T09:43:23.340Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33442026-06-04T09:43:23.535Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33452026-06-04T09:43:58.083Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.58s
33462026-06-04T09:43:58.205Z Running unittests src/lib.rs (target/debug/deps/aal-a533722e39458cc3)
33472026-06-04T09:43:58.210Z
33482026-06-04T09:43:58.210Zrunning 5 tests
33492026-06-04T09:43:58.214Ztest fuse::tests::chip_revision_b1 ... ok
33502026-06-04T09:43:58.214Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33512026-06-04T09:43:58.214Ztest fuse::tests::chip_revision_a0 ... ok
33522026-06-04T09:43:58.214Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33532026-06-04T09:43:58.214Ztest fuse::tests::chip_revision_b0 ... ok
33542026-06-04T09:43:58.214Z
33552026-06-04T09:43:58.214Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33562026-06-04T09:43:58.214Z
33572026-06-04T09:43:58.214Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33582026-06-04T09:43:58.217Z
33592026-06-04T09:43:58.217Zrunning 0 tests
33602026-06-04T09:43:58.217Z
33612026-06-04T09:43:58.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33622026-06-04T09:43:58.217Z
33632026-06-04T09:43:58.217Z Running unittests src/lib.rs (target/debug/deps/asic-80eaf2aa5d264350)
33642026-06-04T09:43:58.222Z
33652026-06-04T09:43:58.222Zrunning 0 tests
33662026-06-04T09:43:58.222Z
33672026-06-04T09:43:58.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33682026-06-04T09:43:58.225Z
33692026-06-04T09:43:58.225Z Running unittests src/lib.rs (target/debug/deps/common-e342169ecbfbc360)
33702026-06-04T09:43:58.229Z
33712026-06-04T09:43:58.229Zrunning 10 tests
33722026-06-04T09:43:58.232Ztest nat::tests::test_vni ... ok
33732026-06-04T09:43:58.232Ztest network::tests::test_equal ... ok
33742026-06-04T09:43:58.232Ztest network::tests::test_eui64 ... ok
33752026-06-04T09:43:58.232Ztest network::tests::test_into ... ok
33762026-06-04T09:43:58.232Ztest network::tests::test_not_equal ... ok
33772026-06-04T09:43:58.232Ztest network::tests::test_generate_ipv6_link_local ... ok
33782026-06-04T09:43:58.232Ztest network::tests::test_to_string ... ok
33792026-06-04T09:43:58.232Ztest network::tests::test_parse ... ok
33802026-06-04T09:43:58.233Ztest test_purge ... ok
33812026-06-04T09:43:58.235Ztest illumos::test::address_exists_handles_missing_object ... ok
33822026-06-04T09:43:58.235Z
33832026-06-04T09:43:58.238Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33842026-06-04T09:43:58.238Z
33852026-06-04T09:43:58.238Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-be678a4cc13f3917)
33862026-06-04T09:43:58.261Z
33872026-06-04T09:43:58.261Zrunning 1 test
33882026-06-04T09:43:58.265Z -------
33892026-06-04T09:43:58.268Z Generating OpenAPI documents from API definitions ...
33902026-06-04T09:43:58.424Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33912026-06-04T09:43:58.492Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33922026-06-04T09:43:59.499Z -------
33932026-06-04T09:43:59.499Z Checking 12 OpenAPI documents...
33942026-06-04T09:43:59.499Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33952026-06-04T09:43:59.499Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33962026-06-04T09:43:59.499Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
33972026-06-04T09:43:59.499Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
33982026-06-04T09:43:59.499Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
33992026-06-04T09:43:59.503Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34002026-06-04T09:43:59.503Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34012026-06-04T09:43:59.503Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34022026-06-04T09:43:59.503Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34032026-06-04T09:43:59.503Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-04T09:43:59.503Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-04T09:43:59.503Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-04T09:43:59.503Z Fresh dpd "latest" symlink
34072026-06-04T09:43:59.503Z -------
34082026-06-04T09:43:59.503Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34092026-06-04T09:43:59.562Ztest test::test_apis_up_to_date ... ok
34102026-06-04T09:43:59.562Z
34112026-06-04T09:43:59.562Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
34122026-06-04T09:43:59.562Z
34132026-06-04T09:43:59.621Z Running unittests src/main.rs (target/debug/deps/dpd-9cac23eeeef2bfe4)
34142026-06-04T09:43:59.627Z
34152026-06-04T09:43:59.628Zrunning 19 tests
34162026-06-04T09:43:59.631Ztest freemap::test_ordering ... ok
34172026-06-04T09:43:59.631Ztest config::tests::test_updates ... ok
34182026-06-04T09:43:59.631Ztest freemap::test_split ... ok
34192026-06-04T09:43:59.631Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34202026-06-04T09:43:59.631Ztest macaddrs::tests::test_mac_offset ... ok
34212026-06-04T09:43:59.631Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34222026-06-04T09:43:59.631Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34232026-06-04T09:43:59.631Ztest nat::test_mapping ... ok
34242026-06-04T09:43:59.631Ztest macaddrs::tests::test_parse_port_id ... ok
34252026-06-04T09:43:59.635Ztest port_map::tests::dump_map ... ok
34262026-06-04T09:43:59.635Ztest port_map::tests::test_backplane_group ... ok
34272026-06-04T09:43:59.635Ztest port_map::tests::test_port_map ... ok
34282026-06-04T09:43:59.635ZJun 04 09:43:58.325Jun 04 09:43:58.325 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
34292026-06-04T09:43:59.635Z
34302026-06-04T09:43:59.635ZJun 04 09:43:58.325 DEBG initted freemap. size: 128, unit: Jun 04 09:43:58.325freemap_test
34312026-06-04T09:43:59.635ZDEBG initted freemap. size: 128Jun 04 09:43:58.325, unitDEBG: reset freemapfreemap_test,
34322026-06-04T09:43:59.635Zunit: freemap_test
34332026-06-04T09:43:59.635ZJun 04 09:43:58.325 DEBG reset freemap, unit: freemap_test
34342026-06-04T09:43:59.635Ztest freemap::test_exhaustion ... ok
34352026-06-04T09:43:59.635Ztest freemap::test_basic ... ok
34362026-06-04T09:43:59.635ZJun 04 09:43:58.325 DEBG created new freemapJun 04 09:43:58.326, unitDEBG: created new freemapfreemap_test,
34372026-06-04T09:43:59.635Zunit: freemap_test
34382026-06-04T09:43:59.635ZJun 04 09:43:58.326 DEBG initted freemap. size: 128Jun 04 09:43:58.326, unitDEBG: initted freemap. size: 128freemap_test,
34392026-06-04T09:43:59.635Zunit: freemap_test
34402026-06-04T09:43:59.635ZJun 04 09:43:58.326 DEBG reset freemapJun 04 09:43:58.326, unitDEBG: reset freemapfreemap_test,
34412026-06-04T09:43:59.635Zunit: freemap_test
34422026-06-04T09:43:59.635Ztest freemap::test_reclaim ... ok
34432026-06-04T09:43:59.635Ztest freemap::test_free ... ok
34442026-06-04T09:43:59.636ZJun 04 09:43:58.326 DEBG created new freemap, unit: freemap_test
34452026-06-04T09:43:59.636ZJun 04 09:43:58.326 DEBG initted freemap. size: 128, unit: freemap_test
34462026-06-04T09:43:59.636ZJun 04 09:43:58.326 DEBG reset freemap, unit: freemap_test
34472026-06-04T09:43:59.636Ztest freemap::test_span ... ok
34482026-06-04T09:43:59.636Ztest port_map::tests::parse_softnpu_revision ... ok
34492026-06-04T09:43:59.636Ztest api_server::tests::test_build_info ... ok
34502026-06-04T09:43:59.636Z
34512026-06-04T09:43:59.636Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34522026-06-04T09:43:59.636Z
34532026-06-04T09:43:59.639Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-09cb4704344f0842)
34542026-06-04T09:43:59.639Z
34552026-06-04T09:43:59.639Zrunning 0 tests
34562026-06-04T09:43:59.639Z
34572026-06-04T09:43:59.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34582026-06-04T09:43:59.639Z
34592026-06-04T09:43:59.640Z Running unittests src/lib.rs (target/debug/deps/dpd_api-78adfe9a2c31875a)
34602026-06-04T09:43:59.644Z
34612026-06-04T09:43:59.644Zrunning 0 tests
34622026-06-04T09:43:59.644Z
34632026-06-04T09:43:59.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34642026-06-04T09:43:59.647Z
34652026-06-04T09:43:59.647Z Running unittests src/lib.rs (target/debug/deps/dpd_client-c81ef9fd64430092)
34662026-06-04T09:43:59.655Z
34672026-06-04T09:43:59.655Zrunning 6 tests
34682026-06-04T09:43:59.659Ztest tests::test_full_lot_id_lotnum_only ... ok
34692026-06-04T09:43:59.659Ztest tests::test_full_lot_id_both_present ... ok
34702026-06-04T09:43:59.659Ztest tests::test_full_lot_id_lot_only ... ok
34712026-06-04T09:43:59.659Ztest tests::test_full_lot_id_neither_present ... ok
34722026-06-04T09:43:59.659Ztest tests::test_port_id_cmp ... ok
34732026-06-04T09:43:59.659Ztest tests::test_parse_client_port_id ... ok
34742026-06-04T09:43:59.662Z
34752026-06-04T09:43:59.662Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34762026-06-04T09:43:59.662Z
34772026-06-04T09:43:59.662Z Running tests/test_all.rs (target/debug/deps/test_all-6d949d9e6653256b)
34782026-06-04T09:43:59.665Z
34792026-06-04T09:43:59.665Zrunning 6 tests
34802026-06-04T09:44:02.673Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34812026-06-04T09:44:02.676Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34822026-06-04T09:44:02.676Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34832026-06-04T09:44:02.681Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34842026-06-04T09:44:03.013Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34852026-06-04T09:44:05.049Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34862026-06-04T09:44:05.049Z
34872026-06-04T09:44:05.049Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.39s
34882026-06-04T09:44:05.049Z
34892026-06-04T09:44:05.055Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7ddee4d03453d1f2)
34902026-06-04T09:44:05.061Z
34912026-06-04T09:44:05.061Zrunning 0 tests
34922026-06-04T09:44:05.061Z
34932026-06-04T09:44:05.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34942026-06-04T09:44:05.061Z
34952026-06-04T09:44:05.064Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-08da337eaf0392c0)
34962026-06-04T09:44:05.067Z
34972026-06-04T09:44:05.067Zrunning 0 tests
34982026-06-04T09:44:05.067Z
34992026-06-04T09:44:05.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35002026-06-04T09:44:05.067Z
35012026-06-04T09:44:05.067Z Running unittests src/lib.rs (target/debug/deps/packet-c48904b0fefd7079)
35022026-06-04T09:44:05.076Z
35032026-06-04T09:44:05.076Zrunning 12 tests
35042026-06-04T09:44:05.079Ztest icmp::test_v4_checksum ... ok
35052026-06-04T09:44:05.079Ztest icmp::test_v6_checksum ... ok
35062026-06-04T09:44:05.079Ztest pbuf::test_byte ... ok
35072026-06-04T09:44:05.079Ztest lldp::test_lldp_parse ... ok
35082026-06-04T09:44:05.079Ztest pbuf::test_nibble ... ok
35092026-06-04T09:44:05.079Ztest ipv6::test_ipv6_parse ... ok
35102026-06-04T09:44:05.079Ztest pbuf::test_overflow ... ok
35112026-06-04T09:44:05.079Ztest pbuf::test_short ... ok
35122026-06-04T09:44:05.079Ztest pbuf::test_twelve ... ok
35132026-06-04T09:44:05.079Ztest pbuf::test_word ... ok
35142026-06-04T09:44:05.079Ztest tcp::test_checksum_syn_nodata ... ok
35152026-06-04T09:44:05.079Ztest tcp::test_checksum_ack_data ... ok
35162026-06-04T09:44:05.079Z
35172026-06-04T09:44:05.079Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35182026-06-04T09:44:05.079Z
35192026-06-04T09:44:05.079Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
35202026-06-04T09:44:05.082Z
35212026-06-04T09:44:05.082Zrunning 0 tests
35222026-06-04T09:44:05.082Z
35232026-06-04T09:44:05.082Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35242026-06-04T09:44:05.083Z
35252026-06-04T09:44:05.085Z Running unittests src/main.rs (target/debug/deps/swadm-be5f1874c61a20f7)
35262026-06-04T09:44:05.088Z
35272026-06-04T09:44:05.088Zrunning 5 tests
35282026-06-04T09:44:05.088Ztest switchport::test::test_compute_lanes ... ok
35292026-06-04T09:44:05.088Ztest switchport::test::port_id_ordering ... ok
35302026-06-04T09:44:05.089Z Lane 0 Lane 1 Lane 2 Lane 0 Lane 3
35312026-06-04T09:44:05.089ZLane 1 Rx Loss-of-lock: Yes YesLane 2 YesLane 3 Yes
35322026-06-04T09:44:05.089Z
35332026-06-04T09:44:05.089Z State: Activated Rx Loss-of-signal: Yes ActivatedYes ActivatedYes ActivatedYes
35342026-06-04T09:44:05.089Z
35352026-06-04T09:44:05.089Z Rx Output Enabled: false Rx CDR Enabled: Yes falseYes falseYes Yesfalse
35362026-06-04T09:44:05.089Z
35372026-06-04T09:44:05.089Z Tx Enabled: Yes Rx Output Status: valid validYes valid Yesvalid
35382026-06-04T09:44:05.089ZYes
35392026-06-04T09:44:05.089Z Rx Loss-of-lock: true Tx Loss-of-lock: No Notrue Notrue Notrue
35402026-06-04T09:44:05.089Z
35412026-06-04T09:44:05.089Z Tx Loss-of-signal: No Rx Loss-of-signal: false No falseNo falseNo
35422026-06-04T09:44:05.089Zfalse Tx CDR Enabled: No
35432026-06-04T09:44:05.089Z Rx Auto-squelch Disable: true No true Notrue Notrue
35442026-06-04T09:44:05.089Z
35452026-06-04T09:44:05.089Z Tx Output Enabled: true Tx Adaptive EQ Fault: No Notrue No trueNo
35462026-06-04T09:44:05.089Ztrue
35472026-06-04T09:44:05.089Z Tx Fault: Yes Tx Output Status: invalidYes invalidYes Yesinvalid
35482026-06-04T09:44:05.089Z invalid
35492026-06-04T09:44:05.089Z Tx Loss-of-lock: false false false false
35502026-06-04T09:44:05.089Z Tx Loss-of-signal: true true true true
35512026-06-04T09:44:05.089ZTx Auto-squelch Disable: false false false false
35522026-06-04T09:44:05.089Z Tx Adaptive EQ Fail: true true true true
35532026-06-04T09:44:05.089Z Tx Failure: false false false false
35542026-06-04T09:44:05.089Z Tx Force Squelch: true true true true
35552026-06-04T09:44:05.089Z Tx Input Polarity: normal normal normal normal
35562026-06-04T09:44:05.089Ztest switchport::test::test_print_sff_datapath ... ok
35572026-06-04T09:44:05.089Ztest switchport::test::test_print_cmis_datapath ... ok
35582026-06-04T09:44:05.089Ztest link::test_filter ... ok
35592026-06-04T09:44:05.089Z
35602026-06-04T09:44:05.089Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35612026-06-04T09:44:05.089Z
35622026-06-04T09:44:05.093Z Running tests/counters.rs (target/debug/deps/counters-fa42146a82f29d6a)
35632026-06-04T09:44:05.095Z
35642026-06-04T09:44:05.095Zrunning 1 test
35652026-06-04T09:44:05.095Ztest test_p4_counter_list ... ignored
35662026-06-04T09:44:05.096Z
35672026-06-04T09:44:05.096Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35682026-06-04T09:44:05.096Z
35692026-06-04T09:44:05.096Z Running tests/port-link.rs (target/debug/deps/port_link-b2dcb4795d392702)
35702026-06-04T09:44:05.099Z
35712026-06-04T09:44:05.099Zrunning 5 tests
35722026-06-04T09:44:05.099Ztest test_an ... ignored
35732026-06-04T09:44:05.099Ztest test_enable ... ignored
35742026-06-04T09:44:05.099Ztest test_ip_addresses ... ignored
35752026-06-04T09:44:05.099Ztest test_kr ... ignored
35762026-06-04T09:44:05.099Ztest test_mac ... ignored
35772026-06-04T09:44:05.100Z
35782026-06-04T09:44:05.100Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35792026-06-04T09:44:05.100Z
35802026-06-04T09:44:05.100Z Running unittests src/main.rs (target/debug/deps/tfportd-1375097321a6e393)
35812026-06-04T09:44:05.102Z
35822026-06-04T09:44:05.103Zrunning 3 tests
35832026-06-04T09:44:05.105Ztest linklocal::test_parse_ipadm ... ok
35842026-06-04T09:44:05.105Ztest tfport::test_parse_tfport ... ok
35852026-06-04T09:44:05.105Ztest config::tests::test_updates ... ok
35862026-06-04T09:44:05.105Z
35872026-06-04T09:44:05.105Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35882026-06-04T09:44:05.105Z
35892026-06-04T09:44:05.105Z Running unittests src/main.rs (target/debug/deps/uplinkd-85d92f986156aece)
35902026-06-04T09:44:05.109Z
35912026-06-04T09:44:05.109Zrunning 0 tests
35922026-06-04T09:44:05.109Z
35932026-06-04T09:44:05.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35942026-06-04T09:44:05.112Z
35952026-06-04T09:44:05.112Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
35962026-06-04T09:44:05.115Z
35972026-06-04T09:44:05.115Zrunning 0 tests
35982026-06-04T09:44:05.115Z
35992026-06-04T09:44:05.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36002026-06-04T09:44:05.115Z
36012026-06-04T09:44:05.118Z Doc-tests aal
36022026-06-04T09:44:05.284Z
36032026-06-04T09:44:05.284Zrunning 0 tests
36042026-06-04T09:44:05.284Z
36052026-06-04T09:44:05.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36062026-06-04T09:44:05.287Z
36072026-06-04T09:44:05.301Z Doc-tests aal_macros
36082026-06-04T09:44:05.375Z
36092026-06-04T09:44:05.375Zrunning 0 tests
36102026-06-04T09:44:05.375Z
36112026-06-04T09:44:05.375Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36122026-06-04T09:44:05.375Z
36132026-06-04T09:44:05.386Z Doc-tests common
36142026-06-04T09:44:05.623Z
36152026-06-04T09:44:05.623Zrunning 0 tests
36162026-06-04T09:44:05.623Z
36172026-06-04T09:44:05.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36182026-06-04T09:44:05.623Z
36192026-06-04T09:44:05.644Z Doc-tests dpd_api
36202026-06-04T09:44:06.475Z
36212026-06-04T09:44:06.475Zrunning 2 tests
36222026-06-04T09:44:06.475Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36232026-06-04T09:44:06.475Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36242026-06-04T09:44:06.475Z
36252026-06-04T09:44:06.475Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36262026-06-04T09:44:06.475Z
36272026-06-04T09:44:06.505Z Doc-tests dpd_client
36282026-06-04T09:44:07.915Z
36292026-06-04T09:44:07.915Zrunning 0 tests
36302026-06-04T09:44:07.915Z
36312026-06-04T09:44:07.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36322026-06-04T09:44:07.915Z
36332026-06-04T09:44:07.963Z Doc-tests dpd_types
36342026-06-04T09:44:08.174Z
36352026-06-04T09:44:08.175Zrunning 0 tests
36362026-06-04T09:44:08.175Z
36372026-06-04T09:44:08.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36382026-06-04T09:44:08.175Z
36392026-06-04T09:44:08.200Z Doc-tests dpd_types_versions
36402026-06-04T09:44:09.422Z
36412026-06-04T09:44:09.422Zrunning 1 test
36422026-06-04T09:44:09.422Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36432026-06-04T09:44:09.422Z
36442026-06-04T09:44:09.422Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36452026-06-04T09:44:09.422Z
36462026-06-04T09:44:09.466Z Doc-tests packet
36472026-06-04T09:44:09.576Z
36482026-06-04T09:44:09.576Zrunning 0 tests
36492026-06-04T09:44:09.576Z
36502026-06-04T09:44:09.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36512026-06-04T09:44:09.576Z
36522026-06-04T09:44:09.592Z Doc-tests pcap
36532026-06-04T09:44:09.645Z
36542026-06-04T09:44:09.645Zrunning 0 tests
36552026-06-04T09:44:09.645Z
36562026-06-04T09:44:09.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36572026-06-04T09:44:09.645Z
36582026-06-04T09:44:09.695Zprocess exited: duration 578788 ms, exit code 0
 
36592026-06-04T09:44:09.701Zfound 0 output files