01KT8T68SGBMCYPY1092XM8EK8: test

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

Buildomat Job: 01KT8T6XPTJTASEGRDYYYTVPQE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T07:58:43.102Zjob assigned to worker 01KT8T6ZMA22YMJ2M5M2DZ0RKA [factory aws, i-0f9c4d418e13c1406] (queued for 53 s)
 
22026-06-04T07:58:50.055Zstarting task 0: "setup"
32026-06-04T07:58:50.060Z++ uname -s
42026-06-04T07:58:50.063Z+ kern=SunOS
52026-06-04T07:58:50.063Z+ build_user=build
62026-06-04T07:58:50.063Z+ build_uid=12345
72026-06-04T07:58:50.063Z+ work_dir=/work
82026-06-04T07:58:50.063Z+ input_dir=/input
92026-06-04T07:58:50.063Z+ [[ 0 == 12345 ]]
102026-06-04T07:58:50.063Z+ case "$kern" in
112026-06-04T07:58:50.063Z+ groupadd -g 12345 build
122026-06-04T07:58:50.067Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T07:58:52.079Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T07:58:52.237Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T07:58:52.240Z+ home_fs=zfs
162026-06-04T07:58:52.240Z+ [[ zfs == autofs ]]
172026-06-04T07:58:52.240Z+ mkdir -p /home/build
182026-06-04T07:58:52.240Z+ chown build:build /home/build /work
192026-06-04T07:58:54.240Z+ chmod 0700 /home/build /work
202026-06-04T07:58:54.243Zprocess exited: duration 4183 ms, exit code 0
 
212026-06-04T07:58:54.250Zstarting task 1: "rust-toolchain"
222026-06-04T07:58:54.253Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-04T07:58:54.253Z * rust toolchain channel = "1.90.0"
242026-06-04T07:58:54.253Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-04T07:58:54.253Z * rust toolchain profile = "default"
262026-06-04T07:58:54.253Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T07:58:54.253Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T07:58:54.258Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T07:58:54.258Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-04T07:58:54.359Zinfo: downloading installer
312026-06-04T07:58:55.949Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T07:58:55.949Zwarn: /home/build/.rustup/settings.toml
332026-06-04T07:58:55.949Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T07:58:55.949Zwarn: instead of the one inferred from the default host triple.
352026-06-04T07:58:55.958Zinfo: profile set to default
362026-06-04T07:58:55.958Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T07:58:55.961Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-04T07:58:56.114Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-04T07:58:56.117Zinfo: downloading 6 components
402026-06-04T07:59:09.747Z
412026-06-04T07:59:09.747Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
422026-06-04T07:59:09.775Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-04T07:59:09.775Z
442026-06-04T07:59:09.780Z
452026-06-04T07:59:09.780ZRust is installed now. Great!
462026-06-04T07:59:09.780Z
472026-06-04T07:59:09.780ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T07:59:09.780Zenvironment variable. This has not been done automatically.
492026-06-04T07:59:09.780Z
502026-06-04T07:59:09.780ZTo configure your current shell, you need to source
512026-06-04T07:59:09.780Zthe corresponding env file under $HOME/.cargo.
522026-06-04T07:59:09.780Z
532026-06-04T07:59:09.781ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T07:59:09.781Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T07:59:09.781Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T07:59:09.781Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T07:59:09.781Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T07:59:09.781Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T07:59:09.781Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T07:59:09.781Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T07:59:09.781Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T07:59:09.857Z+ rustup --version
632026-06-04T07:59:09.866Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T07:59:09.869Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T07:59:09.889Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-04T07:59:09.892Z+ cargo --version
672026-06-04T07:59:09.904Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-04T07:59:09.907Z+ rustc --version
692026-06-04T07:59:09.930Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-04T07:59:09.936Zprocess exited: duration 15680 ms, exit code 0
 
712026-06-04T07:59:09.943Zstarting task 2: "authentication"
722026-06-04T07:59:09.960Zprocess exited: duration 16 ms, exit code 0
 
732026-06-04T07:59:09.968Zstarting task 3: "clone repository"
742026-06-04T07:59:09.971Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-04T07:59:09.974Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-04T07:59:10.011ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-04T07:59:11.110Z+ cd /work/oxidecomputer/dendrite
782026-06-04T07:59:11.110Z+ git fetch origin f15799ad9707dba416f9cefdfe7d245f1fcee8b9
792026-06-04T07:59:11.375ZFrom https://github.com/oxidecomputer/dendrite
802026-06-04T07:59:11.375Z * branch f15799ad9707dba416f9cefdfe7d245f1fcee8b9 -> FETCH_HEAD
812026-06-04T07:59:11.382Z+ [[ -n renovate/libc-0.x-lockfile ]]
822026-06-04T07:59:11.385Z++ git branch --show-current
832026-06-04T07:59:11.385Z+ current=main
842026-06-04T07:59:11.385Z+ [[ main != renovate/libc-0.x-lockfile ]]
852026-06-04T07:59:11.385Z+ git branch -f renovate/libc-0.x-lockfile f15799ad9707dba416f9cefdfe7d245f1fcee8b9
862026-06-04T07:59:11.388Z+ git checkout -f renovate/libc-0.x-lockfile
872026-06-04T07:59:11.410ZSwitched to branch 'renovate/libc-0.x-lockfile'
882026-06-04T07:59:11.413Z+ git reset --hard f15799ad9707dba416f9cefdfe7d245f1fcee8b9
892026-06-04T07:59:11.423ZHEAD is now at f15799a Update Rust crate libc to v0.2.186
902026-06-04T07:59:11.426Zprocess exited: duration 1456 ms, exit code 0
 
912026-06-04T07:59:11.435Zstarting task 4: "build"
922026-06-04T07:59:11.438Z+ source .github/buildomat/common.sh
932026-06-04T07:59:11.439Z++ TOFINO_STAGES=20
942026-06-04T07:59:11.439Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-04T07:59:11.439Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-04T07:59:11.439Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-04T07:59:11.442Z+++ uname -s
982026-06-04T07:59:11.442Z++ '[' SunOS == SunOS ']'
992026-06-04T07:59:11.442Z++ SERIES=illumos
1002026-06-04T07:59:11.442Z+++ uname -s
1012026-06-04T07:59:11.442Z++ '[' SunOS == SunOS ']'
1022026-06-04T07:59:11.442Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-04T07:59:11.442Z++ rustup show active-toolchain
1042026-06-04T07:59:11.447Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-04T07:59:11.450Z+ source .github/buildomat/illumos.sh
1062026-06-04T07:59:11.450Z++ banner 'sde setup'
1072026-06-04T07:59:11.450Z
1082026-06-04T07:59:11.450Z #### ##### ###### #### ###### ##### # # #####
1092026-06-04T07:59:11.450Z # # # # # # # # # # #
1102026-06-04T07:59:11.450Z #### # # ##### #### ##### # # # # #
1112026-06-04T07:59:11.450Z # # # # # # # # # #####
1122026-06-04T07:59:11.450Z # # # # # # # # # # # #
1132026-06-04T07:59:11.450Z #### ##### ###### #### ###### # #### #
1142026-06-04T07:59:11.450Z
1152026-06-04T07:59:11.450Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-04T07:59:11.450Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-04T07:59:11.450Z++ export PKG=tofino_sde.p5p
1182026-06-04T07:59:11.450Z++ PKG=tofino_sde.p5p
1192026-06-04T07:59:11.450Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-04T07:59:11.456Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-04T07:59:11.459Z Dload Upload Total Spent Left Speed
1222026-06-04T07:59:13.008Z 0 0 0 0 0 0 0 0 0 21 76.03M 21 16.02M 0 0 16.03M 0 00:04 00:04 16.04M 100 76.03M 100 76.03M 0 0 48.99M 0 00:01 00:01 16.04M 100 76.03M 100 76.03M 0 0 48.99M 0 00:01 00:01 16.04M 100 76.03M 100 76.03M 0 0 48.99M 0 00:01 00:01 16.04M
1232026-06-04T07:59:13.012Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-04T07:59:13.058Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-04T07:59:13.061Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-04T07:59:13.062Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-04T07:59:16.095Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-04T07:59:16.174Z Startup: Caching catalogs ... Done
1292026-06-04T07:59:16.212Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-04T07:59:16.549ZPlanning: Solver setup ... Done
1312026-06-04T07:59:16.571ZPlanning: Running solver ... Done
1322026-06-04T07:59:16.576ZPlanning: Finding local manifests ... Done
1332026-06-04T07:59:16.579ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-04T07:59:16.583ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-04T07:59:16.596ZPlanning: Package planning ... Done
1362026-06-04T07:59:16.599ZPlanning: Merging actions ... Done
1372026-06-04T07:59:16.723ZPlanning: Checking for conflicting actions ... Done
1382026-06-04T07:59:16.726ZPlanning: Consolidating action changes ... Done
1392026-06-04T07:59:17.504ZPlanning: Evaluating mediators ... Done
1402026-06-04T07:59:17.506ZPlanning: Planning completed in 1.29 seconds
1412026-06-04T07:59:17.512Z Packages to install: 1
1422026-06-04T07:59:17.515Z Create boot environment: No
1432026-06-04T07:59:17.515ZCreate backup boot environment: No
1442026-06-04T07:59:17.535Z
1452026-06-04T07:59:17.535ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-04T07:59:17.670ZDownload: Completed 75.30 MB in 0.13 seconds (561M/s)
1472026-06-04T07:59:17.832Z Actions: 1/293 actions (Installing new actions)
1482026-06-04T07:59:18.797Z Actions: Completed 293 actions in 0.97 seconds.
1492026-06-04T07:59:18.800ZFinalize: Updating package state database ... Done
1502026-06-04T07:59:18.842ZFinalize: Updating package cache ... Done
1512026-06-04T07:59:18.864ZFinalize: Updating image state ... Done
1522026-06-04T07:59:21.294ZFinalize: Creating fast lookup database ... Done
1532026-06-04T07:59:21.368ZFinalize: Reading search index ... Done
1542026-06-04T07:59:21.370ZFinalize: Updating search index ... Done
1552026-06-04T07:59:21.673ZFinalize: Updating package cache ... Done
1562026-06-04T07:59:21.766Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-04T07:59:21.766Z++ SDE=/opt/oxide/tofino_sde
1582026-06-04T07:59:21.766Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-04T07:59:21.766Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-04T07:59:21.766Z++ banner packages
1612026-06-04T07:59:21.769Z
1622026-06-04T07:59:21.769Z ##### ## #### # # ## #### ###### ####
1632026-06-04T07:59:21.769Z # # # # # # # # # # # # # #
1642026-06-04T07:59:21.769Z # # # # # #### # # # ##### ####
1652026-06-04T07:59:21.769Z ##### ###### # # # ###### # ### # #
1662026-06-04T07:59:21.769Z # # # # # # # # # # # # # #
1672026-06-04T07:59:21.769Z # # # #### # # # # #### ###### ####
1682026-06-04T07:59:21.769Z
1692026-06-04T07:59:21.769Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-04T07:59:22.021Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-04T07:59:22.024Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-04T07:59:22.313ZPlanning: Solver setup ... Done
1732026-06-04T07:59:22.334ZPlanning: Running solver ... Done
1742026-06-04T07:59:22.340ZPlanning: Consolidating action changes ... Done
1752026-06-04T07:59:22.343ZPlanning: Evaluating mediators ... Done
1762026-06-04T07:59:22.343ZPlanning: Planning completed in 0.32 seconds
1772026-06-04T07:59:22.357ZNo updates necessary for this image.
1782026-06-04T07:59:22.416Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-04T07:59:22.628ZPlanning: Evaluating mediator changes ... Done
1802026-06-04T07:59:22.742ZPlanning: Checking for conflicting actions ... Done
1812026-06-04T07:59:22.746ZPlanning: Consolidating action changes ... Done
1822026-06-04T07:59:22.911ZPlanning: Evaluating mediators ... Done
1832026-06-04T07:59:22.913ZPlanning: Planning completed in 0.28 seconds
1842026-06-04T07:59:22.934Z Mediators to change: 2
1852026-06-04T07:59:22.935Z Create boot environment: No
1862026-06-04T07:59:22.937ZCreate backup boot environment: No
1872026-06-04T07:59:22.991ZFinalize: Updating package state database ... Done
1882026-06-04T07:59:22.991ZFinalize: Updating package cache ... Done
1892026-06-04T07:59:23.002ZFinalize: Updating image state ... Done
1902026-06-04T07:59:25.026ZFinalize: Creating fast lookup database ... Done
1912026-06-04T07:59:25.097ZFinalize: Reading search index ... Done
1922026-06-04T07:59:25.100ZFinalize: Updating search index ... Done
1932026-06-04T07:59:25.185ZFinalize: Updating package cache ... Done
1942026-06-04T07:59:25.259Z++ cargo --version
1952026-06-04T07:59:25.269Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-04T07:59:25.272Z++ rustc --version
1972026-06-04T07:59:25.292Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-04T07:59:25.298Z+ banner copyrights
1992026-06-04T07:59:25.301Z
2002026-06-04T07:59:25.301Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-04T07:59:25.301Z # # # # # # # # # # # # # # # # #
2022026-06-04T07:59:25.301Z # # # # # # # # # # ###### # ####
2032026-06-04T07:59:25.301Z # # # ##### # ##### # # ### # # # #
2042026-06-04T07:59:25.301Z # # # # # # # # # # # # # # # #
2052026-06-04T07:59:25.301Z #### #### # # # # # #### # # # ####
2062026-06-04T07:59:25.301Z
2072026-06-04T07:59:25.301Z+ ./tools/check_copyrights.sh
2082026-06-04T07:59:25.581Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-04T07:59:26.343Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-04T07:59:26.793Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-04T07:59:26.881Zpcap/build.rs: Copyright with wrong year
2122026-06-04T07:59:27.048Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-04T07:59:27.272Z+ banner clippy
2142026-06-04T07:59:27.275Z
2152026-06-04T07:59:27.275Z #### # # ##### ##### # #
2162026-06-04T07:59:27.275Z # # # # # # # # # #
2172026-06-04T07:59:27.275Z # # # # # # # #
2182026-06-04T07:59:27.275Z # # # ##### ##### #
2192026-06-04T07:59:27.275Z # # # # # # #
2202026-06-04T07:59:27.276Z #### ###### # # # #
2212026-06-04T07:59:27.276Z
2222026-06-04T07:59:27.276Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-04T07:59:27.276Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-04T07:59:27.421Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-04T07:59:37.139Z Updating crates.io index
2262026-06-04T07:59:37.142Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-04T07:59:37.372Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-04T07:59:38.106Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-04T07:59:38.391Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-04T07:59:38.624Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-04T07:59:39.715Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2322026-06-04T07:59:40.238Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-04T07:59:40.523Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-04T07:59:40.808Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-04T07:59:41.143Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-04T07:59:41.480Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-04T07:59:41.802Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-04T07:59:42.242Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-04T07:59:42.490Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-04T07:59:42.927Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-04T07:59:43.829Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-04T07:59:44.109Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-06-04T07:59:44.416Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-04T07:59:44.702Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-04T07:59:45.298Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-04T07:59:45.568Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-04T07:59:45.849Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-04T07:59:47.218Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-06-04T07:59:47.853Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-04T07:59:48.403Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-04T07:59:49.700Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-04T07:59:50.343Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-04T07:59:50.615Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-04T07:59:50.897Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-06-04T07:59:52.675Z Downloading crates ...
2562026-06-04T07:59:52.730Z Downloaded adler2 v2.0.1
2572026-06-04T07:59:52.736Z Downloaded anstyle-parse v1.0.0
2582026-06-04T07:59:52.738Z Downloaded block-buffer v0.10.4
2592026-06-04T07:59:52.741Z Downloaded crc32fast v1.5.0
2602026-06-04T07:59:52.744Z Downloaded console v0.15.11
2612026-06-04T07:59:52.748Z Downloaded cargo-platform v0.1.9
2622026-06-04T07:59:52.757Z Downloaded cookie v0.18.1
2632026-06-04T07:59:52.760Z Downloaded curve25519-dalek-derive v0.1.1
2642026-06-04T07:59:52.760Z Downloaded clap_derive v4.6.1
2652026-06-04T07:59:52.760Z Downloaded derive-where v1.6.0
2662026-06-04T07:59:52.763Z Downloaded dropshot-api-manager-types v0.7.2
2672026-06-04T07:59:52.765Z Downloaded defmt v1.0.1
2682026-06-04T07:59:52.768Z Downloaded dropshot_endpoint v0.16.7
2692026-06-04T07:59:52.771Z Downloaded digest v0.10.7
2702026-06-04T07:59:52.774Z Downloaded convert_case v0.4.0
2712026-06-04T07:59:52.776Z Downloaded bcs v0.1.6
2722026-06-04T07:59:52.779Z Downloaded deranged v0.5.3
2732026-06-04T07:59:52.782Z Downloaded defmt v0.3.100
2742026-06-04T07:59:52.782Z Downloaded digest v0.11.3
2752026-06-04T07:59:52.786Z Downloaded futures-core v0.3.32
2762026-06-04T07:59:52.789Z Downloaded foreign-types v0.3.2
2772026-06-04T07:59:52.789Z Downloaded equivalent v1.0.2
2782026-06-04T07:59:52.793Z Downloaded aead v0.5.2
2792026-06-04T07:59:52.793Z Downloaded foreign-types-shared v0.3.1
2802026-06-04T07:59:52.797Z Downloaded data-encoding v2.9.0
2812026-06-04T07:59:52.797Z Downloaded display-error-chain v0.2.2
2822026-06-04T07:59:52.800Z Downloaded hostname v0.3.1
2832026-06-04T07:59:52.800Z Downloaded futures-macro v0.3.32
2842026-06-04T07:59:52.803Z Downloaded futures-task v0.3.32
2852026-06-04T07:59:52.803Z Downloaded heck v0.5.0
2862026-06-04T07:59:52.806Z Downloaded gethostname v0.5.0
2872026-06-04T07:59:52.809Z Downloaded heck v0.4.1
2882026-06-04T07:59:52.809Z Downloaded dof v0.3.0
2892026-06-04T07:59:52.811Z Downloaded form_urlencoded v1.2.2
2902026-06-04T07:59:52.814Z Downloaded dof v0.4.0
2912026-06-04T07:59:52.814Z Downloaded atomic-waker v1.1.2
2922026-06-04T07:59:52.817Z Downloaded hubpack_derive v0.1.1
2932026-06-04T07:59:52.820Z Downloaded atomicwrites v0.4.4
2942026-06-04T07:59:52.820Z Downloaded git-stub v1.0.0
2952026-06-04T07:59:52.823Z Downloaded hex v0.4.3
2962026-06-04T07:59:52.826Z Downloaded cfg-if v1.0.4
2972026-06-04T07:59:52.826Z Downloaded cexpr v0.6.0
2982026-06-04T07:59:52.829Z Downloaded http-body-util v0.1.3
2992026-06-04T07:59:52.831Z Downloaded hash32 v0.3.1
3002026-06-04T07:59:52.831Z Downloaded futures-io v0.3.32
3012026-06-04T07:59:52.834Z Downloaded generic-array v0.14.7
3022026-06-04T07:59:52.837Z Downloaded fixedbitset v0.4.2
3032026-06-04T07:59:52.837Z Downloaded errno v0.3.14
3042026-06-04T07:59:52.840Z Downloaded block-buffer v0.12.0
3052026-06-04T07:59:52.842Z Downloaded futures-sink v0.3.32
3062026-06-04T07:59:52.843Z Downloaded dunce v1.0.5
3072026-06-04T07:59:52.846Z Downloaded hostname v0.4.2
3082026-06-04T07:59:52.846Z Downloaded embedded-io v0.4.0
3092026-06-04T07:59:52.849Z Downloaded async-recursion v1.1.1
3102026-06-04T07:59:52.861Z Downloaded hubpack v0.1.2
3112026-06-04T07:59:52.861Z Downloaded httpdate v1.0.3
3122026-06-04T07:59:52.861Z Downloaded async-stream-impl v0.3.6
3132026-06-04T07:59:52.864Z Downloaded http-body v1.0.1
3142026-06-04T07:59:52.864Z Downloaded base64ct v1.8.0
3152026-06-04T07:59:52.864Z Downloaded curl v0.4.49
3162026-06-04T07:59:52.864Z Downloaded foreign-types-macros v0.2.3
3172026-06-04T07:59:52.866Z Downloaded foreign-types v0.5.0
3182026-06-04T07:59:52.867Z Downloaded cipher v0.4.4
3192026-06-04T07:59:52.869Z Downloaded hyper-tls v0.6.0
3202026-06-04T07:59:52.872Z Downloaded bitflags v1.3.2
3212026-06-04T07:59:52.874Z Downloaded group v0.13.0
3222026-06-04T07:59:52.877Z Downloaded daft-derive v0.1.5
3232026-06-04T07:59:52.881Z Downloaded inout v0.1.4
3242026-06-04T07:59:52.881Z Downloaded ident_case v1.0.1
3252026-06-04T07:59:52.885Z Downloaded indent_write v2.2.0
3262026-06-04T07:59:52.885Z Downloaded itoa v1.0.15
3272026-06-04T07:59:52.887Z Downloaded is_terminal_polyfill v1.70.1
3282026-06-04T07:59:52.887Z Downloaded keccak v0.1.6
3292026-06-04T07:59:52.890Z Downloaded glob v0.3.3
3302026-06-04T07:59:52.890Z Downloaded git-stub-vcs v0.1.0
3312026-06-04T07:59:52.893Z Downloaded blake2 v0.10.6
3322026-06-04T07:59:52.895Z Downloaded foldhash v0.1.5
3332026-06-04T07:59:52.898Z Downloaded lazy_static v1.5.0
3342026-06-04T07:59:52.898Z Downloaded cmake v0.1.54
3352026-06-04T07:59:52.902Z Downloaded anstream v1.0.0
3362026-06-04T07:59:52.904Z Downloaded libscf-sys v1.2.0
3372026-06-04T07:59:52.904Z Downloaded arrayvec v0.7.6
3382026-06-04T07:59:52.907Z Downloaded macaddr v1.0.1
3392026-06-04T07:59:52.907Z Downloaded match_cfg v0.1.0
3402026-06-04T07:59:52.910Z Downloaded fixedbitset v0.5.7
3412026-06-04T07:59:52.913Z Downloaded csv-core v0.1.12
3422026-06-04T07:59:52.913Z Downloaded argon2 v0.5.3
3432026-06-04T07:59:52.915Z Downloaded fs-err v3.1.2
3442026-06-04T07:59:52.918Z Downloaded fs_extra v1.3.0
3452026-06-04T07:59:52.918Z Downloaded linked-hash-map v0.5.6
3462026-06-04T07:59:52.921Z Downloaded managed v0.8.0
3472026-06-04T07:59:52.921Z Downloaded highway v1.3.0
3482026-06-04T07:59:52.924Z Downloaded humantime v2.3.0
3492026-06-04T07:59:52.927Z Downloaded memoffset v0.9.1
3502026-06-04T07:59:52.927Z Downloaded mime v0.3.17
3512026-06-04T07:59:52.929Z Downloaded memmap v0.7.0
3522026-06-04T07:59:52.934Z Downloaded newtype-uuid-macros v0.1.0
3532026-06-04T07:59:52.934Z Downloaded num v0.4.3
3542026-06-04T07:59:52.937Z Downloaded futures-executor v0.3.32
3552026-06-04T07:59:52.937Z Downloaded erased-serde v0.3.31
3562026-06-04T07:59:52.937Z Downloaded newline-converter v0.3.0
3572026-06-04T07:59:52.941Z Downloaded num-conv v0.2.1
3582026-06-04T07:59:52.941Z Downloaded crossbeam-epoch v0.9.18
3592026-06-04T07:59:52.944Z Downloaded newtype_derive v0.1.6
3602026-06-04T07:59:52.944Z Downloaded ingot-types v0.1.2
3612026-06-04T07:59:52.947Z Downloaded hmac v0.12.1
3622026-06-04T07:59:52.947Z Downloaded num-iter v0.1.45
3632026-06-04T07:59:52.949Z Downloaded ingot v0.1.1
3642026-06-04T07:59:52.952Z Downloaded openssl-macros v0.1.1
3652026-06-04T07:59:52.952Z Downloaded num_threads v0.1.7
3662026-06-04T07:59:52.955Z Downloaded opaque-debug v0.3.1
3672026-06-04T07:59:52.955Z Downloaded omicron-workspace-hack v0.1.0
3682026-06-04T07:59:52.959Z Downloaded openssl-probe v0.1.6
3692026-06-04T07:59:52.959Z Downloaded byteorder v1.5.0
3702026-06-04T07:59:52.963Z Downloaded olpc-cjson v0.1.4
3712026-06-04T07:59:52.963Z Downloaded jobserver v0.1.34
3722026-06-04T07:59:52.967Z Downloaded libloading v0.8.9
3732026-06-04T07:59:52.967Z Downloaded libsw-core v0.3.2
3742026-06-04T07:59:52.969Z Downloaded libsw v3.5.0
3752026-06-04T07:59:52.969Z Downloaded chacha20 v0.9.1
3762026-06-04T07:59:52.969Z Downloaded lock_api v0.4.14
3772026-06-04T07:59:52.974Z Downloaded kstat-rs v0.2.4
3782026-06-04T07:59:52.976Z Downloaded httparse v1.10.1
3792026-06-04T07:59:52.976Z Downloaded clang-sys v1.8.1
3802026-06-04T07:59:52.979Z Downloaded linear-map v1.2.0
3812026-06-04T07:59:52.979Z Downloaded anyhow v1.0.102
3822026-06-04T07:59:52.982Z Downloaded camino-tempfile v1.4.1
3832026-06-04T07:59:52.985Z Downloaded darling v0.21.3
3842026-06-04T07:59:52.988Z Downloaded futures-channel v0.3.32
3852026-06-04T07:59:52.991Z Downloaded colored v3.1.1
3862026-06-04T07:59:52.991Z Downloaded native-tls v0.2.14
3872026-06-04T07:59:52.994Z Downloaded phf_shared v0.12.1
3882026-06-04T07:59:52.994Z Downloaded percent-encoding v2.3.2
3892026-06-04T07:59:52.997Z Downloaded plain v0.2.3
3902026-06-04T07:59:52.997Z Downloaded ipnetwork v0.21.1
3912026-06-04T07:59:53.000Z Downloaded filetime v0.2.26
3922026-06-04T07:59:53.003Z Downloaded hybrid-array v0.4.12
3932026-06-04T07:59:53.003Z Downloaded potential_utf v0.1.3
3942026-06-04T07:59:53.005Z Downloaded daft v0.1.5
3952026-06-04T07:59:53.005Z Downloaded crossbeam-deque v0.8.6
3962026-06-04T07:59:53.010Z Downloaded ingot-macros v0.1.1
3972026-06-04T07:59:53.015Z Downloaded num_enum_derive v0.5.11
3982026-06-04T07:59:53.016Z Downloaded newtype-uuid v1.3.2
3992026-06-04T07:59:53.016Z Downloaded num_enum v0.7.5
4002026-06-04T07:59:53.020Z Downloaded progenitor-client v0.10.0
4012026-06-04T07:59:53.020Z Downloaded pretty-hex v0.4.1
4022026-06-04T07:59:53.020Z Downloaded powerfmt v0.2.0
4032026-06-04T07:59:53.024Z Downloaded progenitor-client v0.11.1
4042026-06-04T07:59:53.024Z Downloaded progenitor-macro v0.10.0
4052026-06-04T07:59:53.024Z Downloaded progenitor-macro v0.11.1
4062026-06-04T07:59:53.029Z Downloaded crossbeam-utils v0.8.21
4072026-06-04T07:59:53.029Z Downloaded proc-macro-error-attr2 v2.0.0
4082026-06-04T07:59:53.029Z Downloaded allocator-api2 v0.2.21
4092026-06-04T07:59:53.033Z Downloaded progenitor-macro v0.13.0
4102026-06-04T07:59:53.033Z Downloaded proc-macro-error-attr v1.0.4
4112026-06-04T07:59:53.033Z Downloaded proc-macro-crate v1.3.1
4122026-06-04T07:59:53.035Z Downloaded elliptic-curve v0.13.8
4132026-06-04T07:59:53.038Z Downloaded oxide-tokio-rt v0.1.2
4142026-06-04T07:59:53.038Z Downloaded quick-error v1.2.3
4152026-06-04T07:59:53.041Z Downloaded owo-colors v4.3.0
4162026-06-04T07:59:53.041Z Downloaded const-oid v0.10.2
4172026-06-04T07:59:53.044Z Downloaded parse-display-derive v0.10.0
4182026-06-04T07:59:53.046Z Downloaded ref-cast-impl v1.0.25
4192026-06-04T07:59:53.046Z Downloaded rand_xorshift v0.4.0
4202026-06-04T07:59:53.046Z Downloaded ref-cast v1.0.25
4212026-06-04T07:59:53.049Z Downloaded parse-display v0.10.0
4222026-06-04T07:59:53.052Z Downloaded pest_generator v2.8.2
4232026-06-04T07:59:53.052Z Downloaded hyper-rustls v0.27.7
4242026-06-04T07:59:53.055Z Downloaded pin-project-internal v1.1.10
4252026-06-04T07:59:53.058Z Downloaded password-hash v0.5.0
4262026-06-04T07:59:53.058Z Downloaded ppv-lite86 v0.2.21
4272026-06-04T07:59:53.058Z Downloaded half v2.7.1
4282026-06-04T07:59:53.061Z Downloaded rustc_version v0.1.7
4292026-06-04T07:59:53.064Z Downloaded getrandom v0.3.3
4302026-06-04T07:59:53.071Z Downloaded pem v3.0.5
4312026-06-04T07:59:53.071Z Downloaded flate2 v1.1.2
4322026-06-04T07:59:53.074Z Downloaded pkg-config v0.3.32
4332026-06-04T07:59:53.074Z Downloaded icu_normalizer v2.0.0
4342026-06-04T07:59:53.074Z Downloaded icu_provider v2.0.0
4352026-06-04T07:59:53.077Z Downloaded icu_properties v2.0.1
4362026-06-04T07:59:53.080Z Downloaded num-complex v0.4.6
4372026-06-04T07:59:53.080Z Downloaded rustc_version v0.4.1
4382026-06-04T07:59:53.084Z Downloaded same-file v1.0.6
4392026-06-04T07:59:53.084Z Downloaded proc-macro-error2 v2.0.1
4402026-06-04T07:59:53.087Z Downloaded progenitor v0.11.1
4412026-06-04T07:59:53.087Z Downloaded rustc-hash v2.1.1
4422026-06-04T07:59:53.092Z Downloaded progenitor-client v0.13.0
4432026-06-04T07:59:53.092Z Downloaded progenitor v0.10.0
4442026-06-04T07:59:53.092Z Downloaded clap v4.6.1
4452026-06-04T07:59:53.095Z Downloaded bytes v1.11.1
4462026-06-04T07:59:53.098Z Downloaded base64 v0.22.1
4472026-06-04T07:59:53.101Z Downloaded rand_chacha v0.3.1
4482026-06-04T07:59:53.104Z Downloaded parking_lot v0.12.5
4492026-06-04T07:59:53.107Z Downloaded scopeguard v1.2.0
4502026-06-04T07:59:53.107Z Downloaded parking_lot_core v0.9.12
4512026-06-04T07:59:53.109Z Downloaded semver v0.1.20
4522026-06-04T07:59:53.109Z Downloaded secrecy v0.10.3
4532026-06-04T07:59:53.109Z Downloaded rand_core v0.9.3
4542026-06-04T07:59:53.112Z Downloaded serde_repr v0.1.20
4552026-06-04T07:59:53.115Z Downloaded serde_spanned v0.6.9
4562026-06-04T07:59:53.115Z Downloaded const_format v0.2.34
4572026-06-04T07:59:53.117Z Downloaded memmap2 v0.9.8
4582026-06-04T07:59:53.121Z Downloaded pest_derive v2.8.2
4592026-06-04T07:59:53.123Z Downloaded icu_locale_core v2.0.0
4602026-06-04T07:59:53.128Z Downloaded resolv-conf v0.7.5
4612026-06-04T07:59:53.128Z Downloaded poly1305 v0.8.0
4622026-06-04T07:59:53.131Z Downloaded serde_spanned v1.1.1
4632026-06-04T07:59:53.131Z Downloaded serde_urlencoded v0.7.1
4642026-06-04T07:59:53.133Z Downloaded serde_plain v1.0.2
4652026-06-04T07:59:53.133Z Downloaded sha1 v0.11.0
4662026-06-04T07:59:53.136Z Downloaded sha1 v0.10.6
4672026-06-04T07:59:53.136Z Downloaded futures v0.3.32
4682026-06-04T07:59:53.138Z Downloaded rustls-pemfile v2.2.0
4692026-06-04T07:59:53.141Z Downloaded dropshot-api-manager v0.7.2
4702026-06-04T07:59:53.144Z Downloaded num-traits v0.2.19
4712026-06-04T07:59:53.147Z Downloaded slog-bunyan v2.5.0
4722026-06-04T07:59:53.147Z Downloaded sigpipe v0.1.3
4732026-06-04T07:59:53.149Z Downloaded rusty-fork v0.3.0
4742026-06-04T07:59:53.149Z Downloaded rustversion v1.0.22
4752026-06-04T07:59:53.152Z Downloaded signal-hook-tokio v0.3.1
4762026-06-04T07:59:53.154Z Downloaded siphasher v1.0.1
4772026-06-04T07:59:53.154Z Downloaded crossbeam-channel v0.5.15
4782026-06-04T07:59:53.157Z Downloaded icu_normalizer_data v2.0.0
4792026-06-04T07:59:53.160Z Downloaded stable_deref_trait v1.2.0
4802026-06-04T07:59:53.160Z Downloaded schemars_derive v0.8.22
4812026-06-04T07:59:53.162Z Downloaded darling_core v0.21.3
4822026-06-04T07:59:53.165Z Downloaded quinn-udp v0.5.14
4832026-06-04T07:59:53.165Z Downloaded hickory-resolver v0.25.2
4842026-06-04T07:59:53.168Z Downloaded smawk v0.3.2
4852026-06-04T07:59:53.171Z Downloaded papergrid v0.17.0
4862026-06-04T07:59:53.174Z Downloaded scroll_derive v0.13.1
4872026-06-04T07:59:53.174Z Downloaded scroll v0.12.0
4882026-06-04T07:59:53.176Z Downloaded scroll v0.13.0
4892026-06-04T07:59:53.177Z Downloaded strum v0.26.3
4902026-06-04T07:59:53.179Z Downloaded supports-color v3.0.2
4912026-06-04T07:59:53.179Z Downloaded subtle v2.6.1
4922026-06-04T07:59:53.179Z Downloaded tabled_derive v0.7.0
4932026-06-04T07:59:53.182Z Downloaded sync_wrapper v1.0.2
4942026-06-04T07:59:53.182Z Downloaded strum v0.27.2
4952026-06-04T07:59:53.185Z Downloaded serde_path_to_error v0.1.20
4962026-06-04T07:59:53.185Z Downloaded serde_derive_internals v0.29.1
4972026-06-04T07:59:53.188Z Downloaded postcard v1.1.3
4982026-06-04T07:59:53.188Z Downloaded miniz_oxide v0.8.9
4992026-06-04T07:59:53.191Z Downloaded pin-project v1.1.10
5002026-06-04T07:59:53.195Z Downloaded swrite v0.1.0
5012026-06-04T07:59:53.199Z Downloaded sha2 v0.10.9
5022026-06-04T07:59:53.202Z Downloaded take_mut v0.2.2
5032026-06-04T07:59:53.202Z Downloaded tagptr v0.2.0
5042026-06-04T07:59:53.202Z Downloaded shlex v2.0.1
5052026-06-04T07:59:53.202Z Downloaded cc v1.2.63
5062026-06-04T07:59:53.205Z Downloaded tabwriter v1.4.1
5072026-06-04T07:59:53.205Z Downloaded tabled_derive v0.11.0
5082026-06-04T07:59:53.208Z Downloaded serde_tokenstream v0.2.3
5092026-06-04T07:59:53.208Z Downloaded pest_meta v2.8.2
5102026-06-04T07:59:53.211Z Downloaded proc-macro2 v1.0.106
5112026-06-04T07:59:53.211Z Downloaded hickory-resolver v0.24.4
5122026-06-04T07:59:53.213Z Downloaded testing_table v0.3.0
5132026-06-04T07:59:53.216Z Downloaded shlex v1.3.0
5142026-06-04T07:59:53.216Z Downloaded slog-async v2.8.0
5152026-06-04T07:59:53.219Z Downloaded signal-hook-registry v1.4.6
5162026-06-04T07:59:53.219Z Downloaded thiserror-impl-no-std v2.0.2
5172026-06-04T07:59:53.219Z Downloaded thread-id v4.2.2
5182026-06-04T07:59:53.222Z Downloaded terminal_size v0.4.3
5192026-06-04T07:59:53.222Z Downloaded termtree v0.5.1
5202026-06-04T07:59:53.227Z Downloaded thread-id v5.0.0
5212026-06-04T07:59:53.227Z Downloaded snafu-derive v0.8.9
5222026-06-04T07:59:53.227Z Downloaded slog-json v2.6.1
5232026-06-04T07:59:53.229Z Downloaded slab v0.4.11
5242026-06-04T07:59:53.229Z Downloaded progenitor-impl v0.11.1
5252026-06-04T07:59:53.229Z Downloaded progenitor-impl v0.10.0
5262026-06-04T07:59:53.232Z Downloaded async-compression v0.4.33
5272026-06-04T07:59:53.234Z Downloaded time-core v0.1.8
5282026-06-04T07:59:53.235Z Downloaded smf v0.2.3
5292026-06-04T07:59:53.237Z Downloaded slog-term v2.9.2
5302026-06-04T07:59:53.240Z Downloaded slog-dtrace v0.3.0
5312026-06-04T07:59:53.240Z Downloaded hashbrown v0.12.3
5322026-06-04T07:59:53.243Z Downloaded tokio-macros v2.7.0
5332026-06-04T07:59:53.243Z Downloaded strsim v0.11.1
5342026-06-04T07:59:53.246Z Downloaded tinyvec_macros v0.1.1
5352026-06-04T07:59:53.246Z Downloaded openssl-sys v0.9.116
5362026-06-04T07:59:53.249Z Downloaded structmeta-derive v0.3.0
5372026-06-04T07:59:53.249Z Downloaded structmeta v0.3.0
5382026-06-04T07:59:53.252Z Downloaded synstructure v0.13.2
5392026-06-04T07:59:53.252Z Downloaded serde_with_macros v3.14.1
5402026-06-04T07:59:53.252Z Downloaded semver v1.0.28
5412026-06-04T07:59:53.255Z Downloaded log v0.4.29
5422026-06-04T07:59:53.255Z Downloaded papergrid v0.11.0
5432026-06-04T07:59:53.258Z Downloaded minimal-lexical v0.2.1
5442026-06-04T07:59:53.260Z Downloaded serde-big-array v0.5.1
5452026-06-04T07:59:53.265Z Downloaded getrandom v0.4.2
5462026-06-04T07:59:53.267Z Downloaded search_path v0.1.4
5472026-06-04T07:59:53.267Z Downloaded strum_macros v0.27.2
5482026-06-04T07:59:53.267Z Downloaded strum_macros v0.26.4
5492026-06-04T07:59:53.270Z Downloaded toml_datetime v0.6.11
5502026-06-04T07:59:53.270Z Downloaded toml_write v0.1.2
5512026-06-04T07:59:53.273Z Downloaded topological-sort v0.2.2
5522026-06-04T07:59:53.273Z Downloaded scroll_derive v0.12.1
5532026-06-04T07:59:53.273Z Downloaded icu_collections v2.0.0
5542026-06-04T07:59:53.279Z Downloaded rand_core v0.6.4
5552026-06-04T07:59:53.281Z Downloaded rand_chacha v0.9.0
5562026-06-04T07:59:53.281Z Downloaded quote v1.0.45
5572026-06-04T07:59:53.281Z Downloaded smallvec v1.15.1
5582026-06-04T07:59:53.284Z Downloaded thiserror v1.0.69
5592026-06-04T07:59:53.312Z Downloaded try-lock v0.2.5
5602026-06-04T07:59:53.312Z Downloaded tower-service v0.3.3
5612026-06-04T07:59:53.312Z Downloaded tower-layer v0.3.3
5622026-06-04T07:59:53.323Z Downloaded thiserror-impl v1.0.69
5632026-06-04T07:59:53.323Z Downloaded thiserror-no-std v2.0.2
5642026-06-04T07:59:53.323Z Downloaded typify-macro v0.6.1
5652026-06-04T07:59:53.323Z Downloaded expectorate v1.2.0
5662026-06-04T07:59:53.323Z Downloaded prettyplease v0.2.37
5672026-06-04T07:59:53.323Z Downloaded ryu v1.0.20
5682026-06-04T07:59:53.323Z Downloaded aho-corasick v1.1.3
5692026-06-04T07:59:53.323Z Downloaded time-macros v0.2.27
5702026-06-04T07:59:53.323Z Downloaded schemars v0.8.22
5712026-06-04T07:59:53.323Z Downloaded unicode-linebreak v0.1.5
5722026-06-04T07:59:53.323Z Downloaded unarray v0.1.4
5732026-06-04T07:59:53.323Z Downloaded typify-macro v0.4.3
5742026-06-04T07:59:53.323Z Downloaded unicode-xid v0.2.6
5752026-06-04T07:59:53.324Z Downloaded tokio-dtrace v0.1.1
5762026-06-04T07:59:53.324Z Downloaded rayon-core v1.13.0
5772026-06-04T07:59:53.324Z Downloaded usdt-macro v0.5.0
5782026-06-04T07:59:53.324Z Downloaded usdt v0.5.0
5792026-06-04T07:59:53.327Z Downloaded universal-hash v0.5.1
5802026-06-04T07:59:53.327Z Downloaded tokio-rustls v0.25.0
5812026-06-04T07:59:53.327Z Downloaded utf8_iter v1.0.4
5822026-06-04T07:59:53.327Z Downloaded tokio-native-tls v0.3.1
5832026-06-04T07:59:53.327Z Downloaded tinystr v0.8.1
5842026-06-04T07:59:53.327Z Downloaded thread_local v1.1.9
5852026-06-04T07:59:53.327Z Downloaded untrusted v0.7.1
5862026-06-04T07:59:53.327Z Downloaded static_assertions v1.1.0
5872026-06-04T07:59:53.327Z Downloaded spin v0.9.8
5882026-06-04T07:59:53.327Z Downloaded usdt-attr-macro v0.6.0
5892026-06-04T07:59:53.327Z Downloaded usdt-attr-macro v0.5.0
5902026-06-04T07:59:53.330Z Downloaded usdt v0.6.0
5912026-06-04T07:59:53.330Z Downloaded untrusted v0.9.0
5922026-06-04T07:59:53.330Z Downloaded memchr v2.7.5
5932026-06-04T07:59:53.333Z Downloaded serde_derive v1.0.228
5942026-06-04T07:59:53.335Z Downloaded version_check v0.9.5
5952026-06-04T07:59:53.335Z Downloaded serde_core v1.0.228
5962026-06-04T07:59:53.338Z Downloaded jiff-static v0.2.15
5972026-06-04T07:59:53.338Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5982026-06-04T07:59:53.341Z Downloaded serde_yaml v0.9.34+deprecated
5992026-06-04T07:59:53.343Z Downloaded signal-hook v0.3.18
6002026-06-04T07:59:53.343Z Downloaded utf8parse v0.2.2
6012026-06-04T07:59:53.343Z Downloaded usdt-macro v0.6.0
6022026-06-04T07:59:53.348Z Downloaded thiserror-impl v2.0.18
6032026-06-04T07:59:53.348Z Downloaded progenitor-impl v0.13.0
6042026-06-04T07:59:53.348Z Downloaded waitgroup v0.1.2
6052026-06-04T07:59:53.348Z Downloaded wait-timeout v0.2.1
6062026-06-04T07:59:53.348Z Downloaded want v0.3.1
6072026-06-04T07:59:53.353Z Downloaded proc-macro-error v1.0.4
6082026-06-04T07:59:53.353Z Downloaded once_cell v1.21.3
6092026-06-04T07:59:53.356Z Downloaded indexmap v1.9.3
6102026-06-04T07:59:53.356Z Downloaded progenitor v0.13.0
6112026-06-04T07:59:53.356Z Downloaded omicron-zone-package v0.12.2
6122026-06-04T07:59:53.359Z Downloaded pin-project-lite v0.2.16
6132026-06-04T07:59:53.362Z Downloaded thiserror v2.0.18
6142026-06-04T07:59:53.365Z Downloaded term v1.2.0
6152026-06-04T07:59:53.367Z Downloaded tempfile v3.27.0
6162026-06-04T07:59:53.367Z Downloaded yoke-derive v0.8.0
6172026-06-04T07:59:53.367Z Downloaded xattr v1.6.1
6182026-06-04T07:59:53.370Z Downloaded indexmap v2.14.0
6192026-06-04T07:59:53.373Z Downloaded http v1.4.1
6202026-06-04T07:59:53.375Z Downloaded phf v0.12.1
6212026-06-04T07:59:53.375Z Downloaded heapless v0.8.0
6222026-06-04T07:59:53.378Z Downloaded slog v2.8.2
6232026-06-04T07:59:53.381Z Downloaded paste v1.0.15
6242026-06-04T07:59:53.381Z Downloaded zeroize_derive v1.4.3
6252026-06-04T07:59:53.382Z Downloaded zerofrom-derive v0.1.6
6262026-06-04T07:59:53.385Z Downloaded oxnet v0.1.4
6272026-06-04T07:59:53.385Z Downloaded litemap v0.8.0
6282026-06-04T07:59:53.385Z Downloaded getrandom v0.2.16
6292026-06-04T07:59:53.388Z Downloaded zone v0.3.1
6302026-06-04T07:59:53.388Z Downloaded rand v0.8.5
6312026-06-04T07:59:53.392Z Downloaded tokio-stream v0.1.17
6322026-06-04T07:59:53.392Z Downloaded async-trait v0.1.89
6332026-06-04T07:59:53.395Z Downloaded tokio-rustls v0.26.4
6342026-06-04T07:59:53.395Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6352026-06-04T07:59:53.395Z Downloaded num_enum_derive v0.7.5
6362026-06-04T07:59:53.398Z Downloaded zone_cfg_derive v0.3.1
6372026-06-04T07:59:53.398Z Downloaded num_enum v0.5.11
6382026-06-04T07:59:53.400Z Downloaded num-rational v0.4.2
6392026-06-04T07:59:53.401Z Downloaded num-integer v0.1.46
6402026-06-04T07:59:53.403Z Downloaded ipnet v2.11.0
6412026-06-04T07:59:53.403Z Downloaded mio v1.2.1
6422026-06-04T07:59:53.406Z Downloaded toml_writer v1.1.1+spec-1.1.0
6432026-06-04T07:59:53.406Z Downloaded usdt-impl v0.6.0
6442026-06-04T07:59:53.408Z Downloaded toml_parser v1.1.2+spec-1.1.0
6452026-06-04T07:59:53.409Z Downloaded toml v0.8.23
6462026-06-04T07:59:53.411Z Downloaded hyper-util v0.1.20
6472026-06-04T07:59:53.417Z Downloaded walkdir v2.5.0
6482026-06-04T07:59:53.419Z Downloaded rustls-pki-types v1.12.0
6492026-06-04T07:59:53.419Z Downloaded textwrap v0.16.2
6502026-06-04T07:59:53.419Z Downloaded rustls-webpki v0.103.6
6512026-06-04T07:59:53.422Z Downloaded tracing-attributes v0.1.30
6522026-06-04T07:59:53.422Z Downloaded test-strategy v0.4.3
6532026-06-04T07:59:53.425Z Downloaded quinn v0.11.9
6542026-06-04T07:59:53.427Z Downloaded hashbrown v0.16.1
6552026-06-04T07:59:53.430Z Downloaded writeable v0.6.1
6562026-06-04T07:59:53.430Z Downloaded tinyvec v1.10.0
6572026-06-04T07:59:53.433Z Downloaded similar v2.7.0
6582026-06-04T07:59:53.437Z Downloaded ucd-trie v0.1.7
6592026-06-04T07:59:53.439Z Downloaded socket2 v0.6.4
6602026-06-04T07:59:53.439Z Downloaded yoke v0.8.0
6612026-06-04T07:59:53.440Z Downloaded rand v0.9.3
6622026-06-04T07:59:53.442Z Downloaded toml v0.9.12+spec-1.1.0
6632026-06-04T07:59:53.445Z Downloaded qorb v0.4.1
6642026-06-04T07:59:53.445Z Downloaded zerovec-derive v0.11.1
6652026-06-04T07:59:53.449Z Downloaded zerofrom v0.1.6
6662026-06-04T07:59:53.449Z Downloaded schemars v0.9.0
6672026-06-04T07:59:53.453Z Downloaded zeroize v1.8.1
6682026-06-04T07:59:53.456Z Downloaded usdt-impl v0.5.0
6692026-06-04T07:59:53.456Z Downloaded toml v0.7.8
6702026-06-04T07:59:53.456Z Downloaded serde v1.0.228
6712026-06-04T07:59:53.459Z Downloaded hashbrown v0.15.5
6722026-06-04T07:59:53.462Z Downloaded whoami v1.6.1
6732026-06-04T07:59:53.464Z Downloaded vsss-rs v3.3.4
6742026-06-04T07:59:53.464Z Downloaded vergen v8.3.2
6752026-06-04T07:59:53.467Z Downloaded nom v7.1.3
6762026-06-04T07:59:53.470Z Downloaded idna v1.1.0
6772026-06-04T07:59:53.473Z Downloaded tar v0.4.45
6782026-06-04T07:59:53.473Z Downloaded tracing-core v0.1.34
6792026-06-04T07:59:53.476Z Downloaded iddqd v0.3.18
6802026-06-04T07:59:53.478Z Downloaded typify v0.4.3
6812026-06-04T07:59:53.482Z Downloaded snafu v0.8.9
6822026-06-04T07:59:53.485Z Downloaded typify v0.6.1
6832026-06-04T07:59:53.485Z Downloaded steno v0.4.1
6842026-06-04T07:59:53.488Z Downloaded schemars v1.2.0
6852026-06-04T07:59:53.494Z Downloaded zmij v1.0.17
6862026-06-04T07:59:53.497Z Downloaded zerocopy-derive v0.7.35
6872026-06-04T07:59:53.499Z Downloaded unsafe-libyaml v0.2.11
6882026-06-04T07:59:53.502Z Downloaded unicode-ident v1.0.24
6892026-06-04T07:59:53.502Z Downloaded pest v2.8.2
6902026-06-04T07:59:53.505Z Downloaded toml v1.1.2+spec-1.1.0
6912026-06-04T07:59:53.511Z Downloaded num-derive v0.4.2
6922026-06-04T07:59:53.511Z Downloaded toml_edit v0.22.27
6932026-06-04T07:59:53.513Z Downloaded icu_properties_data v2.0.1
6942026-06-04T07:59:53.516Z Downloaded itertools v0.12.1
6952026-06-04T07:59:53.519Z Downloaded itertools v0.14.0
6962026-06-04T07:59:53.523Z Downloaded iri-string v0.7.8
6972026-06-04T07:59:53.526Z Downloaded h2 v0.4.14
6982026-06-04T07:59:53.528Z Downloaded libm v0.2.15
6992026-06-04T07:59:53.534Z Downloaded hashbrown v0.17.1
7002026-06-04T07:59:53.537Z Downloaded futures-util v0.3.32
7012026-06-04T07:59:53.544Z Downloaded uuid v1.23.2
7022026-06-04T07:59:53.546Z Downloaded toml_edit v0.19.15
7032026-06-04T07:59:53.554Z Downloaded hyper v1.10.1
7042026-06-04T07:59:53.558Z Downloaded git2 v0.19.0
7052026-06-04T07:59:53.562Z Downloaded url v2.5.7
7062026-06-04T07:59:53.566Z Downloaded tracing v0.1.41
7072026-06-04T07:59:53.569Z Downloaded clap_builder v4.6.0
7082026-06-04T07:59:53.572Z Downloaded multer v3.1.0
7092026-06-04T07:59:53.572Z Downloaded idna_adapter v1.2.1
7102026-06-04T07:59:53.572Z Downloaded iana-time-zone v0.1.64
7112026-06-04T07:59:53.575Z Downloaded find-msvc-tools v0.1.9
7122026-06-04T07:59:53.575Z Downloaded cancel-safe-futures v0.1.5
7132026-06-04T07:59:53.578Z Downloaded goblin v0.8.2
7142026-06-04T07:59:53.582Z Downloaded bitflags v2.11.1
7152026-06-04T07:59:53.584Z Downloaded bit-vec v0.8.0
7162026-06-04T07:59:53.584Z Downloaded backoff v0.4.0
7172026-06-04T07:59:53.585Z Downloaded lru-slab v0.1.2
7182026-06-04T07:59:53.585Z Downloaded lru-cache v0.1.2
7192026-06-04T07:59:53.585Z Downloaded enum-as-inner v0.6.1
7202026-06-04T07:59:53.588Z Downloaded is_ci v1.2.0
7212026-06-04T07:59:53.588Z Downloaded instant v0.1.13
7222026-06-04T07:59:53.588Z Downloaded is-terminal v0.4.16
7232026-06-04T07:59:53.588Z Downloaded internet-checksum v0.2.1
7242026-06-04T07:59:53.590Z Downloaded drift v0.2.0
7252026-06-04T07:59:53.593Z Downloaded zerotrie v0.2.2
7262026-06-04T07:59:53.597Z Downloaded hkdf v0.12.4
7272026-06-04T07:59:53.600Z Downloaded ff v0.13.1
7282026-06-04T07:59:53.600Z Downloaded reqwest v0.13.2
7292026-06-04T07:59:53.603Z Downloaded blake3 v1.8.2
7302026-06-04T07:59:53.606Z Downloaded reqwest v0.12.23
7312026-06-04T07:59:53.609Z Downloaded dropshot_endpoint v0.17.1
7322026-06-04T07:59:53.611Z Downloaded zerocopy-derive v0.8.27
7332026-06-04T07:59:53.615Z Downloaded cpufeatures v0.2.17
7342026-06-04T07:59:53.615Z Downloaded tower v0.5.2
7352026-06-04T07:59:53.620Z Downloaded regex v1.12.3
7362026-06-04T07:59:53.624Z Downloaded cargo_metadata v0.18.1
7372026-06-04T07:59:53.624Z Downloaded bytecount v0.6.9
7382026-06-04T07:59:53.627Z Downloaded anstyle v1.0.14
7392026-06-04T07:59:53.627Z Downloaded globset v0.4.16
7402026-06-04T07:59:53.627Z Downloaded foldhash v0.2.0
7412026-06-04T07:59:53.627Z Downloaded const_format_proc_macros v0.2.34
7422026-06-04T07:59:53.629Z Downloaded serde_json v1.0.150
7432026-06-04T07:59:53.632Z Downloaded float-ord v0.3.2
7442026-06-04T07:59:53.634Z Downloaded fnv v1.0.7
7452026-06-04T07:59:53.635Z Downloaded debug-ignore v1.0.5
7462026-06-04T07:59:53.635Z Downloaded darling_macro v0.21.3
7472026-06-04T07:59:53.635Z Downloaded cpufeatures v0.3.0
7482026-06-04T07:59:53.638Z Downloaded cstr-argument v0.1.2
7492026-06-04T07:59:53.638Z Downloaded foreign-types-shared v0.1.1
7502026-06-04T07:59:53.638Z Downloaded ciborium-io v0.2.2
7512026-06-04T07:59:53.638Z Downloaded bit-set v0.8.0
7522026-06-04T07:59:53.638Z Downloaded crc8 v0.1.1
7532026-06-04T07:59:53.640Z Downloaded embedded-io v0.6.1
7542026-06-04T07:59:53.640Z Downloaded compression-codecs v0.4.32
7552026-06-04T07:59:53.640Z Downloaded unicode-normalization v0.1.24
7562026-06-04T07:59:53.643Z Downloaded typenum v1.20.1
7572026-06-04T07:59:53.646Z Downloaded unicode-segmentation v1.12.0
7582026-06-04T07:59:53.646Z Downloaded tokio-util v0.7.16
7592026-06-04T07:59:53.649Z Downloaded rayon v1.11.0
7602026-06-04T07:59:53.655Z Downloaded aws-lc-rs v1.16.2
7612026-06-04T07:59:53.659Z Downloaded typed-path v0.9.3
7622026-06-04T07:59:53.666Z Downloaded crypto-common v0.1.6
7632026-06-04T07:59:53.669Z Downloaded either v1.15.0
7642026-06-04T07:59:53.669Z Downloaded dtrace-parser v0.2.0
7652026-06-04T07:59:53.669Z Downloaded compression-core v0.4.32
7662026-06-04T07:59:53.669Z Downloaded crypto-common v0.2.2
7672026-06-04T07:59:53.669Z Downloaded tough v0.20.0
7682026-06-04T07:59:53.672Z Downloaded portable-atomic v1.11.1
7692026-06-04T07:59:53.674Z Downloaded clap_lex v1.1.0
7702026-06-04T07:59:53.674Z Downloaded derive_more v0.99.20
7712026-06-04T07:59:53.677Z Downloaded serde_with v3.14.1
7722026-06-04T07:59:53.684Z Downloaded defmt-macros v1.0.1
7732026-06-04T07:59:53.687Z Downloaded chrono v0.4.44
7742026-06-04T07:59:53.689Z Downloaded tower-http v0.6.8
7752026-06-04T07:59:53.694Z Downloaded goblin v0.10.1
7762026-06-04T07:59:53.699Z Downloaded proptest v1.8.0
7772026-06-04T07:59:53.702Z Downloaded zerovec v0.11.4
7782026-06-04T07:59:53.705Z Downloaded rustls-webpki v0.102.8
7792026-06-04T07:59:53.716Z Downloaded bindgen v0.72.1
7802026-06-04T07:59:53.720Z Downloaded dyn-clone v1.0.20
7812026-06-04T07:59:53.723Z Downloaded chacha20poly1305 v0.10.1
7822026-06-04T07:59:53.723Z Downloaded constant_time_eq v0.3.1
7832026-06-04T07:59:53.723Z Downloaded colorchoice v1.0.4
7842026-06-04T07:59:53.725Z Downloaded displaydoc v0.2.5
7852026-06-04T07:59:53.725Z Downloaded defmt-parser v1.0.0
7862026-06-04T07:59:53.725Z Downloaded async-stream v0.3.6
7872026-06-04T07:59:53.728Z Downloaded dtrace-parser v0.3.0
7882026-06-04T07:59:53.728Z Downloaded critical-section v1.2.0
7892026-06-04T07:59:53.728Z Downloaded fastrand v2.3.0
7902026-06-04T07:59:53.731Z Downloaded ciborium-ll v0.2.2
7912026-06-04T07:59:53.731Z Downloaded winnow v0.5.40
7922026-06-04T07:59:53.734Z Downloaded crucible-workspace-hack v0.1.0
7932026-06-04T07:59:53.737Z Downloaded cobs v0.3.0
7942026-06-04T07:59:53.737Z Downloaded arrayref v0.3.9
7952026-06-04T07:59:53.737Z Downloaded crypto-bigint v0.5.5
7962026-06-04T07:59:53.740Z Downloaded ciborium v0.2.2
7972026-06-04T07:59:53.742Z Downloaded autocfg v1.5.0
7982026-06-04T07:59:53.742Z Downloaded derive-ex v0.1.8
7992026-06-04T07:59:53.745Z Downloaded cfg_aliases v0.2.1
8002026-06-04T07:59:53.745Z Downloaded base16ct v0.2.0
8012026-06-04T07:59:53.745Z Downloaded anstyle-query v1.1.4
8022026-06-04T07:59:53.745Z Downloaded camino v1.2.2
8032026-06-04T07:59:53.748Z Downloaded zerocopy v0.7.35
8042026-06-04T07:59:53.755Z Downloaded winnow v0.7.14
8052026-06-04T07:59:53.760Z Downloaded moka v0.12.11
8062026-06-04T07:59:53.766Z Downloaded tabled v0.15.0
8072026-06-04T07:59:53.774Z Downloaded time v0.3.47
8082026-06-04T07:59:53.782Z Downloaded tabled v0.20.0
8092026-06-04T07:59:53.790Z Downloaded syn v1.0.109
8102026-06-04T07:59:53.796Z Downloaded winnow v1.0.3
8112026-06-04T07:59:53.802Z Downloaded dropshot v0.16.7
8122026-06-04T07:59:53.813Z Downloaded curve25519-dalek v4.1.3
8132026-06-04T07:59:53.818Z Downloaded dropshot v0.17.1
8142026-06-04T07:59:53.831Z Downloaded quinn-proto v0.11.14
8152026-06-04T07:59:53.834Z Downloaded hickory-proto v0.24.4
8162026-06-04T07:59:53.843Z Downloaded vcpkg v0.2.15
8172026-06-04T07:59:53.864Z Downloaded smoltcp v0.11.0
8182026-06-04T07:59:53.871Z Downloaded regex-syntax v0.8.6
8192026-06-04T07:59:53.875Z Downloaded hickory-proto v0.25.2
8202026-06-04T07:59:53.884Z Downloaded rustls v0.23.40
8212026-06-04T07:59:53.890Z Downloaded zerocopy v0.8.27
8222026-06-04T07:59:53.902Z Downloaded webpki-roots v1.0.2
8232026-06-04T07:59:53.905Z Downloaded regress v0.10.5
8242026-06-04T07:59:53.909Z Downloaded unicode-width v0.2.1
8252026-06-04T07:59:53.913Z Downloaded openapiv3 v2.2.0
8262026-06-04T07:59:53.920Z Downloaded unicode-width v0.1.14
8272026-06-04T07:59:53.924Z Downloaded syn v2.0.117
8282026-06-04T07:59:53.931Z Downloaded rustls v0.22.4
8292026-06-04T07:59:53.938Z Downloaded rustix v0.38.44
8302026-06-04T07:59:53.950Z Downloaded bstr v1.12.0
8312026-06-04T07:59:53.955Z Downloaded typify-impl v0.4.3
8322026-06-04T07:59:53.964Z Downloaded openssl v0.10.80
8332026-06-04T07:59:53.970Z Downloaded nix v0.30.1
8342026-06-04T07:59:53.988Z Downloaded rustix v1.1.4
8352026-06-04T07:59:54.014Z Downloaded petgraph v0.6.5
8362026-06-04T07:59:54.025Z Downloaded typify-impl v0.6.1
8372026-06-04T07:59:54.033Z Downloaded jiff v0.2.15
8382026-06-04T07:59:54.042Z Downloaded petgraph v0.8.2
8392026-06-04T07:59:54.069Z Downloaded libz-sys v1.1.22
8402026-06-04T07:59:54.100Z Downloaded regex-automata v0.4.13
8412026-06-04T07:59:54.132Z Downloaded encoding_rs v0.8.35
8422026-06-04T07:59:54.143Z Downloaded chrono-tz v0.10.4
8432026-06-04T07:59:54.168Z Downloaded libgit2-sys v0.17.0+1.8.1
8442026-06-04T07:59:54.198Z Downloaded libc v0.2.186
8452026-06-04T07:59:54.231Z Downloaded csv v1.4.0
8462026-06-04T07:59:54.243Z Downloaded sha3 v0.10.8
8472026-06-04T07:59:54.259Z Downloaded tokio v1.52.3
8482026-06-04T07:59:54.361Z Downloaded ring v0.17.14
8492026-06-04T07:59:54.413Z Downloaded curl-sys v0.4.83+curl-8.15.0
8502026-06-04T07:59:54.892Z Downloaded aws-lc-sys v0.39.1
8512026-06-04T07:59:55.239Z Compiling proc-macro2 v1.0.106
8522026-06-04T07:59:55.239Z Compiling quote v1.0.45
8532026-06-04T07:59:55.239Z Compiling unicode-ident v1.0.24
8542026-06-04T07:59:55.243Z Compiling serde_core v1.0.228
8552026-06-04T07:59:55.243Z Compiling serde v1.0.228
8562026-06-04T07:59:55.243Z Compiling libc v0.2.186
8572026-06-04T07:59:55.243Z Checking cfg-if v1.0.4
8582026-06-04T07:59:55.529Z Compiling zmij v1.0.17
8592026-06-04T07:59:55.592Z Compiling autocfg v1.5.0
8602026-06-04T07:59:55.872Z Compiling memchr v2.7.5
8612026-06-04T07:59:55.899Z Compiling libm v0.2.15
8622026-06-04T07:59:56.235Z Compiling getrandom v0.4.2
8632026-06-04T07:59:56.361Z Checking smallvec v1.15.1
8642026-06-04T07:59:56.376Z Compiling version_check v0.9.5
8652026-06-04T07:59:56.443Z Checking itoa v1.0.15
8662026-06-04T07:59:56.463Z Compiling thiserror v2.0.18
8672026-06-04T07:59:56.566Z Compiling jobserver v0.1.34
8682026-06-04T07:59:56.579Z Compiling shlex v2.0.1
8692026-06-04T07:59:56.656Z Compiling find-msvc-tools v0.1.9
8702026-06-04T07:59:56.709Z Compiling syn v2.0.117
8712026-06-04T07:59:56.755Z Compiling icu_properties_data v2.0.1
8722026-06-04T07:59:56.771Z Compiling icu_normalizer_data v2.0.0
8732026-06-04T07:59:56.893Z Compiling cc v1.2.63
8742026-06-04T07:59:57.005Z Compiling parking_lot_core v0.9.12
8752026-06-04T07:59:57.019Z Checking stable_deref_trait v1.2.0
8762026-06-04T07:59:57.033Z Compiling serde_json v1.0.150
8772026-06-04T07:59:57.300Z Compiling heck v0.5.0
8782026-06-04T07:59:57.315Z Checking litemap v0.8.0
8792026-06-04T07:59:57.352Z Checking writeable v0.6.1
8802026-06-04T07:59:57.508Z Compiling num-traits v0.2.19
8812026-06-04T07:59:57.511Z Checking percent-encoding v2.3.2
8822026-06-04T07:59:57.666Z Checking form_urlencoded v1.2.2
8832026-06-04T07:59:57.811Z Checking utf8_iter v1.0.4
8842026-06-04T07:59:57.917Z Compiling zerocopy v0.8.27
8852026-06-04T07:59:57.932Z Checking pin-project-lite v0.2.16
8862026-06-04T07:59:57.947Z Checking iana-time-zone v0.1.64
8872026-06-04T07:59:58.028Z Compiling rustversion v1.0.22
8882026-06-04T07:59:58.056Z Compiling log v0.4.29
8892026-06-04T07:59:58.071Z Compiling semver v1.0.28
8902026-06-04T07:59:58.211Z Checking socket2 v0.6.4
8912026-06-04T07:59:58.244Z Compiling equivalent v1.0.2
8922026-06-04T07:59:58.332Z Checking uuid v1.23.2
8932026-06-04T07:59:58.362Z Checking scopeguard v1.2.0
8942026-06-04T07:59:58.468Z Checking lock_api v0.4.14
8952026-06-04T07:59:58.605Z Checking signal-hook-registry v1.4.6
8962026-06-04T07:59:58.630Z Checking mio v1.2.1
8972026-06-04T07:59:58.644Z Checking getrandom v0.2.16
8982026-06-04T07:59:58.672Z Checking parking_lot v0.12.5
8992026-06-04T07:59:58.688Z Compiling schemars v0.8.22
9002026-06-04T07:59:58.762Z Checking dyn-clone v1.0.20
9012026-06-04T07:59:58.777Z Checking bitflags v2.11.1
9022026-06-04T07:59:58.877Z Compiling portable-atomic v1.11.1
9032026-06-04T07:59:58.960Z Checking futures-core v0.3.32
9042026-06-04T07:59:59.015Z Checking critical-section v1.2.0
9052026-06-04T07:59:59.030Z Compiling ring v0.17.14
9062026-06-04T07:59:59.082Z Compiling hashbrown v0.17.1
9072026-06-04T07:59:59.202Z Compiling thiserror v1.0.69
9082026-06-04T07:59:59.207Z Compiling httparse v1.10.1
9092026-06-04T07:59:59.284Z Checking futures-sink v0.3.32
9102026-06-04T07:59:59.533Z Compiling synstructure v0.13.2
9112026-06-04T07:59:59.555Z Compiling serde_derive_internals v0.29.1
9122026-06-04T07:59:59.688Z Compiling indexmap v2.14.0
9132026-06-04T07:59:59.770Z Checking once_cell v1.21.3
9142026-06-04T07:59:59.854Z Compiling regex-syntax v0.8.6
9152026-06-04T08:00:00.029Z Checking slab v0.4.11
9162026-06-04T08:00:00.233Z Compiling rustix v1.1.4
9172026-06-04T08:00:00.324Z Compiling aho-corasick v1.1.3
9182026-06-04T08:00:00.341Z Checking subtle v2.6.1
9192026-06-04T08:00:00.345Z Compiling ucd-trie v0.1.7
9202026-06-04T08:00:00.491Z Checking futures-channel v0.3.32
9212026-06-04T08:00:00.581Z Compiling anyhow v1.0.102
9222026-06-04T08:00:00.685Z Checking rand_core v0.6.4
9232026-06-04T08:00:00.818Z Checking futures-task v0.3.32
9242026-06-04T08:00:00.839Z Compiling serde_derive v1.0.228
9252026-06-04T08:00:00.855Z Compiling zerofrom-derive v0.1.6
9262026-06-04T08:00:00.858Z Compiling yoke-derive v0.8.0
9272026-06-04T08:00:00.894Z Compiling zerovec-derive v0.11.1
9282026-06-04T08:00:00.954Z Compiling displaydoc v0.2.5
9292026-06-04T08:00:01.692Z Compiling thiserror-impl v2.0.18
9302026-06-04T08:00:01.770Z Compiling schemars_derive v0.8.22
9312026-06-04T08:00:01.876Z Compiling tokio-macros v2.7.0
9322026-06-04T08:00:01.959Z Compiling zerocopy-derive v0.8.27
9332026-06-04T08:00:01.975Z Compiling futures-macro v0.3.32
9342026-06-04T08:00:02.062Z Checking zerofrom v0.1.6
9352026-06-04T08:00:02.183Z Checking yoke v0.8.0
9362026-06-04T08:00:02.363Z Checking zerovec v0.11.4
9372026-06-04T08:00:02.589Z Checking zerotrie v0.2.2
9382026-06-04T08:00:02.770Z Compiling zeroize_derive v1.4.3
9392026-06-04T08:00:02.833Z Compiling thiserror-impl v1.0.69
9402026-06-04T08:00:03.009Z Compiling regex-automata v0.4.13
9412026-06-04T08:00:03.028Z Compiling pest v2.8.2
9422026-06-04T08:00:03.070Z Checking tinystr v0.8.1
9432026-06-04T08:00:03.171Z Checking potential_utf v0.1.3
9442026-06-04T08:00:03.265Z Checking icu_locale_core v2.0.0
9452026-06-04T08:00:03.306Z Checking icu_collections v2.0.0
9462026-06-04T08:00:03.443Z Checking zeroize v1.8.1
9472026-06-04T08:00:03.716Z Checking icu_provider v2.0.0
9482026-06-04T08:00:03.882Z Checking bytes v1.11.1
9492026-06-04T08:00:03.962Z Checking icu_normalizer v2.0.0
9502026-06-04T08:00:03.991Z Checking icu_properties v2.0.1
9512026-06-04T08:00:04.083Z Checking chrono v0.4.44
9522026-06-04T08:00:04.269Z Compiling serde_tokenstream v0.2.3
9532026-06-04T08:00:04.316Z Checking tokio v1.52.3
9542026-06-04T08:00:04.570Z Compiling pest_meta v2.8.2
9552026-06-04T08:00:04.802Z Checking idna_adapter v1.2.1
9562026-06-04T08:00:04.855Z Compiling regex v1.12.3
9572026-06-04T08:00:04.932Z Checking idna v1.1.0
9582026-06-04T08:00:04.948Z Checking futures-io v0.3.32
9592026-06-04T08:00:05.080Z Checking typenum v1.20.1
9602026-06-04T08:00:05.190Z Compiling pest_generator v2.8.2
9612026-06-04T08:00:05.240Z Checking url v2.5.7
9622026-06-04T08:00:05.312Z Checking futures-util v0.3.32
9632026-06-04T08:00:05.674Z Compiling getrandom v0.3.3
9642026-06-04T08:00:05.851Z Compiling tracing-attributes v0.1.30
9652026-06-04T08:00:05.940Z Checking tracing-core v0.1.34
9662026-06-04T08:00:05.968Z Compiling pest_derive v2.8.2
9672026-06-04T08:00:06.036Z Compiling pkg-config v0.3.32
9682026-06-04T08:00:06.248Z Compiling foldhash v0.2.0
9692026-06-04T08:00:06.351Z Checking fnv v1.0.7
9702026-06-04T08:00:06.453Z Compiling allocator-api2 v0.2.21
9712026-06-04T08:00:06.498Z Checking http v1.4.1
9722026-06-04T08:00:06.513Z Compiling generic-array v0.14.7
9732026-06-04T08:00:06.773Z Compiling hashbrown v0.16.1
9742026-06-04T08:00:06.789Z Compiling vcpkg v0.2.15
9752026-06-04T08:00:07.062Z Compiling byteorder v1.5.0
9762026-06-04T08:00:07.077Z Compiling time-core v0.1.8
9772026-06-04T08:00:07.093Z Checking tracing v0.1.41
9782026-06-04T08:00:07.233Z Compiling num-conv v0.2.1
9792026-06-04T08:00:07.359Z Compiling regress v0.10.5
9802026-06-04T08:00:07.362Z Checking errno v0.3.14
9812026-06-04T08:00:07.389Z Compiling time-macros v0.2.27
9822026-06-04T08:00:07.497Z Checking base64 v0.22.1
9832026-06-04T08:00:07.585Z Checking ipnet v2.11.0
9842026-06-04T08:00:07.736Z Checking tokio-util v0.7.16
9852026-06-04T08:00:07.749Z Compiling scroll_derive v0.13.1
9862026-06-04T08:00:07.806Z Compiling camino v1.2.2
9872026-06-04T08:00:07.965Z Checking crypto-common v0.1.6
9882026-06-04T08:00:08.192Z Checking http-body v1.0.1
9892026-06-04T08:00:08.216Z Checking atomic-waker v1.1.2
9902026-06-04T08:00:08.318Z Compiling crossbeam-utils v0.8.21
9912026-06-04T08:00:08.333Z Checking ppv-lite86 v0.2.21
9922026-06-04T08:00:08.570Z Compiling slog v2.8.2
9932026-06-04T08:00:08.638Z Checking try-lock v0.2.5
9942026-06-04T08:00:08.655Z Checking tower-service v0.3.3
9952026-06-04T08:00:08.697Z Compiling paste v1.0.15
9962026-06-04T08:00:08.737Z Checking tower-layer v0.3.3
9972026-06-04T08:00:08.751Z Checking want v0.3.1
9982026-06-04T08:00:08.812Z Checking h2 v0.4.14
9992026-06-04T08:00:08.873Z Checking ipnetwork v0.21.1
10002026-06-04T08:00:08.888Z Checking erased-serde v0.3.31
10012026-06-04T08:00:08.916Z Checking rustls-pki-types v1.12.0
10022026-06-04T08:00:09.032Z Checking pretty-hex v0.4.1
10032026-06-04T08:00:09.085Z Checking ryu v1.0.20
10042026-06-04T08:00:09.099Z Checking httpdate v1.0.3
10052026-06-04T08:00:09.165Z Compiling async-trait v0.1.89
10062026-06-04T08:00:09.221Z Checking untrusted v0.9.0
10072026-06-04T08:00:09.240Z Compiling scroll v0.13.0
10082026-06-04T08:00:09.528Z Checking plain v0.2.3
10092026-06-04T08:00:09.637Z Compiling usdt-impl v0.6.0
10102026-06-04T08:00:09.664Z Checking http-body-util v0.1.3
10112026-06-04T08:00:09.678Z Compiling openssl-sys v0.9.116
10122026-06-04T08:00:09.712Z Compiling goblin v0.10.1
10132026-06-04T08:00:09.914Z Compiling cmake v0.1.54
10142026-06-04T08:00:09.929Z Compiling dunce v1.0.5
10152026-06-04T08:00:10.131Z Compiling strsim v0.11.1
10162026-06-04T08:00:10.190Z Compiling slog-async v2.8.0
10172026-06-04T08:00:10.205Z Compiling fs_extra v1.3.0
10182026-06-04T08:00:10.349Z Checking rand_core v0.9.3
10192026-06-04T08:00:10.365Z Checking serde_urlencoded v0.7.1
10202026-06-04T08:00:10.468Z Checking oxnet v0.1.4
10212026-06-04T08:00:10.472Z Compiling aws-lc-sys v0.39.1
10222026-06-04T08:00:10.526Z Checking block-buffer v0.10.4
10232026-06-04T08:00:10.547Z Compiling dtrace-parser v0.3.0
10242026-06-04T08:00:10.576Z Compiling openapiv3 v2.2.0
10252026-06-04T08:00:10.675Z Compiling thread-id v5.0.0
10262026-06-04T08:00:10.737Z Checking hyper v1.10.1
10272026-06-04T08:00:10.762Z Checking digest v0.10.7
10282026-06-04T08:00:10.972Z Compiling typify-impl v0.4.3
10292026-06-04T08:00:11.396Z Compiling ident_case v1.0.1
10302026-06-04T08:00:11.479Z Compiling omicron-workspace-hack v0.1.0
10312026-06-04T08:00:11.517Z Compiling darling_core v0.21.3
10322026-06-04T08:00:11.670Z Checking hyper-util v0.1.20
10332026-06-04T08:00:11.704Z Checking rand_chacha v0.9.0
10342026-06-04T08:00:11.891Z Compiling daft-derive v0.1.5
10352026-06-04T08:00:12.024Z Checking powerfmt v0.2.0
10362026-06-04T08:00:12.137Z Compiling aws-lc-rs v1.16.2
10372026-06-04T08:00:12.176Z Checking deranged v0.5.3
10382026-06-04T08:00:12.443Z Compiling dof v0.4.0
10392026-06-04T08:00:12.606Z Checking rand v0.9.3
10402026-06-04T08:00:12.726Z Compiling syn v1.0.109
10412026-06-04T08:00:13.057Z Checking num_threads v0.1.7
10422026-06-04T08:00:13.146Z Compiling unsafe-libyaml v0.2.11
10432026-06-04T08:00:13.340Z Checking time v0.3.47
10442026-06-04T08:00:13.427Z Checking sync_wrapper v1.0.2
10452026-06-04T08:00:13.549Z Compiling usdt-attr-macro v0.6.0
10462026-06-04T08:00:13.579Z Compiling darling_macro v0.21.3
10472026-06-04T08:00:13.809Z Compiling usdt-macro v0.6.0
10482026-06-04T08:00:14.123Z Compiling darling v0.21.3
10492026-06-04T08:00:14.191Z Compiling serde_yaml v0.9.34+deprecated
10502026-06-04T08:00:14.208Z Checking encoding_rs v0.8.35
10512026-06-04T08:00:14.325Z Compiling typify-macro v0.4.3
10522026-06-04T08:00:14.373Z Checking mime v0.3.17
10532026-06-04T08:00:14.439Z Checking cpufeatures v0.2.17
10542026-06-04T08:00:14.559Z Checking untrusted v0.7.1
10552026-06-04T08:00:14.636Z Checking tower v0.5.2
10562026-06-04T08:00:15.014Z Checking crossbeam-channel v0.5.15
10572026-06-04T08:00:15.055Z Checking futures-executor v0.3.32
10582026-06-04T08:00:15.138Z Compiling structmeta-derive v0.3.0
10592026-06-04T08:00:15.194Z Compiling multer v3.1.0
10602026-06-04T08:00:15.239Z Checking iri-string v0.7.8
10612026-06-04T08:00:15.387Z Compiling rustls v0.22.4
10622026-06-04T08:00:15.418Z Compiling rustls v0.23.40
10632026-06-04T08:00:15.538Z Checking futures v0.3.32
10642026-06-04T08:00:15.619Z Compiling async-stream-impl v0.3.6
10652026-06-04T08:00:15.648Z Checking thread_local v1.1.9
10662026-06-04T08:00:15.812Z Checking hex v0.4.3
10672026-06-04T08:00:15.828Z Compiling typify v0.4.3
10682026-06-04T08:00:15.863Z Compiling openssl v0.10.80
10692026-06-04T08:00:15.917Z Checking fastrand v2.3.0
10702026-06-04T08:00:15.972Z Checking foreign-types-shared v0.1.1
10712026-06-04T08:00:16.026Z Checking unicode-width v0.2.1
10722026-06-04T08:00:16.056Z Checking foreign-types v0.3.2
10732026-06-04T08:00:16.092Z Checking tempfile v3.27.0
10742026-06-04T08:00:16.191Z Compiling structmeta v0.3.0
10752026-06-04T08:00:16.272Z Checking tower-http v0.6.8
10762026-06-04T08:00:16.275Z Compiling openssl-macros v0.1.1
10772026-06-04T08:00:16.287Z Compiling strum_macros v0.26.4
10782026-06-04T08:00:16.388Z Checking is-terminal v0.4.16
10792026-06-04T08:00:16.465Z Checking memmap2 v0.9.8
10802026-06-04T08:00:16.478Z Checking match_cfg v0.1.0
10812026-06-04T08:00:16.521Z Checking take_mut v0.2.2
10822026-06-04T08:00:16.618Z Checking openssl-probe v0.1.6
10832026-06-04T08:00:16.631Z Checking term v1.2.0
10842026-06-04T08:00:16.717Z Compiling native-tls v0.2.14
10852026-06-04T08:00:16.844Z Checking slog-term v2.9.2
10862026-06-04T08:00:16.975Z Checking hostname v0.3.1
10872026-06-04T08:00:17.097Z Checking slog-json v2.6.1
10882026-06-04T08:00:17.248Z Compiling newtype-uuid-macros v0.1.0
10892026-06-04T08:00:17.357Z Compiling ref-cast v1.0.25
10902026-06-04T08:00:17.508Z Checking slog-bunyan v2.5.0
10912026-06-04T08:00:17.704Z Compiling ref-cast-impl v1.0.25
10922026-06-04T08:00:17.849Z Compiling dropshot v0.16.7
10932026-06-04T08:00:17.944Z Compiling derive-ex v0.1.8
10942026-06-04T08:00:18.002Z Checking webpki-roots v1.0.2
10952026-06-04T08:00:18.118Z Compiling dropshot_endpoint v0.16.7
10962026-06-04T08:00:18.135Z Compiling strum_macros v0.27.2
10972026-06-04T08:00:18.391Z Checking winnow v0.7.14
10982026-06-04T08:00:18.985Z Checking tokio-native-tls v0.3.1
10992026-06-04T08:00:19.364Z Checking hyper-tls v0.6.0
11002026-06-04T08:00:19.430Z Compiling progenitor-impl v0.11.1
11012026-06-04T08:00:19.478Z Compiling test-strategy v0.4.3
11022026-06-04T08:00:19.529Z Checking newtype-uuid v1.3.2
11032026-06-04T08:00:19.599Z Checking winnow v1.0.3
11042026-06-04T08:00:19.704Z Checking either v1.15.0
11052026-06-04T08:00:19.877Z Checking toml_parser v1.1.2+spec-1.1.0
11062026-06-04T08:00:19.892Z Checking daft v0.1.5
11072026-06-04T08:00:19.907Z Compiling serde_with_macros v3.14.1
11082026-06-04T08:00:19.998Z Checking usdt v0.6.0
11092026-06-04T08:00:20.044Z Checking serde_spanned v1.1.1
11102026-06-04T08:00:20.111Z Checking toml_writer v1.1.1+spec-1.1.0
11112026-06-04T08:00:20.240Z Checking debug-ignore v1.0.5
11122026-06-04T08:00:20.338Z Checking spin v0.9.8
11132026-06-04T08:00:20.355Z Compiling parse-display-derive v0.10.0
11142026-06-04T08:00:20.497Z Checking async-stream v0.3.6
11152026-06-04T08:00:20.666Z Checking rustls-webpki v0.102.8
11162026-06-04T08:00:20.701Z Checking rustls-pemfile v2.2.0
11172026-06-04T08:00:20.844Z Checking waitgroup v0.1.2
11182026-06-04T08:00:20.859Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11192026-06-04T08:00:20.946Z Checking serde_path_to_error v0.1.20
11202026-06-04T08:00:21.025Z Checking hostname v0.4.2
11212026-06-04T08:00:21.212Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11222026-06-04T08:00:21.308Z Checking strum v0.26.3
11232026-06-04T08:00:21.421Z Checking rand_chacha v0.3.1
11242026-06-04T08:00:21.529Z Compiling toml_datetime v0.6.11
11252026-06-04T08:00:21.532Z Compiling progenitor-macro v0.11.1
11262026-06-04T08:00:21.584Z Checking macaddr v1.0.1
11272026-06-04T08:00:21.608Z Checking toml_datetime v0.7.5+spec-1.1.0
11282026-06-04T08:00:21.757Z Checking wait-timeout v0.2.1
11292026-06-04T08:00:21.773Z Checking bit-vec v0.8.0
11302026-06-04T08:00:21.800Z Checking quick-error v1.2.3
11312026-06-04T08:00:21.878Z Checking lazy_static v1.5.0
11322026-06-04T08:00:21.915Z Checking rusty-fork v0.3.0
11332026-06-04T08:00:21.944Z Checking toml v0.9.12+spec-1.1.0
11342026-06-04T08:00:21.959Z Checking bit-set v0.8.0
11352026-06-04T08:00:21.973Z Checking rand v0.8.5
11362026-06-04T08:00:22.074Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11372026-06-04T08:00:22.230Z Checking tabwriter v1.4.1
11382026-06-04T08:00:22.351Z Checking sha1 v0.10.6
11392026-06-04T08:00:22.372Z Checking rand_xorshift v0.4.0
11402026-06-04T08:00:22.463Z Checking tokio-rustls v0.25.0
11412026-06-04T08:00:22.494Z Compiling clap_derive v4.6.1
11422026-06-04T08:00:22.508Z Checking utf8parse v0.2.2
11432026-06-04T08:00:22.576Z Checking colored v3.1.1
11442026-06-04T08:00:22.623Z Checking unarray v0.1.4
11452026-06-04T08:00:22.640Z Checking anstyle-parse v1.0.0
11462026-06-04T08:00:22.724Z Checking proptest v1.8.0
11472026-06-04T08:00:22.766Z Checking strum v0.27.2
11482026-06-04T08:00:22.872Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11492026-06-04T08:00:22.890Z Checking terminal_size v0.4.3
11502026-06-04T08:00:23.292Z Checking is_terminal_polyfill v1.70.1
11512026-06-04T08:00:23.343Z Checking anstyle-query v1.1.4
11522026-06-04T08:00:23.397Z Checking colorchoice v1.0.4
11532026-06-04T08:00:23.417Z Checking anstyle v1.0.14
11542026-06-04T08:00:23.597Z Checking anstream v1.0.0
11552026-06-04T08:00:23.685Z Checking itertools v0.14.0
11562026-06-04T08:00:24.215Z Checking clap_lex v1.1.0
11572026-06-04T08:00:24.327Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11582026-06-04T08:00:24.445Z Checking clap_builder v4.6.0
11592026-06-04T08:00:24.873Z Checking serde_with v3.14.1
11602026-06-04T08:00:25.698Z Checking clap v4.6.1
11612026-06-04T08:00:25.732Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11622026-06-04T08:00:25.772Z Checking instant v0.1.13
11632026-06-04T08:00:25.906Z Checking rustc-hash v2.1.1
11642026-06-04T08:00:26.022Z Checking iddqd v0.3.18
11652026-06-04T08:00:26.052Z Checking backoff v0.4.0
11662026-06-04T08:00:26.220Z Checking parse-display v0.10.0
11672026-06-04T08:00:26.278Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11682026-06-04T08:00:26.364Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11692026-06-04T08:00:27.817Z Compiling num-derive v0.4.2
11702026-06-04T08:00:28.330Z Compiling rustls-webpki v0.103.6
11712026-06-04T08:00:28.723Z Compiling prettyplease v0.2.37
11722026-06-04T08:00:30.787Z Checking serde_spanned v0.6.9
11732026-06-04T08:00:31.038Z Compiling memoffset v0.9.1
11742026-06-04T08:00:31.326Z Compiling cfg_aliases v0.2.1
11752026-06-04T08:00:31.405Z Compiling nix v0.30.1
11762026-06-04T08:00:31.480Z Compiling tokio-rustls v0.26.4
11772026-06-04T08:00:32.214Z Compiling hyper-rustls v0.27.7
11782026-06-04T08:00:32.459Z Compiling reqwest v0.12.23
11792026-06-04T08:00:33.480Z Checking crossbeam-epoch v0.9.18
11802026-06-04T08:00:33.619Z Compiling progenitor-client v0.11.1
11812026-06-04T08:00:33.854Z Compiling winnow v0.5.40
11822026-06-04T08:00:35.143Z Compiling toml_edit v0.19.15
11832026-06-04T08:00:35.217Z Compiling progenitor v0.11.1
11842026-06-04T08:00:36.053Z Compiling num-integer v0.1.46
11852026-06-04T08:00:36.438Z Compiling proc-macro-crate v1.3.1
11862026-06-04T08:00:36.520Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11872026-06-04T08:00:36.607Z Compiling progenitor-client v0.10.0
11882026-06-04T08:00:37.525Z Compiling hubpack_derive v0.1.1
11892026-06-04T08:00:37.938Z Compiling rayon-core v1.13.0
11902026-06-04T08:00:37.941Z Checking toml_write v0.1.2
11912026-06-04T08:00:38.022Z Checking hubpack v0.1.2
11922026-06-04T08:00:38.104Z Checking toml_edit v0.22.27
11932026-06-04T08:00:38.198Z Checking num-iter v0.1.45
11942026-06-04T08:00:38.212Z Checking num-rational v0.4.2
11952026-06-04T08:00:38.577Z Compiling zerocopy-derive v0.7.35
11962026-06-04T08:00:38.606Z Compiling num-complex v0.4.6
11972026-06-04T08:00:38.807Z Checking static_assertions v1.1.0
11982026-06-04T08:00:38.980Z Checking num v0.4.3
11992026-06-04T08:00:39.175Z Checking crossbeam-deque v0.8.6
12002026-06-04T08:00:39.175Z Checking toml v0.8.23
12012026-06-04T08:00:39.357Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12022026-06-04T08:00:39.402Z Checking float-ord v0.3.2
12032026-06-04T08:00:39.504Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12042026-06-04T08:00:39.698Z Compiling proc-macro-error-attr v1.0.4
12052026-06-04T08:00:39.768Z Compiling heck v0.4.1
12062026-06-04T08:00:39.928Z Checking bytecount v0.6.9
12072026-06-04T08:00:39.953Z Compiling heapless v0.8.0
12082026-06-04T08:00:40.015Z Checking libscf-sys v1.2.0
12092026-06-04T08:00:40.029Z Compiling ingot-macros v0.1.1
12102026-06-04T08:00:40.159Z Checking hash32 v0.3.1
12112026-06-04T08:00:40.293Z Compiling proc-macro-error v1.0.4
12122026-06-04T08:00:40.446Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12132026-06-04T08:00:40.530Z Compiling smoltcp v0.11.0
12142026-06-04T08:00:41.134Z Compiling zerocopy v0.7.35
12152026-06-04T08:00:41.220Z Compiling num_enum_derive v0.7.5
12162026-06-04T08:00:41.301Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12172026-06-04T08:00:41.494Z Checking cobs v0.3.0
12182026-06-04T08:00:41.614Z Compiling scroll_derive v0.12.1
12192026-06-04T08:00:41.643Z Compiling foreign-types-macros v0.2.3
12202026-06-04T08:00:41.681Z Compiling usdt-impl v0.5.0
12212026-06-04T08:00:41.863Z Checking managed v0.8.0
12222026-06-04T08:00:41.939Z Checking foreign-types-shared v0.3.1
12232026-06-04T08:00:42.027Z Checking bitflags v1.3.2
12242026-06-04T08:00:42.048Z Compiling crucible-workspace-hack v0.1.0
12252026-06-04T08:00:42.255Z Checking foreign-types v0.5.0
12262026-06-04T08:00:42.258Z Checking num_enum v0.7.5
12272026-06-04T08:00:42.304Z Checking scroll v0.12.0
12282026-06-04T08:00:42.334Z Checking postcard v1.1.3
12292026-06-04T08:00:42.380Z Compiling dof v0.3.0
12302026-06-04T08:00:42.612Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12312026-06-04T08:00:42.679Z Compiling dtrace-parser v0.2.0
12322026-06-04T08:00:42.694Z Checking ingot-types v0.1.2
12332026-06-04T08:00:42.729Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12342026-06-04T08:00:42.743Z Checking camino-tempfile v1.4.1
12352026-06-04T08:00:42.802Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12362026-06-04T08:00:42.899Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12372026-06-04T08:00:43.008Z Checking cstr-argument v0.1.2
12382026-06-04T08:00:43.025Z Checking ingot v0.1.1
12392026-06-04T08:00:43.128Z Compiling thread-id v4.2.2
12402026-06-04T08:00:43.131Z Compiling minimal-lexical v0.2.1
12412026-06-04T08:00:43.207Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12422026-06-04T08:00:43.291Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12432026-06-04T08:00:43.304Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12442026-06-04T08:00:43.318Z Checking goblin v0.8.2
12452026-06-04T08:00:43.404Z Compiling nom v7.1.3
12462026-06-04T08:00:43.462Z Checking rayon v1.11.0
12472026-06-04T08:00:43.743Z Compiling num_enum_derive v0.5.11
12482026-06-04T08:00:44.001Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12492026-06-04T08:00:44.300Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12502026-06-04T08:00:44.499Z Compiling rustc_version v0.4.1
12512026-06-04T08:00:44.668Z Compiling proc-macro-error-attr2 v2.0.0
12522026-06-04T08:00:44.776Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12532026-06-04T08:00:44.850Z Checking tinyvec_macros v0.1.1
12542026-06-04T08:00:44.923Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12552026-06-04T08:00:44.975Z Compiling convert_case v0.4.0
12562026-06-04T08:00:44.993Z Compiling rustix v0.38.44
12572026-06-04T08:00:45.068Z Compiling proc-macro-error2 v2.0.1
12582026-06-04T08:00:45.331Z Compiling derive_more v0.99.20
12592026-06-04T08:00:45.376Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12602026-06-04T08:00:45.482Z Checking tinyvec v1.10.0
12612026-06-04T08:00:45.497Z Checking num_enum v0.5.11
12622026-06-04T08:00:45.604Z Compiling libz-sys v1.1.22
12632026-06-04T08:00:45.620Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12642026-06-04T08:00:45.797Z Compiling crc32fast v1.5.0
12652026-06-04T08:00:45.989Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12662026-06-04T08:00:46.138Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12672026-06-04T08:00:46.168Z Compiling tabled_derive v0.11.0
12682026-06-04T08:00:46.620Z Compiling usdt-macro v0.5.0
12692026-06-04T08:00:46.702Z Compiling usdt-attr-macro v0.5.0
12702026-06-04T08:00:46.858Z Compiling zone_cfg_derive v0.3.1
12712026-06-04T08:00:47.020Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12722026-06-04T08:00:47.255Z Checking papergrid v0.17.0
12732026-06-04T08:00:47.288Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12742026-06-04T08:00:47.422Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12752026-06-04T08:00:47.516Z Checking itertools v0.12.1
12762026-06-04T08:00:47.569Z Checking testing_table v0.3.0
12772026-06-04T08:00:47.595Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12782026-06-04T08:00:47.661Z Checking memmap v0.7.0
12792026-06-04T08:00:47.678Z Checking sigpipe v0.1.3
12802026-06-04T08:00:47.759Z Checking adler2 v2.0.1
12812026-06-04T08:00:47.792Z Checking jiff v0.2.15
12822026-06-04T08:00:47.819Z Checking glob v0.3.3
12832026-06-04T08:00:47.873Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12842026-06-04T08:00:48.033Z Checking miniz_oxide v0.8.9
12852026-06-04T08:00:48.037Z Checking tabled v0.20.0
12862026-06-04T08:00:48.037Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12872026-06-04T08:00:48.164Z Checking usdt v0.5.0
12882026-06-04T08:00:48.188Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-06-04T08:00:48.324Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12902026-06-04T08:00:48.342Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12912026-06-04T08:00:48.497Z Checking zone v0.3.1
12922026-06-04T08:00:48.625Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12932026-06-04T08:00:48.678Z Checking smf v0.2.3
12942026-06-04T08:00:48.839Z Checking secrecy v0.10.3
12952026-06-04T08:00:48.839Z Checking bstr v1.12.0
12962026-06-04T08:00:48.905Z Checking whoami v1.6.1
12972026-06-04T08:00:48.958Z Checking flate2 v1.1.2
12982026-06-04T08:00:49.074Z Compiling curve25519-dalek v4.1.3
12992026-06-04T08:00:49.188Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13002026-06-04T08:00:49.235Z Compiling clang-sys v1.8.1
13012026-06-04T08:00:49.238Z Checking hmac v0.12.1
13022026-06-04T08:00:49.348Z Checking inout v0.1.4
13032026-06-04T08:00:49.379Z Checking hybrid-array v0.4.12
13042026-06-04T08:00:49.479Z Checking ff v0.13.1
13052026-06-04T08:00:49.595Z Compiling enum-as-inner v0.6.1
13062026-06-04T08:00:49.610Z Compiling semver v0.1.20
13072026-06-04T08:00:49.825Z Checking data-encoding v2.9.0
13082026-06-04T08:00:49.863Z Compiling rustc_version v0.1.7
13092026-06-04T08:00:49.944Z Checking group v0.13.0
13102026-06-04T08:00:50.069Z Checking cipher v0.4.4
13112026-06-04T08:00:50.088Z Checking hkdf v0.12.4
13122026-06-04T08:00:50.148Z Checking atomicwrites v0.4.4
13132026-06-04T08:00:50.191Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13142026-06-04T08:00:50.206Z Compiling thiserror-impl-no-std v2.0.2
13152026-06-04T08:00:50.258Z Checking universal-hash v0.5.1
13162026-06-04T08:00:50.292Z Checking crypto-bigint v0.5.5
13172026-06-04T08:00:50.308Z Checking half v2.7.1
13182026-06-04T08:00:50.345Z Compiling curve25519-dalek-derive v0.1.1
13192026-06-04T08:00:50.382Z Checking opaque-debug v0.3.1
13202026-06-04T08:00:50.456Z Checking ciborium-io v0.2.2
13212026-06-04T08:00:50.543Z Checking base64ct v1.8.0
13222026-06-04T08:00:50.558Z Checking indent_write v2.2.0
13232026-06-04T08:00:50.561Z Checking base16ct v0.2.0
13242026-06-04T08:00:50.681Z Checking ciborium-ll v0.2.2
13252026-06-04T08:00:50.702Z Checking poly1305 v0.8.0
13262026-06-04T08:00:50.778Z Checking password-hash v0.5.0
13272026-06-04T08:00:50.859Z Checking chacha20 v0.9.1
13282026-06-04T08:00:50.941Z Compiling newtype_derive v0.1.6
13292026-06-04T08:00:51.008Z Checking crypto-common v0.2.2
13302026-06-04T08:00:51.050Z Checking block-buffer v0.12.0
13312026-06-04T08:00:51.167Z Checking similar v2.7.0
13322026-06-04T08:00:51.195Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13332026-06-04T08:00:51.288Z Checking thiserror-no-std v2.0.2
13342026-06-04T08:00:51.326Z Checking elliptic-curve v0.13.8
13352026-06-04T08:00:51.371Z Checking blake2 v0.10.6
13362026-06-04T08:00:51.435Z Compiling typify-impl v0.6.1
13372026-06-04T08:00:51.511Z Checking aead v0.5.2
13382026-06-04T08:00:51.568Z Compiling libloading v0.8.9
13392026-06-04T08:00:51.584Z Checking linked-hash-map v0.5.6
13402026-06-04T08:00:51.639Z Checking const-oid v0.10.2
13412026-06-04T08:00:51.654Z Checking compression-core v0.4.32
13422026-06-04T08:00:51.704Z Checking resolv-conf v0.7.5
13432026-06-04T08:00:51.746Z Checking keccak v0.1.6
13442026-06-04T08:00:51.760Z Compiling owo-colors v4.3.0
13452026-06-04T08:00:51.775Z Compiling bindgen v0.72.1
13462026-06-04T08:00:51.792Z Checking digest v0.11.3
13472026-06-04T08:00:51.877Z Checking compression-codecs v0.4.32
13482026-06-04T08:00:51.895Z Checking sha3 v0.10.8
13492026-06-04T08:00:51.912Z Checking lru-cache v0.1.2
13502026-06-04T08:00:51.936Z Checking vsss-rs v3.3.4
13512026-06-04T08:00:52.042Z Checking chacha20poly1305 v0.10.1
13522026-06-04T08:00:52.074Z Checking argon2 v0.5.3
13532026-06-04T08:00:52.122Z Checking ciborium v0.2.2
13542026-06-04T08:00:52.150Z Checking hickory-proto v0.24.4
13552026-06-04T08:00:52.177Z Checking tokio-dtrace v0.1.1
13562026-06-04T08:00:52.350Z Compiling cexpr v0.6.0
13572026-06-04T08:00:52.376Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13582026-06-04T08:00:52.655Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13592026-06-04T08:00:52.883Z Checking serde-big-array v0.5.1
13602026-06-04T08:00:52.903Z Compiling serde_repr v0.1.20
13612026-06-04T08:00:52.987Z Compiling derive-where v1.6.0
13622026-06-04T08:00:53.017Z Checking toml_datetime v1.1.1+spec-1.1.0
13632026-06-04T08:00:53.216Z Compiling dropshot v0.17.1
13642026-06-04T08:00:53.391Z Checking same-file v1.0.6
13652026-06-04T08:00:53.449Z Checking siphasher v1.0.1
13662026-06-04T08:00:53.465Z Checking cpufeatures v0.3.0
13672026-06-04T08:00:53.511Z Compiling shlex v1.3.0
13682026-06-04T08:00:53.540Z Checking unicode-segmentation v1.12.0
13692026-06-04T08:00:53.612Z Checking phf_shared v0.12.1
13702026-06-04T08:00:53.637Z Checking hickory-resolver v0.24.4
13712026-06-04T08:00:53.750Z Checking sha1 v0.11.0
13722026-06-04T08:00:53.857Z Checking newline-converter v0.3.0
13732026-06-04T08:00:53.924Z Checking walkdir v2.5.0
13742026-06-04T08:00:53.968Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13752026-06-04T08:00:54.175Z Checking toml v1.1.2+spec-1.1.0
13762026-06-04T08:00:54.217Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13772026-06-04T08:00:54.297Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13782026-06-04T08:00:54.499Z Checking oxide-tokio-rt v0.1.2
13792026-06-04T08:00:54.751Z Checking async-compression v0.4.33
13802026-06-04T08:00:54.781Z Compiling typify-macro v0.6.1
13812026-06-04T08:00:54.904Z Checking console v0.15.11
13822026-06-04T08:00:54.994Z Compiling progenitor-impl v0.10.0
13832026-06-04T08:00:55.224Z Checking tokio-stream v0.1.17
13842026-06-04T08:00:55.352Z Compiling dropshot_endpoint v0.17.1
13852026-06-04T08:00:55.506Z Compiling pin-project-internal v1.1.10
13862026-06-04T08:00:55.599Z Compiling slog-dtrace v0.3.0
13872026-06-04T08:00:55.836Z Checking csv-core v0.1.12
13882026-06-04T08:00:56.021Z Compiling chrono-tz v0.10.4
13892026-06-04T08:00:56.227Z Checking unicode-width v0.1.14
13902026-06-04T08:00:56.245Z Checking smawk v0.3.2
13912026-06-04T08:00:56.375Z Compiling cancel-safe-futures v0.1.5
13922026-06-04T08:00:56.390Z Compiling unicode-xid v0.2.6
13932026-06-04T08:00:56.485Z Checking swrite v0.1.0
13942026-06-04T08:00:56.518Z Checking unicode-linebreak v0.1.5
13952026-06-04T08:00:56.583Z Checking foldhash v0.1.5
13962026-06-04T08:00:56.606Z Checking pin-project v1.1.10
13972026-06-04T08:00:56.644Z Compiling const_format_proc_macros v0.2.34
13982026-06-04T08:00:56.722Z Checking hashbrown v0.15.5
13992026-06-04T08:00:56.742Z Checking textwrap v0.16.2
14002026-06-04T08:00:56.745Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14012026-06-04T08:00:56.956Z Checking csv v1.4.0
14022026-06-04T08:00:57.044Z Checking qorb v0.4.1
14032026-06-04T08:00:57.120Z Compiling progenitor-macro v0.10.0
14042026-06-04T08:00:57.185Z Checking expectorate v1.2.0
14052026-06-04T08:00:57.314Z Checking phf v0.12.1
14062026-06-04T08:00:57.317Z Checking unicode-normalization v0.1.24
14072026-06-04T08:00:57.417Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14082026-06-04T08:00:57.462Z Compiling snafu-derive v0.8.9
14092026-06-04T08:00:57.915Z Checking libsw-core v0.3.2
14102026-06-04T08:00:58.000Z Compiling libgit2-sys v0.17.0+1.8.1
14112026-06-04T08:00:58.063Z Compiling async-recursion v1.1.1
14122026-06-04T08:00:58.219Z Compiling cookie v0.18.1
14132026-06-04T08:00:58.369Z Checking fixedbitset v0.5.7
14142026-06-04T08:00:58.456Z Compiling moka v0.12.11
14152026-06-04T08:00:58.567Z Checking highway v1.3.0
14162026-06-04T08:00:58.631Z Checking fixedbitset v0.4.2
14172026-06-04T08:00:58.737Z Checking petgraph v0.8.2
14182026-06-04T08:00:58.794Z Checking petgraph v0.6.5
14192026-06-04T08:00:59.159Z Checking snafu v0.8.9
14202026-06-04T08:00:59.402Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14212026-06-04T08:00:59.736Z Checking libsw v3.5.0
14222026-06-04T08:00:59.818Z Checking olpc-cjson v0.1.4
14232026-06-04T08:00:59.953Z Checking const_format v0.2.34
14242026-06-04T08:01:00.013Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-06-04T08:01:00.309Z Checking papergrid v0.11.0
14262026-06-04T08:01:00.415Z Compiling typify v0.6.1
14272026-06-04T08:01:00.443Z Checking globset v0.4.16
14282026-06-04T08:01:00.500Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14292026-06-04T08:01:00.536Z Checking gethostname v0.5.0
14302026-06-04T08:01:00.687Z Compiling tabled_derive v0.7.0
14312026-06-04T08:01:00.743Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14322026-06-04T08:01:00.992Z Checking reqwest v0.13.2
14332026-06-04T08:01:01.073Z Checking bcs v0.1.6
14342026-06-04T08:01:01.250Z Checking progenitor v0.10.0
14352026-06-04T08:01:01.311Z Checking pem v3.0.5
14362026-06-04T08:01:01.389Z Checking serde_plain v1.0.2
14372026-06-04T08:01:01.473Z Checking crc8 v0.1.1
14382026-06-04T08:01:01.536Z Checking tagptr v0.2.0
14392026-06-04T08:01:01.553Z Checking termtree v0.5.1
14402026-06-04T08:01:01.571Z Checking humantime v2.3.0
14412026-06-04T08:01:01.614Z Checking linear-map v1.2.0
14422026-06-04T08:01:01.673Z Compiling signal-hook v0.3.18
14432026-06-04T08:01:01.688Z Checking typed-path v0.9.3
14442026-06-04T08:01:01.778Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-06-04T08:01:01.908Z Checking tabled v0.15.0
14462026-06-04T08:01:02.169Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-06-04T08:01:02.364Z Compiling progenitor-impl v0.13.0
14482026-06-04T08:01:02.440Z Checking tough v0.20.0
14492026-06-04T08:01:02.994Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-06-04T08:01:03.021Z Checking steno v0.4.1
14512026-06-04T08:01:03.384Z Checking hickory-proto v0.25.2
14522026-06-04T08:01:03.990Z Compiling curl-sys v0.4.83+curl-8.15.0
14532026-06-04T08:01:04.241Z Compiling cargo-platform v0.1.9
14542026-06-04T08:01:04.263Z Compiling vergen v8.3.2
14552026-06-04T08:01:04.361Z Compiling fs-err v3.1.2
14562026-06-04T08:01:04.421Z Compiling cargo_metadata v0.18.1
14572026-06-04T08:01:04.453Z Compiling progenitor-macro v0.13.0
14582026-06-04T08:01:04.699Z Checking progenitor-client v0.13.0
14592026-06-04T08:01:04.715Z Checking dropshot-api-manager-types v0.7.2
14602026-06-04T08:01:04.876Z Checking sha2 v0.10.9
14612026-06-04T08:01:04.915Z Compiling blake3 v1.8.2
14622026-06-04T08:01:04.952Z Checking hickory-resolver v0.25.2
14632026-06-04T08:01:05.600Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14642026-06-04T08:01:05.679Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14652026-06-04T08:01:05.810Z Checking git-stub v1.0.0
14662026-06-04T08:01:05.832Z Checking filetime v0.2.26
14672026-06-04T08:01:05.969Z Checking arrayref v0.3.9
14682026-06-04T08:01:05.972Z Checking arrayvec v0.7.6
14692026-06-04T08:01:06.045Z Compiling curl v0.4.49
14702026-06-04T08:01:06.166Z Checking xattr v1.6.1
14712026-06-04T08:01:06.318Z Checking constant_time_eq v0.3.1
14722026-06-04T08:01:06.328Z Checking is_ci v1.2.0
14732026-06-04T08:01:06.388Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14742026-06-04T08:01:06.411Z Checking supports-color v3.0.2
14752026-06-04T08:01:06.635Z Checking tar v0.4.45
14762026-06-04T08:01:06.833Z Checking git-stub-vcs v0.1.0
14772026-06-04T08:01:07.017Z Checking drift v0.2.0
14782026-06-04T08:01:07.060Z Checking kstat-rs v0.2.4
14792026-06-04T08:01:07.193Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14802026-06-04T08:01:07.248Z Checking topological-sort v0.2.2
14812026-06-04T08:01:07.332Z Checking dropshot-api-manager v0.7.2
14822026-06-04T08:01:07.493Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-06-04T08:01:07.994Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-06-04T08:01:08.034Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-06-04T08:01:08.304Z Checking toml v0.7.8
14862026-06-04T08:01:08.443Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-06-04T08:01:08.605Z Checking omicron-zone-package v0.12.2
14882026-06-04T08:01:08.625Z Checking progenitor v0.13.0
14892026-06-04T08:01:08.751Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14902026-06-04T08:01:09.038Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-06-04T08:01:09.111Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-06-04T08:01:09.252Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-06-04T08:01:09.452Z Checking signal-hook-tokio v0.3.1
14942026-06-04T08:01:09.455Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14952026-06-04T08:01:09.567Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-06-04T08:01:09.584Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-06-04T08:01:09.652Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-06-04T08:01:09.816Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14992026-06-04T08:01:09.902Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15002026-06-04T08:01:09.987Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15012026-06-04T08:01:10.363Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15022026-06-04T08:01:10.383Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-06-04T08:01:10.386Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-06-04T08:01:10.641Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15052026-06-04T08:01:10.747Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-06-04T08:01:10.889Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15072026-06-04T08:01:11.032Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15082026-06-04T08:01:11.231Z Checking internet-checksum v0.2.1
15092026-06-04T08:01:11.353Z Checking search_path v0.1.4
15102026-06-04T08:01:11.428Z Checking display-error-chain v0.2.2
15112026-06-04T08:01:11.494Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15122026-06-04T08:01:11.781Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15132026-06-04T08:01:14.023Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15142026-06-04T08:01:14.399Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15152026-06-04T08:01:14.916Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-06-04T08:01:15.097Z Compiling git2 v0.19.0
15172026-06-04T08:01:15.320Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15182026-06-04T08:01:15.791Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-06-04T08:01:16.223Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15202026-06-04T08:01:16.399Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15212026-06-04T08:01:16.645Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-06-04T08:01:16.773Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15232026-06-04T08:01:17.451Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15242026-06-04T08:01:27.378Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-06-04T08:01:28.645Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-06-04T08:01:33.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15272026-06-04T08:01:33.802Z+ for feat in tofino_stub tofino_asic softnpu chaos
15282026-06-04T08:01:33.802Z+ cargo clippy --features tofino_asic -- --deny warnings
15292026-06-04T08:01:34.294Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15302026-06-04T08:01:34.297Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15312026-06-04T08:01:34.369Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15322026-06-04T08:01:34.372Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15332026-06-04T08:01:41.517Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15342026-06-04T08:01:41.520Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15352026-06-04T08:01:44.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s
15362026-06-04T08:01:44.180Z+ for feat in tofino_stub tofino_asic softnpu chaos
15372026-06-04T08:01:44.180Z+ cargo clippy --features softnpu -- --deny warnings
15382026-06-04T08:01:44.479Z Downloading crates ...
15392026-06-04T08:01:44.605Z Downloaded tap v1.0.1
15402026-06-04T08:01:44.613Z Downloaded typeid v1.0.3
15412026-06-04T08:01:44.616Z Downloaded bitstruct v0.1.1
15422026-06-04T08:01:44.618Z Downloaded ascii v1.1.0
15432026-06-04T08:01:44.621Z Downloaded serde_arrays v0.1.0
15442026-06-04T08:01:44.621Z Downloaded radium v0.7.0
15452026-06-04T08:01:44.624Z Downloaded bitstruct_derive v0.1.0
15462026-06-04T08:01:44.624Z Downloaded funty v2.0.0
15472026-06-04T08:01:44.627Z Downloaded wyz v0.5.1
15482026-06-04T08:01:44.627Z Downloaded erased-serde v0.4.8
15492026-06-04T08:01:44.627Z Downloaded libloading v0.7.4
15502026-06-04T08:01:44.630Z Downloaded num-bigint v0.4.6
15512026-06-04T08:01:44.637Z Downloaded bitvec v1.0.1
15522026-06-04T08:01:44.762Z Checking num-integer v0.1.46
15532026-06-04T08:01:44.841Z Checking num-complex v0.4.6
15542026-06-04T08:01:44.854Z Compiling radium v0.7.0
15552026-06-04T08:01:44.857Z Checking tap v1.0.1
15562026-06-04T08:01:44.862Z Checking funty v2.0.0
15572026-06-04T08:01:44.868Z Compiling typeid v1.0.3
15582026-06-04T08:01:44.871Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15592026-06-04T08:01:44.881Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-06-04T08:01:44.951Z Checking wyz v0.5.1
15612026-06-04T08:01:45.034Z Checking num-bigint v0.4.6
15622026-06-04T08:01:45.034Z Checking num-iter v0.1.45
15632026-06-04T08:01:45.088Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-06-04T08:01:45.103Z Compiling erased-serde v0.4.8
15652026-06-04T08:01:45.176Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-04T08:01:45.179Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-06-04T08:01:45.197Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-06-04T08:01:45.256Z Compiling bitstruct_derive v0.1.0
15692026-06-04T08:01:45.289Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-04T08:01:45.298Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-06-04T08:01:45.303Z Checking ascii v1.1.0
15722026-06-04T08:01:45.307Z Checking bitvec v1.0.1
15732026-06-04T08:01:45.310Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15742026-06-04T08:01:45.382Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-06-04T08:01:45.475Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-06-04T08:01:45.483Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15772026-06-04T08:01:45.498Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15782026-06-04T08:01:45.510Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-06-04T08:01:45.783Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-06-04T08:01:45.792Z Checking serde_arrays v0.1.0
15812026-06-04T08:01:45.891Z Checking libloading v0.7.4
15822026-06-04T08:01:45.899Z Checking num-rational v0.4.2
15832026-06-04T08:01:45.911Z Checking bitstruct v0.1.1
15842026-06-04T08:01:45.937Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15852026-06-04T08:01:46.161Z Checking num v0.4.3
15862026-06-04T08:01:46.228Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-06-04T08:01:46.763Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15882026-06-04T08:01:47.049Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15892026-06-04T08:01:47.049Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15902026-06-04T08:01:47.236Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15912026-06-04T08:01:47.450Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-06-04T08:01:47.450Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-06-04T08:01:47.902Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-06-04T08:01:48.112Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15952026-06-04T08:01:48.112Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-06-04T08:01:48.115Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15972026-06-04T08:01:48.115Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-04T08:01:48.490Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15992026-06-04T08:01:48.904Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16002026-06-04T08:01:49.737Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-06-04T08:01:52.016Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16022026-06-04T08:01:52.366Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16032026-06-04T08:01:53.234Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16042026-06-04T08:01:53.998Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16052026-06-04T08:01:54.112Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16062026-06-04T08:02:00.536Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-06-04T08:02:01.791Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-06-04T08:02:02.316Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16092026-06-04T08:02:06.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.42s
16102026-06-04T08:02:06.791Z+ for feat in tofino_stub tofino_asic softnpu chaos
16112026-06-04T08:02:06.791Z+ cargo clippy --features chaos -- --deny warnings
16122026-06-04T08:02:07.274Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16132026-06-04T08:02:07.277Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16142026-06-04T08:02:07.277Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16152026-06-04T08:02:14.513Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-06-04T08:02:14.513Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16172026-06-04T08:02:16.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
16182026-06-04T08:02:17.133Z+ banner fmt
16192026-06-04T08:02:17.136Z
16202026-06-04T08:02:17.136Z ###### # # #####
16212026-06-04T08:02:17.136Z # ## ## #
16222026-06-04T08:02:17.136Z ##### # ## # #
16232026-06-04T08:02:17.136Z # # # #
16242026-06-04T08:02:17.136Z # # # #
16252026-06-04T08:02:17.136Z # # # #
16262026-06-04T08:02:17.136Z
16272026-06-04T08:02:17.136Z+ cargo fmt -- --check
16282026-06-04T08:02:17.574Z+ banner test
16292026-06-04T08:02:17.577Z
16302026-06-04T08:02:17.577Z ##### ###### #### #####
16312026-06-04T08:02:17.577Z # # # #
16322026-06-04T08:02:17.577Z # ##### #### #
16332026-06-04T08:02:17.577Z # # # #
16342026-06-04T08:02:17.577Z # # # # #
16352026-06-04T08:02:17.577Z # ###### #### #
16362026-06-04T08:02:17.577Z
16372026-06-04T08:02:17.577Z+ for feat in tofino_stub tofino_asic softnpu chaos
16382026-06-04T08:02:17.577Z+ RUST_BACKTRACE=full
16392026-06-04T08:02:17.577Z+ cargo test --features tofino_stub --no-fail-fast
16402026-06-04T08:02:18.408Z Compiling unicode-ident v1.0.24
16412026-06-04T08:02:18.408Z Compiling cfg-if v1.0.4
16422026-06-04T08:02:18.411Z Compiling memchr v2.7.5
16432026-06-04T08:02:18.510Z Compiling serde_core v1.0.228
16442026-06-04T08:02:18.526Z Compiling itoa v1.0.15
16452026-06-04T08:02:18.532Z Compiling libc v0.2.186
16462026-06-04T08:02:18.541Z Compiling zmij v1.0.17
16472026-06-04T08:02:18.567Z Compiling libm v0.2.15
16482026-06-04T08:02:18.616Z Compiling proc-macro2 v1.0.106
16492026-06-04T08:02:18.805Z Compiling smallvec v1.15.1
16502026-06-04T08:02:19.012Z Compiling quote v1.0.45
16512026-06-04T08:02:19.022Z Compiling heck v0.5.0
16522026-06-04T08:02:19.060Z Compiling log v0.4.29
16532026-06-04T08:02:19.179Z Compiling equivalent v1.0.2
16542026-06-04T08:02:19.238Z Compiling syn v2.0.117
16552026-06-04T08:02:19.270Z Compiling iana-time-zone v0.1.64
16562026-06-04T08:02:19.311Z Compiling dyn-clone v1.0.20
16572026-06-04T08:02:19.323Z Compiling hashbrown v0.17.1
16582026-06-04T08:02:19.366Z Compiling stable_deref_trait v1.2.0
16592026-06-04T08:02:19.448Z Compiling pin-project-lite v0.2.16
16602026-06-04T08:02:19.458Z Compiling percent-encoding v2.3.2
16612026-06-04T08:02:19.493Z Compiling litemap v0.8.0
16622026-06-04T08:02:19.544Z Compiling writeable v0.6.1
16632026-06-04T08:02:19.655Z Compiling fnv v1.0.7
16642026-06-04T08:02:19.667Z Compiling icu_properties_data v2.0.1
16652026-06-04T08:02:19.713Z Compiling icu_normalizer_data v2.0.0
16662026-06-04T08:02:19.753Z Compiling regex-syntax v0.8.6
16672026-06-04T08:02:19.785Z Compiling form_urlencoded v1.2.2
16682026-06-04T08:02:19.797Z Compiling utf8_iter v1.0.4
16692026-06-04T08:02:19.862Z Compiling scopeguard v1.2.0
16702026-06-04T08:02:19.873Z Compiling num-traits v0.2.19
16712026-06-04T08:02:19.936Z Compiling lock_api v0.4.14
16722026-06-04T08:02:19.962Z Compiling getrandom v0.4.2
16732026-06-04T08:02:19.968Z Compiling aho-corasick v1.1.3
16742026-06-04T08:02:20.191Z Compiling semver v1.0.28
16752026-06-04T08:02:20.325Z Compiling serde_json v1.0.150
16762026-06-04T08:02:20.424Z Compiling indexmap v2.14.0
16772026-06-04T08:02:20.514Z Compiling ucd-trie v0.1.7
16782026-06-04T08:02:20.536Z Compiling byteorder v1.5.0
16792026-06-04T08:02:20.766Z Compiling futures-core v0.3.32
16802026-06-04T08:02:20.769Z Compiling uuid v1.23.2
16812026-06-04T08:02:20.919Z Compiling allocator-api2 v0.2.21
16822026-06-04T08:02:21.059Z Compiling num-conv v0.2.1
16832026-06-04T08:02:21.202Z Compiling time-core v0.1.8
16842026-06-04T08:02:21.214Z Compiling regex-automata v0.4.13
16852026-06-04T08:02:21.236Z Compiling foldhash v0.2.0
16862026-06-04T08:02:21.254Z Compiling ryu v1.0.20
16872026-06-04T08:02:21.353Z Compiling time-macros v0.2.27
16882026-06-04T08:02:21.428Z Compiling hashbrown v0.16.1
16892026-06-04T08:02:21.440Z Compiling futures-sink v0.3.32
16902026-06-04T08:02:21.544Z Compiling pretty-hex v0.4.1
16912026-06-04T08:02:21.683Z Compiling slab v0.4.11
16922026-06-04T08:02:21.952Z Compiling regress v0.10.5
16932026-06-04T08:02:22.001Z Compiling plain v0.2.3
16942026-06-04T08:02:22.012Z Compiling synstructure v0.13.2
16952026-06-04T08:02:22.093Z Compiling serde_derive_internals v0.29.1
16962026-06-04T08:02:22.109Z Compiling strsim v0.11.1
16972026-06-04T08:02:22.419Z Compiling futures-channel v0.3.32
16982026-06-04T08:02:22.512Z Compiling futures-io v0.3.32
16992026-06-04T08:02:22.575Z Compiling futures-task v0.3.32
17002026-06-04T08:02:22.629Z Compiling socket2 v0.6.4
17012026-06-04T08:02:22.667Z Compiling parking_lot_core v0.9.12
17022026-06-04T08:02:22.742Z Compiling signal-hook-registry v1.4.6
17032026-06-04T08:02:22.828Z Compiling thread-id v5.0.0
17042026-06-04T08:02:22.917Z Compiling regex v1.12.3
17052026-06-04T08:02:22.964Z Compiling parking_lot v0.12.5
17062026-06-04T08:02:23.067Z Compiling mio v1.2.1
17072026-06-04T08:02:23.140Z Compiling darling_core v0.21.3
17082026-06-04T08:02:23.160Z Compiling base64 v0.22.1
17092026-06-04T08:02:23.260Z Compiling serde_derive v1.0.228
17102026-06-04T08:02:23.365Z Compiling zerofrom-derive v0.1.6
17112026-06-04T08:02:23.381Z Compiling yoke-derive v0.8.0
17122026-06-04T08:02:23.497Z Compiling zerovec-derive v0.11.1
17132026-06-04T08:02:23.585Z Compiling displaydoc v0.2.5
17142026-06-04T08:02:23.787Z Compiling thiserror-impl v2.0.18
17152026-06-04T08:02:24.348Z Compiling schemars_derive v0.8.22
17162026-06-04T08:02:24.416Z Compiling tokio-macros v2.7.0
17172026-06-04T08:02:24.588Z Compiling zerocopy-derive v0.8.27
17182026-06-04T08:02:24.608Z Compiling zeroize_derive v1.4.3
17192026-06-04T08:02:25.048Z Compiling thiserror v2.0.18
17202026-06-04T08:02:25.216Z Compiling futures-macro v0.3.32
17212026-06-04T08:02:25.228Z Compiling zerofrom v0.1.6
17222026-06-04T08:02:25.282Z Compiling thiserror-impl v1.0.69
17232026-06-04T08:02:25.352Z Compiling yoke v0.8.0
17242026-06-04T08:02:25.363Z Compiling tracing-attributes v0.1.30
17252026-06-04T08:02:25.546Z Compiling zerovec v0.11.4
17262026-06-04T08:02:25.613Z Compiling zerotrie v0.2.2
17272026-06-04T08:02:25.848Z Compiling pest v2.8.2
17282026-06-04T08:02:25.885Z Compiling zerocopy v0.8.27
17292026-06-04T08:02:25.933Z Compiling scroll_derive v0.13.1
17302026-06-04T08:02:25.983Z Compiling serde v1.0.228
17312026-06-04T08:02:26.425Z Compiling bytes v1.11.1
17322026-06-04T08:02:26.493Z Compiling serde_tokenstream v0.2.3
17332026-06-04T08:02:26.505Z Compiling tinystr v0.8.1
17342026-06-04T08:02:26.590Z Compiling potential_utf v0.1.3
17352026-06-04T08:02:26.617Z Compiling chrono v0.4.44
17362026-06-04T08:02:26.711Z Compiling icu_locale_core v2.0.0
17372026-06-04T08:02:26.756Z Compiling icu_collections v2.0.0
17382026-06-04T08:02:26.785Z Compiling async-trait v0.1.89
17392026-06-04T08:02:27.079Z Compiling http v1.4.1
17402026-06-04T08:02:27.163Z Compiling pest_meta v2.8.2
17412026-06-04T08:02:27.267Z Compiling icu_provider v2.0.0
17422026-06-04T08:02:27.394Z Compiling scroll v0.13.0
17432026-06-04T08:02:27.563Z Compiling icu_properties v2.0.1
17442026-06-04T08:02:27.583Z Compiling icu_normalizer v2.0.0
17452026-06-04T08:02:27.663Z Compiling schemars v0.8.22
17462026-06-04T08:02:27.785Z Compiling pest_generator v2.8.2
17472026-06-04T08:02:28.069Z Compiling goblin v0.10.1
17482026-06-04T08:02:28.147Z Compiling thiserror v1.0.69
17492026-06-04T08:02:28.198Z Compiling tokio v1.52.3
17502026-06-04T08:02:28.250Z Compiling openapiv3 v2.2.0
17512026-06-04T08:02:28.414Z Compiling idna_adapter v1.2.1
17522026-06-04T08:02:28.473Z Compiling pest_derive v2.8.2
17532026-06-04T08:02:28.564Z Compiling idna v1.1.0
17542026-06-04T08:02:28.738Z Compiling daft-derive v0.1.5
17552026-06-04T08:02:28.898Z Compiling url v2.5.7
17562026-06-04T08:02:29.037Z Compiling dtrace-parser v0.3.0
17572026-06-04T08:02:29.097Z Compiling typify-impl v0.4.3
17582026-06-04T08:02:29.349Z Compiling darling_macro v0.21.3
17592026-06-04T08:02:29.801Z Compiling serde_yaml v0.9.34+deprecated
17602026-06-04T08:02:29.885Z Compiling http-body v1.0.1
17612026-06-04T08:02:29.924Z Compiling ppv-lite86 v0.2.21
17622026-06-04T08:02:29.936Z Compiling darling v0.21.3
17632026-06-04T08:02:30.017Z Compiling erased-serde v0.3.31
17642026-06-04T08:02:30.042Z Compiling openssl-macros v0.1.1
17652026-06-04T08:02:30.285Z Compiling bitflags v2.11.1
17662026-06-04T08:02:30.540Z Compiling getrandom v0.2.16
17672026-06-04T08:02:30.587Z Compiling atomic-waker v1.1.2
17682026-06-04T08:02:30.716Z Compiling ipnet v2.11.0
17692026-06-04T08:02:30.850Z Compiling dof v0.4.0
17702026-06-04T08:02:31.128Z Compiling httparse v1.10.1
17712026-06-04T08:02:31.261Z Compiling tower-service v0.3.3
17722026-06-04T08:02:31.362Z Compiling usdt-impl v0.6.0
17732026-06-04T08:02:31.446Z Compiling tower-layer v0.3.3
17742026-06-04T08:02:31.574Z Compiling untrusted v0.9.0
17752026-06-04T08:02:31.613Z Compiling anyhow v1.0.102
17762026-06-04T08:02:31.703Z Compiling try-lock v0.2.5
17772026-06-04T08:02:31.825Z Compiling want v0.3.1
17782026-06-04T08:02:31.974Z Compiling syn v1.0.109
17792026-06-04T08:02:32.003Z Compiling zeroize v1.8.1
17802026-06-04T08:02:32.015Z Compiling httpdate v1.0.3
17812026-06-04T08:02:32.174Z Compiling portable-atomic v1.11.1
17822026-06-04T08:02:32.549Z Compiling async-stream-impl v0.3.6
17832026-06-04T08:02:32.705Z Compiling structmeta-derive v0.3.0
17842026-06-04T08:02:32.865Z Compiling usdt-attr-macro v0.6.0
17852026-06-04T08:02:32.983Z Compiling usdt-macro v0.6.0
17862026-06-04T08:02:33.203Z Compiling critical-section v1.2.0
17872026-06-04T08:02:33.315Z Compiling once_cell v1.21.3
17882026-06-04T08:02:33.587Z Compiling newtype-uuid-macros v0.1.0
17892026-06-04T08:02:33.764Z Compiling structmeta v0.3.0
17902026-06-04T08:02:33.974Z Compiling strum_macros v0.26.4
17912026-06-04T08:02:34.049Z Compiling powerfmt v0.2.0
17922026-06-04T08:02:34.248Z Compiling deranged v0.5.3
17932026-06-04T08:02:34.340Z Compiling num_threads v0.1.7
17942026-06-04T08:02:35.142Z Compiling http-body-util v0.1.3
17952026-06-04T08:02:35.155Z Compiling omicron-workspace-hack v0.1.0
17962026-06-04T08:02:35.386Z Compiling dropshot_endpoint v0.16.7
17972026-06-04T08:02:35.387Z Compiling serde_urlencoded v0.7.1
17982026-06-04T08:02:35.409Z Compiling typify-macro v0.4.3
17992026-06-04T08:02:35.428Z Compiling ref-cast-impl v1.0.25
18002026-06-04T08:02:35.618Z Compiling derive-ex v0.1.8
18012026-06-04T08:02:35.630Z Compiling strum_macros v0.27.2
18022026-06-04T08:02:35.632Z Compiling sync_wrapper v1.0.2
18032026-06-04T08:02:35.744Z Compiling serde_with_macros v3.14.1
18042026-06-04T08:02:35.747Z Compiling subtle v2.6.1
18052026-06-04T08:02:36.047Z Compiling thread_local v1.1.9
18062026-06-04T08:02:36.253Z Compiling iri-string v0.7.8
18072026-06-04T08:02:36.319Z Compiling futures-util v0.3.32
18082026-06-04T08:02:36.794Z Compiling match_cfg v0.1.0
18092026-06-04T08:02:36.903Z Compiling rand_core v0.6.4
18102026-06-04T08:02:37.086Z Compiling term v1.2.0
18112026-06-04T08:02:37.131Z Compiling typenum v1.20.1
18122026-06-04T08:02:37.216Z Compiling test-strategy v0.4.3
18132026-06-04T08:02:37.477Z Compiling typify v0.4.3
18142026-06-04T08:02:37.480Z Compiling take_mut v0.2.2
18152026-06-04T08:02:37.576Z Compiling progenitor-impl v0.11.1
18162026-06-04T08:02:37.794Z Compiling parse-display-derive v0.10.0
18172026-06-04T08:02:37.877Z Compiling tracing-core v0.1.34
18182026-06-04T08:02:37.939Z Compiling toml_datetime v0.6.11
18192026-06-04T08:02:38.030Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18202026-06-04T08:02:38.214Z Compiling tracing v0.1.41
18212026-06-04T08:02:38.454Z Compiling camino v1.2.2
18222026-06-04T08:02:38.512Z Compiling clap_derive v4.6.1
18232026-06-04T08:02:38.640Z Compiling encoding_rs v0.8.35
18242026-06-04T08:02:38.802Z Compiling fastrand v2.3.0
18252026-06-04T08:02:38.802Z Compiling mime v0.3.17
18262026-06-04T08:02:38.883Z Compiling cpufeatures v0.2.17
18272026-06-04T08:02:39.024Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18282026-06-04T08:02:39.430Z Compiling unicode-width v0.2.1
18292026-06-04T08:02:39.715Z Compiling errno v0.3.14
18302026-06-04T08:02:39.865Z Compiling hex v0.4.3
18312026-06-04T08:02:39.959Z Compiling generic-array v0.14.7
18322026-06-04T08:02:40.132Z Compiling ipnetwork v0.21.1
18332026-06-04T08:02:40.258Z Compiling crossbeam-utils v0.8.21
18342026-06-04T08:02:40.532Z Compiling tokio-util v0.7.16
18352026-06-04T08:02:40.637Z Compiling slog v2.8.2
18362026-06-04T08:02:40.848Z Compiling rustix v1.1.4
18372026-06-04T08:02:40.938Z Compiling getrandom v0.3.3
18382026-06-04T08:02:41.063Z Compiling winnow v0.7.14
18392026-06-04T08:02:41.078Z Compiling rand_core v0.9.3
18402026-06-04T08:02:41.110Z Compiling progenitor-macro v0.11.1
18412026-06-04T08:02:41.122Z Compiling h2 v0.4.14
18422026-06-04T08:02:41.243Z Compiling crypto-common v0.1.6
18432026-06-04T08:02:41.299Z Compiling oxnet v0.1.4
18442026-06-04T08:02:41.377Z Compiling itertools v0.14.0
18452026-06-04T08:02:42.165Z Compiling winnow v1.0.3
18462026-06-04T08:02:42.271Z Compiling num-derive v0.4.2
18472026-06-04T08:02:42.522Z Compiling toml_parser v1.1.2+spec-1.1.0
18482026-06-04T08:02:42.549Z Compiling serde_spanned v1.1.1
18492026-06-04T08:02:42.706Z Compiling spin v0.9.8
18502026-06-04T08:02:42.729Z Compiling toml_writer v1.1.1+spec-1.1.0
18512026-06-04T08:02:42.827Z Compiling debug-ignore v1.0.5
18522026-06-04T08:02:42.948Z Compiling rand_chacha v0.9.0
18532026-06-04T08:02:43.152Z Compiling rustls-pki-types v1.12.0
18542026-06-04T08:02:43.221Z Compiling hyper v1.10.1
18552026-06-04T08:02:43.233Z Compiling quick-error v1.2.3
18562026-06-04T08:02:43.343Z Compiling rand v0.9.3
18572026-06-04T08:02:43.433Z Compiling tabwriter v1.4.1
18582026-06-04T08:02:43.639Z Compiling async-stream v0.3.6
18592026-06-04T08:02:43.681Z Compiling waitgroup v0.1.2
18602026-06-04T08:02:43.816Z Compiling serde_path_to_error v0.1.20
18612026-06-04T08:02:43.829Z Compiling lazy_static v1.5.0
18622026-06-04T08:02:43.932Z Compiling bit-vec v0.8.0
18632026-06-04T08:02:43.944Z Compiling colored v3.1.1
18642026-06-04T08:02:44.142Z Compiling bit-set v0.8.0
18652026-06-04T08:02:44.168Z Compiling strum v0.26.3
18662026-06-04T08:02:44.180Z Compiling time v0.3.47
18672026-06-04T08:02:44.264Z Compiling ring v0.17.14
18682026-06-04T08:02:44.294Z Compiling hyper-util v0.1.20
18692026-06-04T08:02:44.335Z Compiling toml_datetime v0.7.5+spec-1.1.0
18702026-06-04T08:02:44.648Z Compiling unarray v0.1.4
18712026-06-04T08:02:44.782Z Compiling anstyle v1.0.14
18722026-06-04T08:02:44.996Z Compiling toml v0.9.12+spec-1.1.0
18732026-06-04T08:02:45.088Z Compiling crossbeam-channel v0.5.15
18742026-06-04T08:02:45.598Z Compiling macaddr v1.0.1
18752026-06-04T08:02:45.828Z Compiling utf8parse v0.2.2
18762026-06-04T08:02:45.840Z Compiling block-buffer v0.10.4
18772026-06-04T08:02:45.919Z Compiling anstyle-parse v1.0.0
18782026-06-04T08:02:45.942Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18792026-06-04T08:02:45.955Z Compiling ref-cast v1.0.25
18802026-06-04T08:02:45.994Z Compiling is_terminal_polyfill v1.70.1
18812026-06-04T08:02:46.047Z Compiling anstyle-query v1.1.4
18822026-06-04T08:02:46.057Z Compiling colorchoice v1.0.4
18832026-06-04T08:02:46.086Z Compiling digest v0.10.7
18842026-06-04T08:02:46.108Z Compiling strum v0.27.2
18852026-06-04T08:02:46.131Z Compiling is-terminal v0.4.16
18862026-06-04T08:02:46.153Z Compiling anstream v1.0.0
18872026-06-04T08:02:46.167Z Compiling clap_lex v1.1.0
18882026-06-04T08:02:46.223Z Compiling slog-term v2.9.2
18892026-06-04T08:02:46.235Z Compiling slog-async v2.8.0
18902026-06-04T08:02:46.238Z Compiling slog-json v2.6.1
18912026-06-04T08:02:46.351Z Compiling hostname v0.3.1
18922026-06-04T08:02:46.476Z Compiling slog-bunyan v2.5.0
18932026-06-04T08:02:46.492Z Compiling tower v0.5.2
18942026-06-04T08:02:46.518Z Compiling futures-executor v0.3.32
18952026-06-04T08:02:46.576Z Compiling instant v0.1.13
18962026-06-04T08:02:46.779Z Compiling futures v0.3.32
18972026-06-04T08:02:46.802Z Compiling aws-lc-sys v0.39.1
18982026-06-04T08:02:46.864Z Compiling untrusted v0.7.1
18992026-06-04T08:02:46.875Z Compiling tower-http v0.6.8
19002026-06-04T08:02:46.964Z Compiling openssl-sys v0.9.116
19012026-06-04T08:02:47.289Z Compiling memmap2 v0.9.8
19022026-06-04T08:02:47.411Z Compiling aws-lc-rs v1.16.2
19032026-06-04T08:02:48.076Z Compiling foreign-types-shared v0.1.1
19042026-06-04T08:02:48.375Z Compiling rustls-webpki v0.103.6
19052026-06-04T08:02:48.537Z Compiling foreign-types v0.3.2
19062026-06-04T08:02:48.936Z Compiling rustls v0.23.40
19072026-06-04T08:02:49.131Z Compiling tempfile v3.27.0
19082026-06-04T08:02:49.415Z Compiling openssl-probe v0.1.6
19092026-06-04T08:02:49.594Z Compiling openssl v0.10.80
19102026-06-04T08:02:50.297Z Compiling usdt v0.6.0
19112026-06-04T08:02:50.548Z Compiling either v1.15.0
19122026-06-04T08:02:50.762Z Compiling webpki-roots v1.0.2
19132026-06-04T08:02:50.867Z Compiling newtype-uuid v1.3.2
19142026-06-04T08:02:51.222Z Compiling daft v0.1.5
19152026-06-04T08:02:52.030Z Compiling tokio-rustls v0.26.4
19162026-06-04T08:02:52.053Z Compiling native-tls v0.2.14
19172026-06-04T08:02:52.308Z Compiling tokio-native-tls v0.3.1
19182026-06-04T08:02:52.369Z Compiling hyper-rustls v0.27.7
19192026-06-04T08:02:52.490Z Compiling hyper-tls v0.6.0
19202026-06-04T08:02:52.715Z Compiling reqwest v0.12.23
19212026-06-04T08:02:53.643Z Compiling rustls-webpki v0.102.8
19222026-06-04T08:02:53.749Z Compiling rustls-pemfile v2.2.0
19232026-06-04T08:02:53.954Z Compiling multer v3.1.0
19242026-06-04T08:02:54.342Z Compiling hostname v0.4.2
19252026-06-04T08:02:54.501Z Compiling rustls v0.22.4
19262026-06-04T08:02:54.609Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19272026-06-04T08:02:55.235Z Compiling terminal_size v0.4.3
19282026-06-04T08:02:55.267Z Compiling rand_chacha v0.3.1
19292026-06-04T08:02:55.382Z Compiling wait-timeout v0.2.1
19302026-06-04T08:02:55.978Z Compiling rusty-fork v0.3.0
19312026-06-04T08:02:56.138Z Compiling rand v0.8.5
19322026-06-04T08:02:56.512Z Compiling tokio-rustls v0.25.0
19332026-06-04T08:02:57.460Z Compiling sha1 v0.10.6
19342026-06-04T08:02:57.702Z Compiling rand_xorshift v0.4.0
19352026-06-04T08:02:58.288Z Compiling hubpack_derive v0.1.1
19362026-06-04T08:02:58.838Z Compiling proptest v1.8.0
19372026-06-04T08:02:58.909Z Compiling dropshot v0.16.7
19382026-06-04T08:02:59.286Z Compiling clap_builder v4.6.0
19392026-06-04T08:03:00.367Z Compiling serde_spanned v0.6.9
19402026-06-04T08:03:00.729Z Compiling prettyplease v0.2.37
19412026-06-04T08:03:00.933Z Compiling clap v4.6.1
19422026-06-04T08:03:00.951Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19432026-06-04T08:03:02.142Z Compiling progenitor-client v0.10.0
19442026-06-04T08:03:02.186Z Compiling progenitor-client v0.11.1
19452026-06-04T08:03:02.502Z Compiling serde_with v3.14.1
19462026-06-04T08:03:03.243Z Compiling progenitor v0.11.1
19472026-06-04T08:03:04.218Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19482026-06-04T08:03:04.326Z Compiling rustc-hash v2.1.1
19492026-06-04T08:03:04.457Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19502026-06-04T08:03:04.535Z Compiling iddqd v0.3.18
19512026-06-04T08:03:05.632Z Compiling backoff v0.4.0
19522026-06-04T08:03:05.674Z Compiling parse-display v0.10.0
19532026-06-04T08:03:05.716Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19542026-06-04T08:03:05.800Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19552026-06-04T08:03:05.931Z Compiling winnow v0.5.40
19562026-06-04T08:03:05.943Z Compiling toml_write v0.1.2
19572026-06-04T08:03:06.126Z Compiling toml_edit v0.22.27
19582026-06-04T08:03:07.366Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19592026-06-04T08:03:07.654Z Compiling num-integer v0.1.46
19602026-06-04T08:03:07.984Z Compiling float-ord v0.3.2
19612026-06-04T08:03:08.573Z Compiling toml v0.8.23
19622026-06-04T08:03:12.239Z Compiling num-rational v0.4.2
19632026-06-04T08:03:12.250Z Compiling num-iter v0.1.45
19642026-06-04T08:03:12.523Z Compiling num-complex v0.4.6
19652026-06-04T08:03:12.916Z Compiling num v0.4.3
19662026-06-04T08:03:13.716Z Compiling toml_edit v0.19.15
19672026-06-04T08:03:15.706Z Compiling proc-macro-crate v1.3.1
19682026-06-04T08:03:16.937Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-06-04T08:03:17.433Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19702026-06-04T08:03:17.494Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-06-04T08:03:18.740Z Compiling zerocopy-derive v0.7.35
19722026-06-04T08:03:18.950Z Compiling memoffset v0.9.1
19732026-06-04T08:03:19.044Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19742026-06-04T08:03:19.609Z Compiling libscf-sys v1.2.0
19752026-06-04T08:03:19.625Z Compiling ingot-macros v0.1.1
19762026-06-04T08:03:19.858Z Compiling proc-macro-error-attr2 v2.0.0
19772026-06-04T08:03:20.035Z Compiling nix v0.30.1
19782026-06-04T08:03:20.376Z Compiling proc-macro-error2 v2.0.1
19792026-06-04T08:03:20.760Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19802026-06-04T08:03:21.423Z Compiling scroll_derive v0.12.1
19812026-06-04T08:03:22.162Z Compiling tabled_derive v0.11.0
19822026-06-04T08:03:22.265Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19832026-06-04T08:03:24.417Z Compiling zerocopy v0.7.35
19842026-06-04T08:03:24.981Z Compiling num_enum_derive v0.7.5
19852026-06-04T08:03:25.169Z Compiling hubpack v0.1.2
19862026-06-04T08:03:25.431Z Compiling foreign-types-macros v0.2.3
19872026-06-04T08:03:25.549Z Compiling static_assertions v1.1.0
19882026-06-04T08:03:26.122Z Compiling glob v0.3.3
19892026-06-04T08:03:26.125Z Compiling proc-macro-error-attr v1.0.4
19902026-06-04T08:03:26.342Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19912026-06-04T08:03:26.437Z Compiling dtrace-parser v0.2.0
19922026-06-04T08:03:26.602Z Compiling bytecount v0.6.9
19932026-06-04T08:03:26.862Z Compiling proc-macro-error v1.0.4
19942026-06-04T08:03:26.937Z Compiling dof v0.3.0
19952026-06-04T08:03:27.448Z Compiling num_enum_derive v0.5.11
19962026-06-04T08:03:29.013Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19972026-06-04T08:03:29.016Z Compiling thread-id v4.2.2
19982026-06-04T08:03:29.131Z Compiling usdt-impl v0.5.0
19992026-06-04T08:03:29.613Z Compiling derive_more v0.99.20
20002026-06-04T08:03:29.918Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20012026-06-04T08:03:29.957Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20022026-06-04T08:03:30.774Z Compiling minimal-lexical v0.2.1
20032026-06-04T08:03:30.883Z Compiling usdt-macro v0.5.0
20042026-06-04T08:03:30.978Z Compiling nom v7.1.3
20052026-06-04T08:03:31.128Z Compiling usdt-attr-macro v0.5.0
20062026-06-04T08:03:31.355Z Compiling zone_cfg_derive v0.3.1
20072026-06-04T08:03:31.673Z Compiling papergrid v0.17.0
20082026-06-04T08:03:31.971Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20092026-06-04T08:03:32.008Z Compiling testing_table v0.3.0
20102026-06-04T08:03:32.062Z Compiling rustc_version v0.4.1
20112026-06-04T08:03:32.177Z Compiling crossbeam-epoch v0.9.18
20122026-06-04T08:03:32.336Z Compiling dropshot_endpoint v0.17.1
20132026-06-04T08:03:32.352Z Compiling adler2 v2.0.1
20142026-06-04T08:03:32.500Z Compiling miniz_oxide v0.8.9
20152026-06-04T08:03:32.563Z Compiling crc32fast v1.5.0
20162026-06-04T08:03:32.683Z Compiling tabled v0.20.0
20172026-06-04T08:03:32.742Z Compiling enum-as-inner v0.6.1
20182026-06-04T08:03:32.985Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20192026-06-04T08:03:33.189Z Compiling flate2 v1.1.2
20202026-06-04T08:03:33.341Z Compiling curve25519-dalek v4.1.3
20212026-06-04T08:03:33.572Z Compiling hybrid-array v0.4.12
20222026-06-04T08:03:33.725Z Compiling crossbeam-deque v0.8.6
20232026-06-04T08:03:33.737Z Compiling thiserror-impl-no-std v2.0.2
20242026-06-04T08:03:33.919Z Compiling typify-impl v0.6.1
20252026-06-04T08:03:34.019Z Compiling curve25519-dalek-derive v0.1.1
20262026-06-04T08:03:34.052Z Compiling block-buffer v0.12.0
20272026-06-04T08:03:34.218Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20282026-06-04T08:03:34.606Z Compiling crypto-common v0.2.2
20292026-06-04T08:03:34.725Z Compiling rayon-core v1.13.0
20302026-06-04T08:03:34.857Z Compiling clang-sys v1.8.1
20312026-06-04T08:03:34.888Z Compiling const-oid v0.10.2
20322026-06-04T08:03:35.109Z Compiling compression-core v0.4.32
20332026-06-04T08:03:35.318Z Compiling compression-codecs v0.4.32
20342026-06-04T08:03:35.332Z Compiling scroll v0.12.0
20352026-06-04T08:03:35.448Z Compiling digest v0.11.3
20362026-06-04T08:03:35.600Z Compiling hash32 v0.3.1
20372026-06-04T08:03:35.612Z Compiling toml_datetime v1.1.1+spec-1.1.0
20382026-06-04T08:03:35.629Z Compiling cpufeatures v0.3.0
20392026-06-04T08:03:35.761Z Compiling heapless v0.8.0
20402026-06-04T08:03:35.777Z Compiling sha1 v0.11.0
20412026-06-04T08:03:35.796Z Compiling goblin v0.8.2
20422026-06-04T08:03:35.806Z Compiling toml v1.1.2+spec-1.1.0
20432026-06-04T08:03:35.883Z Compiling async-compression v0.4.33
20442026-06-04T08:03:35.933Z Compiling ingot-types v0.1.2
20452026-06-04T08:03:36.197Z Compiling cobs v0.3.0
20462026-06-04T08:03:36.200Z Compiling libloading v0.8.9
20472026-06-04T08:03:36.221Z Compiling foreign-types-shared v0.3.1
20482026-06-04T08:03:36.320Z Compiling bitflags v1.3.2
20492026-06-04T08:03:36.341Z Compiling managed v0.8.0
20502026-06-04T08:03:36.399Z Compiling postcard v1.1.3
20512026-06-04T08:03:36.411Z Compiling bindgen v0.72.1
20522026-06-04T08:03:36.441Z Compiling foreign-types v0.5.0
20532026-06-04T08:03:36.528Z Compiling smoltcp v0.11.0
20542026-06-04T08:03:36.564Z Compiling dropshot v0.17.1
20552026-06-04T08:03:36.748Z Compiling ingot v0.1.1
20562026-06-04T08:03:37.819Z Compiling cexpr v0.6.0
20572026-06-04T08:03:38.412Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20582026-06-04T08:03:38.477Z Compiling num_enum v0.7.5
20592026-06-04T08:03:38.606Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20602026-06-04T08:03:39.142Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20612026-06-04T08:03:39.176Z Compiling camino-tempfile v1.4.1
20622026-06-04T08:03:39.341Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20632026-06-04T08:03:39.432Z Compiling derive-where v1.6.0
20642026-06-04T08:03:39.485Z Compiling serde_repr v0.1.20
20652026-06-04T08:03:39.675Z Compiling cstr-argument v0.1.2
20662026-06-04T08:03:39.897Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-06-04T08:03:40.100Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20682026-06-04T08:03:40.200Z Compiling typify-macro v0.6.1
20692026-06-04T08:03:40.790Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20702026-06-04T08:03:40.984Z Compiling rayon v1.11.0
20712026-06-04T08:03:41.320Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20722026-06-04T08:03:41.451Z Compiling crucible-workspace-hack v0.1.0
20732026-06-04T08:03:42.082Z Compiling memmap v0.7.0
20742026-06-04T08:03:42.296Z Compiling tinyvec_macros v0.1.1
20752026-06-04T08:03:42.319Z Compiling typify v0.6.1
20762026-06-04T08:03:42.342Z Compiling usdt v0.5.0
20772026-06-04T08:03:42.380Z Compiling tinyvec v1.10.0
20782026-06-04T08:03:42.453Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20792026-06-04T08:03:42.931Z Compiling num_enum v0.5.11
20802026-06-04T08:03:43.249Z Compiling pin-project-internal v1.1.10
20812026-06-04T08:03:44.314Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20822026-06-04T08:03:44.365Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20832026-06-04T08:03:44.438Z Compiling progenitor-impl v0.13.0
20842026-06-04T08:03:44.449Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20852026-06-04T08:03:44.572Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20862026-06-04T08:03:44.664Z Compiling rustix v0.38.44
20872026-06-04T08:03:45.198Z Compiling itertools v0.12.1
20882026-06-04T08:03:45.250Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20892026-06-04T08:03:45.425Z Compiling progenitor-impl v0.10.0
20902026-06-04T08:03:45.610Z Compiling sigpipe v0.1.3
20912026-06-04T08:03:45.655Z Compiling jiff v0.2.15
20922026-06-04T08:03:45.706Z Compiling const_format_proc_macros v0.2.34
20932026-06-04T08:03:46.261Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20942026-06-04T08:03:46.447Z Compiling zone v0.3.1
20952026-06-04T08:03:46.523Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20962026-06-04T08:03:47.522Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20972026-06-04T08:03:47.912Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20982026-06-04T08:03:48.026Z Compiling progenitor-macro v0.13.0
20992026-06-04T08:03:48.301Z Compiling snafu-derive v0.8.9
21002026-06-04T08:03:48.914Z Compiling progenitor-macro v0.10.0
21012026-06-04T08:03:48.991Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21022026-06-04T08:03:49.381Z Compiling secrecy v0.10.3
21032026-06-04T08:03:49.502Z Compiling smf v0.2.3
21042026-06-04T08:03:49.542Z Compiling async-recursion v1.1.1
21052026-06-04T08:03:49.646Z Compiling bstr v1.12.0
21062026-06-04T08:03:50.117Z Compiling whoami v1.6.1
21072026-06-04T08:03:50.498Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21082026-06-04T08:03:50.857Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21092026-06-04T08:03:51.196Z Compiling hmac v0.12.1
21102026-06-04T08:03:51.585Z Compiling inout v0.1.4
21112026-06-04T08:03:51.610Z Compiling ff v0.13.1
21122026-06-04T08:03:51.742Z Compiling crc8 v0.1.1
21132026-06-04T08:03:51.754Z Compiling data-encoding v2.9.0
21142026-06-04T08:03:52.432Z Compiling group v0.13.0
21152026-06-04T08:03:52.557Z Compiling cipher v0.4.4
21162026-06-04T08:03:52.599Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21172026-06-04T08:03:53.434Z Compiling hkdf v0.12.4
21182026-06-04T08:03:53.593Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21192026-06-04T08:03:53.605Z Compiling atomicwrites v0.4.4
21202026-06-04T08:03:53.818Z Compiling tokio-dtrace v0.1.1
21212026-06-04T08:03:54.100Z Compiling tabled_derive v0.7.0
21222026-06-04T08:03:54.662Z Compiling reqwest v0.13.2
21232026-06-04T08:03:54.735Z Compiling universal-hash v0.5.1
21242026-06-04T08:03:54.801Z Compiling crypto-bigint v0.5.5
21252026-06-04T08:03:54.878Z Compiling half v2.7.1
21262026-06-04T08:03:55.028Z Compiling base64ct v1.8.0
21272026-06-04T08:03:55.066Z Compiling opaque-debug v0.3.1
21282026-06-04T08:03:55.147Z Compiling indent_write v2.2.0
21292026-06-04T08:03:55.260Z Compiling base16ct v0.2.0
21302026-06-04T08:03:55.341Z Compiling ciborium-io v0.2.2
21312026-06-04T08:03:55.432Z Compiling ciborium-ll v0.2.2
21322026-06-04T08:03:55.666Z Compiling password-hash v0.5.0
21332026-06-04T08:03:55.694Z Compiling progenitor-client v0.13.0
21342026-06-04T08:03:56.006Z Compiling elliptic-curve v0.13.8
21352026-06-04T08:03:56.128Z Compiling poly1305 v0.8.0
21362026-06-04T08:03:56.518Z Compiling oxide-tokio-rt v0.1.2
21372026-06-04T08:03:57.028Z Compiling chacha20 v0.9.1
21382026-06-04T08:03:57.159Z Compiling similar v2.7.0
21392026-06-04T08:03:57.262Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21402026-06-04T08:03:57.563Z Compiling thiserror-no-std v2.0.2
21412026-06-04T08:03:58.141Z Compiling blake2 v0.10.6
21422026-06-04T08:03:58.588Z Compiling aead v0.5.2
21432026-06-04T08:03:58.799Z Compiling keccak v0.1.6
21442026-06-04T08:03:58.921Z Compiling resolv-conf v0.7.5
21452026-06-04T08:03:58.924Z Compiling linked-hash-map v0.5.6
21462026-06-04T08:03:59.116Z Compiling lru-cache v0.1.2
21472026-06-04T08:03:59.139Z Compiling sha3 v0.10.8
21482026-06-04T08:03:59.286Z Compiling chacha20poly1305 v0.10.1
21492026-06-04T08:03:59.345Z Compiling vsss-rs v3.3.4
21502026-06-04T08:03:59.418Z Compiling argon2 v0.5.3
21512026-06-04T08:03:59.429Z Compiling progenitor v0.13.0
21522026-06-04T08:03:59.522Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21532026-06-04T08:03:59.565Z Compiling ciborium v0.2.2
21542026-06-04T08:03:59.756Z Compiling hickory-proto v0.24.4
21552026-06-04T08:04:00.095Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21562026-06-04T08:04:00.151Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21572026-06-04T08:04:00.699Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21582026-06-04T08:04:00.699Z Compiling serde-big-array v0.5.1
21592026-06-04T08:04:00.789Z Compiling siphasher v1.0.1
21602026-06-04T08:04:00.952Z Compiling same-file v1.0.6
21612026-06-04T08:04:01.057Z Compiling unicode-segmentation v1.12.0
21622026-06-04T08:04:01.142Z Compiling walkdir v2.5.0
21632026-06-04T08:04:01.402Z Compiling newline-converter v0.3.0
21642026-06-04T08:04:01.470Z Compiling phf_shared v0.12.1
21652026-06-04T08:04:01.499Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-06-04T08:04:01.518Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21672026-06-04T08:04:01.662Z Compiling hickory-resolver v0.24.4
21682026-06-04T08:04:01.689Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21692026-06-04T08:04:02.410Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21702026-06-04T08:04:03.311Z Compiling newtype_derive v0.1.6
21712026-06-04T08:04:03.403Z Compiling owo-colors v4.3.0
21722026-06-04T08:04:03.550Z Compiling tokio-stream v0.1.17
21732026-06-04T08:04:03.728Z Compiling console v0.15.11
21742026-06-04T08:04:04.017Z Compiling csv-core v0.1.12
21752026-06-04T08:04:04.116Z Compiling unicode-width v0.1.14
21762026-06-04T08:04:04.166Z Compiling smawk v0.3.2
21772026-06-04T08:04:04.299Z Compiling humantime v2.3.0
21782026-06-04T08:04:04.313Z Compiling swrite v0.1.0
21792026-06-04T08:04:04.401Z Compiling unicode-linebreak v0.1.5
21802026-06-04T08:04:04.485Z Compiling foldhash v0.1.5
21812026-06-04T08:04:04.556Z Compiling termtree v0.5.1
21822026-06-04T08:04:04.602Z Compiling textwrap v0.16.2
21832026-06-04T08:04:04.640Z Compiling hashbrown v0.15.5
21842026-06-04T08:04:04.710Z Compiling csv v1.4.0
21852026-06-04T08:04:04.840Z Compiling expectorate v1.2.0
21862026-06-04T08:04:04.863Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21872026-06-04T08:04:04.952Z Compiling qorb v0.4.1
21882026-06-04T08:04:05.238Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-06-04T08:04:06.650Z Compiling phf v0.12.1
21902026-06-04T08:04:06.820Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21912026-06-04T08:04:07.196Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21922026-06-04T08:04:07.311Z Compiling pin-project v1.1.10
21932026-06-04T08:04:07.362Z Compiling unicode-normalization v0.1.24
21942026-06-04T08:04:07.427Z Compiling libz-sys v1.1.22
21952026-06-04T08:04:07.796Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-06-04T08:04:08.326Z Compiling libsw-core v0.3.2
21972026-06-04T08:04:08.565Z Compiling fixedbitset v0.4.2
21982026-06-04T08:04:08.786Z Compiling fixedbitset v0.5.7
21992026-06-04T08:04:08.905Z Compiling highway v1.3.0
22002026-06-04T08:04:09.116Z Compiling petgraph v0.8.2
22012026-06-04T08:04:09.131Z Compiling progenitor v0.10.0
22022026-06-04T08:04:09.287Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22032026-06-04T08:04:09.579Z Compiling petgraph v0.6.5
22042026-06-04T08:04:10.855Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-06-04T08:04:11.144Z Compiling libsw v3.5.0
22062026-06-04T08:04:11.267Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22072026-06-04T08:04:11.423Z Compiling olpc-cjson v0.1.4
22082026-06-04T08:04:11.503Z Compiling libgit2-sys v0.17.0+1.8.1
22092026-06-04T08:04:11.506Z Compiling snafu v0.8.9
22102026-06-04T08:04:11.781Z Compiling chrono-tz v0.10.4
22112026-06-04T08:04:12.585Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-06-04T08:04:12.796Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-06-04T08:04:13.308Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-06-04T08:04:13.790Z Compiling papergrid v0.11.0
22152026-06-04T08:04:14.032Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-04T08:04:14.324Z Compiling globset v0.4.16
22172026-06-04T08:04:14.566Z Compiling const_format v0.2.34
22182026-06-04T08:04:14.768Z Compiling slog-dtrace v0.3.0
22192026-06-04T08:04:14.901Z Compiling cancel-safe-futures v0.1.5
22202026-06-04T08:04:15.108Z Compiling gethostname v0.5.0
22212026-06-04T08:04:15.284Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22222026-06-04T08:04:15.739Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22232026-06-04T08:04:16.360Z Compiling dropshot-api-manager-types v0.7.2
22242026-06-04T08:04:16.395Z Compiling bcs v0.1.6
22252026-06-04T08:04:16.469Z Compiling serde_plain v1.0.2
22262026-06-04T08:04:16.687Z Compiling cargo-platform v0.1.9
22272026-06-04T08:04:16.720Z Compiling pem v3.0.5
22282026-06-04T08:04:16.738Z Compiling typed-path v0.9.3
22292026-06-04T08:04:16.937Z Compiling linear-map v1.2.0
22302026-06-04T08:04:17.112Z Compiling tagptr v0.2.0
22312026-06-04T08:04:17.697Z Compiling tough v0.20.0
22322026-06-04T08:04:17.835Z Compiling moka v0.12.11
22332026-06-04T08:04:18.624Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22342026-06-04T08:04:19.425Z Compiling cargo_metadata v0.18.1
22352026-06-04T08:04:20.295Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22362026-06-04T08:04:20.573Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22372026-06-04T08:04:20.855Z Compiling tabled v0.15.0
22382026-06-04T08:04:20.937Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-06-04T08:04:21.556Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22402026-06-04T08:04:21.969Z Compiling git2 v0.19.0
22412026-06-04T08:04:23.579Z Compiling steno v0.4.1
22422026-06-04T08:04:24.886Z Compiling cookie v0.18.1
22432026-06-04T08:04:25.041Z Compiling hickory-proto v0.25.2
22442026-06-04T08:04:27.029Z Compiling hickory-resolver v0.25.2
22452026-06-04T08:04:27.746Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-06-04T08:04:29.527Z Compiling vergen v8.3.2
22472026-06-04T08:04:31.145Z Compiling signal-hook v0.3.18
22482026-06-04T08:04:32.105Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22492026-06-04T08:04:32.249Z Compiling mockall_derive v0.13.1
22502026-06-04T08:04:32.345Z Compiling predicates-core v1.0.9
22512026-06-04T08:04:32.793Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22522026-06-04T08:04:33.009Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22532026-06-04T08:04:33.118Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22542026-06-04T08:04:33.418Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22552026-06-04T08:04:33.468Z Compiling sha2 v0.10.9
22562026-06-04T08:04:34.080Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22572026-06-04T08:04:34.879Z Compiling diff v0.1.13
22582026-06-04T08:04:35.027Z Compiling yansi v1.0.1
22592026-06-04T08:04:35.445Z Compiling pretty_assertions v1.4.1
22602026-06-04T08:04:35.506Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22612026-06-04T08:04:35.886Z Compiling fs-err v3.1.2
22622026-06-04T08:04:36.645Z Compiling predicates v3.1.3
22632026-06-04T08:04:36.674Z Compiling predicates-tree v1.0.12
22642026-06-04T08:04:37.397Z Compiling git-stub v1.0.0
22652026-06-04T08:04:37.573Z Compiling filetime v0.2.26
22662026-06-04T08:04:37.688Z Compiling arrayref v0.3.9
22672026-06-04T08:04:37.773Z Compiling constant_time_eq v0.3.1
22682026-06-04T08:04:37.773Z Compiling arrayvec v0.7.6
22692026-06-04T08:04:37.912Z Compiling is_ci v1.2.0
22702026-06-04T08:04:37.992Z Compiling fragile v2.0.1
22712026-06-04T08:04:38.070Z Compiling xattr v1.6.1
22722026-06-04T08:04:38.266Z Compiling downcast v0.11.0
22732026-06-04T08:04:38.305Z Compiling tar v0.4.45
22742026-06-04T08:04:38.426Z Compiling supports-color v3.0.2
22752026-06-04T08:04:38.619Z Compiling toml v0.7.8
22762026-06-04T08:04:38.774Z Compiling mockall v0.13.1
22772026-06-04T08:04:38.976Z Compiling blake3 v1.8.2
22782026-06-04T08:04:39.309Z Compiling git-stub-vcs v0.1.0
22792026-06-04T08:04:39.563Z Compiling curl-sys v0.4.83+curl-8.15.0
22802026-06-04T08:04:39.702Z Compiling signal-hook-tokio v0.3.1
22812026-06-04T08:04:39.993Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22822026-06-04T08:04:40.954Z Compiling drift v0.2.0
22832026-06-04T08:04:41.400Z Compiling kstat-rs v0.2.4
22842026-06-04T08:04:41.733Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22852026-06-04T08:04:41.831Z Compiling display-error-chain v0.2.2
22862026-06-04T08:04:41.982Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22872026-06-04T08:04:42.054Z Compiling hex-literal v1.0.0
22882026-06-04T08:04:42.136Z Compiling topological-sort v0.2.2
22892026-06-04T08:04:42.254Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22902026-06-04T08:04:42.293Z Compiling omicron-zone-package v0.12.2
22912026-06-04T08:04:42.897Z Compiling dropshot-api-manager v0.7.2
22922026-06-04T08:04:44.198Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22932026-06-04T08:04:44.321Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22942026-06-04T08:04:45.222Z Compiling curl v0.4.49
22952026-06-04T08:04:45.266Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22962026-06-04T08:04:45.694Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22972026-06-04T08:04:45.957Z Compiling search_path v0.1.4
22982026-06-04T08:04:46.095Z Compiling internet-checksum v0.2.1
22992026-06-04T08:04:46.254Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-06-04T08:04:46.387Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23012026-06-04T08:04:46.821Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23022026-06-04T08:04:50.039Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23032026-06-04T08:04:50.422Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23042026-06-04T08:05:36.053Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s
23052026-06-04T08:05:36.180Z Running unittests src/lib.rs (target/debug/deps/aal-cf35dcb1a782ffcc)
23062026-06-04T08:05:36.184Z
23072026-06-04T08:05:36.184Zrunning 5 tests
23082026-06-04T08:05:36.184Ztest fuse::tests::chip_revision_a0 ... ok
23092026-06-04T08:05:36.184Ztest fuse::tests::chip_revision_b1 ... ok
23102026-06-04T08:05:36.184Ztest fuse::tests::chip_revision_b0 ... ok
23112026-06-04T08:05:36.184Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23122026-06-04T08:05:36.184Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23132026-06-04T08:05:36.184Z
23142026-06-04T08:05:36.184Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23152026-06-04T08:05:36.185Z
23162026-06-04T08:05:36.185Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23172026-06-04T08:05:36.188Z
23182026-06-04T08:05:36.188Zrunning 0 tests
23192026-06-04T08:05:36.188Z
23202026-06-04T08:05:36.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-06-04T08:05:36.188Z
23222026-06-04T08:05:36.188Z Running unittests src/lib.rs (target/debug/deps/asic-6ca74649ba814684)
23232026-06-04T08:05:36.188Z
23242026-06-04T08:05:36.188Zrunning 0 tests
23252026-06-04T08:05:36.188Z
23262026-06-04T08:05:36.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23272026-06-04T08:05:36.188Z
23282026-06-04T08:05:36.188Z Running unittests src/lib.rs (target/debug/deps/common-c16703b6bef7037c)
23292026-06-04T08:05:36.191Z
23302026-06-04T08:05:36.192Zrunning 10 tests
23312026-06-04T08:05:36.192Ztest nat::tests::test_vni ... ok
23322026-06-04T08:05:36.192Ztest network::tests::test_equal ... ok
23332026-06-04T08:05:36.192Ztest network::tests::test_eui64 ... ok
23342026-06-04T08:05:36.192Ztest network::tests::test_generate_ipv6_link_local ... ok
23352026-06-04T08:05:36.192Ztest network::tests::test_into ... ok
23362026-06-04T08:05:36.192Ztest network::tests::test_not_equal ... ok
23372026-06-04T08:05:36.192Ztest network::tests::test_parse ... ok
23382026-06-04T08:05:36.192Ztest network::tests::test_to_string ... ok
23392026-06-04T08:05:36.192Ztest test_purge ... ok
23402026-06-04T08:05:36.248Ztest illumos::test::address_exists_handles_missing_object ... ok
23412026-06-04T08:05:36.248Z
23422026-06-04T08:05:36.248Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23432026-06-04T08:05:36.248Z
23442026-06-04T08:05:36.248Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-cb7eb086dbbfad7e)
23452026-06-04T08:05:36.248Z
23462026-06-04T08:05:36.248Zrunning 1 test
23472026-06-04T08:05:36.248Z -------
23482026-06-04T08:05:36.248Z Generating OpenAPI documents from API definitions ...
23492026-06-04T08:05:36.342Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23502026-06-04T08:05:36.408Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23512026-06-04T08:05:37.394Z -------
23522026-06-04T08:05:37.394Z Checking 12 OpenAPI documents...
23532026-06-04T08:05:37.394Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-06-04T08:05:37.394Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-06-04T08:05:37.394Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-06-04T08:05:37.398Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-06-04T08:05:37.398Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-06-04T08:05:37.398Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-06-04T08:05:37.399Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-06-04T08:05:37.399Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-06-04T08:05:37.399Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-06-04T08:05:37.399Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-04T08:05:37.399Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-04T08:05:37.399Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-04T08:05:37.399Z Fresh dpd "latest" symlink
23662026-06-04T08:05:37.399Z -------
23672026-06-04T08:05:37.399Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23682026-06-04T08:05:37.457Ztest test::test_apis_up_to_date ... ok
23692026-06-04T08:05:37.457Z
23702026-06-04T08:05:37.457Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
23712026-06-04T08:05:37.457Z
23722026-06-04T08:05:37.513Z Running unittests src/main.rs (target/debug/deps/dpd-810e46efdb9d9b91)
23732026-06-04T08:05:37.520Z
23742026-06-04T08:05:37.520Zrunning 19 tests
23752026-06-04T08:05:37.523Ztest freemap::test_ordering ... ok
23762026-06-04T08:05:37.523Ztest config::tests::test_updates ... ok
23772026-06-04T08:05:37.523Ztest freemap::test_split ... ok
23782026-06-04T08:05:37.523Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23792026-06-04T08:05:37.523Ztest macaddrs::tests::test_mac_offset ... ok
23802026-06-04T08:05:37.526Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23812026-06-04T08:05:37.526Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23822026-06-04T08:05:37.526Ztest macaddrs::tests::test_parse_port_id ... ok
23832026-06-04T08:05:37.526Ztest nat::test_mapping ... ok
23842026-06-04T08:05:37.526ZJun 04 08:05:36.106 DEBG created new freemapJun 04 08:05:36.106 DEBG , created new freemapunit, :unit :freemap_test freemap_test
23852026-06-04T08:05:37.526Z
23862026-06-04T08:05:37.526ZJun 04 08:05:36.106Jun 04 08:05:36.106 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23872026-06-04T08:05:37.526Z
23882026-06-04T08:05:37.526ZJun 04 08:05:36.106Jun 04 08:05:36.106 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
23892026-06-04T08:05:37.526Z
23902026-06-04T08:05:37.526ZJun 04 08:05:36.106 DEBG created new freemap, unit: freemap_test
23912026-06-04T08:05:37.526ZJun 04 08:05:36.106 DEBG initted freemap. size: 128, unit: freemap_testJun 04 08:05:36.106
23922026-06-04T08:05:37.526Z DEBG created new freemapJun 04 08:05:36.106 , DEBGunit :reset freemap , freemap_testunit:
23932026-06-04T08:05:37.526Z freemap_test
23942026-06-04T08:05:37.526ZJun 04 08:05:36.106 DEBG initted freemap. size: 128, unit: freemap_test
23952026-06-04T08:05:37.526ZJun 04 08:05:36.106 DEBG reset freemap, unit: freemap_test
23962026-06-04T08:05:37.526Ztest freemap::test_exhaustion ... ok
23972026-06-04T08:05:37.526Ztest freemap::test_reclaim ... ok
23982026-06-04T08:05:37.526Ztest freemap::test_basic ... ok
23992026-06-04T08:05:37.526Ztest freemap::test_free ... ok
24002026-06-04T08:05:37.526Ztest port_map::tests::test_backplane_group ... ok
24012026-06-04T08:05:37.526Ztest port_map::tests::dump_map ... ok
24022026-06-04T08:05:37.527Ztest port_map::tests::test_port_map ... ok
24032026-06-04T08:05:37.527ZJun 04 08:05:36.107 DEBG created new freemap, unit: freemap_test
24042026-06-04T08:05:37.527ZJun 04 08:05:36.107 DEBG initted freemap. size: 128, unit: freemap_test
24052026-06-04T08:05:37.527ZJun 04 08:05:36.107 DEBG reset freemap, unit: freemap_test
24062026-06-04T08:05:37.527Ztest freemap::test_span ... ok
24072026-06-04T08:05:37.527Ztest api_server::tests::test_build_info ... ok
24082026-06-04T08:05:37.527Ztest port_map::tests::parse_softnpu_revision ... ok
24092026-06-04T08:05:37.527Z
24102026-06-04T08:05:37.527Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24112026-06-04T08:05:37.527Z
24122026-06-04T08:05:37.531Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8f3c5981b47d3310)
24132026-06-04T08:05:37.534Z
24142026-06-04T08:05:37.534Zrunning 0 tests
24152026-06-04T08:05:37.534Z
24162026-06-04T08:05:37.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24172026-06-04T08:05:37.534Z
24182026-06-04T08:05:37.534Z Running unittests src/lib.rs (target/debug/deps/dpd_api-75ae0448e54f4c68)
24192026-06-04T08:05:37.535Z
24202026-06-04T08:05:37.535Zrunning 0 tests
24212026-06-04T08:05:37.535Z
24222026-06-04T08:05:37.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24232026-06-04T08:05:37.535Z
24242026-06-04T08:05:37.535Z Running unittests src/lib.rs (target/debug/deps/dpd_client-192f887fecb2cb3b)
24252026-06-04T08:05:37.538Z
24262026-06-04T08:05:37.538Zrunning 6 tests
24272026-06-04T08:05:37.538Ztest tests::test_parse_client_port_id ... ok
24282026-06-04T08:05:37.538Ztest tests::test_full_lot_id_both_present ... ok
24292026-06-04T08:05:37.538Ztest tests::test_port_id_cmp ... ok
24302026-06-04T08:05:37.538Ztest tests::test_full_lot_id_neither_present ... ok
24312026-06-04T08:05:37.538Ztest tests::test_full_lot_id_lotnum_only ... ok
24322026-06-04T08:05:37.538Ztest tests::test_full_lot_id_lot_only ... ok
24332026-06-04T08:05:37.538Z
24342026-06-04T08:05:37.538Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24352026-06-04T08:05:37.538Z
24362026-06-04T08:05:37.538Z Running tests/test_all.rs (target/debug/deps/test_all-4113126a16874d7e)
24372026-06-04T08:05:37.538Z
24382026-06-04T08:05:37.538Zrunning 0 tests
24392026-06-04T08:05:37.538Z
24402026-06-04T08:05:37.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24412026-06-04T08:05:37.538Z
24422026-06-04T08:05:37.538Z Running unittests src/lib.rs (target/debug/deps/dpd_types-0005b906d9546ee4)
24432026-06-04T08:05:37.541Z
24442026-06-04T08:05:37.541Zrunning 0 tests
24452026-06-04T08:05:37.541Z
24462026-06-04T08:05:37.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24472026-06-04T08:05:37.541Z
24482026-06-04T08:05:37.541Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6ec364b4c7af39d5)
24492026-06-04T08:05:37.542Z
24502026-06-04T08:05:37.542Zrunning 0 tests
24512026-06-04T08:05:37.542Z
24522026-06-04T08:05:37.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24532026-06-04T08:05:37.542Z
24542026-06-04T08:05:37.545Z Running unittests src/lib.rs (target/debug/deps/packet-64586f6225f83880)
24552026-06-04T08:05:37.545Z
24562026-06-04T08:05:37.545Zrunning 12 tests
24572026-06-04T08:05:37.545Ztest icmp::test_v4_checksum ... ok
24582026-06-04T08:05:37.545Ztest icmp::test_v6_checksum ... ok
24592026-06-04T08:05:37.545Ztest ipv6::test_ipv6_parse ... ok
24602026-06-04T08:05:37.545Ztest pbuf::test_byte ... ok
24612026-06-04T08:05:37.545Ztest lldp::test_lldp_parse ... ok
24622026-06-04T08:05:37.545Ztest pbuf::test_nibble ... ok
24632026-06-04T08:05:37.545Ztest pbuf::test_overflow ... ok
24642026-06-04T08:05:37.545Ztest pbuf::test_short ... ok
24652026-06-04T08:05:37.545Ztest pbuf::test_twelve ... ok
24662026-06-04T08:05:37.545Ztest pbuf::test_word ... ok
24672026-06-04T08:05:37.545Ztest tcp::test_checksum_ack_data ... ok
24682026-06-04T08:05:37.545Ztest tcp::test_checksum_syn_nodata ... ok
24692026-06-04T08:05:37.545Z
24702026-06-04T08:05:37.545Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24712026-06-04T08:05:37.545Z
24722026-06-04T08:05:37.545Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
24732026-06-04T08:05:37.548Z
24742026-06-04T08:05:37.548Zrunning 0 tests
24752026-06-04T08:05:37.548Z
24762026-06-04T08:05:37.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24772026-06-04T08:05:37.548Z
24782026-06-04T08:05:37.548Z Running unittests src/main.rs (target/debug/deps/swadm-86890fa0da8dcda8)
24792026-06-04T08:05:37.548Z
24802026-06-04T08:05:37.548Zrunning 5 tests
24812026-06-04T08:05:37.551Ztest switchport::test::test_compute_lanes ... ok
24822026-06-04T08:05:37.552Ztest switchport::test::port_id_ordering ... ok
24832026-06-04T08:05:37.552Z Lane 0 Lane 1 Lane 2 Lane 3
24842026-06-04T08:05:37.552Z Rx Loss-of-lock: Yes Yes Lane 0Yes Yes
24852026-06-04T08:05:37.552ZLane 1 Rx Loss-of-signal: Yes YesLane 2 YesLane 3
24862026-06-04T08:05:37.552ZYes
24872026-06-04T08:05:37.552Z State: Activated Rx CDR Enabled: Yes ActivatedYes YesActivated YesActivated
24882026-06-04T08:05:37.552Z
24892026-06-04T08:05:37.552Z Tx Enabled: Yes Rx Output Enabled: falseYes falseYes Yes
24902026-06-04T08:05:37.552Zfalse false Tx Loss-of-lock: No
24912026-06-04T08:05:37.552Z Rx Output Status: validNo validNo validNo
24922026-06-04T08:05:37.552Z Tx Loss-of-signal: Novalid
24932026-06-04T08:05:37.552ZNo Rx Loss-of-lock: true No trueNo
24942026-06-04T08:05:37.552Ztrue Tx CDR Enabled: No true
24952026-06-04T08:05:37.552ZNo Rx Loss-of-signal: false Nofalse Nofalse
24962026-06-04T08:05:37.552Z false
24972026-06-04T08:05:37.552Z Tx Adaptive EQ Fault: No Rx Auto-squelch Disable: true Notrue Notrue true
24982026-06-04T08:05:37.552ZNo
24992026-06-04T08:05:37.552Z Tx Output Enabled: true Tx Fault: Yes true Yes trueYes true
25002026-06-04T08:05:37.552ZYes
25012026-06-04T08:05:37.552Z Tx Output Status: invalid invalid invalid invalid
25022026-06-04T08:05:37.552Z Tx Loss-of-lock: false false false false
25032026-06-04T08:05:37.552Z Tx Loss-of-signal: true true true true
25042026-06-04T08:05:37.552ZTx Auto-squelch Disable: false false false false
25052026-06-04T08:05:37.552Z Tx Adaptive EQ Fail: true true true true
25062026-06-04T08:05:37.552Z Tx Failure: false false false false
25072026-06-04T08:05:37.552Z Tx Force Squelch: true true true true
25082026-06-04T08:05:37.552Z Tx Input Polarity: normal normal normal normal
25092026-06-04T08:05:37.552Ztest switchport::test::test_print_sff_datapath ... ok
25102026-06-04T08:05:37.552Ztest switchport::test::test_print_cmis_datapath ... ok
25112026-06-04T08:05:37.552Ztest link::test_filter ... ok
25122026-06-04T08:05:37.552Z
25132026-06-04T08:05:37.552Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25142026-06-04T08:05:37.552Z
25152026-06-04T08:05:37.552Z Running tests/counters.rs (target/debug/deps/counters-0405e76cac7b10b5)
25162026-06-04T08:05:37.556Z
25172026-06-04T08:05:37.556Zrunning 1 test
25182026-06-04T08:05:37.556Ztest test_p4_counter_list ... ignored
25192026-06-04T08:05:37.556Z
25202026-06-04T08:05:37.556Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25212026-06-04T08:05:37.556Z
25222026-06-04T08:05:37.556Z Running tests/port-link.rs (target/debug/deps/port_link-a3d54f2766afd49c)
25232026-06-04T08:05:37.556Z
25242026-06-04T08:05:37.556Zrunning 5 tests
25252026-06-04T08:05:37.556Ztest test_an ... ignored
25262026-06-04T08:05:37.556Ztest test_enable ... ignored
25272026-06-04T08:05:37.556Ztest test_ip_addresses ... ignored
25282026-06-04T08:05:37.556Ztest test_kr ... ignored
25292026-06-04T08:05:37.556Ztest test_mac ... ignored
25302026-06-04T08:05:37.556Z
25312026-06-04T08:05:37.556Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25322026-06-04T08:05:37.556Z
25332026-06-04T08:05:37.556Z Running unittests src/main.rs (target/debug/deps/tfportd-30b86dc34beaa63f)
25342026-06-04T08:05:37.559Z
25352026-06-04T08:05:37.559Zrunning 3 tests
25362026-06-04T08:05:37.564Ztest linklocal::test_parse_ipadm ... ok
25372026-06-04T08:05:37.564Ztest tfport::test_parse_tfport ... ok
25382026-06-04T08:05:37.564Ztest config::tests::test_updates ... ok
25392026-06-04T08:05:37.564Z
25402026-06-04T08:05:37.564Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-06-04T08:05:37.564Z
25422026-06-04T08:05:37.564Z Running unittests src/main.rs (target/debug/deps/uplinkd-408b0afaaedb795f)
25432026-06-04T08:05:37.567Z
25442026-06-04T08:05:37.567Zrunning 0 tests
25452026-06-04T08:05:37.567Z
25462026-06-04T08:05:37.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-06-04T08:05:37.567Z
25482026-06-04T08:05:37.567Z Running unittests src/main.rs (target/debug/deps/xtask-20a197789f0a3b5b)
25492026-06-04T08:05:37.567Z
25502026-06-04T08:05:37.567Zrunning 0 tests
25512026-06-04T08:05:37.567Z
25522026-06-04T08:05:37.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25532026-06-04T08:05:37.567Z
25542026-06-04T08:05:37.567Z Doc-tests aal
25552026-06-04T08:05:37.693Z
25562026-06-04T08:05:37.693Zrunning 0 tests
25572026-06-04T08:05:37.693Z
25582026-06-04T08:05:37.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25592026-06-04T08:05:37.693Z
25602026-06-04T08:05:37.713Z Doc-tests aal_macros
25612026-06-04T08:05:37.780Z
25622026-06-04T08:05:37.780Zrunning 0 tests
25632026-06-04T08:05:37.780Z
25642026-06-04T08:05:37.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-06-04T08:05:37.780Z
25662026-06-04T08:05:37.790Z Doc-tests common
25672026-06-04T08:05:38.020Z
25682026-06-04T08:05:38.020Zrunning 0 tests
25692026-06-04T08:05:38.020Z
25702026-06-04T08:05:38.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-06-04T08:05:38.020Z
25722026-06-04T08:05:38.041Z Doc-tests dpd_api
25732026-06-04T08:05:38.792Z
25742026-06-04T08:05:38.792Zrunning 2 tests
25752026-06-04T08:05:38.792Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25762026-06-04T08:05:38.792Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25772026-06-04T08:05:38.793Z
25782026-06-04T08:05:38.793Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25792026-06-04T08:05:38.793Z
25802026-06-04T08:05:38.827Z Doc-tests dpd_client
25812026-06-04T08:05:40.136Z
25822026-06-04T08:05:40.136Zrunning 0 tests
25832026-06-04T08:05:40.136Z
25842026-06-04T08:05:40.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25852026-06-04T08:05:40.136Z
25862026-06-04T08:05:40.185Z Doc-tests dpd_types
25872026-06-04T08:05:40.399Z
25882026-06-04T08:05:40.399Zrunning 0 tests
25892026-06-04T08:05:40.399Z
25902026-06-04T08:05:40.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-06-04T08:05:40.399Z
25922026-06-04T08:05:40.428Z Doc-tests dpd_types_versions
25932026-06-04T08:05:41.662Z
25942026-06-04T08:05:41.662Zrunning 1 test
25952026-06-04T08:05:41.662Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25962026-06-04T08:05:41.662Z
25972026-06-04T08:05:41.662Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25982026-06-04T08:05:41.662Z
25992026-06-04T08:05:41.711Z Doc-tests packet
26002026-06-04T08:05:41.827Z
26012026-06-04T08:05:41.828Zrunning 0 tests
26022026-06-04T08:05:41.828Z
26032026-06-04T08:05:41.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26042026-06-04T08:05:41.828Z
26052026-06-04T08:05:41.842Z Doc-tests pcap
26062026-06-04T08:05:41.899Z
26072026-06-04T08:05:41.899Zrunning 0 tests
26082026-06-04T08:05:41.899Z
26092026-06-04T08:05:41.899Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26102026-06-04T08:05:41.899Z
26112026-06-04T08:05:41.968Z+ for feat in tofino_stub tofino_asic softnpu chaos
26122026-06-04T08:05:41.968Z+ RUST_BACKTRACE=full
26132026-06-04T08:05:41.968Z+ cargo test --features tofino_asic --no-fail-fast
26142026-06-04T08:05:42.570Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26152026-06-04T08:05:42.648Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26162026-06-04T08:05:42.655Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26172026-06-04T08:05:42.662Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26182026-06-04T08:05:51.183Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26192026-06-04T08:05:51.469Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26202026-06-04T08:06:33.023Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.04s
26212026-06-04T08:06:33.137Z Running unittests src/lib.rs (target/debug/deps/aal-cf35dcb1a782ffcc)
26222026-06-04T08:06:33.140Z
26232026-06-04T08:06:33.140Zrunning 5 tests
26242026-06-04T08:06:33.143Ztest fuse::tests::chip_revision_b0 ... ok
26252026-06-04T08:06:33.143Ztest fuse::tests::chip_revision_a0 ... ok
26262026-06-04T08:06:33.143Ztest fuse::tests::chip_revision_b1 ... ok
26272026-06-04T08:06:33.143Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26282026-06-04T08:06:33.143Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26292026-06-04T08:06:33.143Z
26302026-06-04T08:06:33.143Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26312026-06-04T08:06:33.143Z
26322026-06-04T08:06:33.143Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26332026-06-04T08:06:33.148Z
26342026-06-04T08:06:33.148Zrunning 0 tests
26352026-06-04T08:06:33.148Z
26362026-06-04T08:06:33.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26372026-06-04T08:06:33.148Z
26382026-06-04T08:06:33.148Z Running unittests src/lib.rs (target/debug/deps/asic-fad41fc759f6d2c8)
26392026-06-04T08:06:33.250Z
26402026-06-04T08:06:33.250Zrunning 8 tests
26412026-06-04T08:06:33.253Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26422026-06-04T08:06:33.253Ztest tofino_asic::qsfp::tests::fix_link ... ok
26432026-06-04T08:06:33.253Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26442026-06-04T08:06:33.253Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26452026-06-04T08:06:33.253Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26462026-06-04T08:06:33.253Ztest tofino_asic::stats::constants_sanity_check ... ok
26472026-06-04T08:06:33.261Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26482026-06-04T08:06:33.752Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26492026-06-04T08:06:33.752Z
26502026-06-04T08:06:33.752Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26512026-06-04T08:06:33.752Z
26522026-06-04T08:06:33.762Z Running unittests src/lib.rs (target/debug/deps/common-c16703b6bef7037c)
26532026-06-04T08:06:33.765Z
26542026-06-04T08:06:33.765Zrunning 10 tests
26552026-06-04T08:06:33.768Ztest nat::tests::test_vni ... ok
26562026-06-04T08:06:33.768Ztest network::tests::test_eui64 ... ok
26572026-06-04T08:06:33.768Ztest network::tests::test_equal ... ok
26582026-06-04T08:06:33.768Ztest network::tests::test_generate_ipv6_link_local ... ok
26592026-06-04T08:06:33.768Ztest network::tests::test_into ... ok
26602026-06-04T08:06:33.768Ztest network::tests::test_not_equal ... ok
26612026-06-04T08:06:33.768Ztest network::tests::test_to_string ... ok
26622026-06-04T08:06:33.768Ztest network::tests::test_parse ... ok
26632026-06-04T08:06:33.768Ztest test_purge ... ok
26642026-06-04T08:06:33.771Ztest illumos::test::address_exists_handles_missing_object ... ok
26652026-06-04T08:06:33.771Z
26662026-06-04T08:06:33.771Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26672026-06-04T08:06:33.771Z
26682026-06-04T08:06:33.771Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-cb7eb086dbbfad7e)
26692026-06-04T08:06:33.775Z
26702026-06-04T08:06:33.775Zrunning 1 test
26712026-06-04T08:06:33.778Z -------
26722026-06-04T08:06:33.778Z Generating OpenAPI documents from API definitions ...
26732026-06-04T08:06:33.915Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26742026-06-04T08:06:33.985Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26752026-06-04T08:06:34.949Z -------
26762026-06-04T08:06:34.949Z Checking 12 OpenAPI documents...
26772026-06-04T08:06:34.949Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26782026-06-04T08:06:34.949Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26792026-06-04T08:06:34.949Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26802026-06-04T08:06:34.950Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26812026-06-04T08:06:34.953Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26822026-06-04T08:06:34.953Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26832026-06-04T08:06:34.953Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26842026-06-04T08:06:34.953Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26852026-06-04T08:06:34.953Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26862026-06-04T08:06:34.953Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-04T08:06:34.953Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-04T08:06:34.953Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-04T08:06:34.953Z Fresh dpd "latest" symlink
26902026-06-04T08:06:34.953Z -------
26912026-06-04T08:06:34.953Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26922026-06-04T08:06:35.014Ztest test::test_apis_up_to_date ... ok
26932026-06-04T08:06:35.014Z
26942026-06-04T08:06:35.014Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
26952026-06-04T08:06:35.014Z
26962026-06-04T08:06:35.073Z Running unittests src/main.rs (target/debug/deps/dpd-c7d56c71874ae568)
26972026-06-04T08:06:35.140Z
26982026-06-04T08:06:35.140Zrunning 51 tests
26992026-06-04T08:06:35.143Ztest freemap::test_ordering ... ok
27002026-06-04T08:06:35.143Ztest config::tests::test_updates ... ok
27012026-06-04T08:06:35.143Ztest freemap::test_split ... ok
27022026-06-04T08:06:35.143Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27032026-06-04T08:06:35.143Ztest macaddrs::tests::test_mac_offset ... ok
27042026-06-04T08:06:35.143Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27052026-06-04T08:06:35.143Ztest macaddrs::tests::test_parse_port_id ... ok
27062026-06-04T08:06:35.144Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27072026-06-04T08:06:35.144Ztest nat::test_mapping ... ok
27082026-06-04T08:06:35.147Ztest port_map::tests::dump_map ... ok
27092026-06-04T08:06:35.147Ztest port_map::tests::test_backplane_group ... ok
27102026-06-04T08:06:35.147Ztest port_map::tests::test_port_map ... ok
27112026-06-04T08:06:35.147Ztest transceivers::mpn_test::test_mpn_missing ... ok
27122026-06-04T08:06:35.147Ztest transceivers::mpn_test::test_mpn_present ... ok
27132026-06-04T08:06:35.147ZJun 04 08:06:33.727 Jun 04 08:06:33.727DEBG DEBGcreated new freemap created new freemap, unit, :unit :freemap_test
27142026-06-04T08:06:35.147Zfreemap_test
27152026-06-04T08:06:35.147Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27162026-06-04T08:06:35.147ZJun 04 08:06:33.727 DEBG initted freemap. size: 128, unit: freemap_test
27172026-06-04T08:06:35.147ZJun 04 08:06:33.727Jun 04 08:06:33.727 DEBGDEBG reset freemapinitted freemap. size: 128, unitJun 04 08:06:33.727: DEBG, unitfreemap_testcreated new freemap
27182026-06-04T08:06:35.147Z, unit:: freemap_testfreemap_test
27192026-06-04T08:06:35.147Z
27202026-06-04T08:06:35.147ZJun 04 08:06:33.727 DEBG initted freemap. size: 128, unit: freemap_test
27212026-06-04T08:06:35.147ZJun 04 08:06:33.727 DEBG reset freemapJun 04 08:06:33.727, unitDEBG: reset freemapfreemap_test,
27222026-06-04T08:06:35.147Zunit: freemap_test
27232026-06-04T08:06:35.147ZJun 04 08:06:33.727 DEBG created new freemap, unit: freemap_test
27242026-06-04T08:06:35.147ZJun 04 08:06:33.727 DEBG initted freemap. size: 128, unit: freemap_test
27252026-06-04T08:06:35.147ZJun 04 08:06:33.727 DEBG reset freemap, unit: freemap_test
27262026-06-04T08:06:35.147Ztest freemap::test_free ... ok
27272026-06-04T08:06:35.147Ztest freemap::test_exhaustion ... ok
27282026-06-04T08:06:35.147Ztest freemap::test_reclaim ... ok
27292026-06-04T08:06:35.147Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27302026-06-04T08:06:35.147Ztest freemap::test_basic ... ok
27312026-06-04T08:06:35.147Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27322026-06-04T08:06:35.147Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27332026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27342026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27352026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27362026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27372026-06-04T08:06:35.148ZJun 04 08:06:33.728 DEBG created new freemap, unit: freemap_test
27382026-06-04T08:06:35.148ZJun 04 08:06:33.728 DEBG initted freemap. size: 128, unit: freemap_test
27392026-06-04T08:06:35.148ZJun 04 08:06:33.728 DEBG reset freemap, unit: freemap_test
27402026-06-04T08:06:35.148Ztest freemap::test_span ... ok
27412026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27422026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27432026-06-04T08:06:35.148Ztest api_server::tests::test_build_info ... ok
27442026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27452026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27462026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27472026-06-04T08:06:35.148Ztest port_map::tests::parse_softnpu_revision ... ok
27482026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27492026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27502026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27512026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27522026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27532026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27542026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27552026-06-04T08:06:35.148Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27562026-06-04T08:06:35.152Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27572026-06-04T08:06:35.152Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27582026-06-04T08:06:35.152Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27592026-06-04T08:06:35.152Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27602026-06-04T08:06:35.152Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27612026-06-04T08:06:35.152Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27622026-06-04T08:06:35.152Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27632026-06-04T08:06:35.152Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27642026-06-04T08:06:35.153Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27652026-06-04T08:06:35.153Z
27662026-06-04T08:06:35.153Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27672026-06-04T08:06:35.153Z
27682026-06-04T08:06:35.164Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a79297f9262971c4)
27692026-06-04T08:06:35.167Z
27702026-06-04T08:06:35.167Zrunning 0 tests
27712026-06-04T08:06:35.167Z
27722026-06-04T08:06:35.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27732026-06-04T08:06:35.167Z
27742026-06-04T08:06:35.167Z Running unittests src/lib.rs (target/debug/deps/dpd_api-75ae0448e54f4c68)
27752026-06-04T08:06:35.167Z
27762026-06-04T08:06:35.167Zrunning 0 tests
27772026-06-04T08:06:35.167Z
27782026-06-04T08:06:35.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27792026-06-04T08:06:35.167Z
27802026-06-04T08:06:35.167Z Running unittests src/lib.rs (target/debug/deps/dpd_client-9916264e98ff86b8)
27812026-06-04T08:06:35.167Z
27822026-06-04T08:06:35.167Zrunning 6 tests
27832026-06-04T08:06:35.171Ztest tests::test_full_lot_id_neither_present ... ok
27842026-06-04T08:06:35.171Ztest tests::test_full_lot_id_lot_only ... ok
27852026-06-04T08:06:35.171Ztest tests::test_full_lot_id_lotnum_only ... ok
27862026-06-04T08:06:35.171Ztest tests::test_full_lot_id_both_present ... ok
27872026-06-04T08:06:35.171Ztest tests::test_parse_client_port_id ... ok
27882026-06-04T08:06:35.171Ztest tests::test_port_id_cmp ... ok
27892026-06-04T08:06:35.171Z
27902026-06-04T08:06:35.171Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27912026-06-04T08:06:35.171Z
27922026-06-04T08:06:35.171Z Running tests/test_all.rs (target/debug/deps/test_all-c075666df2bb27dd)
27932026-06-04T08:06:35.171Z
27942026-06-04T08:06:35.171Zrunning 0 tests
27952026-06-04T08:06:35.171Z
27962026-06-04T08:06:35.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27972026-06-04T08:06:35.171Z
27982026-06-04T08:06:35.171Z Running unittests src/lib.rs (target/debug/deps/dpd_types-0005b906d9546ee4)
27992026-06-04T08:06:35.174Z
28002026-06-04T08:06:35.174Zrunning 0 tests
28012026-06-04T08:06:35.174Z
28022026-06-04T08:06:35.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28032026-06-04T08:06:35.174Z
28042026-06-04T08:06:35.174Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6ec364b4c7af39d5)
28052026-06-04T08:06:35.174Z
28062026-06-04T08:06:35.174Zrunning 0 tests
28072026-06-04T08:06:35.175Z
28082026-06-04T08:06:35.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28092026-06-04T08:06:35.175Z
28102026-06-04T08:06:35.175Z Running unittests src/lib.rs (target/debug/deps/packet-64586f6225f83880)
28112026-06-04T08:06:35.177Z
28122026-06-04T08:06:35.178Zrunning 12 tests
28132026-06-04T08:06:35.178Ztest icmp::test_v6_checksum ... ok
28142026-06-04T08:06:35.178Ztest lldp::test_lldp_parse ... ok
28152026-06-04T08:06:35.178Ztest icmp::test_v4_checksum ... ok
28162026-06-04T08:06:35.178Ztest pbuf::test_byte ... ok
28172026-06-04T08:06:35.178Ztest ipv6::test_ipv6_parse ... ok
28182026-06-04T08:06:35.178Ztest pbuf::test_nibble ... ok
28192026-06-04T08:06:35.178Ztest pbuf::test_short ... ok
28202026-06-04T08:06:35.178Ztest pbuf::test_overflow ... ok
28212026-06-04T08:06:35.178Ztest pbuf::test_twelve ... ok
28222026-06-04T08:06:35.178Ztest pbuf::test_word ... ok
28232026-06-04T08:06:35.178Ztest tcp::test_checksum_syn_nodata ... ok
28242026-06-04T08:06:35.178Ztest tcp::test_checksum_ack_data ... ok
28252026-06-04T08:06:35.178Z
28262026-06-04T08:06:35.178Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28272026-06-04T08:06:35.178Z
28282026-06-04T08:06:35.178Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
28292026-06-04T08:06:35.181Z
28302026-06-04T08:06:35.181Zrunning 0 tests
28312026-06-04T08:06:35.181Z
28322026-06-04T08:06:35.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-06-04T08:06:35.181Z
28342026-06-04T08:06:35.181Z Running unittests src/main.rs (target/debug/deps/swadm-7b6827b17779c6fc)
28352026-06-04T08:06:35.181Z
28362026-06-04T08:06:35.181Zrunning 5 tests
28372026-06-04T08:06:35.181Ztest switchport::test::test_compute_lanes ... ok
28382026-06-04T08:06:35.181Ztest switchport::test::port_id_ordering ... ok
28392026-06-04T08:06:35.182Z Lane 0 Lane 1 Lane 2 Lane 3
28402026-06-04T08:06:35.182Z Rx Loss-of-lock: Yes Yes Yes Yes
28412026-06-04T08:06:35.182Z Rx Loss-of-signal: Yes Lane 0Yes YesLane 1 Yes
28422026-06-04T08:06:35.182ZLane 2 Rx CDR Enabled: YesLane 3
28432026-06-04T08:06:35.182ZYes State: ActivatedYes ActivatedYes
28442026-06-04T08:06:35.182ZActivated Activated Tx Enabled: Yes
28452026-06-04T08:06:35.182Z Yes Rx Output Enabled: false Yes falseYes
28462026-06-04T08:06:35.182Zfalse Tx Loss-of-lock: Nofalse
28472026-06-04T08:06:35.182ZNo Rx Output Status: valid No validNo
28482026-06-04T08:06:35.182Zvalid Tx Loss-of-signal: No valid
28492026-06-04T08:06:35.182ZNo Rx Loss-of-lock: trueNo trueNo
28502026-06-04T08:06:35.182Z Tx CDR Enabled: Notrue trueNo
28512026-06-04T08:06:35.182Z Rx Loss-of-signal: falseNo No
28522026-06-04T08:06:35.182Zfalse Tx Adaptive EQ Fault: Nofalse falseNo
28532026-06-04T08:06:35.182Z Rx Auto-squelch Disable: trueNo Notrue
28542026-06-04T08:06:35.187Z true Tx Fault: Yes trueYes
28552026-06-04T08:06:35.187Z Tx Output Enabled: trueYes Yes
28562026-06-04T08:06:35.187Ztrue true true
28572026-06-04T08:06:35.187Z Tx Output Status: invalid invalid invalid invalid
28582026-06-04T08:06:35.187Z Tx Loss-of-lock: false false false false
28592026-06-04T08:06:35.187Z Tx Loss-of-signal: true true true true
28602026-06-04T08:06:35.187ZTx Auto-squelch Disable: false false false false
28612026-06-04T08:06:35.187Z Tx Adaptive EQ Fail: true true true true
28622026-06-04T08:06:35.187Z Tx Failure: false false false false
28632026-06-04T08:06:35.187Z Tx Force Squelch: true true true true
28642026-06-04T08:06:35.187Z Tx Input Polarity: normal normal normal normal
28652026-06-04T08:06:35.187Ztest switchport::test::test_print_sff_datapath ... ok
28662026-06-04T08:06:35.187Ztest switchport::test::test_print_cmis_datapath ... ok
28672026-06-04T08:06:35.187Ztest link::test_filter ... ok
28682026-06-04T08:06:35.187Z
28692026-06-04T08:06:35.187Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28702026-06-04T08:06:35.187Z
28712026-06-04T08:06:35.187Z Running tests/counters.rs (target/debug/deps/counters-03ba5d450207bdc7)
28722026-06-04T08:06:35.187Z
28732026-06-04T08:06:35.187Zrunning 1 test
28742026-06-04T08:06:35.187Ztest test_p4_counter_list ... ignored
28752026-06-04T08:06:35.187Z
28762026-06-04T08:06:35.187Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28772026-06-04T08:06:35.187Z
28782026-06-04T08:06:35.188Z Running tests/port-link.rs (target/debug/deps/port_link-fa9d9a275f69de1d)
28792026-06-04T08:06:35.192Z
28802026-06-04T08:06:35.192Zrunning 5 tests
28812026-06-04T08:06:35.192Ztest test_an ... ignored
28822026-06-04T08:06:35.192Ztest test_enable ... ignored
28832026-06-04T08:06:35.192Ztest test_ip_addresses ... ignored
28842026-06-04T08:06:35.192Ztest test_kr ... ignored
28852026-06-04T08:06:35.192Ztest test_mac ... ignored
28862026-06-04T08:06:35.192Z
28872026-06-04T08:06:35.193Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28882026-06-04T08:06:35.193Z
28892026-06-04T08:06:35.193Z Running unittests src/main.rs (target/debug/deps/tfportd-42a2cbf6cd7c1b0d)
28902026-06-04T08:06:35.197Z
28912026-06-04T08:06:35.197Zrunning 3 tests
28922026-06-04T08:06:35.197Ztest linklocal::test_parse_ipadm ... ok
28932026-06-04T08:06:35.197Ztest tfport::test_parse_tfport ... ok
28942026-06-04T08:06:35.197Ztest config::tests::test_updates ... ok
28952026-06-04T08:06:35.197Z
28962026-06-04T08:06:35.197Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28972026-06-04T08:06:35.197Z
28982026-06-04T08:06:35.197Z Running unittests src/main.rs (target/debug/deps/uplinkd-408b0afaaedb795f)
28992026-06-04T08:06:35.197Z
29002026-06-04T08:06:35.197Zrunning 0 tests
29012026-06-04T08:06:35.197Z
29022026-06-04T08:06:35.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29032026-06-04T08:06:35.198Z
29042026-06-04T08:06:35.198Z Running unittests src/main.rs (target/debug/deps/xtask-20a197789f0a3b5b)
29052026-06-04T08:06:35.201Z
29062026-06-04T08:06:35.201Zrunning 0 tests
29072026-06-04T08:06:35.201Z
29082026-06-04T08:06:35.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29092026-06-04T08:06:35.201Z
29102026-06-04T08:06:35.201Z Doc-tests aal
29112026-06-04T08:06:35.317Z
29122026-06-04T08:06:35.317Zrunning 0 tests
29132026-06-04T08:06:35.317Z
29142026-06-04T08:06:35.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29152026-06-04T08:06:35.317Z
29162026-06-04T08:06:35.336Z Doc-tests aal_macros
29172026-06-04T08:06:35.405Z
29182026-06-04T08:06:35.405Zrunning 0 tests
29192026-06-04T08:06:35.405Z
29202026-06-04T08:06:35.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29212026-06-04T08:06:35.408Z
29222026-06-04T08:06:35.418Z Doc-tests common
29232026-06-04T08:06:35.653Z
29242026-06-04T08:06:35.653Zrunning 0 tests
29252026-06-04T08:06:35.653Z
29262026-06-04T08:06:35.653Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29272026-06-04T08:06:35.653Z
29282026-06-04T08:06:35.674Z Doc-tests dpd_api
29292026-06-04T08:06:36.428Z
29302026-06-04T08:06:36.428Zrunning 2 tests
29312026-06-04T08:06:36.428Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29322026-06-04T08:06:36.428Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29332026-06-04T08:06:36.428Z
29342026-06-04T08:06:36.428Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29352026-06-04T08:06:36.428Z
29362026-06-04T08:06:36.463Z Doc-tests dpd_client
29372026-06-04T08:06:37.743Z
29382026-06-04T08:06:37.743Zrunning 0 tests
29392026-06-04T08:06:37.743Z
29402026-06-04T08:06:37.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29412026-06-04T08:06:37.743Z
29422026-06-04T08:06:37.791Z Doc-tests dpd_types
29432026-06-04T08:06:38.009Z
29442026-06-04T08:06:38.009Zrunning 0 tests
29452026-06-04T08:06:38.009Z
29462026-06-04T08:06:38.009Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-06-04T08:06:38.009Z
29482026-06-04T08:06:38.038Z Doc-tests dpd_types_versions
29492026-06-04T08:06:39.261Z
29502026-06-04T08:06:39.261Zrunning 1 test
29512026-06-04T08:06:39.261Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29522026-06-04T08:06:39.261Z
29532026-06-04T08:06:39.261Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29542026-06-04T08:06:39.261Z
29552026-06-04T08:06:39.311Z Doc-tests packet
29562026-06-04T08:06:39.424Z
29572026-06-04T08:06:39.424Zrunning 0 tests
29582026-06-04T08:06:39.424Z
29592026-06-04T08:06:39.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29602026-06-04T08:06:39.424Z
29612026-06-04T08:06:39.443Z Doc-tests pcap
29622026-06-04T08:06:39.497Z
29632026-06-04T08:06:39.497Zrunning 0 tests
29642026-06-04T08:06:39.497Z
29652026-06-04T08:06:39.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29662026-06-04T08:06:39.497Z
29672026-06-04T08:06:39.545Z+ for feat in tofino_stub tofino_asic softnpu chaos
29682026-06-04T08:06:39.545Z+ RUST_BACKTRACE=full
29692026-06-04T08:06:39.545Z+ cargo test --features softnpu --no-fail-fast
29702026-06-04T08:06:40.195Z Compiling num-integer v0.1.46
29712026-06-04T08:06:40.281Z Compiling num-complex v0.4.6
29722026-06-04T08:06:40.327Z Compiling bitstruct_derive v0.1.0
29732026-06-04T08:06:40.330Z Compiling tap v1.0.1
29742026-06-04T08:06:40.455Z Compiling wyz v0.5.1
29752026-06-04T08:06:40.582Z Compiling num-iter v0.1.45
29762026-06-04T08:06:40.617Z Compiling num-rational v0.4.2
29772026-06-04T08:06:40.636Z Compiling num-bigint v0.4.6
29782026-06-04T08:06:40.718Z Compiling radium v0.7.0
29792026-06-04T08:06:40.733Z Compiling funty v2.0.0
29802026-06-04T08:06:40.783Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29812026-06-04T08:06:40.835Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29822026-06-04T08:06:41.001Z Compiling num v0.4.3
29832026-06-04T08:06:41.009Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29842026-06-04T08:06:41.027Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29852026-06-04T08:06:41.047Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29862026-06-04T08:06:41.136Z Compiling bitvec v1.0.1
29872026-06-04T08:06:41.157Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29882026-06-04T08:06:41.307Z Compiling typeid v1.0.3
29892026-06-04T08:06:41.335Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29902026-06-04T08:06:41.428Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-04T08:06:41.436Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29922026-06-04T08:06:41.462Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29932026-06-04T08:06:42.032Z Compiling ascii v1.1.0
29942026-06-04T08:06:42.272Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-06-04T08:06:42.323Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-06-04T08:06:42.336Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29972026-06-04T08:06:42.428Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29982026-06-04T08:06:42.544Z Compiling erased-serde v0.4.8
29992026-06-04T08:06:42.668Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30002026-06-04T08:06:42.857Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30012026-06-04T08:06:42.863Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30022026-06-04T08:06:43.049Z Compiling bitstruct v0.1.1
30032026-06-04T08:06:43.387Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30042026-06-04T08:06:43.447Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30052026-06-04T08:06:43.458Z Compiling serde_arrays v0.1.0
30062026-06-04T08:06:43.590Z Compiling libloading v0.7.4
30072026-06-04T08:06:43.833Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30082026-06-04T08:06:43.921Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30092026-06-04T08:06:44.405Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30102026-06-04T08:06:44.487Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30112026-06-04T08:06:45.521Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30122026-06-04T08:06:46.573Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30132026-06-04T08:06:52.768Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30142026-06-04T08:06:52.993Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30152026-06-04T08:06:52.997Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30162026-06-04T08:06:53.077Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30172026-06-04T08:06:53.164Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30182026-06-04T08:06:53.621Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30192026-06-04T08:06:55.162Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30202026-06-04T08:06:55.628Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30212026-06-04T08:06:58.195Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30222026-06-04T08:06:58.882Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30232026-06-04T08:07:00.186Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30242026-06-04T08:07:02.533Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30252026-06-04T08:07:03.487Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30262026-06-04T08:07:03.501Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30272026-06-04T08:07:10.577Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30282026-06-04T08:07:13.070Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30292026-06-04T08:07:16.045Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30302026-06-04T08:07:58.273Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
30312026-06-04T08:07:58.390Z Running unittests src/lib.rs (target/debug/deps/aal-0d377616ee1e9245)
30322026-06-04T08:07:58.394Z
30332026-06-04T08:07:58.394Zrunning 5 tests
30342026-06-04T08:07:58.394Ztest fuse::tests::chip_revision_b0 ... ok
30352026-06-04T08:07:58.394Ztest fuse::tests::chip_revision_a0 ... ok
30362026-06-04T08:07:58.394Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30372026-06-04T08:07:58.394Ztest fuse::tests::chip_revision_b1 ... ok
30382026-06-04T08:07:58.394Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30392026-06-04T08:07:58.394Z
30402026-06-04T08:07:58.394Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30412026-06-04T08:07:58.394Z
30422026-06-04T08:07:58.397Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30432026-06-04T08:07:58.400Z
30442026-06-04T08:07:58.400Zrunning 0 tests
30452026-06-04T08:07:58.400Z
30462026-06-04T08:07:58.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30472026-06-04T08:07:58.400Z
30482026-06-04T08:07:58.400Z Running unittests src/lib.rs (target/debug/deps/asic-a44dfd6022c80ce6)
30492026-06-04T08:07:58.404Z
30502026-06-04T08:07:58.404Zrunning 0 tests
30512026-06-04T08:07:58.404Z
30522026-06-04T08:07:58.404Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30532026-06-04T08:07:58.404Z
30542026-06-04T08:07:58.404Z Running unittests src/lib.rs (target/debug/deps/common-c16703b6bef7037c)
30552026-06-04T08:07:58.407Z
30562026-06-04T08:07:58.408Zrunning 10 tests
30572026-06-04T08:07:58.411Ztest nat::tests::test_vni ... ok
30582026-06-04T08:07:58.411Ztest network::tests::test_equal ... ok
30592026-06-04T08:07:58.411Ztest network::tests::test_eui64 ... ok
30602026-06-04T08:07:58.411Ztest network::tests::test_generate_ipv6_link_local ... ok
30612026-06-04T08:07:58.411Ztest network::tests::test_not_equal ... ok
30622026-06-04T08:07:58.411Ztest network::tests::test_parse ... ok
30632026-06-04T08:07:58.411Ztest network::tests::test_into ... ok
30642026-06-04T08:07:58.411Ztest network::tests::test_to_string ... ok
30652026-06-04T08:07:58.411Ztest test_purge ... ok
30662026-06-04T08:07:58.414Ztest illumos::test::address_exists_handles_missing_object ... ok
30672026-06-04T08:07:58.414Z
30682026-06-04T08:07:58.417Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30692026-06-04T08:07:58.417Z
30702026-06-04T08:07:58.417Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-50911b1d037402b8)
30712026-06-04T08:07:58.421Z
30722026-06-04T08:07:58.421Zrunning 1 test
30732026-06-04T08:07:58.421Z -------
30742026-06-04T08:07:58.421Z Generating OpenAPI documents from API definitions ...
30752026-06-04T08:07:58.563Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30762026-06-04T08:07:58.632Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30772026-06-04T08:07:59.625Z -------
30782026-06-04T08:07:59.625Z Checking 12 OpenAPI documents...
30792026-06-04T08:07:59.625Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30802026-06-04T08:07:59.625Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30812026-06-04T08:07:59.625Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30822026-06-04T08:07:59.625Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30832026-06-04T08:07:59.628Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30842026-06-04T08:07:59.628Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30852026-06-04T08:07:59.628Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30862026-06-04T08:07:59.629Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30872026-06-04T08:07:59.629Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30882026-06-04T08:07:59.629Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-04T08:07:59.629Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-04T08:07:59.629Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-04T08:07:59.629Z Fresh dpd "latest" symlink
30922026-06-04T08:07:59.629Z -------
30932026-06-04T08:07:59.629Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30942026-06-04T08:07:59.687Ztest test::test_apis_up_to_date ... ok
30952026-06-04T08:07:59.687Z
30962026-06-04T08:07:59.687Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
30972026-06-04T08:07:59.687Z
30982026-06-04T08:07:59.747Z Running unittests src/main.rs (target/debug/deps/dpd-2a28ffb515fe5816)
30992026-06-04T08:07:59.754Z
31002026-06-04T08:07:59.754Zrunning 19 tests
31012026-06-04T08:07:59.757Ztest freemap::test_ordering ... ok
31022026-06-04T08:07:59.757Ztest config::tests::test_updates ... ok
31032026-06-04T08:07:59.757Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31042026-06-04T08:07:59.757Ztest freemap::test_split ... ok
31052026-06-04T08:07:59.757Ztest macaddrs::tests::test_mac_offset ... ok
31062026-06-04T08:07:59.760Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31072026-06-04T08:07:59.760Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31082026-06-04T08:07:59.760Ztest macaddrs::tests::test_parse_port_id ... ok
31092026-06-04T08:07:59.760Ztest nat::test_mapping ... ok
31102026-06-04T08:07:59.760Ztest port_map::tests::dump_map ... ok
31112026-06-04T08:07:59.760Ztest port_map::tests::test_backplane_group ... ok
31122026-06-04T08:07:59.760Ztest port_map::tests::test_port_map ... ok
31132026-06-04T08:07:59.760ZJun 04 08:07:58.339 DEBG created new freemap, unit: freemap_test
31142026-06-04T08:07:59.760ZJun 04 08:07:58.339 DEBG created new freemapJun 04 08:07:58.339, unitDEBG: initted freemap. size: 128freemap_test, unit
31152026-06-04T08:07:59.760Z: freemap_test
31162026-06-04T08:07:59.760ZJun 04 08:07:58.339Jun 04 08:07:58.339 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test
31172026-06-04T08:07:59.760Z
31182026-06-04T08:07:59.760ZJun 04 08:07:58.339 DEBG reset freemap, unit: freemap_test
31192026-06-04T08:07:59.760ZJun 04 08:07:58.339 DEBG created new freemap, unitJun 04 08:07:58.339: DEBGfreemap_test
31202026-06-04T08:07:59.760Ztest freemap::test_basic ... ok
31212026-06-04T08:07:59.760Ztest freemap::test_reclaim ... ok
31222026-06-04T08:07:59.760Zcreated new freemap, unit: Jun 04 08:07:58.339freemap_test DEBG
31232026-06-04T08:07:59.760Z initted freemap. size: 128, unit: freemap_test
31242026-06-04T08:07:59.760ZJun 04 08:07:58.339Jun 04 08:07:58.339 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test
31252026-06-04T08:07:59.760Z
31262026-06-04T08:07:59.760ZJun 04 08:07:58.339 DEBG reset freemap, unit: freemap_test
31272026-06-04T08:07:59.760Ztest freemap::test_exhaustion ... ok
31282026-06-04T08:07:59.760Ztest freemap::test_free ... ok
31292026-06-04T08:07:59.760ZJun 04 08:07:58.340 DEBG created new freemap, unit: freemap_test
31302026-06-04T08:07:59.760ZJun 04 08:07:58.340 DEBG initted freemap. size: 128, unit: freemap_test
31312026-06-04T08:07:59.760ZJun 04 08:07:58.340 DEBG reset freemap, unit: freemap_test
31322026-06-04T08:07:59.761Ztest freemap::test_span ... ok
31332026-06-04T08:07:59.761Ztest api_server::tests::test_build_info ... ok
31342026-06-04T08:07:59.761Ztest port_map::tests::parse_softnpu_revision ... ok
31352026-06-04T08:07:59.761Z
31362026-06-04T08:07:59.761Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31372026-06-04T08:07:59.761Z
31382026-06-04T08:07:59.765Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f6aa5f3f60301137)
31392026-06-04T08:07:59.765Z
31402026-06-04T08:07:59.765Zrunning 0 tests
31412026-06-04T08:07:59.765Z
31422026-06-04T08:07:59.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31432026-06-04T08:07:59.765Z
31442026-06-04T08:07:59.768Z Running unittests src/lib.rs (target/debug/deps/dpd_api-aca873e1ca9f2912)
31452026-06-04T08:07:59.768Z
31462026-06-04T08:07:59.768Zrunning 0 tests
31472026-06-04T08:07:59.768Z
31482026-06-04T08:07:59.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31492026-06-04T08:07:59.769Z
31502026-06-04T08:07:59.769Z Running unittests src/lib.rs (target/debug/deps/dpd_client-09ddc740f98aff35)
31512026-06-04T08:07:59.769Z
31522026-06-04T08:07:59.769Zrunning 6 tests
31532026-06-04T08:07:59.772Ztest tests::test_full_lot_id_neither_present ... ok
31542026-06-04T08:07:59.772Ztest tests::test_full_lot_id_lot_only ... ok
31552026-06-04T08:07:59.772Ztest tests::test_full_lot_id_both_present ... ok
31562026-06-04T08:07:59.772Ztest tests::test_full_lot_id_lotnum_only ... ok
31572026-06-04T08:07:59.772Ztest tests::test_parse_client_port_id ... ok
31582026-06-04T08:07:59.772Ztest tests::test_port_id_cmp ... ok
31592026-06-04T08:07:59.772Z
31602026-06-04T08:07:59.772Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31612026-06-04T08:07:59.772Z
31622026-06-04T08:07:59.772Z Running tests/test_all.rs (target/debug/deps/test_all-1288c85260458d66)
31632026-06-04T08:07:59.772Z
31642026-06-04T08:07:59.772Zrunning 0 tests
31652026-06-04T08:07:59.772Z
31662026-06-04T08:07:59.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31672026-06-04T08:07:59.772Z
31682026-06-04T08:07:59.772Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a4db6f5db53a6699)
31692026-06-04T08:07:59.775Z
31702026-06-04T08:07:59.775Zrunning 0 tests
31712026-06-04T08:07:59.775Z
31722026-06-04T08:07:59.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31732026-06-04T08:07:59.775Z
31742026-06-04T08:07:59.775Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-3da76571da3355a4)
31752026-06-04T08:07:59.775Z
31762026-06-04T08:07:59.775Zrunning 0 tests
31772026-06-04T08:07:59.775Z
31782026-06-04T08:07:59.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31792026-06-04T08:07:59.775Z
31802026-06-04T08:07:59.775Z Running unittests src/lib.rs (target/debug/deps/packet-64586f6225f83880)
31812026-06-04T08:07:59.780Z
31822026-06-04T08:07:59.780Zrunning 12 tests
31832026-06-04T08:07:59.780Ztest icmp::test_v4_checksum ... ok
31842026-06-04T08:07:59.780Ztest icmp::test_v6_checksum ... ok
31852026-06-04T08:07:59.780Ztest lldp::test_lldp_parse ... ok
31862026-06-04T08:07:59.780Ztest ipv6::test_ipv6_parse ... ok
31872026-06-04T08:07:59.780Ztest pbuf::test_byte ... ok
31882026-06-04T08:07:59.780Ztest pbuf::test_nibble ... ok
31892026-06-04T08:07:59.780Ztest pbuf::test_overflow ... ok
31902026-06-04T08:07:59.780Ztest pbuf::test_short ... ok
31912026-06-04T08:07:59.780Ztest pbuf::test_twelve ... ok
31922026-06-04T08:07:59.780Ztest pbuf::test_word ... ok
31932026-06-04T08:07:59.780Ztest tcp::test_checksum_ack_data ... ok
31942026-06-04T08:07:59.780Ztest tcp::test_checksum_syn_nodata ... ok
31952026-06-04T08:07:59.780Z
31962026-06-04T08:07:59.780Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31972026-06-04T08:07:59.780Z
31982026-06-04T08:07:59.781Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
31992026-06-04T08:07:59.784Z
32002026-06-04T08:07:59.784Zrunning 0 tests
32012026-06-04T08:07:59.784Z
32022026-06-04T08:07:59.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32032026-06-04T08:07:59.784Z
32042026-06-04T08:07:59.784Z Running unittests src/main.rs (target/debug/deps/swadm-86890fa0da8dcda8)
32052026-06-04T08:07:59.789Z
32062026-06-04T08:07:59.789Zrunning 5 tests
32072026-06-04T08:07:59.792Ztest switchport::test::test_compute_lanes ... ok
32082026-06-04T08:07:59.795Ztest link::test_filter ... ok
32092026-06-04T08:07:59.795Ztest switchport::test::port_id_ordering ... ok
32102026-06-04T08:07:59.795Z Lane 0 Lane 1 Lane 2 Lane 3
32112026-06-04T08:07:59.795Z State: Activated Activated Activated Activated
32122026-06-04T08:07:59.795Z Rx Output Enabled: false false false false
32132026-06-04T08:07:59.795Z Rx Output Status: valid valid valid valid
32142026-06-04T08:07:59.795Z Rx Loss-of-lock: true Lane 0true true trueLane 1
32152026-06-04T08:07:59.795Z Rx Loss-of-signal: false Lane 2false Lane 3false
32162026-06-04T08:07:59.795Zfalse
32172026-06-04T08:07:59.795Z Rx Loss-of-lock: Yes Rx Auto-squelch Disable: trueYes Yestrue Yes
32182026-06-04T08:07:59.796Ztrue Rx Loss-of-signal: Yes true
32192026-06-04T08:07:59.796ZYes Yes Tx Output Enabled: true Yes
32202026-06-04T08:07:59.796Ztrue Rx CDR Enabled: Yes trueYes true
32212026-06-04T08:07:59.796ZYes Tx Output Status: invalidYes
32222026-06-04T08:07:59.796Z Tx Enabled: Yesinvalid Yesinvalid invalidYes
32232026-06-04T08:07:59.796Z Yes Tx Loss-of-lock: false
32242026-06-04T08:07:59.796Z false Tx Loss-of-lock: No false Nofalse
32252026-06-04T08:07:59.796Z Tx Loss-of-signal: true No trueNo
32262026-06-04T08:07:59.796Z Tx Loss-of-signal: Notrue Notrue
32272026-06-04T08:07:59.796ZNo Tx Auto-squelch Disable: falseNo
32282026-06-04T08:07:59.796Z Tx CDR Enabled: No false No falseNo Nofalse
32292026-06-04T08:07:59.796Z
32302026-06-04T08:07:59.796Z Tx Adaptive EQ Fault: No Tx Adaptive EQ Fail: true Notrue No trueNo
32312026-06-04T08:07:59.796Ztrue
32322026-06-04T08:07:59.796Z Tx Fault: Yes Tx Failure: false Yes falseYes Yesfalse
32332026-06-04T08:07:59.796Zfalse
32342026-06-04T08:07:59.796Z Tx Force Squelch: true true true true
32352026-06-04T08:07:59.796Z Tx Input Polarity: normal normal normal normal
32362026-06-04T08:07:59.796Ztest switchport::test::test_print_sff_datapath ... ok
32372026-06-04T08:07:59.796Ztest switchport::test::test_print_cmis_datapath ... ok
32382026-06-04T08:07:59.796Z
32392026-06-04T08:07:59.796Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32402026-06-04T08:07:59.796Z
32412026-06-04T08:07:59.799Z Running tests/counters.rs (target/debug/deps/counters-0405e76cac7b10b5)
32422026-06-04T08:07:59.803Z
32432026-06-04T08:07:59.803Zrunning 1 test
32442026-06-04T08:07:59.803Ztest test_p4_counter_list ... ignored
32452026-06-04T08:07:59.803Z
32462026-06-04T08:07:59.803Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32472026-06-04T08:07:59.803Z
32482026-06-04T08:07:59.805Z Running tests/port-link.rs (target/debug/deps/port_link-a3d54f2766afd49c)
32492026-06-04T08:07:59.809Z
32502026-06-04T08:07:59.809Zrunning 5 tests
32512026-06-04T08:07:59.812Ztest test_an ... ignored
32522026-06-04T08:07:59.812Ztest test_enable ... ignored
32532026-06-04T08:07:59.812Ztest test_ip_addresses ... ignored
32542026-06-04T08:07:59.812Ztest test_kr ... ignored
32552026-06-04T08:07:59.812Ztest test_mac ... ignored
32562026-06-04T08:07:59.812Z
32572026-06-04T08:07:59.812Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32582026-06-04T08:07:59.812Z
32592026-06-04T08:07:59.812Z Running unittests src/main.rs (target/debug/deps/tfportd-8d90c073088daa5e)
32602026-06-04T08:07:59.815Z
32612026-06-04T08:07:59.815Zrunning 3 tests
32622026-06-04T08:07:59.819Ztest linklocal::test_parse_ipadm ... ok
32632026-06-04T08:07:59.819Ztest tfport::test_parse_tfport ... ok
32642026-06-04T08:07:59.819Ztest config::tests::test_updates ... ok
32652026-06-04T08:07:59.819Z
32662026-06-04T08:07:59.819Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32672026-06-04T08:07:59.819Z
32682026-06-04T08:07:59.819Z Running unittests src/main.rs (target/debug/deps/uplinkd-408b0afaaedb795f)
32692026-06-04T08:07:59.822Z
32702026-06-04T08:07:59.822Zrunning 0 tests
32712026-06-04T08:07:59.822Z
32722026-06-04T08:07:59.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32732026-06-04T08:07:59.822Z
32742026-06-04T08:07:59.822Z Running unittests src/main.rs (target/debug/deps/xtask-20a197789f0a3b5b)
32752026-06-04T08:07:59.822Z
32762026-06-04T08:07:59.822Zrunning 0 tests
32772026-06-04T08:07:59.822Z
32782026-06-04T08:07:59.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32792026-06-04T08:07:59.822Z
32802026-06-04T08:07:59.822Z Doc-tests aal
32812026-06-04T08:07:59.944Z
32822026-06-04T08:07:59.944Zrunning 0 tests
32832026-06-04T08:07:59.944Z
32842026-06-04T08:07:59.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32852026-06-04T08:07:59.944Z
32862026-06-04T08:07:59.963Z Doc-tests aal_macros
32872026-06-04T08:08:00.034Z
32882026-06-04T08:08:00.034Zrunning 0 tests
32892026-06-04T08:08:00.034Z
32902026-06-04T08:08:00.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32912026-06-04T08:08:00.034Z
32922026-06-04T08:08:00.046Z Doc-tests common
32932026-06-04T08:08:00.277Z
32942026-06-04T08:08:00.278Zrunning 0 tests
32952026-06-04T08:08:00.278Z
32962026-06-04T08:08:00.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32972026-06-04T08:08:00.278Z
32982026-06-04T08:08:00.304Z Doc-tests dpd_api
32992026-06-04T08:08:01.051Z
33002026-06-04T08:08:01.051Zrunning 2 tests
33012026-06-04T08:08:01.051Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33022026-06-04T08:08:01.051Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33032026-06-04T08:08:01.051Z
33042026-06-04T08:08:01.051Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33052026-06-04T08:08:01.051Z
33062026-06-04T08:08:01.084Z Doc-tests dpd_client
33072026-06-04T08:08:02.360Z
33082026-06-04T08:08:02.361Zrunning 0 tests
33092026-06-04T08:08:02.361Z
33102026-06-04T08:08:02.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33112026-06-04T08:08:02.361Z
33122026-06-04T08:08:02.409Z Doc-tests dpd_types
33132026-06-04T08:08:02.620Z
33142026-06-04T08:08:02.620Zrunning 0 tests
33152026-06-04T08:08:02.620Z
33162026-06-04T08:08:02.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33172026-06-04T08:08:02.620Z
33182026-06-04T08:08:02.649Z Doc-tests dpd_types_versions
33192026-06-04T08:08:03.861Z
33202026-06-04T08:08:03.861Zrunning 1 test
33212026-06-04T08:08:03.861Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33222026-06-04T08:08:03.861Z
33232026-06-04T08:08:03.861Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33242026-06-04T08:08:03.862Z
33252026-06-04T08:08:03.910Z Doc-tests packet
33262026-06-04T08:08:04.020Z
33272026-06-04T08:08:04.020Zrunning 0 tests
33282026-06-04T08:08:04.020Z
33292026-06-04T08:08:04.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33302026-06-04T08:08:04.020Z
33312026-06-04T08:08:04.038Z Doc-tests pcap
33322026-06-04T08:08:04.092Z
33332026-06-04T08:08:04.092Zrunning 0 tests
33342026-06-04T08:08:04.092Z
33352026-06-04T08:08:04.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33362026-06-04T08:08:04.092Z
33372026-06-04T08:08:04.144Z+ for feat in tofino_stub tofino_asic softnpu chaos
33382026-06-04T08:08:04.144Z+ RUST_BACKTRACE=full
33392026-06-04T08:08:04.144Z+ cargo test --features chaos --no-fail-fast
33402026-06-04T08:08:04.745Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33412026-06-04T08:08:04.819Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33422026-06-04T08:08:04.827Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33432026-06-04T08:08:13.202Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33442026-06-04T08:08:13.595Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33452026-06-04T08:08:49.031Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.87s
33462026-06-04T08:08:49.146Z Running unittests src/lib.rs (target/debug/deps/aal-cf35dcb1a782ffcc)
33472026-06-04T08:08:49.152Z
33482026-06-04T08:08:49.152Zrunning 5 tests
33492026-06-04T08:08:49.155Ztest fuse::tests::chip_revision_b0 ... ok
33502026-06-04T08:08:49.155Ztest fuse::tests::chip_revision_b1 ... ok
33512026-06-04T08:08:49.155Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33522026-06-04T08:08:49.155Ztest fuse::tests::chip_revision_a0 ... ok
33532026-06-04T08:08:49.155Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33542026-06-04T08:08:49.155Z
33552026-06-04T08:08:49.155Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33562026-06-04T08:08:49.155Z
33572026-06-04T08:08:49.155Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33582026-06-04T08:08:49.158Z
33592026-06-04T08:08:49.158Zrunning 0 tests
33602026-06-04T08:08:49.158Z
33612026-06-04T08:08:49.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33622026-06-04T08:08:49.158Z
33632026-06-04T08:08:49.158Z Running unittests src/lib.rs (target/debug/deps/asic-72c1cd9ca9c17965)
33642026-06-04T08:08:49.163Z
33652026-06-04T08:08:49.163Zrunning 0 tests
33662026-06-04T08:08:49.163Z
33672026-06-04T08:08:49.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33682026-06-04T08:08:49.167Z
33692026-06-04T08:08:49.167Z Running unittests src/lib.rs (target/debug/deps/common-c16703b6bef7037c)
33702026-06-04T08:08:49.170Z
33712026-06-04T08:08:49.170Zrunning 10 tests
33722026-06-04T08:08:49.173Ztest nat::tests::test_vni ... ok
33732026-06-04T08:08:49.173Ztest network::tests::test_eui64 ... ok
33742026-06-04T08:08:49.174Ztest network::tests::test_equal ... ok
33752026-06-04T08:08:49.174Ztest network::tests::test_into ... ok
33762026-06-04T08:08:49.174Ztest network::tests::test_not_equal ... ok
33772026-06-04T08:08:49.174Ztest network::tests::test_generate_ipv6_link_local ... ok
33782026-06-04T08:08:49.174Ztest network::tests::test_to_string ... ok
33792026-06-04T08:08:49.174Ztest network::tests::test_parse ... ok
33802026-06-04T08:08:49.174Ztest test_purge ... ok
33812026-06-04T08:08:49.177Ztest illumos::test::address_exists_handles_missing_object ... ok
33822026-06-04T08:08:49.177Z
33832026-06-04T08:08:49.177Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33842026-06-04T08:08:49.177Z
33852026-06-04T08:08:49.180Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-cb7eb086dbbfad7e)
33862026-06-04T08:08:49.208Z
33872026-06-04T08:08:49.208Zrunning 1 test
33882026-06-04T08:08:49.212Z -------
33892026-06-04T08:08:49.215Z Generating OpenAPI documents from API definitions ...
33902026-06-04T08:08:49.371Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33912026-06-04T08:08:49.439Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33922026-06-04T08:08:50.441Z -------
33932026-06-04T08:08:50.441Z Checking 12 OpenAPI documents...
33942026-06-04T08:08:50.441Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33952026-06-04T08:08:50.441Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33962026-06-04T08:08:50.441Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
33972026-06-04T08:08:50.441Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
33982026-06-04T08:08:50.444Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
33992026-06-04T08:08:50.444Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34002026-06-04T08:08:50.445Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34012026-06-04T08:08:50.445Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34022026-06-04T08:08:50.445Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34032026-06-04T08:08:50.445Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-04T08:08:50.445Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-04T08:08:50.445Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-04T08:08:50.445Z Fresh dpd "latest" symlink
34072026-06-04T08:08:50.445Z -------
34082026-06-04T08:08:50.445Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34092026-06-04T08:08:50.506Ztest test::test_apis_up_to_date ... ok
34102026-06-04T08:08:50.506Z
34112026-06-04T08:08:50.507Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
34122026-06-04T08:08:50.507Z
34132026-06-04T08:08:50.569Z Running unittests src/main.rs (target/debug/deps/dpd-63cd8a3a81276de9)
34142026-06-04T08:08:50.574Z
34152026-06-04T08:08:50.574Zrunning 19 tests
34162026-06-04T08:08:50.577Ztest freemap::test_ordering ... ok
34172026-06-04T08:08:50.577Ztest config::tests::test_updates ... ok
34182026-06-04T08:08:50.577Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34192026-06-04T08:08:50.577Ztest freemap::test_split ... ok
34202026-06-04T08:08:50.577Ztest macaddrs::tests::test_mac_offset ... ok
34212026-06-04T08:08:50.577Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34222026-06-04T08:08:50.577Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34232026-06-04T08:08:50.577Ztest macaddrs::tests::test_parse_port_id ... ok
34242026-06-04T08:08:50.582Ztest nat::test_mapping ... ok
34252026-06-04T08:08:50.582Ztest port_map::tests::dump_map ... ok
34262026-06-04T08:08:50.582Ztest port_map::tests::test_backplane_group ... ok
34272026-06-04T08:08:50.582Ztest port_map::tests::test_port_map ... ok
34282026-06-04T08:08:50.582ZJun 04 08:08:49.159 DEBG created new freemap, Jun 04 08:08:49.159Jun 04 08:08:49.159 DEBGDEBG unitcreated new freemap :created new freemap , , freemap_testunitunit:
34292026-06-04T08:08:50.583Z :freemap_test
34302026-06-04T08:08:50.583Zfreemap_test
34312026-06-04T08:08:50.583ZJun 04 08:08:49.159Jun 04 08:08:49.159Jun 04 08:08:49.159 DEBGDEBG initted freemap. size: 128 initted freemap. size: 128, , DEBGunit unit:initted freemap. size: 128 :freemap_test , freemap_test
34322026-06-04T08:08:50.583Z
34332026-06-04T08:08:50.583Zunit: Jun 04 08:08:49.159freemap_testJun 04 08:08:49.159
34342026-06-04T08:08:50.583Z DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test
34352026-06-04T08:08:50.583Zfreemap_testJun 04 08:08:49.159
34362026-06-04T08:08:50.583ZJun 04 08:08:49.159 DEBGDEBG reset freemapcreated new freemap, unit, :unit :freemap_test
34372026-06-04T08:08:50.584Zfreemap_test
34382026-06-04T08:08:50.584ZJun 04 08:08:49.159 DEBG initted freemap. size: 128, unit: freemap_test
34392026-06-04T08:08:50.584ZJun 04 08:08:49.159 DEBG reset freemap, unit: freemap_test
34402026-06-04T08:08:50.584ZJun 04 08:08:49.159 DEBG created new freemap, unit: freemap_test
34412026-06-04T08:08:50.584ZJun 04 08:08:49.159 DEBG initted freemap. size: 128, unit: freemap_test
34422026-06-04T08:08:50.584ZJun 04 08:08:49.159 DEBG reset freemap, unit: freemap_test
34432026-06-04T08:08:50.584Ztest freemap::test_basic ... ok
34442026-06-04T08:08:50.584Ztest freemap::test_free ... ok
34452026-06-04T08:08:50.584Ztest freemap::test_exhaustion ... ok
34462026-06-04T08:08:50.584Ztest freemap::test_reclaim ... ok
34472026-06-04T08:08:50.584Ztest freemap::test_span ... ok
34482026-06-04T08:08:50.584Ztest port_map::tests::parse_softnpu_revision ... ok
34492026-06-04T08:08:50.584Ztest api_server::tests::test_build_info ... ok
34502026-06-04T08:08:50.584Z
34512026-06-04T08:08:50.584Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34522026-06-04T08:08:50.584Z
34532026-06-04T08:08:50.588Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-142bc4cc503b1804)
34542026-06-04T08:08:50.588Z
34552026-06-04T08:08:50.588Zrunning 0 tests
34562026-06-04T08:08:50.588Z
34572026-06-04T08:08:50.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34582026-06-04T08:08:50.588Z
34592026-06-04T08:08:50.588Z Running unittests src/lib.rs (target/debug/deps/dpd_api-75ae0448e54f4c68)
34602026-06-04T08:08:50.591Z
34612026-06-04T08:08:50.591Zrunning 0 tests
34622026-06-04T08:08:50.591Z
34632026-06-04T08:08:50.591Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34642026-06-04T08:08:50.591Z
34652026-06-04T08:08:50.591Z Running unittests src/lib.rs (target/debug/deps/dpd_client-21e3e7df60a0b4df)
34662026-06-04T08:08:50.594Z
34672026-06-04T08:08:50.594Zrunning 6 tests
34682026-06-04T08:08:50.594Ztest tests::test_full_lot_id_lot_only ... ok
34692026-06-04T08:08:50.594Ztest tests::test_full_lot_id_lotnum_only ... ok
34702026-06-04T08:08:50.594Ztest tests::test_full_lot_id_both_present ... ok
34712026-06-04T08:08:50.594Ztest tests::test_full_lot_id_neither_present ... ok
34722026-06-04T08:08:50.594Ztest tests::test_parse_client_port_id ... ok
34732026-06-04T08:08:50.594Ztest tests::test_port_id_cmp ... ok
34742026-06-04T08:08:50.594Z
34752026-06-04T08:08:50.594Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34762026-06-04T08:08:50.594Z
34772026-06-04T08:08:50.595Z Running tests/test_all.rs (target/debug/deps/test_all-05a6cf4537c0cf70)
34782026-06-04T08:08:50.601Z
34792026-06-04T08:08:50.601Zrunning 6 tests
34802026-06-04T08:08:53.607Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34812026-06-04T08:08:53.610Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34822026-06-04T08:08:53.610Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34832026-06-04T08:08:53.616Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34842026-06-04T08:08:53.948Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34852026-06-04T08:08:54.958Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34862026-06-04T08:08:54.959Z
34872026-06-04T08:08:54.959Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.36s
34882026-06-04T08:08:54.959Z
34892026-06-04T08:08:54.964Z Running unittests src/lib.rs (target/debug/deps/dpd_types-0005b906d9546ee4)
34902026-06-04T08:08:54.971Z
34912026-06-04T08:08:54.971Zrunning 0 tests
34922026-06-04T08:08:54.971Z
34932026-06-04T08:08:54.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34942026-06-04T08:08:54.974Z
34952026-06-04T08:08:54.974Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6ec364b4c7af39d5)
34962026-06-04T08:08:54.980Z
34972026-06-04T08:08:54.980Zrunning 0 tests
34982026-06-04T08:08:54.981Z
34992026-06-04T08:08:54.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35002026-06-04T08:08:54.981Z
35012026-06-04T08:08:54.981Z Running unittests src/lib.rs (target/debug/deps/packet-64586f6225f83880)
35022026-06-04T08:08:54.984Z
35032026-06-04T08:08:54.984Zrunning 12 tests
35042026-06-04T08:08:54.984Ztest icmp::test_v6_checksum ... ok
35052026-06-04T08:08:54.984Ztest lldp::test_lldp_parse ... ok
35062026-06-04T08:08:54.985Ztest icmp::test_v4_checksum ... ok
35072026-06-04T08:08:54.985Ztest ipv6::test_ipv6_parse ... ok
35082026-06-04T08:08:54.985Ztest pbuf::test_byte ... ok
35092026-06-04T08:08:54.985Ztest pbuf::test_nibble ... ok
35102026-06-04T08:08:54.985Ztest pbuf::test_short ... ok
35112026-06-04T08:08:54.985Ztest pbuf::test_overflow ... ok
35122026-06-04T08:08:54.985Ztest pbuf::test_twelve ... ok
35132026-06-04T08:08:54.990Ztest pbuf::test_word ... ok
35142026-06-04T08:08:54.990Ztest tcp::test_checksum_ack_data ... ok
35152026-06-04T08:08:54.990Ztest tcp::test_checksum_syn_nodata ... ok
35162026-06-04T08:08:54.990Z
35172026-06-04T08:08:54.990Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35182026-06-04T08:08:54.990Z
35192026-06-04T08:08:54.990Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
35202026-06-04T08:08:54.990Z
35212026-06-04T08:08:54.990Zrunning 0 tests
35222026-06-04T08:08:54.990Z
35232026-06-04T08:08:54.990Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35242026-06-04T08:08:54.990Z
35252026-06-04T08:08:54.994Z Running unittests src/main.rs (target/debug/deps/swadm-f62113f2c59e88a1)
35262026-06-04T08:08:54.994Z
35272026-06-04T08:08:54.994Zrunning 5 tests
35282026-06-04T08:08:54.994Ztest switchport::test::test_compute_lanes ... ok
35292026-06-04T08:08:54.994Ztest switchport::test::port_id_ordering ... ok
35302026-06-04T08:08:54.998Z Lane 0 Lane 1 Lane 2 Lane 3
35312026-06-04T08:08:54.998Z Rx Loss-of-lock: Yes Yes Yes Yes
35322026-06-04T08:08:54.998Z Lane 0 Rx Loss-of-signal: Yes Yes Lane 1Yes Yes
35332026-06-04T08:08:54.998ZLane 2 Rx CDR Enabled: Yes Lane 3Yes
35342026-06-04T08:08:54.998Z Yes State: Activated Yes
35352026-06-04T08:08:54.998ZActivated Tx Enabled: Yes ActivatedYes Activated
35362026-06-04T08:08:54.998ZYes Rx Output Enabled: false Yes
35372026-06-04T08:08:54.998Zfalse Tx Loss-of-lock: No falseNo false
35382026-06-04T08:08:54.998ZNo Rx Output Status: validNo
35392026-06-04T08:08:54.998Z valid Tx Loss-of-signal: No No valid Novalid
35402026-06-04T08:08:54.998Z Rx Loss-of-lock: trueNo
35412026-06-04T08:08:54.998Ztrue Tx CDR Enabled: No Notrue true
35422026-06-04T08:08:54.998ZNo Rx Loss-of-signal: falseNo
35432026-06-04T08:08:54.998Z Tx Adaptive EQ Fault: Nofalse Nofalse falseNo
35442026-06-04T08:08:54.998Z NoRx Auto-squelch Disable: true
35452026-06-04T08:08:54.998Z Tx Fault: Yes trueYes true Yes trueYes
35462026-06-04T08:08:54.998Z
35472026-06-04T08:08:54.998Z Tx Output Enabled: true true true true
35482026-06-04T08:08:54.999Z Tx Output Status: invalid invalid invalid invalid
35492026-06-04T08:08:54.999Z Tx Loss-of-lock: false false false false
35502026-06-04T08:08:54.999Z Tx Loss-of-signal: true true true true
35512026-06-04T08:08:54.999ZTx Auto-squelch Disable: false false false false
35522026-06-04T08:08:54.999Z Tx Adaptive EQ Fail: true true true true
35532026-06-04T08:08:54.999Z Tx Failure: false false false false
35542026-06-04T08:08:54.999Z Tx Force Squelch: true true true true
35552026-06-04T08:08:54.999Z Tx Input Polarity: normal normal normal normal
35562026-06-04T08:08:54.999Ztest switchport::test::test_print_sff_datapath ... ok
35572026-06-04T08:08:54.999Ztest switchport::test::test_print_cmis_datapath ... ok
35582026-06-04T08:08:54.999Ztest link::test_filter ... ok
35592026-06-04T08:08:54.999Z
35602026-06-04T08:08:54.999Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35612026-06-04T08:08:54.999Z
35622026-06-04T08:08:54.999Z Running tests/counters.rs (target/debug/deps/counters-8b7fc440b205af79)
35632026-06-04T08:08:55.006Z
35642026-06-04T08:08:55.006Zrunning 1 test
35652026-06-04T08:08:55.006Ztest test_p4_counter_list ... ignored
35662026-06-04T08:08:55.006Z
35672026-06-04T08:08:55.006Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35682026-06-04T08:08:55.007Z
35692026-06-04T08:08:55.007Z Running tests/port-link.rs (target/debug/deps/port_link-99803176b872dca0)
35702026-06-04T08:08:55.007Z
35712026-06-04T08:08:55.007Zrunning 5 tests
35722026-06-04T08:08:55.007Ztest test_an ... ignored
35732026-06-04T08:08:55.007Ztest test_enable ... ignored
35742026-06-04T08:08:55.007Ztest test_ip_addresses ... ignored
35752026-06-04T08:08:55.007Ztest test_kr ... ignored
35762026-06-04T08:08:55.007Ztest test_mac ... ignored
35772026-06-04T08:08:55.007Z
35782026-06-04T08:08:55.007Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35792026-06-04T08:08:55.007Z
35802026-06-04T08:08:55.007Z Running unittests src/main.rs (target/debug/deps/tfportd-c9f19c755af4ce00)
35812026-06-04T08:08:55.011Z
35822026-06-04T08:08:55.011Zrunning 3 tests
35832026-06-04T08:08:55.011Ztest linklocal::test_parse_ipadm ... ok
35842026-06-04T08:08:55.011Ztest tfport::test_parse_tfport ... ok
35852026-06-04T08:08:55.011Ztest config::tests::test_updates ... ok
35862026-06-04T08:08:55.011Z
35872026-06-04T08:08:55.011Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35882026-06-04T08:08:55.011Z
35892026-06-04T08:08:55.011Z Running unittests src/main.rs (target/debug/deps/uplinkd-408b0afaaedb795f)
35902026-06-04T08:08:55.015Z
35912026-06-04T08:08:55.015Zrunning 0 tests
35922026-06-04T08:08:55.015Z
35932026-06-04T08:08:55.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35942026-06-04T08:08:55.015Z
35952026-06-04T08:08:55.015Z Running unittests src/main.rs (target/debug/deps/xtask-20a197789f0a3b5b)
35962026-06-04T08:08:55.019Z
35972026-06-04T08:08:55.019Zrunning 0 tests
35982026-06-04T08:08:55.019Z
35992026-06-04T08:08:55.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36002026-06-04T08:08:55.019Z
36012026-06-04T08:08:55.022Z Doc-tests aal
36022026-06-04T08:08:55.188Z
36032026-06-04T08:08:55.188Zrunning 0 tests
36042026-06-04T08:08:55.188Z
36052026-06-04T08:08:55.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36062026-06-04T08:08:55.192Z
36072026-06-04T08:08:55.207Z Doc-tests aal_macros
36082026-06-04T08:08:55.280Z
36092026-06-04T08:08:55.281Zrunning 0 tests
36102026-06-04T08:08:55.281Z
36112026-06-04T08:08:55.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36122026-06-04T08:08:55.281Z
36132026-06-04T08:08:55.294Z Doc-tests common
36142026-06-04T08:08:55.528Z
36152026-06-04T08:08:55.528Zrunning 0 tests
36162026-06-04T08:08:55.528Z
36172026-06-04T08:08:55.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36182026-06-04T08:08:55.528Z
36192026-06-04T08:08:55.551Z Doc-tests dpd_api
36202026-06-04T08:08:56.383Z
36212026-06-04T08:08:56.383Zrunning 2 tests
36222026-06-04T08:08:56.383Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36232026-06-04T08:08:56.383Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36242026-06-04T08:08:56.383Z
36252026-06-04T08:08:56.383Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36262026-06-04T08:08:56.383Z
36272026-06-04T08:08:56.417Z Doc-tests dpd_client
36282026-06-04T08:08:57.703Z
36292026-06-04T08:08:57.703Zrunning 0 tests
36302026-06-04T08:08:57.703Z
36312026-06-04T08:08:57.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36322026-06-04T08:08:57.703Z
36332026-06-04T08:08:57.753Z Doc-tests dpd_types
36342026-06-04T08:08:57.967Z
36352026-06-04T08:08:57.968Zrunning 0 tests
36362026-06-04T08:08:57.968Z
36372026-06-04T08:08:57.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36382026-06-04T08:08:57.968Z
36392026-06-04T08:08:57.997Z Doc-tests dpd_types_versions
36402026-06-04T08:08:59.227Z
36412026-06-04T08:08:59.227Zrunning 1 test
36422026-06-04T08:08:59.227Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36432026-06-04T08:08:59.227Z
36442026-06-04T08:08:59.228Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36452026-06-04T08:08:59.228Z
36462026-06-04T08:08:59.276Z Doc-tests packet
36472026-06-04T08:08:59.388Z
36482026-06-04T08:08:59.388Zrunning 0 tests
36492026-06-04T08:08:59.388Z
36502026-06-04T08:08:59.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36512026-06-04T08:08:59.388Z
36522026-06-04T08:08:59.405Z Doc-tests pcap
36532026-06-04T08:08:59.462Z
36542026-06-04T08:08:59.462Zrunning 0 tests
36552026-06-04T08:08:59.462Z
36562026-06-04T08:08:59.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36572026-06-04T08:08:59.462Z
36582026-06-04T08:08:59.515Zprocess exited: duration 588076 ms, exit code 0
 
36592026-06-04T08:08:59.521Zfound 0 output files