01KTTBSRQ9S1KAFYVPFXKH3Y7E: test

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

Buildomat Job: 01KTTBTN7QKYA8AKCND0SHXXYH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T03:33:38.146Zjob assigned to worker 01KTTBTKFH6NVZK8YCGB7VNTQG [factory aws, i-0075a2f78282f85ae] (queued for 50 s)
 
22026-06-11T03:33:44.167Zstarting task 0: "setup"
32026-06-11T03:33:44.171Z++ uname -s
42026-06-11T03:33:44.174Z+ kern=SunOS
52026-06-11T03:33:44.175Z+ build_user=build
62026-06-11T03:33:44.175Z+ build_uid=12345
72026-06-11T03:33:44.175Z+ work_dir=/work
82026-06-11T03:33:44.175Z+ input_dir=/input
92026-06-11T03:33:44.175Z+ [[ 0 == 12345 ]]
102026-06-11T03:33:44.175Z+ case "$kern" in
112026-06-11T03:33:44.175Z+ groupadd -g 12345 build
122026-06-11T03:33:44.175Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T03:33:46.179Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T03:33:46.288Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T03:33:46.293Z+ home_fs=zfs
162026-06-11T03:33:46.293Z+ [[ zfs == autofs ]]
172026-06-11T03:33:46.293Z+ mkdir -p /home/build
182026-06-11T03:33:46.293Z+ chown build:build /home/build /work
192026-06-11T03:33:48.298Z+ chmod 0700 /home/build /work
202026-06-11T03:33:48.303Zprocess exited: duration 4127 ms, exit code 0
 
212026-06-11T03:33:48.314Zstarting task 1: "rust-toolchain"
222026-06-11T03:33:48.319Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-11T03:33:48.319Z * rust toolchain channel = "1.90.0"
242026-06-11T03:33:48.319Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-11T03:33:48.319Z * rust toolchain profile = "default"
262026-06-11T03:33:48.320Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T03:33:48.320Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-11T03:33:48.320Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T03:33:48.324Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-11T03:33:48.402Zinfo: downloading installer
312026-06-11T03:33:49.801Zwarn: It looks like you have an existing rustup settings file at:
322026-06-11T03:33:49.801Zwarn: /home/build/.rustup/settings.toml
332026-06-11T03:33:49.801Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-11T03:33:49.801Zwarn: instead of the one inferred from the default host triple.
352026-06-11T03:33:49.814Zinfo: profile set to default
362026-06-11T03:33:49.814Zinfo: default host triple is x86_64-unknown-illumos
372026-06-11T03:33:49.817Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-11T03:33:49.973Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-11T03:33:49.976Zinfo: downloading 6 components
402026-06-11T03:34:04.414Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-11T03:34:04.415Z
422026-06-11T03:34:04.436Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-11T03:34:04.436Z
442026-06-11T03:34:04.436Z
452026-06-11T03:34:04.436ZRust is installed now. Great!
462026-06-11T03:34:04.436Z
472026-06-11T03:34:04.445ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-11T03:34:04.445Zenvironment variable. This has not been done automatically.
492026-06-11T03:34:04.445Z
502026-06-11T03:34:04.445ZTo configure your current shell, you need to source
512026-06-11T03:34:04.445Zthe corresponding env file under $HOME/.cargo.
522026-06-11T03:34:04.445Z
532026-06-11T03:34:04.445ZThis is usually done by running one of the following (note the leading DOT):
542026-06-11T03:34:04.446Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-11T03:34:04.446Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-11T03:34:04.446Zsource "~/.cargo/env.nu" # For nushell
572026-06-11T03:34:04.446Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-11T03:34:04.446Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-11T03:34:04.446Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-11T03:34:04.446Zwarn: no default linker (`cc`) was found in your PATH
612026-06-11T03:34:04.446Zwarn: many Rust crates require a system C toolchain to build
622026-06-11T03:34:04.518Z+ rustup --version
632026-06-11T03:34:04.527Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-11T03:34:04.531Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-11T03:34:04.553Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-11T03:34:04.560Z+ cargo --version
672026-06-11T03:34:04.566Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-11T03:34:04.570Z+ rustc --version
692026-06-11T03:34:04.589Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-11T03:34:04.592Zprocess exited: duration 16279 ms, exit code 0
 
712026-06-11T03:34:04.598Zstarting task 2: "authentication"
722026-06-11T03:34:04.616Zprocess exited: duration 17 ms, exit code 0
 
732026-06-11T03:34:04.622Zstarting task 3: "clone repository"
742026-06-11T03:34:04.625Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-11T03:34:04.630Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-11T03:34:04.659ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-11T03:34:05.906Z+ cd /work/oxidecomputer/dendrite
782026-06-11T03:34:05.906Z+ git fetch origin a5fc3947bba4215f1754d2ca9d5661c8ef0aff6c
792026-06-11T03:34:06.146ZFrom https://github.com/oxidecomputer/dendrite
802026-06-11T03:34:06.146Z * branch a5fc3947bba4215f1754d2ca9d5661c8ef0aff6c -> FETCH_HEAD
812026-06-11T03:34:06.152Z+ [[ -n renovate/progenitor ]]
822026-06-11T03:34:06.158Z++ git branch --show-current
832026-06-11T03:34:06.158Z+ current=main
842026-06-11T03:34:06.158Z+ [[ main != renovate/progenitor ]]
852026-06-11T03:34:06.158Z+ git branch -f renovate/progenitor a5fc3947bba4215f1754d2ca9d5661c8ef0aff6c
862026-06-11T03:34:06.161Z+ git checkout -f renovate/progenitor
872026-06-11T03:34:06.174ZSwitched to branch 'renovate/progenitor'
882026-06-11T03:34:06.177Z+ git reset --hard a5fc3947bba4215f1754d2ca9d5661c8ef0aff6c
892026-06-11T03:34:06.192ZHEAD is now at a5fc394 Update progenitor to 0.14
902026-06-11T03:34:06.195Zprocess exited: duration 1572 ms, exit code 0
 
912026-06-11T03:34:06.201Zstarting task 4: "build"
922026-06-11T03:34:06.209Z+ source .github/buildomat/common.sh
932026-06-11T03:34:06.214Z++ TOFINO_STAGES=20
942026-06-11T03:34:06.214Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-11T03:34:06.214Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-11T03:34:06.214Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-11T03:34:06.214Z+++ uname -s
982026-06-11T03:34:06.214Z++ '[' SunOS == SunOS ']'
992026-06-11T03:34:06.214Z++ SERIES=illumos
1002026-06-11T03:34:06.214Z+++ uname -s
1012026-06-11T03:34:06.214Z++ '[' SunOS == SunOS ']'
1022026-06-11T03:34:06.214Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-11T03:34:06.214Z++ rustup show active-toolchain
1042026-06-11T03:34:06.223Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-11T03:34:06.223Z+ source .github/buildomat/illumos.sh
1062026-06-11T03:34:06.223Z++ banner 'sde setup'
1072026-06-11T03:34:06.223Z
1082026-06-11T03:34:06.223Z #### ##### ###### #### ###### ##### # # #####
1092026-06-11T03:34:06.223Z # # # # # # # # # # #
1102026-06-11T03:34:06.223Z #### # # ##### #### ##### # # # # #
1112026-06-11T03:34:06.223Z # # # # # # # # # #####
1122026-06-11T03:34:06.223Z # # # # # # # # # # # #
1132026-06-11T03:34:06.223Z #### ##### ###### #### ###### # #### #
1142026-06-11T03:34:06.223Z
1152026-06-11T03:34:06.223Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-11T03:34:06.223Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-11T03:34:06.223Z++ export PKG=tofino_sde.p5p
1182026-06-11T03:34:06.223Z++ PKG=tofino_sde.p5p
1192026-06-11T03:34:06.223Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-11T03:34:06.235Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-11T03:34:06.235Z Dload Upload Total Spent Left Speed
1222026-06-11T03:34:07.546Z 0 0 0 0 0 0 0 0 0 65 76.03M 65 49.58M 0 0 49.62M 0 00:01 00:01 49.63M 100 76.03M 100 76.03M 0 0 57.48M 0 00:01 00:01 49.63M 100 76.03M 100 76.03M 0 0 57.48M 0 00:01 00:01 49.63M 100 76.03M 100 76.03M 0 0 57.48M 0 00:01 00:01 49.63M
1232026-06-11T03:34:07.550Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-11T03:34:07.597Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-11T03:34:07.600Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-11T03:34:07.600Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-11T03:34:10.536Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-11T03:34:10.622Z Startup: Caching catalogs ... Done
1292026-06-11T03:34:10.660Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-11T03:34:11.037ZPlanning: Solver setup ... Done
1312026-06-11T03:34:11.061ZPlanning: Running solver ... Done
1322026-06-11T03:34:11.069ZPlanning: Finding local manifests ... Done
1332026-06-11T03:34:11.072ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-11T03:34:11.075ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-11T03:34:11.087ZPlanning: Package planning ... Done
1362026-06-11T03:34:11.089ZPlanning: Merging actions ... Done
1372026-06-11T03:34:11.217ZPlanning: Checking for conflicting actions ... Done
1382026-06-11T03:34:11.221ZPlanning: Consolidating action changes ... Done
1392026-06-11T03:34:12.032ZPlanning: Evaluating mediators ... Done
1402026-06-11T03:34:12.035ZPlanning: Planning completed in 1.37 seconds
1412026-06-11T03:34:12.040Z Packages to install: 1
1422026-06-11T03:34:12.040Z Create boot environment: No
1432026-06-11T03:34:12.043ZCreate backup boot environment: No
1442026-06-11T03:34:12.066Z
1452026-06-11T03:34:12.066ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-11T03:34:12.202ZDownload: Completed 75.30 MB in 0.14 seconds (552M/s)
1472026-06-11T03:34:12.367Z Actions: 1/293 actions (Installing new actions)
1482026-06-11T03:34:13.336Z Actions: Completed 293 actions in 0.97 seconds.
1492026-06-11T03:34:13.340ZFinalize: Updating package state database ... Done
1502026-06-11T03:34:13.382ZFinalize: Updating package cache ... Done
1512026-06-11T03:34:13.412ZFinalize: Updating image state ... Done
1522026-06-11T03:34:15.875ZFinalize: Creating fast lookup database ... Done
1532026-06-11T03:34:15.956ZFinalize: Reading search index ... Done
1542026-06-11T03:34:15.958ZFinalize: Updating search index ... Done
1552026-06-11T03:34:16.186ZFinalize: Updating package cache ... Done
1562026-06-11T03:34:16.273Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-11T03:34:16.273Z++ SDE=/opt/oxide/tofino_sde
1582026-06-11T03:34:16.282Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-11T03:34:16.282Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-11T03:34:16.282Z++ banner packages
1612026-06-11T03:34:16.282Z
1622026-06-11T03:34:16.282Z ##### ## #### # # ## #### ###### ####
1632026-06-11T03:34:16.282Z # # # # # # # # # # # # # #
1642026-06-11T03:34:16.282Z # # # # # #### # # # ##### ####
1652026-06-11T03:34:16.282Z ##### ###### # # # ###### # ### # #
1662026-06-11T03:34:16.282Z # # # # # # # # # # # # # #
1672026-06-11T03:34:16.282Z # # # #### # # # # #### ###### ####
1682026-06-11T03:34:16.282Z
1692026-06-11T03:34:16.282Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-11T03:34:16.543Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-11T03:34:16.549Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-11T03:34:16.869ZPlanning: Solver setup ... Done
1732026-06-11T03:34:16.895ZPlanning: Running solver ... Done
1742026-06-11T03:34:16.902ZPlanning: Consolidating action changes ... Done
1752026-06-11T03:34:16.905ZPlanning: Evaluating mediators ... Done
1762026-06-11T03:34:16.905ZPlanning: Planning completed in 0.36 seconds
1772026-06-11T03:34:16.918ZNo updates necessary for this image.
1782026-06-11T03:34:16.992Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-11T03:34:17.201ZPlanning: Evaluating mediator changes ... Done
1802026-06-11T03:34:17.318ZPlanning: Checking for conflicting actions ... Done
1812026-06-11T03:34:17.320ZPlanning: Consolidating action changes ... Done
1822026-06-11T03:34:17.487ZPlanning: Evaluating mediators ... Done
1832026-06-11T03:34:17.490ZPlanning: Planning completed in 0.29 seconds
1842026-06-11T03:34:17.547Z Mediators to change: 2
1852026-06-11T03:34:17.547Z Create boot environment: No
1862026-06-11T03:34:17.548ZCreate backup boot environment: No
1872026-06-11T03:34:17.565ZFinalize: Updating package state database ... Done
1882026-06-11T03:34:17.565ZFinalize: Updating package cache ... Done
1892026-06-11T03:34:17.577ZFinalize: Updating image state ... Done
1902026-06-11T03:34:19.662ZFinalize: Creating fast lookup database ... Done
1912026-06-11T03:34:19.736ZFinalize: Reading search index ... Done
1922026-06-11T03:34:19.740ZFinalize: Updating search index ... Done
1932026-06-11T03:34:19.815ZFinalize: Updating package cache ... Done
1942026-06-11T03:34:19.901Z++ cargo --version
1952026-06-11T03:34:19.913Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-11T03:34:19.913Z++ rustc --version
1972026-06-11T03:34:19.925Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-11T03:34:19.930Z+ banner copyrights
1992026-06-11T03:34:19.930Z
2002026-06-11T03:34:19.930Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-11T03:34:19.930Z # # # # # # # # # # # # # # # # #
2022026-06-11T03:34:19.930Z # # # # # # # # # # ###### # ####
2032026-06-11T03:34:19.930Z # # # ##### # ##### # # ### # # # #
2042026-06-11T03:34:19.931Z # # # # # # # # # # # # # # # #
2052026-06-11T03:34:19.931Z #### #### # # # # # #### # # # ####
2062026-06-11T03:34:19.931Z
2072026-06-11T03:34:19.931Z+ ./tools/check_copyrights.sh
2082026-06-11T03:34:20.224Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-11T03:34:20.996Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-11T03:34:21.452Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-11T03:34:21.542Zpcap/build.rs: Copyright with wrong year
2122026-06-11T03:34:21.711Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-11T03:34:22.342Z+ banner clippy
2142026-06-11T03:34:22.346Z
2152026-06-11T03:34:22.346Z #### # # ##### ##### # #
2162026-06-11T03:34:22.346Z # # # # # # # # # #
2172026-06-11T03:34:22.346Z # # # # # # # #
2182026-06-11T03:34:22.346Z # # # ##### ##### #
2192026-06-11T03:34:22.346Z # # # # # # #
2202026-06-11T03:34:22.346Z #### ###### # # # #
2212026-06-11T03:34:22.346Z
2222026-06-11T03:34:22.346Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-11T03:34:22.346Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-11T03:34:22.346Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-11T03:34:32.626Z Updating crates.io index
2262026-06-11T03:34:32.671Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-11T03:34:32.971Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-11T03:34:33.736Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-11T03:34:33.957Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-11T03:34:34.227Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-11T03:34:35.539Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-06-11T03:34:35.793Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-11T03:34:36.339Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-11T03:34:36.672Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-11T03:34:36.988Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-11T03:34:37.408Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-11T03:34:37.777Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-11T03:34:38.437Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-11T03:34:38.746Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-11T03:34:39.119Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-11T03:34:39.733Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-11T03:34:39.995Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-06-11T03:34:40.371Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-11T03:34:40.865Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-06-11T03:34:41.369Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-06-11T03:34:41.668Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-06-11T03:34:43.239Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-06-11T03:34:43.975Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-11T03:34:44.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-06-11T03:34:45.810Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-06-11T03:34:46.446Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-06-11T03:34:46.733Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-11T03:34:47.288Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-06-11T03:34:49.393Z Downloading crates ...
2552026-06-11T03:34:49.461Z Downloaded anstyle v1.0.14
2562026-06-11T03:34:49.464Z Downloaded arrayvec v0.7.6
2572026-06-11T03:34:49.469Z Downloaded compression-core v0.4.32
2582026-06-11T03:34:49.472Z Downloaded colorchoice v1.0.4
2592026-06-11T03:34:49.472Z Downloaded cpufeatures v0.2.17
2602026-06-11T03:34:49.476Z Downloaded camino-tempfile v1.4.1
2612026-06-11T03:34:49.480Z Downloaded async-stream v0.3.6
2622026-06-11T03:34:49.483Z Downloaded atomicwrites v0.4.4
2632026-06-11T03:34:49.483Z Downloaded adler2 v2.0.1
2642026-06-11T03:34:49.483Z Downloaded curve25519-dalek-derive v0.1.1
2652026-06-11T03:34:49.491Z Downloaded crc8 v0.1.1
2662026-06-11T03:34:49.496Z Downloaded daft-derive v0.1.5
2672026-06-11T03:34:49.496Z Downloaded async-stream-impl v0.3.6
2682026-06-11T03:34:49.496Z Downloaded embedded-io v0.4.0
2692026-06-11T03:34:49.504Z Downloaded either v1.15.0
2702026-06-11T03:34:49.504Z Downloaded drift v0.2.0
2712026-06-11T03:34:49.507Z Downloaded hostname v0.3.1
2722026-06-11T03:34:49.507Z Downloaded cancel-safe-futures v0.1.5
2732026-06-11T03:34:49.510Z Downloaded generic-array v0.14.7
2742026-06-11T03:34:49.512Z Downloaded find-msvc-tools v0.1.9
2752026-06-11T03:34:49.515Z Downloaded futures v0.3.32
2762026-06-11T03:34:49.519Z Downloaded dunce v1.0.5
2772026-06-11T03:34:49.523Z Downloaded cfg-if v1.0.4
2782026-06-11T03:34:49.523Z Downloaded dtrace-parser v0.3.0
2792026-06-11T03:34:49.526Z Downloaded dropshot_endpoint v0.16.7
2802026-06-11T03:34:49.526Z Downloaded getrandom v0.4.2
2812026-06-11T03:34:49.529Z Downloaded crucible-workspace-hack v0.1.0
2822026-06-11T03:34:49.532Z Downloaded float-ord v0.3.2
2832026-06-11T03:34:49.535Z Downloaded highway v1.3.0
2842026-06-11T03:34:49.538Z Downloaded fastrand v2.3.0
2852026-06-11T03:34:49.538Z Downloaded dyn-clone v1.0.20
2862026-06-11T03:34:49.541Z Downloaded enum-as-inner v0.6.1
2872026-06-11T03:34:49.546Z Downloaded const_format v0.2.34
2882026-06-11T03:34:49.549Z Downloaded base64 v0.22.1
2892026-06-11T03:34:49.552Z Downloaded clap_lex v1.1.0
2902026-06-11T03:34:49.552Z Downloaded fs-err v3.1.2
2912026-06-11T03:34:49.554Z Downloaded anstyle-query v1.1.4
2922026-06-11T03:34:49.557Z Downloaded ciborium-io v0.2.2
2932026-06-11T03:34:49.557Z Downloaded darling_macro v0.21.3
2942026-06-11T03:34:49.563Z Downloaded crypto-common v0.1.6
2952026-06-11T03:34:49.570Z Downloaded arrayref v0.3.9
2962026-06-11T03:34:49.570Z Downloaded hex v0.4.3
2972026-06-11T03:34:49.570Z Downloaded fnv v1.0.7
2982026-06-11T03:34:49.577Z Downloaded http-body v1.0.1
2992026-06-11T03:34:49.577Z Downloaded gethostname v0.5.0
3002026-06-11T03:34:49.577Z Downloaded cargo-platform v0.1.9
3012026-06-11T03:34:49.577Z Downloaded base16ct v0.2.0
3022026-06-11T03:34:49.577Z Downloaded hash32 v0.3.1
3032026-06-11T03:34:49.582Z Downloaded embedded-io v0.6.1
3042026-06-11T03:34:49.582Z Downloaded defmt-parser v1.0.0
3052026-06-11T03:34:49.582Z Downloaded cobs v0.3.0
3062026-06-11T03:34:49.586Z Downloaded cpufeatures v0.3.0
3072026-06-11T03:34:49.586Z Downloaded foreign-types v0.3.2
3082026-06-11T03:34:49.586Z Downloaded hubpack_derive v0.1.1
3092026-06-11T03:34:49.590Z Downloaded httpdate v1.0.3
3102026-06-11T03:34:49.590Z Downloaded block-buffer v0.12.0
3112026-06-11T03:34:49.594Z Downloaded cstr-argument v0.1.2
3122026-06-11T03:34:49.594Z Downloaded convert_case v0.4.0
3132026-06-11T03:34:49.594Z Downloaded foreign-types-shared v0.3.1
3142026-06-11T03:34:49.597Z Downloaded erased-serde v0.3.31
3152026-06-11T03:34:49.597Z Downloaded bit-vec v0.8.0
3162026-06-11T03:34:49.600Z Downloaded critical-section v1.2.0
3172026-06-11T03:34:49.603Z Downloaded heck v0.4.1
3182026-06-11T03:34:49.603Z Downloaded futures-io v0.3.32
3192026-06-11T03:34:49.606Z Downloaded foreign-types-shared v0.1.1
3202026-06-11T03:34:49.606Z Downloaded aead v0.5.2
3212026-06-11T03:34:49.609Z Downloaded hyper-tls v0.6.0
3222026-06-11T03:34:49.612Z Downloaded futures-macro v0.3.32
3232026-06-11T03:34:49.612Z Downloaded hubpack v0.1.2
3242026-06-11T03:34:49.614Z Downloaded dof v0.4.0
3252026-06-11T03:34:49.614Z Downloaded hostname v0.4.2
3262026-06-11T03:34:49.617Z Downloaded chacha20 v0.9.1
3272026-06-11T03:34:49.620Z Downloaded cexpr v0.6.0
3282026-06-11T03:34:49.623Z Downloaded idna_adapter v1.2.1
3292026-06-11T03:34:49.623Z Downloaded internet-checksum v0.2.1
3302026-06-11T03:34:49.628Z Downloaded itoa v1.0.15
3312026-06-11T03:34:49.628Z Downloaded heck v0.5.0
3322026-06-11T03:34:49.635Z Downloaded futures-core v0.3.32
3332026-06-11T03:34:49.635Z Downloaded argon2 v0.5.3
3342026-06-11T03:34:49.640Z Downloaded ident_case v1.0.1
3352026-06-11T03:34:49.640Z Downloaded constant_time_eq v0.3.1
3362026-06-11T03:34:49.641Z Downloaded daft v0.1.5
3372026-06-11T03:34:49.641Z Downloaded futures-task v0.3.32
3382026-06-11T03:34:49.641Z Downloaded backoff v0.4.0
3392026-06-11T03:34:49.643Z Downloaded csv-core v0.1.12
3402026-06-11T03:34:49.643Z Downloaded derive-ex v0.1.8
3412026-06-11T03:34:49.646Z Downloaded fixedbitset v0.5.7
3422026-06-11T03:34:49.646Z Downloaded http-body-util v0.1.3
3432026-06-11T03:34:49.649Z Downloaded ff v0.13.1
3442026-06-11T03:34:49.651Z Downloaded fs_extra v1.3.0
3452026-06-11T03:34:49.651Z Downloaded cipher v0.4.4
3462026-06-11T03:34:49.654Z Downloaded kstat-rs v0.2.4
3472026-06-11T03:34:49.657Z Downloaded group v0.13.0
3482026-06-11T03:34:49.657Z Downloaded data-encoding v2.9.0
3492026-06-11T03:34:49.660Z Downloaded getrandom v0.2.16
3502026-06-11T03:34:49.663Z Downloaded linked-hash-map v0.5.6
3512026-06-11T03:34:49.667Z Downloaded dropshot_endpoint v0.17.1
3522026-06-11T03:34:49.667Z Downloaded is_terminal_polyfill v1.70.1
3532026-06-11T03:34:49.672Z Downloaded is_ci v1.2.0
3542026-06-11T03:34:49.672Z Downloaded instant v0.1.13
3552026-06-11T03:34:49.677Z Downloaded inout v0.1.4
3562026-06-11T03:34:49.677Z Downloaded ciborium v0.2.2
3572026-06-11T03:34:49.677Z Downloaded lazy_static v1.5.0
3582026-06-11T03:34:49.680Z Downloaded keccak v0.1.6
3592026-06-11T03:34:49.680Z Downloaded humantime v2.3.0
3602026-06-11T03:34:49.680Z Downloaded lru-slab v0.1.2
3612026-06-11T03:34:49.683Z Downloaded memmap v0.7.0
3622026-06-11T03:34:49.683Z Downloaded crossbeam-utils v0.8.21
3632026-06-11T03:34:49.686Z Downloaded globset v0.4.16
3642026-06-11T03:34:49.688Z Downloaded defmt v1.0.1
3652026-06-11T03:34:49.691Z Downloaded foldhash v0.2.0
3662026-06-11T03:34:49.694Z Downloaded git-stub-vcs v0.1.0
3672026-06-11T03:34:49.694Z Downloaded match_cfg v0.1.0
3682026-06-11T03:34:49.729Z Downloaded mime v0.3.17
3692026-06-11T03:34:49.730Z Downloaded memoffset v0.9.1
3702026-06-11T03:34:49.730Z Downloaded num v0.4.3
3712026-06-11T03:34:49.730Z Downloaded futures-sink v0.3.32
3722026-06-11T03:34:49.730Z Downloaded newtype_derive v0.1.6
3732026-06-11T03:34:49.730Z Downloaded glob v0.3.3
3742026-06-11T03:34:49.730Z Downloaded digest v0.11.3
3752026-06-11T03:34:49.730Z Downloaded foldhash v0.1.5
3762026-06-11T03:34:49.730Z Downloaded ipnetwork v0.21.1
3772026-06-11T03:34:49.730Z Downloaded crossbeam-epoch v0.9.18
3782026-06-11T03:34:49.730Z Downloaded macaddr v1.0.1
3792026-06-11T03:34:49.730Z Downloaded crossbeam-deque v0.8.6
3802026-06-11T03:34:49.730Z Downloaded clap_derive v4.6.1
3812026-06-11T03:34:49.734Z Downloaded lru-cache v0.1.2
3822026-06-11T03:34:49.734Z Downloaded cookie v0.18.1
3832026-06-11T03:34:49.734Z Downloaded futures-channel v0.3.32
3842026-06-11T03:34:49.734Z Downloaded bitflags v2.11.1
3852026-06-11T03:34:49.734Z Downloaded anyhow v1.0.102
3862026-06-11T03:34:49.734Z Downloaded libloading v0.8.9
3872026-06-11T03:34:49.734Z Downloaded omicron-workspace-hack v0.1.0
3882026-06-11T03:34:49.739Z Downloaded num_enum_derive v0.5.11
3892026-06-11T03:34:49.739Z Downloaded num-iter v0.1.45
3902026-06-11T03:34:49.739Z Downloaded libsw-core v0.3.2
3912026-06-11T03:34:49.743Z Downloaded linear-map v1.2.0
3922026-06-11T03:34:49.743Z Downloaded olpc-cjson v0.1.4
3932026-06-11T03:34:49.743Z Downloaded ipnet v2.11.0
3942026-06-11T03:34:49.748Z Downloaded iana-time-zone v0.1.64
3952026-06-11T03:34:49.748Z Downloaded opaque-debug v0.3.1
3962026-06-11T03:34:49.748Z Downloaded hybrid-array v0.4.12
3972026-06-11T03:34:49.752Z Downloaded libsw v3.5.0
3982026-06-11T03:34:49.752Z Downloaded ingot-types v0.1.2
3992026-06-11T03:34:49.756Z Downloaded darling v0.21.3
4002026-06-11T03:34:49.760Z Downloaded parse-display v0.10.0
4012026-06-11T03:34:49.760Z Downloaded openssl-probe v0.1.6
4022026-06-11T03:34:49.763Z Downloaded hmac v0.12.1
4032026-06-11T03:34:49.767Z Downloaded newline-converter v0.3.0
4042026-06-11T03:34:49.770Z Downloaded lock_api v0.4.14
4052026-06-11T03:34:49.770Z Downloaded num-complex v0.4.6
4062026-06-11T03:34:49.773Z Downloaded native-tls v0.2.14
4072026-06-11T03:34:49.777Z Downloaded openssl-macros v0.1.1
4082026-06-11T03:34:49.777Z Downloaded num_threads v0.1.7
4092026-06-11T03:34:49.781Z Downloaded powerfmt v0.2.0
4102026-06-11T03:34:49.781Z Downloaded proc-macro-error-attr v1.0.4
4112026-06-11T03:34:49.781Z Downloaded potential_utf v0.1.3
4122026-06-11T03:34:49.781Z Downloaded hyper-rustls v0.27.7
4132026-06-11T03:34:49.784Z Downloaded console v0.15.11
4142026-06-11T03:34:49.787Z Downloaded clang-sys v1.8.1
4152026-06-11T03:34:49.791Z Downloaded percent-encoding v2.3.2
4162026-06-11T03:34:49.791Z Downloaded allocator-api2 v0.2.21
4172026-06-11T03:34:49.796Z Downloaded crc32fast v1.5.0
4182026-06-11T03:34:49.796Z Downloaded icu_properties v2.0.1
4192026-06-11T03:34:49.801Z Downloaded clap v4.6.1
4202026-06-11T03:34:49.806Z Downloaded proc-macro-error-attr2 v2.0.0
4212026-06-11T03:34:49.806Z Downloaded plain v0.2.3
4222026-06-11T03:34:49.806Z Downloaded phf_shared v0.12.1
4232026-06-11T03:34:49.810Z Downloaded num_enum_derive v0.7.5
4242026-06-11T03:34:49.810Z Downloaded compression-codecs v0.4.32
4252026-06-11T03:34:49.813Z Downloaded proc-macro-crate v1.3.1
4262026-06-11T03:34:49.813Z Downloaded newtype-uuid v1.3.2
4272026-06-11T03:34:49.813Z Downloaded derive-where v1.6.0
4282026-06-11T03:34:49.816Z Downloaded httparse v1.10.1
4292026-06-11T03:34:49.818Z Downloaded num_enum v0.7.5
4302026-06-11T03:34:49.822Z Downloaded quick-error v1.2.3
4312026-06-11T03:34:49.826Z Downloaded progenitor-macro v0.11.1
4322026-06-11T03:34:49.826Z Downloaded progenitor-macro v0.10.0
4332026-06-11T03:34:49.829Z Downloaded progenitor-client v0.10.0
4342026-06-11T03:34:49.829Z Downloaded rand_chacha v0.3.1
4352026-06-11T03:34:49.829Z Downloaded ref-cast v1.0.25
4362026-06-11T03:34:49.833Z Downloaded jobserver v0.1.34
4372026-06-11T03:34:49.836Z Downloaded ingot-macros v0.1.1
4382026-06-11T03:34:49.836Z Downloaded ingot v0.1.1
4392026-06-11T03:34:49.836Z Downloaded litemap v0.8.0
4402026-06-11T03:34:49.839Z Downloaded multer v3.1.0
4412026-06-11T03:34:50.252Z Downloaded progenitor-client v0.14.0
4422026-06-11T03:34:50.257Z Downloaded rand_xorshift v0.4.0
4432026-06-11T03:34:50.257Z Downloaded ref-cast-impl v1.0.25
4442026-06-11T03:34:50.257Z Downloaded pkg-config v0.3.32
4452026-06-11T03:34:50.257Z Downloaded pest_generator v2.8.2
4462026-06-11T03:34:50.257Z Downloaded progenitor-client v0.11.1
4472026-06-11T03:34:50.257Z Downloaded rustc_version v0.4.1
4482026-06-11T03:34:50.257Z Downloaded progenitor-macro v0.14.0
4492026-06-11T03:34:50.257Z Downloaded rustc_version v0.1.7
4502026-06-11T03:34:50.257Z Downloaded rustc-hash v2.1.1
4512026-06-11T03:34:50.258Z Downloaded num-integer v0.1.46
4522026-06-11T03:34:50.258Z Downloaded pretty-hex v0.4.1
4532026-06-11T03:34:50.258Z Downloaded pin-project-lite v0.2.16
4542026-06-11T03:34:50.258Z Downloaded chacha20poly1305 v0.10.1
4552026-06-11T03:34:50.258Z Downloaded oxnet v0.1.6
4562026-06-11T03:34:50.258Z Downloaded darling_core v0.21.3
4572026-06-11T03:34:50.258Z Downloaded oxide-tokio-rt v0.1.2
4582026-06-11T03:34:50.258Z Downloaded owo-colors v4.3.0
4592026-06-11T03:34:50.258Z Downloaded num-rational v0.4.2
4602026-06-11T03:34:50.258Z Downloaded derive_more v0.99.20
4612026-06-11T03:34:50.258Z Downloaded icu_normalizer v2.0.0
4622026-06-11T03:34:50.258Z Downloaded password-hash v0.5.0
4632026-06-11T03:34:50.258Z Downloaded paste v1.0.15
4642026-06-11T03:34:50.258Z Downloaded once_cell v1.21.3
4652026-06-11T03:34:50.258Z Downloaded scopeguard v1.2.0
4662026-06-11T03:34:50.258Z Downloaded scroll_derive v0.13.1
4672026-06-11T03:34:50.258Z Downloaded memmap2 v0.9.8
4682026-06-11T03:34:50.258Z Downloaded async-compression v0.4.33
4692026-06-11T03:34:50.258Z Downloaded num_enum v0.5.11
4702026-06-11T03:34:50.258Z Downloaded rand_core v0.9.3
4712026-06-11T03:34:50.258Z Downloaded search_path v0.1.4
4722026-06-11T03:34:50.258Z Downloaded semver v0.1.20
4732026-06-11T03:34:50.258Z Downloaded phf v0.12.1
4742026-06-11T03:34:50.258Z Downloaded serde-big-array v0.5.1
4752026-06-11T03:34:50.258Z Downloaded same-file v1.0.6
4762026-06-11T03:34:50.258Z Downloaded half v2.7.1
4772026-06-11T03:34:50.258Z Downloaded icu_locale_core v2.0.0
4782026-06-11T03:34:50.258Z Downloaded pem v3.0.5
4792026-06-11T03:34:50.258Z Downloaded parse-display-derive v0.10.0
4802026-06-11T03:34:50.258Z Downloaded progenitor v0.11.1
4812026-06-11T03:34:50.258Z Downloaded proc-macro-error2 v2.0.1
4822026-06-11T03:34:50.258Z Downloaded poly1305 v0.8.0
4832026-06-11T03:34:50.258Z Downloaded pest_derive v2.8.2
4842026-06-11T03:34:50.259Z Downloaded secrecy v0.10.3
4852026-06-11T03:34:50.259Z Downloaded progenitor v0.14.0
4862026-06-11T03:34:50.259Z Downloaded proc-macro-error v1.0.4
4872026-06-11T03:34:50.259Z Downloaded serde_repr v0.1.20
4882026-06-11T03:34:50.259Z Downloaded sha1 v0.11.0
4892026-06-11T03:34:50.259Z Downloaded serde_spanned v0.6.9
4902026-06-11T03:34:50.259Z Downloaded rand_chacha v0.9.0
4912026-06-11T03:34:50.259Z Downloaded crypto-bigint v0.5.5
4922026-06-11T03:34:50.259Z Downloaded elliptic-curve v0.13.8
4932026-06-11T03:34:50.259Z Downloaded rand_core v0.6.4
4942026-06-11T03:34:50.260Z Downloaded crossbeam-channel v0.5.15
4952026-06-11T03:34:50.260Z Downloaded siphasher v1.0.1
4962026-06-11T03:34:50.260Z Downloaded serde_urlencoded v0.7.1
4972026-06-11T03:34:50.260Z Downloaded sha1 v0.10.6
4982026-06-11T03:34:50.260Z Downloaded num-traits v0.2.19
4992026-06-11T03:34:50.260Z Downloaded pin-project-internal v1.1.10
5002026-06-11T03:34:50.260Z Downloaded icu_provider v2.0.0
5012026-06-11T03:34:50.260Z Downloaded icu_normalizer_data v2.0.0
5022026-06-11T03:34:50.260Z Downloaded curl v0.4.49
5032026-06-11T03:34:50.260Z Downloaded schemars_derive v0.8.22
5042026-06-11T03:34:50.260Z Downloaded slog-bunyan v2.5.0
5052026-06-11T03:34:50.260Z Downloaded serde_plain v1.0.2
5062026-06-11T03:34:50.260Z Downloaded scroll_derive v0.12.1
5072026-06-11T03:34:50.260Z Downloaded sigpipe v0.1.3
5082026-06-11T03:34:50.261Z Downloaded papergrid v0.11.0
5092026-06-11T03:34:50.261Z Downloaded colored v3.1.1
5102026-06-11T03:34:50.261Z Downloaded resolv-conf v0.7.5
5112026-06-11T03:34:50.261Z Downloaded rustls-pemfile v2.2.0
5122026-06-11T03:34:50.261Z Downloaded bytes v1.11.1
5132026-06-11T03:34:50.261Z Downloaded signal-hook-tokio v0.3.1
5142026-06-11T03:34:50.261Z Downloaded scroll v0.13.0
5152026-06-11T03:34:50.261Z Downloaded rusty-fork v0.3.0
5162026-06-11T03:34:50.261Z Downloaded rustversion v1.0.22
5172026-06-11T03:34:50.261Z Downloaded smawk v0.3.2
5182026-06-11T03:34:50.261Z Downloaded icu_collections v2.0.0
5192026-06-11T03:34:50.262Z Downloaded hickory-resolver v0.25.2
5202026-06-11T03:34:50.262Z Downloaded pest_meta v2.8.2
5212026-06-11T03:34:50.262Z Downloaded http v1.4.1
5222026-06-11T03:34:50.262Z Downloaded hickory-resolver v0.24.4
5232026-06-11T03:34:50.262Z Downloaded log v0.4.29
5242026-06-11T03:34:50.262Z Downloaded progenitor v0.10.0
5252026-06-11T03:34:50.262Z Downloaded strum v0.26.3
5262026-06-11T03:34:50.262Z Downloaded strsim v0.11.1
5272026-06-11T03:34:50.262Z Downloaded stable_deref_trait v1.2.0
5282026-06-11T03:34:50.262Z Downloaded postcard v1.1.3
5292026-06-11T03:34:50.262Z Downloaded indexmap v1.9.3
5302026-06-11T03:34:50.262Z Downloaded jiff-static v0.2.15
5312026-06-11T03:34:50.262Z Downloaded cc v1.2.63
5322026-06-11T03:34:50.262Z Downloaded num-derive v0.4.2
5332026-06-11T03:34:50.262Z Downloaded num-conv v0.2.1
5342026-06-11T03:34:50.262Z Downloaded omicron-zone-package v0.12.2
5352026-06-11T03:34:50.262Z Downloaded serde_derive_internals v0.29.1
5362026-06-11T03:34:50.262Z Downloaded quote v1.0.45
5372026-06-11T03:34:50.262Z Downloaded swrite v0.1.0
5382026-06-11T03:34:50.263Z Downloaded supports-color v3.0.2
5392026-06-11T03:34:50.263Z Downloaded strum v0.27.2
5402026-06-11T03:34:50.263Z Downloaded structmeta v0.3.0
5412026-06-11T03:34:50.263Z Downloaded subtle v2.6.1
5422026-06-11T03:34:50.267Z Downloaded shlex v2.0.1
5432026-06-11T03:34:50.267Z Downloaded sync_wrapper v1.0.2
5442026-06-11T03:34:50.267Z Downloaded quinn-udp v0.5.14
5452026-06-11T03:34:50.267Z Downloaded progenitor-impl v0.14.0
5462026-06-11T03:34:50.267Z Downloaded flate2 v1.1.2
5472026-06-11T03:34:50.267Z Downloaded tabwriter v1.4.1
5482026-06-11T03:34:50.267Z Downloaded testing_table v0.3.0
5492026-06-11T03:34:50.267Z Downloaded slog-async v2.8.0
5502026-06-11T03:34:50.267Z Downloaded openssl-sys v0.9.116
5512026-06-11T03:34:50.267Z Downloaded scroll v0.12.0
5522026-06-11T03:34:50.267Z Downloaded slog-term v2.9.2
5532026-06-11T03:34:50.268Z Downloaded termtree v0.5.1
5542026-06-11T03:34:50.268Z Downloaded terminal_size v0.4.3
5552026-06-11T03:34:50.268Z Downloaded smf v0.2.3
5562026-06-11T03:34:50.268Z Downloaded slog-json v2.6.1
5572026-06-11T03:34:50.268Z Downloaded slog-dtrace v0.3.0
5582026-06-11T03:34:50.268Z Downloaded serde_spanned v1.1.1
5592026-06-11T03:34:50.268Z Downloaded thread-id v4.2.2
5602026-06-11T03:34:50.268Z Downloaded thiserror-impl-no-std v2.0.2
5612026-06-11T03:34:50.268Z Downloaded tabled_derive v0.11.0
5622026-06-11T03:34:50.268Z Downloaded serde_tokenstream v0.2.3
5632026-06-11T03:34:50.268Z Downloaded tagptr v0.2.0
5642026-06-11T03:34:50.268Z Downloaded semver v1.0.28
5652026-06-11T03:34:50.268Z Downloaded sha2 v0.10.9
5662026-06-11T03:34:50.268Z Downloaded signal-hook-registry v1.4.6
5672026-06-11T03:34:50.268Z Downloaded miniz_oxide v0.8.9
5682026-06-11T03:34:50.268Z Downloaded pin-project v1.1.10
5692026-06-11T03:34:50.268Z Downloaded take_mut v0.2.2
5702026-06-11T03:34:50.268Z Downloaded tabled_derive v0.7.0
5712026-06-11T03:34:50.268Z Downloaded tinyvec_macros v0.1.1
5722026-06-11T03:34:50.268Z Downloaded time-core v0.1.8
5732026-06-11T03:34:50.268Z Downloaded structmeta-derive v0.3.0
5742026-06-11T03:34:50.268Z Downloaded rustls-pki-types v1.12.0
5752026-06-11T03:34:50.268Z Downloaded ppv-lite86 v0.2.21
5762026-06-11T03:34:50.268Z Downloaded expectorate v1.2.0
5772026-06-11T03:34:50.268Z Downloaded serde_path_to_error v0.1.20
5782026-06-11T03:34:50.268Z Downloaded parking_lot v0.12.5
5792026-06-11T03:34:50.268Z Downloaded papergrid v0.17.0
5802026-06-11T03:34:50.268Z Downloaded slab v0.4.11
5812026-06-11T03:34:50.268Z Downloaded serde_with_macros v3.14.1
5822026-06-11T03:34:50.268Z Downloaded shlex v1.3.0
5832026-06-11T03:34:50.268Z Downloaded newtype-uuid-macros v0.1.0
5842026-06-11T03:34:50.268Z Downloaded getrandom v0.3.3
5852026-06-11T03:34:50.268Z Downloaded filetime v0.2.26
5862026-06-11T03:34:50.268Z Downloaded blake2 v0.10.6
5872026-06-11T03:34:50.268Z Downloaded progenitor-impl v0.10.0
5882026-06-11T03:34:50.268Z Downloaded proc-macro2 v1.0.106
5892026-06-11T03:34:50.268Z Downloaded futures-executor v0.3.32
5902026-06-11T03:34:50.268Z Downloaded digest v0.10.7
5912026-06-11T03:34:50.269Z Downloaded managed v0.8.0
5922026-06-11T03:34:50.269Z Downloaded static_assertions v1.1.0
5932026-06-11T03:34:50.269Z Downloaded tokio-macros v2.7.0
5942026-06-11T03:34:50.269Z Downloaded smallvec v1.15.1
5952026-06-11T03:34:50.269Z Downloaded git-stub v1.0.0
5962026-06-11T03:34:50.269Z Downloaded autocfg v1.5.0
5972026-06-11T03:34:50.269Z Downloaded is-terminal v0.4.16
5982026-06-11T03:34:50.269Z Downloaded bitflags v1.3.2
5992026-06-11T03:34:50.269Z Downloaded topological-sort v0.2.2
6002026-06-11T03:34:50.269Z Downloaded thiserror-no-std v2.0.2
6012026-06-11T03:34:50.269Z Downloaded thiserror-impl v2.0.18
6022026-06-11T03:34:50.269Z Downloaded toml_write v0.1.2
6032026-06-11T03:34:50.269Z Downloaded async-trait v0.1.89
6042026-06-11T03:34:50.269Z Downloaded tower-service v0.3.3
6052026-06-11T03:34:50.269Z Downloaded indent_write v2.2.0
6062026-06-11T03:34:50.269Z Downloaded synstructure v0.13.2
6072026-06-11T03:34:50.269Z Downloaded strum_macros v0.27.2
6082026-06-11T03:34:50.269Z Downloaded snafu-derive v0.8.9
6092026-06-11T03:34:50.269Z Downloaded serde_core v1.0.228
6102026-06-11T03:34:50.269Z Downloaded minimal-lexical v0.2.1
6112026-06-11T03:34:50.269Z Downloaded heapless v0.8.0
6122026-06-11T03:34:50.269Z Downloaded hashbrown v0.12.3
6132026-06-11T03:34:50.269Z Downloaded hyper-util v0.1.20
6142026-06-11T03:34:50.269Z Downloaded parking_lot_core v0.9.12
6152026-06-11T03:34:50.269Z Downloaded strum_macros v0.26.4
6162026-06-11T03:34:50.269Z Downloaded toml_datetime v0.6.11
6172026-06-11T03:34:50.269Z Downloaded tokio-native-tls v0.3.1
6182026-06-11T03:34:50.269Z Downloaded tinystr v0.8.1
6192026-06-11T03:34:50.269Z Downloaded typify-macro v0.6.2
6202026-06-11T03:34:50.269Z Downloaded unicode-linebreak v0.1.5
6212026-06-11T03:34:50.269Z Downloaded time-macros v0.2.27
6222026-06-11T03:34:50.269Z Downloaded libscf-sys v1.2.0
6232026-06-11T03:34:50.269Z Downloaded camino v1.2.2
6242026-06-11T03:34:50.269Z Downloaded cargo_metadata v0.18.1
6252026-06-11T03:34:50.269Z Downloaded base64ct v1.8.0
6262026-06-11T03:34:50.269Z Downloaded prettyplease v0.2.37
6272026-06-11T03:34:50.269Z Downloaded anstream v1.0.0
6282026-06-11T03:34:50.269Z Downloaded signal-hook v0.3.18
6292026-06-11T03:34:50.270Z Downloaded dof v0.3.0
6302026-06-11T03:34:50.270Z Downloaded defmt-macros v1.0.1
6312026-06-11T03:34:50.270Z Downloaded thiserror v2.0.18
6322026-06-11T03:34:50.270Z Downloaded universal-hash v0.5.1
6332026-06-11T03:34:50.270Z Downloaded unicode-xid v0.2.6
6342026-06-11T03:34:50.270Z Downloaded try-lock v0.2.5
6352026-06-11T03:34:50.270Z Downloaded tower-layer v0.3.3
6362026-06-11T03:34:50.270Z Downloaded cmake v0.1.54
6372026-06-11T03:34:50.270Z Downloaded thiserror-impl v1.0.69
6382026-06-11T03:34:50.270Z Downloaded usdt v0.6.0
6392026-06-11T03:34:50.270Z Downloaded ryu v1.0.20
6402026-06-11T03:34:50.270Z Downloaded schemars v0.8.22
6412026-06-11T03:34:50.270Z Downloaded thread-id v5.0.0
6422026-06-11T03:34:50.274Z Downloaded deranged v0.5.3
6432026-06-11T03:34:50.274Z Downloaded unarray v0.1.4
6442026-06-11T03:34:50.274Z Downloaded wait-timeout v0.2.1
6452026-06-11T03:34:50.274Z Downloaded equivalent v1.0.2
6462026-06-11T03:34:50.274Z Downloaded bytecount v0.6.9
6472026-06-11T03:34:50.274Z Downloaded waitgroup v0.1.2
6482026-06-11T03:34:50.274Z Downloaded term v1.2.0
6492026-06-11T03:34:50.274Z Downloaded untrusted v0.9.0
6502026-06-11T03:34:50.274Z Downloaded memchr v2.7.5
6512026-06-11T03:34:50.274Z Downloaded quinn v0.11.9
6522026-06-11T03:34:50.274Z Downloaded want v0.3.1
6532026-06-11T03:34:50.274Z Downloaded tokio-dtrace v0.1.1
6542026-06-11T03:34:50.274Z Downloaded usdt-attr-macro v0.5.0
6552026-06-11T03:34:50.274Z Downloaded usdt-macro v0.6.0
6562026-06-11T03:34:50.274Z Downloaded usdt-attr-macro v0.6.0
6572026-06-11T03:34:50.274Z Downloaded thread_local v1.1.9
6582026-06-11T03:34:50.274Z Downloaded utf8parse v0.2.2
6592026-06-11T03:34:50.274Z Downloaded utf8_iter v1.0.4
6602026-06-11T03:34:50.274Z Downloaded usdt-macro v0.5.0
6612026-06-11T03:34:50.274Z Downloaded serde_derive v1.0.228
6622026-06-11T03:34:50.274Z Downloaded scuffle v0.1.0
6632026-06-11T03:34:50.274Z Downloaded rayon-core v1.13.0
6642026-06-11T03:34:50.274Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6652026-06-11T03:34:50.274Z Downloaded mio v1.2.1
6662026-06-11T03:34:50.274Z Downloaded tokio-rustls v0.26.4
6672026-06-11T03:34:50.274Z Downloaded tokio-rustls v0.25.0
6682026-06-11T03:34:50.274Z Downloaded indexmap v2.14.0
6692026-06-11T03:34:50.274Z Downloaded zerofrom-derive v0.1.6
6702026-06-11T03:34:50.274Z Downloaded yoke-derive v0.8.0
6712026-06-11T03:34:50.274Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6722026-06-11T03:34:50.274Z Downloaded version_check v0.9.5
6732026-06-11T03:34:50.274Z Downloaded xattr v1.6.1
6742026-06-11T03:34:50.275Z Downloaded progenitor-impl v0.11.1
6752026-06-11T03:34:50.275Z Downloaded fixedbitset v0.4.2
6762026-06-11T03:34:50.275Z Downloaded serde_yaml v0.9.34+deprecated
6772026-06-11T03:34:50.275Z Downloaded byteorder v1.5.0
6782026-06-11T03:34:50.275Z Downloaded tempfile v3.27.0
6792026-06-11T03:34:50.275Z Downloaded anstyle-parse v1.0.0
6802026-06-11T03:34:50.275Z Downloaded similar v2.7.0
6812026-06-11T03:34:50.275Z Downloaded usdt v0.5.0
6822026-06-11T03:34:50.275Z Downloaded thiserror v1.0.69
6832026-06-11T03:34:50.275Z Downloaded toml_writer v1.1.1+spec-1.1.0
6842026-06-11T03:34:50.275Z Downloaded zeroize_derive v1.4.3
6852026-06-11T03:34:50.275Z Downloaded zerofrom v0.1.6
6862026-06-11T03:34:50.275Z Downloaded schemars v1.2.0
6872026-06-11T03:34:50.275Z Downloaded zone v0.3.1
6882026-06-11T03:34:50.275Z Downloaded rand v0.8.5
6892026-06-11T03:34:50.281Z Downloaded schemars v0.9.0
6902026-06-11T03:34:50.286Z Downloaded tracing-attributes v0.1.30
6912026-06-11T03:34:50.294Z Downloaded zone_cfg_derive v0.3.1
6922026-06-11T03:34:50.294Z Downloaded untrusted v0.7.1
6932026-06-11T03:34:50.294Z Downloaded toml_parser v1.1.2+spec-1.1.0
6942026-06-11T03:34:50.294Z Downloaded walkdir v2.5.0
6952026-06-11T03:34:50.294Z Downloaded itertools v0.12.1
6962026-06-11T03:34:50.297Z Downloaded iri-string v0.7.8
6972026-06-11T03:34:50.297Z Downloaded tinyvec v1.10.0
6982026-06-11T03:34:50.301Z Downloaded yoke v0.8.0
6992026-06-11T03:34:50.301Z Downloaded qorb v0.4.1
7002026-06-11T03:34:50.304Z Downloaded zeroize v1.8.1
7012026-06-11T03:34:50.304Z Downloaded tokio-stream v0.1.17
7022026-06-11T03:34:50.306Z Downloaded usdt-impl v0.5.0
7032026-06-11T03:34:50.713Z Downloaded toml v0.8.23
7042026-06-11T03:34:50.713Z Downloaded typify-macro v0.4.3
7052026-06-11T03:34:50.723Z Downloaded writeable v0.6.1
7062026-06-11T03:34:50.723Z Downloaded test-strategy v0.4.3
7072026-06-11T03:34:50.723Z Downloaded spin v0.9.8
7082026-06-11T03:34:50.724Z Downloaded slog v2.8.2
7092026-06-11T03:34:50.724Z Downloaded nom v7.1.3
7102026-06-11T03:34:50.724Z Downloaded bcs v0.1.6
7112026-06-11T03:34:50.724Z Downloaded const_format_proc_macros v0.2.34
7122026-06-11T03:34:50.724Z Downloaded bit-set v0.8.0
7132026-06-11T03:34:50.724Z Downloaded cfg_aliases v0.2.1
7142026-06-11T03:34:50.724Z Downloaded async-recursion v1.1.1
7152026-06-11T03:34:50.724Z Downloaded vsss-rs v3.3.4
7162026-06-11T03:34:50.724Z Downloaded toml v0.7.8
7172026-06-11T03:34:50.724Z Downloaded hyper v1.10.1
7182026-06-11T03:34:50.724Z Downloaded toml v1.1.2+spec-1.1.0
7192026-06-11T03:34:50.724Z Downloaded whoami v1.6.1
7202026-06-11T03:34:50.724Z Downloaded tracing-core v0.1.34
7212026-06-11T03:34:50.724Z Downloaded textwrap v0.16.2
7222026-06-11T03:34:50.725Z Downloaded snafu v0.8.9
7232026-06-11T03:34:50.725Z Downloaded rustls-webpki v0.103.6
7242026-06-11T03:34:50.725Z Downloaded socket2 v0.6.4
7252026-06-11T03:34:50.725Z Downloaded hashbrown v0.16.1
7262026-06-11T03:34:50.725Z Downloaded signal-hook v0.4.4
7272026-06-11T03:34:50.725Z Downloaded ucd-trie v0.1.7
7282026-06-11T03:34:50.725Z Downloaded rand v0.9.3
7292026-06-11T03:34:50.725Z Downloaded aho-corasick v1.1.3
7302026-06-11T03:34:50.725Z Downloaded ciborium-ll v0.2.2
7312026-06-11T03:34:50.725Z Downloaded block-buffer v0.10.4
7322026-06-11T03:34:50.725Z Downloaded foreign-types v0.5.0
7332026-06-11T03:34:50.725Z Downloaded zmij v1.0.17
7342026-06-11T03:34:50.725Z Downloaded serde v1.0.228
7352026-06-11T03:34:50.725Z Downloaded zerovec-derive v0.11.1
7362026-06-11T03:34:50.725Z Downloaded dropshot-api-manager-types v0.7.2
7372026-06-11T03:34:50.725Z Downloaded crypto-common v0.2.2
7382026-06-11T03:34:50.725Z Downloaded atomic-waker v1.1.2
7392026-06-11T03:34:50.725Z Downloaded usdt-impl v0.6.0
7402026-06-11T03:34:50.725Z Downloaded unsafe-libyaml v0.2.11
7412026-06-11T03:34:50.725Z Downloaded unicode-ident v1.0.24
7422026-06-11T03:34:50.726Z Downloaded dtrace-parser v0.2.0
7432026-06-11T03:34:50.726Z Downloaded defmt v0.3.100
7442026-06-11T03:34:50.726Z Downloaded libm v0.2.15
7452026-06-11T03:34:50.726Z Downloaded idna v1.1.0
7462026-06-11T03:34:50.726Z Downloaded debug-ignore v1.0.5
7472026-06-11T03:34:50.726Z Downloaded const-oid v0.10.2
7482026-06-11T03:34:50.726Z Downloaded form_urlencoded v1.2.2
7492026-06-11T03:34:50.726Z Downloaded toml_edit v0.22.27
7502026-06-11T03:34:50.726Z Downloaded vergen v8.3.2
7512026-06-11T03:34:50.726Z Downloaded toml v0.9.12+spec-1.1.0
7522026-06-11T03:34:50.726Z Downloaded tar v0.4.45
7532026-06-11T03:34:50.726Z Downloaded hashbrown v0.17.1
7542026-06-11T03:34:50.726Z Downloaded foreign-types-macros v0.2.3
7552026-06-11T03:34:50.726Z Downloaded errno v0.3.14
7562026-06-11T03:34:50.726Z Downloaded displaydoc v0.2.5
7572026-06-11T03:34:50.726Z Downloaded typify v0.4.3
7582026-06-11T03:34:50.726Z Downloaded hashbrown v0.15.5
7592026-06-11T03:34:50.726Z Downloaded uuid v1.23.2
7602026-06-11T03:34:50.726Z Downloaded iddqd v0.3.18
7612026-06-11T03:34:50.726Z Downloaded h2 v0.4.14
7622026-06-11T03:34:50.726Z Downloaded pest v2.8.2
7632026-06-11T03:34:50.727Z Downloaded futures-util v0.3.32
7642026-06-11T03:34:50.727Z Downloaded typify v0.6.2
7652026-06-11T03:34:50.727Z Downloaded blake3 v1.8.2
7662026-06-11T03:34:50.727Z Downloaded itertools v0.14.0
7672026-06-11T03:34:50.727Z Downloaded goblin v0.10.1
7682026-06-11T03:34:50.727Z Downloaded icu_properties_data v2.0.1
7692026-06-11T03:34:50.728Z Downloaded url v2.5.7
7702026-06-11T03:34:50.728Z Downloaded toml_edit v0.19.15
7712026-06-11T03:34:50.728Z Downloaded typenum v1.20.1
7722026-06-11T03:34:50.728Z Downloaded zerocopy-derive v0.7.35
7732026-06-11T03:34:50.728Z Downloaded tracing v0.1.41
7742026-06-11T03:34:50.728Z Downloaded regex v1.12.3
7752026-06-11T03:34:50.728Z Downloaded hkdf v0.12.4
7762026-06-11T03:34:50.728Z Downloaded dropshot-api-manager v0.7.2
7772026-06-11T03:34:50.728Z Downloaded zerotrie v0.2.2
7782026-06-11T03:34:50.728Z Downloaded clap_builder v4.6.0
7792026-06-11T03:34:50.728Z Downloaded aws-lc-rs v1.16.2
7802026-06-11T03:34:50.728Z Downloaded chrono v0.4.45
7812026-06-11T03:34:50.728Z Downloaded unicode-segmentation v1.12.0
7822026-06-11T03:34:50.728Z Downloaded steno v0.4.1
7832026-06-11T03:34:50.729Z Downloaded iddqd v0.4.2
7842026-06-11T03:34:50.729Z Downloaded reqwest v0.12.23
7852026-06-11T03:34:50.729Z Downloaded tower v0.5.2
7862026-06-11T03:34:50.729Z Downloaded rayon v1.11.0
7872026-06-11T03:34:50.729Z Downloaded reqwest v0.13.2
7882026-06-11T03:34:50.729Z Downloaded zerocopy-derive v0.8.27
7892026-06-11T03:34:50.729Z Downloaded goblin v0.8.2
7902026-06-11T03:34:50.729Z Downloaded tokio-util v0.7.16
7912026-06-11T03:34:50.729Z Downloaded unicode-normalization v0.1.24
7922026-06-11T03:34:50.729Z Downloaded serde_json v1.0.150
7932026-06-11T03:34:50.729Z Downloaded portable-atomic v1.11.1
7942026-06-11T03:34:50.729Z Downloaded bindgen v0.72.1
7952026-06-11T03:34:50.729Z Downloaded git2 v0.19.0
7962026-06-11T03:34:50.729Z Downloaded serde_with v3.14.1
7972026-06-11T03:34:50.729Z Downloaded typed-path v0.9.3
7982026-06-11T03:34:50.729Z Downloaded tower-http v0.6.8
7992026-06-11T03:34:50.730Z Downloaded zerovec v0.11.4
8002026-06-11T03:34:50.730Z Downloaded tough v0.20.0
8012026-06-11T03:34:50.730Z Downloaded proptest v1.8.0
8022026-06-11T03:34:50.730Z Downloaded moka v0.12.11
8032026-06-11T03:34:50.730Z Downloaded rustls-webpki v0.102.8
8042026-06-11T03:34:50.730Z Downloaded winnow v0.5.40
8052026-06-11T03:34:50.791Z Downloaded zerocopy v0.7.35
8062026-06-11T03:34:50.791Z Downloaded tabled v0.15.0
8072026-06-11T03:34:50.791Z Downloaded winnow v1.0.3
8082026-06-11T03:34:50.791Z Downloaded tabled v0.20.0
8092026-06-11T03:34:50.791Z Downloaded curve25519-dalek v4.1.3
8102026-06-11T03:34:50.791Z Downloaded quinn-proto v0.11.14
8112026-06-11T03:34:50.811Z Downloaded winnow v0.7.14
8122026-06-11T03:34:50.811Z Downloaded dropshot v0.16.7
8132026-06-11T03:34:50.811Z Downloaded hickory-proto v0.24.4
8142026-06-11T03:34:50.811Z Downloaded zerocopy v0.8.27
8152026-06-11T03:34:50.811Z Downloaded dropshot v0.17.1
8162026-06-11T03:34:50.820Z Downloaded time v0.3.47
8172026-06-11T03:34:50.820Z Downloaded openssl v0.10.80
8182026-06-11T03:34:50.820Z Downloaded vcpkg v0.2.15
8192026-06-11T03:34:50.851Z Downloaded regress v0.11.1
8202026-06-11T03:34:50.862Z Downloaded rustls v0.23.40
8212026-06-11T03:34:50.862Z Downloaded openapiv3 v2.2.0
8222026-06-11T03:34:50.865Z Downloaded nix v0.30.1
8232026-06-11T03:34:50.866Z Downloaded bstr v1.12.0
8242026-06-11T03:34:50.883Z Downloaded rustls v0.22.4
8252026-06-11T03:34:50.894Z Downloaded webpki-roots v1.0.2
8262026-06-11T03:34:50.894Z Downloaded unicode-width v0.1.14
8272026-06-11T03:34:50.894Z Downloaded hickory-proto v0.25.2
8282026-06-11T03:34:50.901Z Downloaded unicode-width v0.2.1
8292026-06-11T03:34:50.901Z Downloaded typify-impl v0.4.3
8302026-06-11T03:34:50.915Z Downloaded syn v2.0.117
8312026-06-11T03:34:50.938Z Downloaded smoltcp v0.11.0
8322026-06-11T03:34:50.944Z Downloaded regress v0.10.5
8332026-06-11T03:34:50.944Z Downloaded rustix v0.38.44
8342026-06-11T03:34:50.944Z Downloaded regex-syntax v0.8.6
8352026-06-11T03:34:50.952Z Downloaded regex-automata v0.4.13
8362026-06-11T03:34:50.964Z Downloaded syn v1.0.109
8372026-06-11T03:34:50.974Z Downloaded rustix v1.1.4
8382026-06-11T03:34:51.003Z Downloaded sha3 v0.10.8
8392026-06-11T03:34:51.014Z Downloaded tokio v1.52.3
8402026-06-11T03:34:51.048Z Downloaded encoding_rs v0.8.35
8412026-06-11T03:34:51.057Z Downloaded typify-impl v0.6.2
8422026-06-11T03:34:51.136Z Downloaded chrono-tz v0.10.4
8432026-06-11T03:34:51.178Z Downloaded petgraph v0.6.5
8442026-06-11T03:34:51.192Z Downloaded jiff v0.2.15
8452026-06-11T03:34:51.219Z Downloaded petgraph v0.8.2
8462026-06-11T03:34:51.232Z Downloaded libc v0.2.186
8472026-06-11T03:34:51.250Z Downloaded libz-sys v1.1.22
8482026-06-11T03:34:51.264Z Downloaded csv v1.4.0
8492026-06-11T03:34:51.435Z Downloaded ring v0.17.14
8502026-06-11T03:34:51.489Z Downloaded libgit2-sys v0.17.0+1.8.1
8512026-06-11T03:34:51.520Z Downloaded curl-sys v0.4.83+curl-8.15.0
8522026-06-11T03:34:52.051Z Downloaded aws-lc-sys v0.39.1
8532026-06-11T03:34:52.381Z Compiling proc-macro2 v1.0.106
8542026-06-11T03:34:52.381Z Compiling quote v1.0.45
8552026-06-11T03:34:52.382Z Compiling unicode-ident v1.0.24
8562026-06-11T03:34:52.391Z Compiling serde_core v1.0.228
8572026-06-11T03:34:52.391Z Compiling serde v1.0.228
8582026-06-11T03:34:52.391Z Compiling libc v0.2.186
8592026-06-11T03:34:52.391Z Checking cfg-if v1.0.4
8602026-06-11T03:34:52.663Z Compiling zmij v1.0.17
8612026-06-11T03:34:52.702Z Compiling autocfg v1.5.0
8622026-06-11T03:34:52.989Z Compiling memchr v2.7.5
8632026-06-11T03:34:53.026Z Compiling libm v0.2.15
8642026-06-11T03:34:53.355Z Compiling getrandom v0.4.2
8652026-06-11T03:34:53.425Z Checking smallvec v1.15.1
8662026-06-11T03:34:53.534Z Compiling version_check v0.9.5
8672026-06-11T03:34:53.952Z Checking itoa v1.0.15
8682026-06-11T03:34:53.954Z Compiling thiserror v2.0.18
8692026-06-11T03:34:53.954Z Compiling jobserver v0.1.34
8702026-06-11T03:34:53.955Z Compiling find-msvc-tools v0.1.9
8712026-06-11T03:34:53.955Z Compiling syn v2.0.117
8722026-06-11T03:34:53.955Z Compiling shlex v2.0.1
8732026-06-11T03:34:53.955Z Compiling icu_normalizer_data v2.0.0
8742026-06-11T03:34:53.955Z Compiling icu_properties_data v2.0.1
8752026-06-11T03:34:53.998Z Compiling cc v1.2.63
8762026-06-11T03:34:54.067Z Compiling parking_lot_core v0.9.12
8772026-06-11T03:34:54.100Z Checking stable_deref_trait v1.2.0
8782026-06-11T03:34:54.116Z Compiling serde_json v1.0.150
8792026-06-11T03:34:54.361Z Compiling heck v0.5.0
8802026-06-11T03:34:54.392Z Checking writeable v0.6.1
8812026-06-11T03:34:54.430Z Checking litemap v0.8.0
8822026-06-11T03:34:54.560Z Compiling num-traits v0.2.19
8832026-06-11T03:34:54.576Z Checking percent-encoding v2.3.2
8842026-06-11T03:34:54.885Z Checking form_urlencoded v1.2.2
8852026-06-11T03:34:55.022Z Checking utf8_iter v1.0.4
8862026-06-11T03:34:55.045Z Compiling zerocopy v0.8.27
8872026-06-11T03:34:55.097Z Checking pin-project-lite v0.2.16
8882026-06-11T03:34:55.152Z Checking iana-time-zone v0.1.64
8892026-06-11T03:34:55.184Z Compiling rustversion v1.0.22
8902026-06-11T03:34:55.229Z Compiling log v0.4.29
8912026-06-11T03:34:55.263Z Compiling equivalent v1.0.2
8922026-06-11T03:34:55.351Z Compiling semver v1.0.28
8932026-06-11T03:34:55.393Z Checking socket2 v0.6.4
8942026-06-11T03:34:55.403Z Checking uuid v1.23.2
8952026-06-11T03:34:55.486Z Checking scopeguard v1.2.0
8962026-06-11T03:34:55.604Z Checking lock_api v0.4.14
8972026-06-11T03:34:56.102Z Checking signal-hook-registry v1.4.6
8982026-06-11T03:34:56.106Z Checking mio v1.2.1
8992026-06-11T03:34:56.106Z Checking getrandom v0.2.16
9002026-06-11T03:34:56.106Z Compiling schemars v0.8.22
9012026-06-11T03:34:56.106Z Checking parking_lot v0.12.5
9022026-06-11T03:34:56.106Z Checking dyn-clone v1.0.20
9032026-06-11T03:34:56.106Z Checking bitflags v2.11.1
9042026-06-11T03:34:56.106Z Compiling portable-atomic v1.11.1
9052026-06-11T03:34:56.112Z Checking futures-core v0.3.32
9062026-06-11T03:34:56.148Z Checking critical-section v1.2.0
9072026-06-11T03:34:56.177Z Compiling ring v0.17.14
9082026-06-11T03:34:56.255Z Compiling hashbrown v0.17.1
9092026-06-11T03:34:56.257Z Compiling thiserror v1.0.69
9102026-06-11T03:34:56.387Z Compiling httparse v1.10.1
9112026-06-11T03:34:56.746Z Compiling synstructure v0.13.2
9122026-06-11T03:34:56.776Z Compiling serde_derive_internals v0.29.1
9132026-06-11T03:34:56.802Z Compiling indexmap v2.14.0
9142026-06-11T03:34:57.040Z Checking once_cell v1.21.3
9152026-06-11T03:34:57.132Z Compiling regex-syntax v0.8.6
9162026-06-11T03:34:57.631Z Checking futures-sink v0.3.32
9172026-06-11T03:34:57.634Z Compiling rustix v1.1.4
9182026-06-11T03:34:57.634Z Checking slab v0.4.11
9192026-06-11T03:34:57.634Z Compiling aho-corasick v1.1.3
9202026-06-11T03:34:57.634Z Checking subtle v2.6.1
9212026-06-11T03:34:58.107Z Compiling ucd-trie v0.1.7
9222026-06-11T03:34:58.118Z Checking futures-channel v0.3.32
9232026-06-11T03:34:58.118Z Compiling anyhow v1.0.102
9242026-06-11T03:34:58.118Z Checking rand_core v0.6.4
9252026-06-11T03:34:58.118Z Checking futures-io v0.3.32
9262026-06-11T03:34:58.118Z Compiling serde_derive v1.0.228
9272026-06-11T03:34:58.118Z Compiling zerofrom-derive v0.1.6
9282026-06-11T03:34:58.118Z Compiling yoke-derive v0.8.0
9292026-06-11T03:34:58.130Z Compiling zerovec-derive v0.11.1
9302026-06-11T03:34:58.254Z Compiling displaydoc v0.2.5
9312026-06-11T03:34:59.018Z Compiling thiserror-impl v2.0.18
9322026-06-11T03:34:59.021Z Compiling schemars_derive v0.8.22
9332026-06-11T03:34:59.157Z Compiling tokio-macros v2.7.0
9342026-06-11T03:34:59.232Z Compiling zerocopy-derive v0.8.27
9352026-06-11T03:34:59.284Z Compiling futures-macro v0.3.32
9362026-06-11T03:34:59.300Z Checking zerofrom v0.1.6
9372026-06-11T03:34:59.441Z Checking yoke v0.8.0
9382026-06-11T03:34:59.612Z Checking zerovec v0.11.4
9392026-06-11T03:34:59.945Z Checking zerotrie v0.2.2
9402026-06-11T03:35:00.128Z Compiling zeroize_derive v1.4.3
9412026-06-11T03:35:00.183Z Compiling thiserror-impl v1.0.69
9422026-06-11T03:35:00.226Z Compiling regex-automata v0.4.13
9432026-06-11T03:35:00.348Z Checking tinystr v0.8.1
9442026-06-11T03:35:00.363Z Checking potential_utf v0.1.3
9452026-06-11T03:35:00.496Z Checking icu_collections v2.0.0
9462026-06-11T03:35:00.539Z Checking icu_locale_core v2.0.0
9472026-06-11T03:35:00.809Z Checking zeroize v1.8.1
9482026-06-11T03:35:00.848Z Compiling pest v2.8.2
9492026-06-11T03:35:01.018Z Checking icu_provider v2.0.0
9502026-06-11T03:35:01.204Z Checking bytes v1.11.1
9512026-06-11T03:35:01.273Z Checking icu_normalizer v2.0.0
9522026-06-11T03:35:01.294Z Checking icu_properties v2.0.1
9532026-06-11T03:35:01.363Z Checking chrono v0.4.45
9542026-06-11T03:35:01.580Z Compiling serde_tokenstream v0.2.3
9552026-06-11T03:35:01.644Z Checking tokio v1.52.3
9562026-06-11T03:35:01.985Z Compiling regex v1.12.3
9572026-06-11T03:35:02.087Z Compiling pest_meta v2.8.2
9582026-06-11T03:35:02.119Z Checking idna_adapter v1.2.1
9592026-06-11T03:35:02.632Z Checking typenum v1.20.1
9602026-06-11T03:35:02.657Z Checking idna v1.1.0
9612026-06-11T03:35:02.657Z Checking futures-task v0.3.32
9622026-06-11T03:35:02.657Z Compiling getrandom v0.3.3
9632026-06-11T03:35:02.657Z Checking futures-util v0.3.32
9642026-06-11T03:35:02.657Z Checking url v2.5.7
9652026-06-11T03:35:02.727Z Compiling pest_generator v2.8.2
9662026-06-11T03:35:03.012Z Compiling tracing-attributes v0.1.30
9672026-06-11T03:35:03.164Z Checking tracing-core v0.1.34
9682026-06-11T03:35:03.363Z Compiling foldhash v0.2.0
9692026-06-11T03:35:03.407Z Compiling pest_derive v2.8.2
9702026-06-11T03:35:03.476Z Compiling pkg-config v0.3.32
9712026-06-11T03:35:03.561Z Compiling allocator-api2 v0.2.21
9722026-06-11T03:35:03.577Z Checking fnv v1.0.7
9732026-06-11T03:35:03.890Z Compiling hashbrown v0.16.1
9742026-06-11T03:35:03.926Z Checking http v1.4.1
9752026-06-11T03:35:03.929Z Compiling generic-array v0.14.7
9762026-06-11T03:35:04.062Z Compiling vcpkg v0.2.15
9772026-06-11T03:35:04.220Z Checking tracing v0.1.41
9782026-06-11T03:35:04.279Z Compiling num-conv v0.2.1
9792026-06-11T03:35:04.379Z Compiling byteorder v1.5.0
9802026-06-11T03:35:04.401Z Compiling time-core v0.1.8
9812026-06-11T03:35:04.558Z Compiling time-macros v0.2.27
9822026-06-11T03:35:04.609Z Checking errno v0.3.14
9832026-06-11T03:35:04.637Z Checking base64 v0.22.1
9842026-06-11T03:35:04.735Z Checking ipnet v2.11.0
9852026-06-11T03:35:04.862Z Checking tokio-util v0.7.16
9862026-06-11T03:35:04.908Z Compiling scroll_derive v0.13.1
9872026-06-11T03:35:04.971Z Compiling camino v1.2.2
9882026-06-11T03:35:05.145Z Checking crypto-common v0.1.6
9892026-06-11T03:35:05.276Z Checking http-body v1.0.1
9902026-06-11T03:35:05.354Z Compiling crossbeam-utils v0.8.21
9912026-06-11T03:35:05.370Z Checking atomic-waker v1.1.2
9922026-06-11T03:35:05.410Z Checking ppv-lite86 v0.2.21
9932026-06-11T03:35:05.630Z Compiling slog v2.8.2
9942026-06-11T03:35:05.685Z Checking tower-service v0.3.3
9952026-06-11T03:35:05.712Z Compiling paste v1.0.15
9962026-06-11T03:35:05.747Z Checking try-lock v0.2.5
9972026-06-11T03:35:05.781Z Checking tower-layer v0.3.3
9982026-06-11T03:35:05.851Z Checking want v0.3.1
9992026-06-11T03:35:05.887Z Checking h2 v0.4.14
10002026-06-11T03:35:05.937Z Checking ipnetwork v0.21.1
10012026-06-11T03:35:05.982Z Checking erased-serde v0.3.31
10022026-06-11T03:35:06.025Z Checking rustls-pki-types v1.12.0
10032026-06-11T03:35:06.060Z Checking pretty-hex v0.4.1
10042026-06-11T03:35:06.081Z Checking ryu v1.0.20
10052026-06-11T03:35:06.129Z Checking httpdate v1.0.3
10062026-06-11T03:35:06.181Z Compiling async-trait v0.1.89
10072026-06-11T03:35:06.222Z Checking untrusted v0.9.0
10082026-06-11T03:35:06.308Z Compiling scroll v0.13.0
10092026-06-11T03:35:06.497Z Compiling plain v0.2.3
10102026-06-11T03:35:06.578Z Compiling usdt-impl v0.6.0
10112026-06-11T03:35:06.630Z Compiling goblin v0.10.1
10122026-06-11T03:35:06.663Z Checking http-body-util v0.1.3
10132026-06-11T03:35:06.721Z Compiling openssl-sys v0.9.116
10142026-06-11T03:35:06.853Z Compiling cmake v0.1.54
10152026-06-11T03:35:06.962Z Compiling slog-async v2.8.0
10162026-06-11T03:35:07.173Z Compiling dunce v1.0.5
10172026-06-11T03:35:07.206Z Compiling fs_extra v1.3.0
10182026-06-11T03:35:07.259Z Compiling strsim v0.11.1
10192026-06-11T03:35:07.348Z Checking rand_core v0.9.3
10202026-06-11T03:35:07.363Z Checking serde_urlencoded v0.7.1
10212026-06-11T03:35:07.452Z Compiling aws-lc-sys v0.39.1
10222026-06-11T03:35:07.470Z Checking oxnet v0.1.6
10232026-06-11T03:35:07.524Z Checking block-buffer v0.10.4
10242026-06-11T03:35:07.557Z Compiling regress v0.10.5
10252026-06-11T03:35:07.573Z Compiling dtrace-parser v0.3.0
10262026-06-11T03:35:07.667Z Compiling openapiv3 v2.2.0
10272026-06-11T03:35:07.727Z Compiling thread-id v5.0.0
10282026-06-11T03:35:07.776Z Checking hyper v1.10.1
10292026-06-11T03:35:08.203Z Checking digest v0.10.7
10302026-06-11T03:35:08.403Z Compiling omicron-workspace-hack v0.1.0
10312026-06-11T03:35:08.418Z Compiling ident_case v1.0.1
10322026-06-11T03:35:08.549Z Compiling darling_core v0.21.3
10332026-06-11T03:35:08.646Z Checking rand_chacha v0.9.0
10342026-06-11T03:35:08.713Z Checking hyper-util v0.1.20
10352026-06-11T03:35:08.843Z Compiling daft-derive v0.1.5
10362026-06-11T03:35:09.150Z Compiling typify-impl v0.4.3
10372026-06-11T03:35:09.203Z Checking powerfmt v0.2.0
10382026-06-11T03:35:09.362Z Compiling dof v0.4.0
10392026-06-11T03:35:09.789Z Compiling aws-lc-rs v1.16.2
10402026-06-11T03:35:10.146Z Checking deranged v0.5.3
10412026-06-11T03:35:10.175Z Checking rand v0.9.3
10422026-06-11T03:35:10.322Z Compiling unsafe-libyaml v0.2.11
10432026-06-11T03:35:10.415Z Compiling syn v1.0.109
10442026-06-11T03:35:10.635Z Compiling usdt-macro v0.6.0
10452026-06-11T03:35:10.651Z Compiling usdt-attr-macro v0.6.0
10462026-06-11T03:35:10.712Z Compiling darling_macro v0.21.3
10472026-06-11T03:35:10.890Z Checking num_threads v0.1.7
10482026-06-11T03:35:11.008Z Compiling serde_yaml v0.9.34+deprecated
10492026-06-11T03:35:11.174Z Checking time v0.3.47
10502026-06-11T03:35:11.259Z Compiling darling v0.21.3
10512026-06-11T03:35:11.347Z Checking sync_wrapper v1.0.2
10522026-06-11T03:35:11.465Z Checking encoding_rs v0.8.35
10532026-06-11T03:35:11.496Z Checking mime v0.3.17
10542026-06-11T03:35:11.675Z Checking cpufeatures v0.2.17
10552026-06-11T03:35:11.750Z Checking untrusted v0.7.1
10562026-06-11T03:35:11.869Z Checking tower v0.5.2
10572026-06-11T03:35:12.277Z Checking crossbeam-channel v0.5.15
10582026-06-11T03:35:12.315Z Checking futures-executor v0.3.32
10592026-06-11T03:35:12.410Z Compiling structmeta-derive v0.3.0
10602026-06-11T03:35:12.457Z Compiling multer v3.1.0
10612026-06-11T03:35:12.474Z Compiling rustls v0.22.4
10622026-06-11T03:35:12.598Z Compiling rustls v0.23.40
10632026-06-11T03:35:12.613Z Compiling typify-macro v0.4.3
10642026-06-11T03:35:12.663Z Checking iri-string v0.7.8
10652026-06-11T03:35:12.714Z Checking futures v0.3.32
10662026-06-11T03:35:12.793Z Compiling async-stream-impl v0.3.6
10672026-06-11T03:35:12.809Z Checking thread_local v1.1.9
10682026-06-11T03:35:12.972Z Checking unicode-width v0.2.1
10692026-06-11T03:35:12.988Z Checking hex v0.4.3
10702026-06-11T03:35:13.207Z Checking foreign-types-shared v0.1.1
10712026-06-11T03:35:13.229Z Compiling openssl v0.10.80
10722026-06-11T03:35:13.295Z Checking fastrand v2.3.0
10732026-06-11T03:35:13.406Z Checking foreign-types v0.3.2
10742026-06-11T03:35:13.437Z Compiling structmeta v0.3.0
10752026-06-11T03:35:13.488Z Checking tempfile v3.27.0
10762026-06-11T03:35:13.535Z Compiling strum_macros v0.26.4
10772026-06-11T03:35:13.633Z Compiling openssl-macros v0.1.1
10782026-06-11T03:35:13.677Z Checking memmap2 v0.9.8
10792026-06-11T03:35:13.680Z Checking tower-http v0.6.8
10802026-06-11T03:35:13.738Z Checking is-terminal v0.4.16
10812026-06-11T03:35:13.958Z Compiling native-tls v0.2.14
10822026-06-11T03:35:13.974Z Checking take_mut v0.2.2
10832026-06-11T03:35:14.055Z Checking match_cfg v0.1.0
10842026-06-11T03:35:14.077Z Checking openssl-probe v0.1.6
10852026-06-11T03:35:14.097Z Checking term v1.2.0
10862026-06-11T03:35:14.117Z Compiling typify v0.4.3
10872026-06-11T03:35:14.133Z Checking hostname v0.3.1
10882026-06-11T03:35:14.314Z Checking slog-term v2.9.2
10892026-06-11T03:35:14.381Z Checking slog-json v2.6.1
10902026-06-11T03:35:14.524Z Compiling newtype-uuid-macros v0.1.0
10912026-06-11T03:35:14.539Z Compiling ref-cast v1.0.25
10922026-06-11T03:35:14.571Z Checking slog-bunyan v2.5.0
10932026-06-11T03:35:14.955Z Compiling ref-cast-impl v1.0.25
10942026-06-11T03:35:14.973Z Compiling dropshot v0.16.7
10952026-06-11T03:35:15.253Z Compiling derive-ex v0.1.8
10962026-06-11T03:35:15.271Z Checking webpki-roots v1.0.2
10972026-06-11T03:35:15.313Z Compiling dropshot_endpoint v0.16.7
10982026-06-11T03:35:15.394Z Compiling strum_macros v0.27.2
10992026-06-11T03:35:15.559Z Checking winnow v0.7.14
11002026-06-11T03:35:16.525Z Checking tokio-native-tls v0.3.1
11012026-06-11T03:35:16.821Z Compiling test-strategy v0.4.3
11022026-06-11T03:35:16.861Z Checking hyper-tls v0.6.0
11032026-06-11T03:35:16.898Z Compiling progenitor-impl v0.11.1
11042026-06-11T03:35:16.963Z Checking newtype-uuid v1.3.2
11052026-06-11T03:35:16.981Z Checking winnow v1.0.3
11062026-06-11T03:35:17.026Z Checking either v1.15.0
11072026-06-11T03:35:17.211Z Checking daft v0.1.5
11082026-06-11T03:35:17.225Z Compiling serde_with_macros v3.14.1
11092026-06-11T03:35:17.261Z Checking toml_parser v1.1.2+spec-1.1.0
11102026-06-11T03:35:17.314Z Checking usdt v0.6.0
11112026-06-11T03:35:17.443Z Checking serde_spanned v1.1.1
11122026-06-11T03:35:17.472Z Checking toml_writer v1.1.1+spec-1.1.0
11132026-06-11T03:35:17.616Z Checking debug-ignore v1.0.5
11142026-06-11T03:35:17.686Z Checking spin v0.9.8
11152026-06-11T03:35:17.720Z Compiling parse-display-derive v0.10.0
11162026-06-11T03:35:17.789Z Checking async-stream v0.3.6
11172026-06-11T03:35:17.997Z Checking rustls-webpki v0.102.8
11182026-06-11T03:35:18.027Z Checking rustls-pemfile v2.2.0
11192026-06-11T03:35:18.153Z Checking waitgroup v0.1.2
11202026-06-11T03:35:18.571Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11212026-06-11T03:35:18.574Z Checking serde_path_to_error v0.1.20
11222026-06-11T03:35:18.574Z Checking hostname v0.4.2
11232026-06-11T03:35:18.574Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11242026-06-11T03:35:18.631Z Checking strum v0.26.3
11252026-06-11T03:35:18.757Z Checking rand_chacha v0.3.1
11262026-06-11T03:35:18.855Z Compiling toml_datetime v0.6.11
11272026-06-11T03:35:18.955Z Checking macaddr v1.0.1
11282026-06-11T03:35:18.997Z Compiling progenitor-macro v0.11.1
11292026-06-11T03:35:19.111Z Checking toml_datetime v0.7.5+spec-1.1.0
11302026-06-11T03:35:19.134Z Checking wait-timeout v0.2.1
11312026-06-11T03:35:19.259Z Checking bit-vec v0.8.0
11322026-06-11T03:35:19.298Z Checking lazy_static v1.5.0
11332026-06-11T03:35:19.317Z Checking quick-error v1.2.3
11342026-06-11T03:35:19.392Z Checking toml v0.9.12+spec-1.1.0
11352026-06-11T03:35:19.400Z Checking rusty-fork v0.3.0
11362026-06-11T03:35:19.467Z Checking bit-set v0.8.0
11372026-06-11T03:35:19.623Z Checking rand v0.8.5
11382026-06-11T03:35:19.642Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11392026-06-11T03:35:19.786Z Checking tokio-rustls v0.25.0
11402026-06-11T03:35:19.916Z Checking tabwriter v1.4.1
11412026-06-11T03:35:19.993Z Checking sha1 v0.10.6
11422026-06-11T03:35:20.026Z Checking rand_xorshift v0.4.0
11432026-06-11T03:35:20.101Z Compiling clap_derive v4.6.1
11442026-06-11T03:35:20.146Z Checking colored v3.1.1
11452026-06-11T03:35:20.161Z Checking unarray v0.1.4
11462026-06-11T03:35:20.175Z Checking utf8parse v0.2.2
11472026-06-11T03:35:20.283Z Checking anstyle-parse v1.0.0
11482026-06-11T03:35:20.289Z Checking proptest v1.8.0
11492026-06-11T03:35:20.378Z Checking strum v0.27.2
11502026-06-11T03:35:20.488Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11512026-06-11T03:35:20.545Z Checking terminal_size v0.4.3
11522026-06-11T03:35:20.964Z Checking anstyle v1.0.14
11532026-06-11T03:35:21.016Z Checking colorchoice v1.0.4
11542026-06-11T03:35:21.104Z Checking is_terminal_polyfill v1.70.1
11552026-06-11T03:35:21.123Z Checking anstyle-query v1.1.4
11562026-06-11T03:35:21.220Z Checking anstream v1.0.0
11572026-06-11T03:35:21.404Z Checking itertools v0.14.0
11582026-06-11T03:35:21.806Z Checking clap_lex v1.1.0
11592026-06-11T03:35:21.959Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11602026-06-11T03:35:22.200Z Checking clap_builder v4.6.0
11612026-06-11T03:35:22.618Z Checking serde_with v3.14.1
11622026-06-11T03:35:23.312Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11632026-06-11T03:35:23.389Z Checking clap v4.6.1
11642026-06-11T03:35:23.472Z Checking instant v0.1.13
11652026-06-11T03:35:23.619Z Checking rustc-hash v2.1.1
11662026-06-11T03:35:23.727Z Checking backoff v0.4.0
11672026-06-11T03:35:23.742Z Checking iddqd v0.3.18
11682026-06-11T03:35:23.900Z Checking parse-display v0.10.0
11692026-06-11T03:35:23.968Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11702026-06-11T03:35:24.047Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11712026-06-11T03:35:25.660Z Compiling num-derive v0.4.2
11722026-06-11T03:35:25.997Z Compiling rustls-webpki v0.103.6
11732026-06-11T03:35:26.491Z Compiling prettyplease v0.2.37
11742026-06-11T03:35:28.609Z Checking serde_spanned v0.6.9
11752026-06-11T03:35:28.843Z Compiling memoffset v0.9.1
11762026-06-11T03:35:29.066Z Compiling cfg_aliases v0.2.1
11772026-06-11T03:35:29.142Z Compiling nix v0.30.1
11782026-06-11T03:35:29.333Z Compiling tokio-rustls v0.26.4
11792026-06-11T03:35:30.451Z Compiling hyper-rustls v0.27.7
11802026-06-11T03:35:30.453Z Compiling reqwest v0.12.23
11812026-06-11T03:35:31.336Z Checking crossbeam-epoch v0.9.18
11822026-06-11T03:35:31.474Z Compiling progenitor-client v0.11.1
11832026-06-11T03:35:31.778Z Compiling winnow v0.5.40
11842026-06-11T03:35:33.106Z Compiling toml_edit v0.19.15
11852026-06-11T03:35:33.209Z Compiling progenitor v0.11.1
11862026-06-11T03:35:33.934Z Compiling num-integer v0.1.46
11872026-06-11T03:35:34.286Z Compiling proc-macro-crate v1.3.1
11882026-06-11T03:35:34.534Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11892026-06-11T03:35:34.749Z Compiling progenitor-client v0.10.0
11902026-06-11T03:35:35.420Z Compiling hubpack_derive v0.1.1
11912026-06-11T03:35:35.669Z Checking toml_write v0.1.2
11922026-06-11T03:35:35.840Z Compiling rayon-core v1.13.0
11932026-06-11T03:35:35.924Z Checking hubpack v0.1.2
11942026-06-11T03:35:36.381Z Checking toml_edit v0.22.27
11952026-06-11T03:35:36.384Z Checking num-rational v0.4.2
11962026-06-11T03:35:36.385Z Checking num-iter v0.1.45
11972026-06-11T03:35:36.473Z Compiling zerocopy-derive v0.7.35
11982026-06-11T03:35:36.509Z Compiling num-complex v0.4.6
11992026-06-11T03:35:36.893Z Checking static_assertions v1.1.0
12002026-06-11T03:35:36.985Z Checking num v0.4.3
12012026-06-11T03:35:37.059Z Checking toml v0.8.23
12022026-06-11T03:35:37.123Z Checking crossbeam-deque v0.8.6
12032026-06-11T03:35:37.306Z Compiling float-ord v0.3.2
12042026-06-11T03:35:37.373Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12052026-06-11T03:35:37.426Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12062026-06-11T03:35:37.712Z Compiling proc-macro-error-attr v1.0.4
12072026-06-11T03:35:37.750Z Compiling heapless v0.8.0
12082026-06-11T03:35:37.764Z Checking bytecount v0.6.9
12092026-06-11T03:35:37.995Z Checking libscf-sys v1.2.0
12102026-06-11T03:35:38.073Z Compiling ingot-macros v0.1.1
12112026-06-11T03:35:38.128Z Checking hash32 v0.3.1
12122026-06-11T03:35:38.230Z Compiling proc-macro-error v1.0.4
12132026-06-11T03:35:38.257Z Compiling smoltcp v0.11.0
12142026-06-11T03:35:38.373Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12152026-06-11T03:35:39.020Z Compiling zerocopy v0.7.35
12162026-06-11T03:35:39.065Z Compiling num_enum_derive v0.7.5
12172026-06-11T03:35:39.179Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12182026-06-11T03:35:39.389Z Checking cobs v0.3.0
12192026-06-11T03:35:39.509Z Compiling scroll_derive v0.12.1
12202026-06-11T03:35:39.538Z Compiling foreign-types-macros v0.2.3
12212026-06-11T03:35:39.577Z Compiling usdt-impl v0.5.0
12222026-06-11T03:35:39.750Z Checking bitflags v1.3.2
12232026-06-11T03:35:39.867Z Checking foreign-types-shared v0.3.1
12242026-06-11T03:35:39.880Z Compiling crucible-workspace-hack v0.1.0
12252026-06-11T03:35:39.961Z Checking managed v0.8.0
12262026-06-11T03:35:40.152Z Checking num_enum v0.7.5
12272026-06-11T03:35:40.221Z Checking foreign-types v0.5.0
12282026-06-11T03:35:40.237Z Checking postcard v1.1.3
12292026-06-11T03:35:40.250Z Checking scroll v0.12.0
12302026-06-11T03:35:40.268Z Compiling dof v0.3.0
12312026-06-11T03:35:40.520Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12322026-06-11T03:35:40.589Z Compiling dtrace-parser v0.2.0
12332026-06-11T03:35:40.631Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12342026-06-11T03:35:40.683Z Checking camino-tempfile v1.4.1
12352026-06-11T03:35:40.724Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12362026-06-11T03:35:40.739Z Checking ingot-types v0.1.2
12372026-06-11T03:35:40.849Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12382026-06-11T03:35:40.942Z Checking cstr-argument v0.1.2
12392026-06-11T03:35:41.480Z Compiling thread-id v4.2.2
12402026-06-11T03:35:41.484Z Compiling minimal-lexical v0.2.1
12412026-06-11T03:35:41.484Z Checking ingot v0.1.1
12422026-06-11T03:35:41.484Z Compiling heck v0.4.1
12432026-06-11T03:35:41.484Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12442026-06-11T03:35:41.484Z Compiling nom v7.1.3
12452026-06-11T03:35:41.484Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12462026-06-11T03:35:41.485Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12472026-06-11T03:35:41.485Z Checking goblin v0.8.2
12482026-06-11T03:35:41.523Z Checking rayon v1.11.0
12492026-06-11T03:35:41.693Z Compiling num_enum_derive v0.5.11
12502026-06-11T03:35:42.077Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12512026-06-11T03:35:42.368Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-06-11T03:35:42.589Z Compiling rustc_version v0.4.1
12532026-06-11T03:35:42.592Z Compiling proc-macro-error-attr2 v2.0.0
12542026-06-11T03:35:42.886Z Checking tinyvec_macros v0.1.1
12552026-06-11T03:35:42.928Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12562026-06-11T03:35:42.946Z Compiling rustix v0.38.44
12572026-06-11T03:35:42.961Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12582026-06-11T03:35:43.002Z Compiling convert_case v0.4.0
12592026-06-11T03:35:43.204Z Compiling proc-macro-error2 v2.0.1
12602026-06-11T03:35:43.318Z Compiling derive_more v0.99.20
12612026-06-11T03:35:43.395Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12622026-06-11T03:35:43.429Z Checking tinyvec v1.10.0
12632026-06-11T03:35:43.475Z Checking num_enum v0.5.11
12642026-06-11T03:35:43.592Z Compiling libz-sys v1.1.22
12652026-06-11T03:35:43.627Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12662026-06-11T03:35:43.798Z Compiling crc32fast v1.5.0
12672026-06-11T03:35:44.015Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12682026-06-11T03:35:44.073Z Compiling tabled_derive v0.11.0
12692026-06-11T03:35:44.126Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12702026-06-11T03:35:44.650Z Compiling usdt-attr-macro v0.5.0
12712026-06-11T03:35:44.762Z Compiling usdt-macro v0.5.0
12722026-06-11T03:35:44.974Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-06-11T03:35:45.047Z Compiling zone_cfg_derive v0.3.1
12742026-06-11T03:35:45.214Z Checking papergrid v0.17.0
12752026-06-11T03:35:45.403Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12762026-06-11T03:35:45.482Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12772026-06-11T03:35:45.579Z Checking itertools v0.12.1
12782026-06-11T03:35:45.666Z Checking testing_table v0.3.0
12792026-06-11T03:35:45.732Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12802026-06-11T03:35:45.757Z Checking memmap v0.7.0
12812026-06-11T03:35:45.773Z Checking sigpipe v0.1.3
12822026-06-11T03:35:45.858Z Checking glob v0.3.3
12832026-06-11T03:35:45.902Z Checking adler2 v2.0.1
12842026-06-11T03:35:45.967Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-06-11T03:35:46.015Z Checking jiff v0.2.15
12862026-06-11T03:35:46.018Z Checking tabled v0.20.0
12872026-06-11T03:35:46.047Z Checking miniz_oxide v0.8.9
12882026-06-11T03:35:46.182Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12892026-06-11T03:35:46.187Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12902026-06-11T03:35:46.285Z Checking usdt v0.5.0
12912026-06-11T03:35:46.406Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12922026-06-11T03:35:46.447Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12932026-06-11T03:35:46.592Z Checking zone v0.3.1
12942026-06-11T03:35:46.701Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12952026-06-11T03:35:46.793Z Checking smf v0.2.3
12962026-06-11T03:35:46.922Z Checking secrecy v0.10.3
12972026-06-11T03:35:46.939Z Checking bstr v1.12.0
12982026-06-11T03:35:47.020Z Checking whoami v1.6.1
12992026-06-11T03:35:47.057Z Checking flate2 v1.1.2
13002026-06-11T03:35:47.194Z Compiling curve25519-dalek v4.1.3
13012026-06-11T03:35:47.274Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13022026-06-11T03:35:47.339Z Checking hmac v0.12.1
13032026-06-11T03:35:47.369Z Compiling clang-sys v1.8.1
13042026-06-11T03:35:47.468Z Checking inout v0.1.4
13052026-06-11T03:35:47.484Z Checking hybrid-array v0.4.12
13062026-06-11T03:35:47.609Z Checking ff v0.13.1
13072026-06-11T03:35:47.743Z Compiling enum-as-inner v0.6.1
13082026-06-11T03:35:47.758Z Checking data-encoding v2.9.0
13092026-06-11T03:35:47.950Z Compiling semver v0.1.20
13102026-06-11T03:35:48.018Z Checking group v0.13.0
13112026-06-11T03:35:48.038Z Checking cipher v0.4.4
13122026-06-11T03:35:48.133Z Compiling rustc_version v0.1.7
13132026-06-11T03:35:48.211Z Checking hkdf v0.12.4
13142026-06-11T03:35:48.300Z Checking atomicwrites v0.4.4
13152026-06-11T03:35:48.345Z Compiling thiserror-impl-no-std v2.0.2
13162026-06-11T03:35:48.351Z Checking universal-hash v0.5.1
13172026-06-11T03:35:48.358Z Checking crypto-bigint v0.5.5
13182026-06-11T03:35:48.431Z Compiling regress v0.11.1
13192026-06-11T03:35:48.448Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13202026-06-11T03:35:48.470Z Checking half v2.7.1
13212026-06-11T03:35:48.611Z Compiling curve25519-dalek-derive v0.1.1
13222026-06-11T03:35:48.634Z Checking opaque-debug v0.3.1
13232026-06-11T03:35:48.711Z Checking base16ct v0.2.0
13242026-06-11T03:35:48.727Z Checking ciborium-io v0.2.2
13252026-06-11T03:35:48.825Z Checking indent_write v2.2.0
13262026-06-11T03:35:48.841Z Checking base64ct v1.8.0
13272026-06-11T03:35:48.964Z Checking ciborium-ll v0.2.2
13282026-06-11T03:35:49.084Z Checking password-hash v0.5.0
13292026-06-11T03:35:49.144Z Checking poly1305 v0.8.0
13302026-06-11T03:35:49.310Z Compiling newtype_derive v0.1.6
13312026-06-11T03:35:49.375Z Checking chacha20 v0.9.1
13322026-06-11T03:35:49.377Z Checking elliptic-curve v0.13.8
13332026-06-11T03:35:49.407Z Checking thiserror-no-std v2.0.2
13342026-06-11T03:35:49.496Z Checking block-buffer v0.12.0
13352026-06-11T03:35:49.539Z Checking crypto-common v0.2.2
13362026-06-11T03:35:49.568Z Checking similar v2.7.0
13372026-06-11T03:35:49.634Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13382026-06-11T03:35:49.649Z Checking blake2 v0.10.6
13392026-06-11T03:35:49.884Z Checking aead v0.5.2
13402026-06-11T03:35:49.910Z Compiling libloading v0.8.9
13412026-06-11T03:35:49.950Z Checking compression-core v0.4.32
13422026-06-11T03:35:49.953Z Checking const-oid v0.10.2
13432026-06-11T03:35:50.023Z Compiling typify-impl v0.6.2
13442026-06-11T03:35:50.040Z Compiling bindgen v0.72.1
13452026-06-11T03:35:50.079Z Checking linked-hash-map v0.5.6
13462026-06-11T03:35:50.108Z Checking resolv-conf v0.7.5
13472026-06-11T03:35:50.123Z Compiling owo-colors v4.3.0
13482026-06-11T03:35:50.227Z Checking keccak v0.1.6
13492026-06-11T03:35:50.249Z Checking lru-cache v0.1.2
13502026-06-11T03:35:50.290Z Checking digest v0.11.3
13512026-06-11T03:35:50.351Z Checking compression-codecs v0.4.32
13522026-06-11T03:35:50.790Z Checking sha3 v0.10.8
13532026-06-11T03:35:50.795Z Checking vsss-rs v3.3.4
13542026-06-11T03:35:50.795Z Checking chacha20poly1305 v0.10.1
13552026-06-11T03:35:50.795Z Checking argon2 v0.5.3
13562026-06-11T03:35:50.795Z Checking ciborium v0.2.2
13572026-06-11T03:35:50.795Z Checking hickory-proto v0.24.4
13582026-06-11T03:35:50.831Z Checking tokio-dtrace v0.1.1
13592026-06-11T03:35:51.023Z Compiling cexpr v0.6.0
13602026-06-11T03:35:51.063Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13612026-06-11T03:35:51.387Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13622026-06-11T03:35:51.582Z Checking serde-big-array v0.5.1
13632026-06-11T03:35:51.616Z Compiling derive-where v1.6.0
13642026-06-11T03:35:51.634Z Compiling serde_repr v0.1.20
13652026-06-11T03:35:51.723Z Checking toml_datetime v1.1.1+spec-1.1.0
13662026-06-11T03:35:51.930Z Compiling dropshot v0.17.1
13672026-06-11T03:35:52.011Z Checking cpufeatures v0.3.0
13682026-06-11T03:35:52.091Z Compiling shlex v1.3.0
13692026-06-11T03:35:52.172Z Checking unicode-segmentation v1.12.0
13702026-06-11T03:35:52.203Z Checking same-file v1.0.6
13712026-06-11T03:35:52.220Z Checking siphasher v1.0.1
13722026-06-11T03:35:52.327Z Checking walkdir v2.5.0
13732026-06-11T03:35:52.387Z Checking phf_shared v0.12.1
13742026-06-11T03:35:52.493Z Checking newline-converter v0.3.0
13752026-06-11T03:35:52.510Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13762026-06-11T03:35:52.531Z Checking hickory-resolver v0.24.4
13772026-06-11T03:35:52.663Z Checking sha1 v0.11.0
13782026-06-11T03:35:52.857Z Checking toml v1.1.2+spec-1.1.0
13792026-06-11T03:35:52.894Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13802026-06-11T03:35:53.215Z Checking oxide-tokio-rt v0.1.2
13812026-06-11T03:35:53.364Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13822026-06-11T03:35:53.447Z Checking async-compression v0.4.33
13832026-06-11T03:35:53.555Z Compiling typify-macro v0.6.2
13842026-06-11T03:35:53.574Z Compiling progenitor-impl v0.10.0
13852026-06-11T03:35:53.698Z Checking console v0.15.11
13862026-06-11T03:35:53.985Z Checking tokio-stream v0.1.17
13872026-06-11T03:35:54.064Z Compiling dropshot_endpoint v0.17.1
13882026-06-11T03:35:54.145Z Compiling pin-project-internal v1.1.10
13892026-06-11T03:35:54.369Z Compiling slog-dtrace v0.3.0
13902026-06-11T03:35:54.610Z Checking csv-core v0.1.12
13912026-06-11T03:35:54.717Z Checking unicode-linebreak v0.1.5
13922026-06-11T03:35:54.833Z Compiling chrono-tz v0.10.4
13932026-06-11T03:35:54.964Z Compiling cancel-safe-futures v0.1.5
13942026-06-11T03:35:55.470Z Checking foldhash v0.1.5
13952026-06-11T03:35:55.473Z Checking smawk v0.3.2
13962026-06-11T03:35:55.473Z Checking unicode-width v0.1.14
13972026-06-11T03:35:55.473Z Checking swrite v0.1.0
13982026-06-11T03:35:55.473Z Compiling unicode-xid v0.2.6
13992026-06-11T03:35:55.473Z Checking textwrap v0.16.2
14002026-06-11T03:35:55.473Z Checking pin-project v1.1.10
14012026-06-11T03:35:55.473Z Compiling const_format_proc_macros v0.2.34
14022026-06-11T03:35:55.473Z Checking hashbrown v0.15.5
14032026-06-11T03:35:55.489Z Checking csv v1.4.0
14042026-06-11T03:35:55.506Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14052026-06-11T03:35:55.696Z Compiling progenitor-macro v0.10.0
14062026-06-11T03:35:55.832Z Checking qorb v0.4.1
14072026-06-11T03:35:55.929Z Checking expectorate v1.2.0
14082026-06-11T03:35:56.059Z Checking phf v0.12.1
14092026-06-11T03:35:56.187Z Checking unicode-normalization v0.1.24
14102026-06-11T03:35:56.212Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14112026-06-11T03:35:56.983Z Checking libsw-core v0.3.2
14122026-06-11T03:35:56.999Z Compiling libgit2-sys v0.17.0+1.8.1
14132026-06-11T03:35:57.060Z Compiling snafu-derive v0.8.9
14142026-06-11T03:35:57.133Z Compiling async-recursion v1.1.1
14152026-06-11T03:35:57.435Z Compiling cookie v0.18.1
14162026-06-11T03:35:57.675Z Checking fixedbitset v0.5.7
14172026-06-11T03:35:57.691Z Checking fixedbitset v0.4.2
14182026-06-11T03:35:57.827Z Checking highway v1.3.0
14192026-06-11T03:35:57.855Z Compiling moka v0.12.11
14202026-06-11T03:35:57.869Z Checking petgraph v0.6.5
14212026-06-11T03:35:57.891Z Checking petgraph v0.8.2
14222026-06-11T03:35:58.776Z Checking snafu v0.8.9
14232026-06-11T03:35:59.017Z Checking libsw v3.5.0
14242026-06-11T03:35:59.095Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-06-11T03:35:59.130Z Checking olpc-cjson v0.1.4
14262026-06-11T03:35:59.232Z Checking const_format v0.2.34
14272026-06-11T03:35:59.259Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14282026-06-11T03:35:59.346Z Checking papergrid v0.11.0
14292026-06-11T03:35:59.496Z Compiling typify v0.6.2
14302026-06-11T03:35:59.595Z Checking globset v0.4.16
14312026-06-11T03:35:59.661Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14322026-06-11T03:35:59.696Z Checking gethostname v0.5.0
14332026-06-11T03:35:59.876Z Checking progenitor v0.10.0
14342026-06-11T03:35:59.894Z Compiling tabled_derive v0.7.0
14352026-06-11T03:35:59.954Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14362026-06-11T03:35:59.981Z Checking reqwest v0.13.2
14372026-06-11T03:36:00.011Z Checking bcs v0.1.6
14382026-06-11T03:36:00.221Z Checking pem v3.0.5
14392026-06-11T03:36:00.250Z Checking serde_plain v1.0.2
14402026-06-11T03:36:00.289Z Checking termtree v0.5.1
14412026-06-11T03:36:00.383Z Checking humantime v2.3.0
14422026-06-11T03:36:00.403Z Checking linear-map v1.2.0
14432026-06-11T03:36:00.434Z Checking tagptr v0.2.0
14442026-06-11T03:36:00.549Z Checking crc8 v0.1.1
14452026-06-11T03:36:00.572Z Checking typed-path v0.9.3
14462026-06-11T03:36:00.589Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-06-11T03:36:00.653Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-06-11T03:36:00.855Z Checking tabled v0.15.0
14492026-06-11T03:36:01.234Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-06-11T03:36:01.343Z Checking tough v0.20.0
14512026-06-11T03:36:01.405Z Compiling progenitor-impl v0.14.0
14522026-06-11T03:36:01.963Z Checking steno v0.4.1
14532026-06-11T03:36:02.252Z Checking hickory-proto v0.25.2
14542026-06-11T03:36:02.794Z Compiling curl-sys v0.4.83+curl-8.15.0
14552026-06-11T03:36:02.942Z Compiling cargo-platform v0.1.9
14562026-06-11T03:36:03.191Z Compiling vergen v8.3.2
14572026-06-11T03:36:03.207Z Compiling fs-err v3.1.2
14582026-06-11T03:36:03.305Z Compiling signal-hook v0.4.4
14592026-06-11T03:36:03.529Z Compiling cargo_metadata v0.18.1
14602026-06-11T03:36:03.547Z Compiling progenitor-macro v0.14.0
14612026-06-11T03:36:03.556Z Checking progenitor-client v0.14.0
14622026-06-11T03:36:03.584Z Checking dropshot-api-manager-types v0.7.2
14632026-06-11T03:36:03.751Z Checking sha2 v0.10.9
14642026-06-11T03:36:03.781Z Compiling blake3 v1.8.2
14652026-06-11T03:36:03.816Z Checking hickory-resolver v0.25.2
14662026-06-11T03:36:04.006Z Compiling signal-hook v0.3.18
14672026-06-11T03:36:04.604Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14682026-06-11T03:36:04.637Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14692026-06-11T03:36:04.929Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-06-11T03:36:05.391Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-06-11T03:36:05.506Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-06-11T03:36:05.938Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-06-11T03:36:06.078Z Checking git-stub v1.0.0
14742026-06-11T03:36:06.237Z Checking filetime v0.2.26
14752026-06-11T03:36:06.375Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14762026-06-11T03:36:06.388Z Checking xattr v1.6.1
14772026-06-11T03:36:06.475Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-06-11T03:36:06.517Z Checking constant_time_eq v0.3.1
14792026-06-11T03:36:06.536Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-06-11T03:36:06.616Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-06-11T03:36:06.628Z Compiling curl v0.4.49
14822026-06-11T03:36:06.689Z Checking arrayref v0.3.9
14832026-06-11T03:36:06.764Z Checking arrayvec v0.7.6
14842026-06-11T03:36:06.856Z Checking is_ci v1.2.0
14852026-06-11T03:36:06.907Z Checking toml v0.7.8
14862026-06-11T03:36:06.969Z Checking supports-color v3.0.2
14872026-06-11T03:36:07.000Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-11T03:36:07.086Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-06-11T03:36:07.102Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-06-11T03:36:07.253Z Checking tar v0.4.45
14912026-06-11T03:36:07.269Z Checking git-stub-vcs v0.1.0
14922026-06-11T03:36:07.332Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14932026-06-11T03:36:07.458Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14942026-06-11T03:36:07.702Z Checking progenitor v0.14.0
14952026-06-11T03:36:07.754Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14962026-06-11T03:36:07.786Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-06-11T03:36:07.871Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14982026-06-11T03:36:08.258Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-06-11T03:36:08.328Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15002026-06-11T03:36:08.403Z Checking drift v0.2.0
15012026-06-11T03:36:08.706Z Checking kstat-rs v0.2.4
15022026-06-11T03:36:08.901Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15032026-06-11T03:36:08.920Z Checking topological-sort v0.2.2
15042026-06-11T03:36:09.060Z Checking omicron-zone-package v0.12.2
15052026-06-11T03:36:09.301Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-06-11T03:36:09.317Z Checking dropshot-api-manager v0.7.2
15072026-06-11T03:36:09.966Z Checking signal-hook-tokio v0.3.1
15082026-06-11T03:36:10.485Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15092026-06-11T03:36:11.013Z Checking scuffle v0.1.0
15102026-06-11T03:36:11.103Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15112026-06-11T03:36:11.551Z Checking iddqd v0.4.2
15122026-06-11T03:36:11.569Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15132026-06-11T03:36:11.728Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15142026-06-11T03:36:11.891Z Checking search_path v0.1.4
15152026-06-11T03:36:12.329Z Checking internet-checksum v0.2.1
15162026-06-11T03:36:12.333Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15172026-06-11T03:36:12.333Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15182026-06-11T03:36:12.385Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15192026-06-11T03:36:13.070Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-06-11T03:36:13.073Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15212026-06-11T03:36:13.529Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-06-11T03:36:13.902Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15232026-06-11T03:36:14.040Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15242026-06-11T03:36:14.431Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-06-11T03:36:15.100Z Compiling git2 v0.19.0
15262026-06-11T03:36:16.119Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15272026-06-11T03:36:17.393Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15282026-06-11T03:36:25.484Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15292026-06-11T03:36:26.808Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15302026-06-11T03:36:31.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
15312026-06-11T03:36:32.080Z+ for feat in tofino_stub tofino_asic softnpu chaos
15322026-06-11T03:36:32.080Z+ cargo clippy --features tofino_asic -- --deny warnings
15332026-06-11T03:36:32.571Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15342026-06-11T03:36:32.574Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15352026-06-11T03:36:32.647Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15362026-06-11T03:36:32.648Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15372026-06-11T03:36:39.842Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15382026-06-11T03:36:39.850Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15392026-06-11T03:36:42.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s
15402026-06-11T03:36:42.555Z+ for feat in tofino_stub tofino_asic softnpu chaos
15412026-06-11T03:36:42.555Z+ cargo clippy --features softnpu -- --deny warnings
15422026-06-11T03:36:42.855Z Downloading crates ...
15432026-06-11T03:36:42.996Z Downloaded radium v0.7.0
15442026-06-11T03:36:43.004Z Downloaded erased-serde v0.4.8
15452026-06-11T03:36:43.004Z Downloaded tap v1.0.1
15462026-06-11T03:36:43.004Z Downloaded funty v2.0.0
15472026-06-11T03:36:43.016Z Downloaded bitstruct v0.1.1
15482026-06-11T03:36:43.022Z Downloaded typeid v1.0.3
15492026-06-11T03:36:43.022Z Downloaded serde_arrays v0.1.0
15502026-06-11T03:36:43.022Z Downloaded bitstruct_derive v0.1.0
15512026-06-11T03:36:43.022Z Downloaded wyz v0.5.1
15522026-06-11T03:36:43.022Z Downloaded libloading v0.7.4
15532026-06-11T03:36:43.022Z Downloaded ascii v1.1.0
15542026-06-11T03:36:43.030Z Downloaded bitvec v1.0.1
15552026-06-11T03:36:43.039Z Downloaded num-bigint v0.4.6
15562026-06-11T03:36:43.150Z Checking num-integer v0.1.46
15572026-06-11T03:36:43.250Z Checking num-complex v0.4.6
15582026-06-11T03:36:43.259Z Compiling radium v0.7.0
15592026-06-11T03:36:43.259Z Checking tap v1.0.1
15602026-06-11T03:36:43.259Z Checking funty v2.0.0
15612026-06-11T03:36:43.277Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15622026-06-11T03:36:43.277Z Compiling typeid v1.0.3
15632026-06-11T03:36:43.303Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-06-11T03:36:43.329Z Checking wyz v0.5.1
15652026-06-11T03:36:43.434Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-11T03:36:43.443Z Checking num-bigint v0.4.6
15672026-06-11T03:36:43.470Z Checking num-iter v0.1.45
15682026-06-11T03:36:43.516Z Compiling erased-serde v0.4.8
15692026-06-11T03:36:43.528Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-11T03:36:43.635Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-06-11T03:36:43.690Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-06-11T03:36:43.690Z Compiling bitstruct_derive v0.1.0
15732026-06-11T03:36:43.690Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-06-11T03:36:43.735Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-06-11T03:36:43.735Z Checking ascii v1.1.0
15762026-06-11T03:36:43.735Z Checking bitvec v1.0.1
15772026-06-11T03:36:43.735Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15782026-06-11T03:36:43.762Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-06-11T03:36:43.845Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-06-11T03:36:43.867Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-06-11T03:36:43.868Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15822026-06-11T03:36:43.890Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15832026-06-11T03:36:44.144Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-06-11T03:36:44.151Z Checking serde_arrays v0.1.0
15852026-06-11T03:36:44.252Z Checking libloading v0.7.4
15862026-06-11T03:36:44.255Z Checking num-rational v0.4.2
15872026-06-11T03:36:44.266Z Checking bitstruct v0.1.1
15882026-06-11T03:36:44.281Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15892026-06-11T03:36:44.523Z Checking num v0.4.3
15902026-06-11T03:36:44.598Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-06-11T03:36:45.126Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15922026-06-11T03:36:45.416Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15932026-06-11T03:36:45.442Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15942026-06-11T03:36:45.655Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15952026-06-11T03:36:45.832Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-06-11T03:36:45.834Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15972026-06-11T03:36:46.298Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-11T03:36:46.507Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15992026-06-11T03:36:46.524Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-06-11T03:36:46.524Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16012026-06-11T03:36:46.524Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-06-11T03:36:46.884Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16032026-06-11T03:36:47.357Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-06-11T03:36:48.234Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-06-11T03:36:50.383Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16062026-06-11T03:36:50.736Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16072026-06-11T03:36:51.610Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16082026-06-11T03:36:52.376Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16092026-06-11T03:36:52.492Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16102026-06-11T03:36:59.124Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16112026-06-11T03:37:00.368Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16122026-06-11T03:37:01.129Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16132026-06-11T03:37:05.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.74s
16142026-06-11T03:37:05.530Z+ for feat in tofino_stub tofino_asic softnpu chaos
16152026-06-11T03:37:05.530Z+ cargo clippy --features chaos -- --deny warnings
16162026-06-11T03:37:06.149Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16172026-06-11T03:37:06.765Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16182026-06-11T03:37:06.765Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16192026-06-11T03:37:13.169Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16202026-06-11T03:37:13.169Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16212026-06-11T03:37:15.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.14s
16222026-06-11T03:37:15.812Z+ banner fmt
16232026-06-11T03:37:15.815Z
16242026-06-11T03:37:15.815Z ###### # # #####
16252026-06-11T03:37:15.815Z # ## ## #
16262026-06-11T03:37:15.815Z ##### # ## # #
16272026-06-11T03:37:15.815Z # # # #
16282026-06-11T03:37:15.815Z # # # #
16292026-06-11T03:37:15.815Z # # # #
16302026-06-11T03:37:15.815Z
16312026-06-11T03:37:15.815Z+ cargo fmt -- --check
16322026-06-11T03:37:16.256Z+ banner test
16332026-06-11T03:37:16.260Z
16342026-06-11T03:37:16.260Z ##### ###### #### #####
16352026-06-11T03:37:16.260Z # # # #
16362026-06-11T03:37:16.260Z # ##### #### #
16372026-06-11T03:37:16.261Z # # # #
16382026-06-11T03:37:16.261Z # # # # #
16392026-06-11T03:37:16.261Z # ###### #### #
16402026-06-11T03:37:16.261Z
16412026-06-11T03:37:16.261Z+ for feat in tofino_stub tofino_asic softnpu chaos
16422026-06-11T03:37:16.261Z+ RUST_BACKTRACE=full
16432026-06-11T03:37:16.261Z+ cargo test --features tofino_stub --no-fail-fast
16442026-06-11T03:37:17.111Z Compiling unicode-ident v1.0.24
16452026-06-11T03:37:17.111Z Compiling cfg-if v1.0.4
16462026-06-11T03:37:17.114Z Compiling memchr v2.7.5
16472026-06-11T03:37:17.215Z Compiling serde_core v1.0.228
16482026-06-11T03:37:17.234Z Compiling itoa v1.0.15
16492026-06-11T03:37:17.240Z Compiling libc v0.2.186
16502026-06-11T03:37:17.249Z Compiling zmij v1.0.17
16512026-06-11T03:37:17.273Z Compiling libm v0.2.15
16522026-06-11T03:37:17.326Z Compiling proc-macro2 v1.0.106
16532026-06-11T03:37:17.382Z Compiling heck v0.5.0
16542026-06-11T03:37:17.518Z Compiling equivalent v1.0.2
16552026-06-11T03:37:17.648Z Compiling smallvec v1.15.1
16562026-06-11T03:37:17.753Z Compiling quote v1.0.45
16572026-06-11T03:37:17.762Z Compiling log v0.4.29
16582026-06-11T03:37:17.859Z Compiling iana-time-zone v0.1.64
16592026-06-11T03:37:17.949Z Compiling syn v2.0.117
16602026-06-11T03:37:17.975Z Compiling dyn-clone v1.0.20
16612026-06-11T03:37:18.038Z Compiling hashbrown v0.17.1
16622026-06-11T03:37:18.052Z Compiling stable_deref_trait v1.2.0
16632026-06-11T03:37:18.086Z Compiling pin-project-lite v0.2.16
16642026-06-11T03:37:18.121Z Compiling percent-encoding v2.3.2
16652026-06-11T03:37:18.133Z Compiling writeable v0.6.1
16662026-06-11T03:37:18.187Z Compiling fnv v1.0.7
16672026-06-11T03:37:18.290Z Compiling litemap v0.8.0
16682026-06-11T03:37:18.329Z Compiling icu_normalizer_data v2.0.0
16692026-06-11T03:37:18.399Z Compiling icu_properties_data v2.0.1
16702026-06-11T03:37:18.411Z Compiling regex-syntax v0.8.6
16712026-06-11T03:37:18.447Z Compiling form_urlencoded v1.2.2
16722026-06-11T03:37:18.568Z Compiling utf8_iter v1.0.4
16732026-06-11T03:37:18.587Z Compiling scopeguard v1.2.0
16742026-06-11T03:37:18.607Z Compiling num-traits v0.2.19
16752026-06-11T03:37:18.635Z Compiling lock_api v0.4.14
16762026-06-11T03:37:18.647Z Compiling getrandom v0.4.2
16772026-06-11T03:37:18.794Z Compiling aho-corasick v1.1.3
16782026-06-11T03:37:18.868Z Compiling byteorder v1.5.0
16792026-06-11T03:37:19.062Z Compiling semver v1.0.28
16802026-06-11T03:37:19.094Z Compiling serde_json v1.0.150
16812026-06-11T03:37:19.215Z Compiling indexmap v2.14.0
16822026-06-11T03:37:19.305Z Compiling ucd-trie v0.1.7
16832026-06-11T03:37:19.416Z Compiling futures-core v0.3.32
16842026-06-11T03:37:19.429Z Compiling uuid v1.23.2
16852026-06-11T03:37:19.575Z Compiling allocator-api2 v0.2.21
16862026-06-11T03:37:19.869Z Compiling num-conv v0.2.1
16872026-06-11T03:37:19.891Z Compiling regex-automata v0.4.13
16882026-06-11T03:37:19.939Z Compiling foldhash v0.2.0
16892026-06-11T03:37:20.024Z Compiling time-core v0.1.8
16902026-06-11T03:37:20.062Z Compiling ryu v1.0.20
16912026-06-11T03:37:20.176Z Compiling hashbrown v0.16.1
16922026-06-11T03:37:20.189Z Compiling time-macros v0.2.27
16932026-06-11T03:37:20.263Z Compiling futures-sink v0.3.32
16942026-06-11T03:37:20.375Z Compiling pretty-hex v0.4.1
16952026-06-11T03:37:20.526Z Compiling slab v0.4.11
16962026-06-11T03:37:20.777Z Compiling plain v0.2.3
16972026-06-11T03:37:20.788Z Compiling strsim v0.11.1
16982026-06-11T03:37:20.869Z Compiling synstructure v0.13.2
16992026-06-11T03:37:20.887Z Compiling serde_derive_internals v0.29.1
17002026-06-11T03:37:21.131Z Compiling futures-channel v0.3.32
17012026-06-11T03:37:21.191Z Compiling futures-task v0.3.32
17022026-06-11T03:37:21.194Z Compiling futures-io v0.3.32
17032026-06-11T03:37:21.276Z Compiling socket2 v0.6.4
17042026-06-11T03:37:21.369Z Compiling parking_lot_core v0.9.12
17052026-06-11T03:37:21.372Z Compiling signal-hook-registry v1.4.6
17062026-06-11T03:37:21.372Z Compiling thread-id v5.0.0
17072026-06-11T03:37:21.473Z Compiling mio v1.2.1
17082026-06-11T03:37:21.643Z Compiling regex v1.12.3
17092026-06-11T03:37:21.669Z Compiling parking_lot v0.12.5
17102026-06-11T03:37:21.771Z Compiling regress v0.10.5
17112026-06-11T03:37:21.803Z Compiling darling_core v0.21.3
17122026-06-11T03:37:21.874Z Compiling base64 v0.22.1
17132026-06-11T03:37:21.998Z Compiling bitflags v2.11.1
17142026-06-11T03:37:22.084Z Compiling serde_derive v1.0.228
17152026-06-11T03:37:22.097Z Compiling zerofrom-derive v0.1.6
17162026-06-11T03:37:22.120Z Compiling yoke-derive v0.8.0
17172026-06-11T03:37:22.165Z Compiling zerovec-derive v0.11.1
17182026-06-11T03:37:22.245Z Compiling displaydoc v0.2.5
17192026-06-11T03:37:22.527Z Compiling thiserror-impl v2.0.18
17202026-06-11T03:37:23.026Z Compiling schemars_derive v0.8.22
17212026-06-11T03:37:23.185Z Compiling tokio-macros v2.7.0
17222026-06-11T03:37:23.295Z Compiling zerocopy-derive v0.8.27
17232026-06-11T03:37:23.338Z Compiling zeroize_derive v1.4.3
17242026-06-11T03:37:23.811Z Compiling thiserror v2.0.18
17252026-06-11T03:37:23.923Z Compiling futures-macro v0.3.32
17262026-06-11T03:37:23.953Z Compiling zerofrom v0.1.6
17272026-06-11T03:37:23.958Z Compiling thiserror-impl v1.0.69
17282026-06-11T03:37:24.032Z Compiling tracing-attributes v0.1.30
17292026-06-11T03:37:24.084Z Compiling yoke v0.8.0
17302026-06-11T03:37:24.257Z Compiling zerovec v0.11.4
17312026-06-11T03:37:24.284Z Compiling zerotrie v0.2.2
17322026-06-11T03:37:24.579Z Compiling zerocopy v0.8.27
17332026-06-11T03:37:24.598Z Compiling pest v2.8.2
17342026-06-11T03:37:24.781Z Compiling scroll_derive v0.13.1
17352026-06-11T03:37:24.797Z Compiling serde v1.0.228
17362026-06-11T03:37:25.197Z Compiling tinystr v0.8.1
17372026-06-11T03:37:25.368Z Compiling bytes v1.11.1
17382026-06-11T03:37:25.386Z Compiling serde_tokenstream v0.2.3
17392026-06-11T03:37:25.412Z Compiling icu_locale_core v2.0.0
17402026-06-11T03:37:25.675Z Compiling potential_utf v0.1.3
17412026-06-11T03:37:25.689Z Compiling chrono v0.4.45
17422026-06-11T03:37:25.747Z Compiling pest_meta v2.8.2
17432026-06-11T03:37:25.853Z Compiling icu_collections v2.0.0
17442026-06-11T03:37:25.965Z Compiling icu_provider v2.0.0
17452026-06-11T03:37:26.037Z Compiling http v1.4.1
17462026-06-11T03:37:26.206Z Compiling async-trait v0.1.89
17472026-06-11T03:37:26.303Z Compiling icu_properties v2.0.1
17482026-06-11T03:37:26.316Z Compiling icu_normalizer v2.0.0
17492026-06-11T03:37:26.391Z Compiling pest_generator v2.8.2
17502026-06-11T03:37:26.944Z Compiling schemars v0.8.22
17512026-06-11T03:37:27.040Z Compiling scroll v0.13.0
17522026-06-11T03:37:27.044Z Compiling thiserror v1.0.69
17532026-06-11T03:37:27.091Z Compiling pest_derive v2.8.2
17542026-06-11T03:37:27.153Z Compiling tokio v1.52.3
17552026-06-11T03:37:27.209Z Compiling idna_adapter v1.2.1
17562026-06-11T03:37:27.235Z Compiling openapiv3 v2.2.0
17572026-06-11T03:37:27.305Z Compiling goblin v0.10.1
17582026-06-11T03:37:27.359Z Compiling idna v1.1.0
17592026-06-11T03:37:27.504Z Compiling daft-derive v0.1.5
17602026-06-11T03:37:27.672Z Compiling url v2.5.7
17612026-06-11T03:37:27.969Z Compiling dtrace-parser v0.3.0
17622026-06-11T03:37:28.131Z Compiling typify-impl v0.4.3
17632026-06-11T03:37:28.502Z Compiling darling_macro v0.21.3
17642026-06-11T03:37:28.568Z Compiling http-body v1.0.1
17652026-06-11T03:37:28.728Z Compiling ppv-lite86 v0.2.21
17662026-06-11T03:37:28.884Z Compiling erased-serde v0.3.31
17672026-06-11T03:37:28.887Z Compiling serde_yaml v0.9.34+deprecated
17682026-06-11T03:37:29.065Z Compiling openssl-macros v0.1.1
17692026-06-11T03:37:29.148Z Compiling darling v0.21.3
17702026-06-11T03:37:29.191Z Compiling getrandom v0.2.16
17712026-06-11T03:37:29.412Z Compiling ipnet v2.11.0
17722026-06-11T03:37:29.569Z Compiling atomic-waker v1.1.2
17732026-06-11T03:37:29.737Z Compiling httparse v1.10.1
17742026-06-11T03:37:30.021Z Compiling tower-service v0.3.3
17752026-06-11T03:37:30.079Z Compiling tower-layer v0.3.3
17762026-06-11T03:37:30.121Z Compiling dof v0.4.0
17772026-06-11T03:37:30.246Z Compiling untrusted v0.9.0
17782026-06-11T03:37:30.258Z Compiling anyhow v1.0.102
17792026-06-11T03:37:30.376Z Compiling try-lock v0.2.5
17802026-06-11T03:37:30.498Z Compiling want v0.3.1
17812026-06-11T03:37:30.602Z Compiling usdt-impl v0.6.0
17822026-06-11T03:37:30.657Z Compiling syn v1.0.109
17832026-06-11T03:37:30.677Z Compiling zeroize v1.8.1
17842026-06-11T03:37:30.840Z Compiling httpdate v1.0.3
17852026-06-11T03:37:31.094Z Compiling portable-atomic v1.11.1
17862026-06-11T03:37:31.503Z Compiling async-stream-impl v0.3.6
17872026-06-11T03:37:31.627Z Compiling structmeta-derive v0.3.0
17882026-06-11T03:37:31.730Z Compiling critical-section v1.2.0
17892026-06-11T03:37:32.180Z Compiling once_cell v1.21.3
17902026-06-11T03:37:32.203Z Compiling usdt-macro v0.6.0
17912026-06-11T03:37:32.371Z Compiling usdt-attr-macro v0.6.0
17922026-06-11T03:37:32.400Z Compiling newtype-uuid-macros v0.1.0
17932026-06-11T03:37:32.709Z Compiling structmeta v0.3.0
17942026-06-11T03:37:32.894Z Compiling strum_macros v0.26.4
17952026-06-11T03:37:33.217Z Compiling powerfmt v0.2.0
17962026-06-11T03:37:33.424Z Compiling deranged v0.5.3
17972026-06-11T03:37:33.557Z Compiling num_threads v0.1.7
17982026-06-11T03:37:34.068Z Compiling http-body-util v0.1.3
17992026-06-11T03:37:34.236Z Compiling omicron-workspace-hack v0.1.0
18002026-06-11T03:37:34.311Z Compiling dropshot_endpoint v0.16.7
18012026-06-11T03:37:34.325Z Compiling serde_urlencoded v0.7.1
18022026-06-11T03:37:34.407Z Compiling ref-cast-impl v1.0.25
18032026-06-11T03:37:34.467Z Compiling typify-macro v0.4.3
18042026-06-11T03:37:34.573Z Compiling derive-ex v0.1.8
18052026-06-11T03:37:34.593Z Compiling strum_macros v0.27.2
18062026-06-11T03:37:34.653Z Compiling sync_wrapper v1.0.2
18072026-06-11T03:37:34.762Z Compiling serde_with_macros v3.14.1
18082026-06-11T03:37:34.805Z Compiling subtle v2.6.1
18092026-06-11T03:37:35.102Z Compiling thread_local v1.1.9
18102026-06-11T03:37:35.298Z Compiling iri-string v0.7.8
18112026-06-11T03:37:35.376Z Compiling futures-util v0.3.32
18122026-06-11T03:37:35.858Z Compiling match_cfg v0.1.0
18132026-06-11T03:37:35.947Z Compiling rand_core v0.6.4
18142026-06-11T03:37:36.165Z Compiling typenum v1.20.1
18152026-06-11T03:37:36.232Z Compiling term v1.2.0
18162026-06-11T03:37:36.304Z Compiling test-strategy v0.4.3
18172026-06-11T03:37:36.552Z Compiling take_mut v0.2.2
18182026-06-11T03:37:36.655Z Compiling typify v0.4.3
18192026-06-11T03:37:36.752Z Compiling progenitor-impl v0.11.1
18202026-06-11T03:37:36.916Z Compiling parse-display-derive v0.10.0
18212026-06-11T03:37:36.973Z Compiling tracing-core v0.1.34
18222026-06-11T03:37:37.009Z Compiling toml_datetime v0.6.11
18232026-06-11T03:37:37.102Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18242026-06-11T03:37:37.291Z Compiling camino v1.2.2
18252026-06-11T03:37:37.584Z Compiling tracing v0.1.41
18262026-06-11T03:37:37.606Z Compiling clap_derive v4.6.1
18272026-06-11T03:37:37.812Z Compiling encoding_rs v0.8.35
18282026-06-11T03:37:37.959Z Compiling mime v0.3.17
18292026-06-11T03:37:37.997Z Compiling cpufeatures v0.2.17
18302026-06-11T03:37:38.076Z Compiling fastrand v2.3.0
18312026-06-11T03:37:38.203Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18322026-06-11T03:37:38.489Z Compiling unicode-width v0.2.1
18332026-06-11T03:37:38.779Z Compiling errno v0.3.14
18342026-06-11T03:37:38.898Z Compiling hex v0.4.3
18352026-06-11T03:37:39.138Z Compiling generic-array v0.14.7
18362026-06-11T03:37:39.165Z Compiling ipnetwork v0.21.1
18372026-06-11T03:37:39.374Z Compiling crossbeam-utils v0.8.21
18382026-06-11T03:37:39.627Z Compiling tokio-util v0.7.16
18392026-06-11T03:37:39.644Z Compiling slog v2.8.2
18402026-06-11T03:37:40.042Z Compiling rustix v1.1.4
18412026-06-11T03:37:40.105Z Compiling getrandom v0.3.3
18422026-06-11T03:37:40.225Z Compiling winnow v0.7.14
18432026-06-11T03:37:40.293Z Compiling rand_core v0.9.3
18442026-06-11T03:37:40.300Z Compiling h2 v0.4.14
18452026-06-11T03:37:40.381Z Compiling crypto-common v0.1.6
18462026-06-11T03:37:40.393Z Compiling progenitor-macro v0.11.1
18472026-06-11T03:37:40.519Z Compiling oxnet v0.1.6
18482026-06-11T03:37:40.521Z Compiling itertools v0.14.0
18492026-06-11T03:37:41.309Z Compiling winnow v1.0.3
18502026-06-11T03:37:41.593Z Compiling num-derive v0.4.2
18512026-06-11T03:37:41.672Z Compiling toml_parser v1.1.2+spec-1.1.0
18522026-06-11T03:37:41.737Z Compiling serde_spanned v1.1.1
18532026-06-11T03:37:41.813Z Compiling debug-ignore v1.0.5
18542026-06-11T03:37:41.924Z Compiling toml_writer v1.1.1+spec-1.1.0
18552026-06-11T03:37:42.007Z Compiling spin v0.9.8
18562026-06-11T03:37:42.146Z Compiling rand_chacha v0.9.0
18572026-06-11T03:37:42.356Z Compiling rustls-pki-types v1.12.0
18582026-06-11T03:37:42.380Z Compiling quick-error v1.2.3
18592026-06-11T03:37:42.498Z Compiling hyper v1.10.1
18602026-06-11T03:37:42.540Z Compiling rand v0.9.3
18612026-06-11T03:37:42.632Z Compiling tabwriter v1.4.1
18622026-06-11T03:37:42.850Z Compiling async-stream v0.3.6
18632026-06-11T03:37:42.882Z Compiling waitgroup v0.1.2
18642026-06-11T03:37:43.036Z Compiling serde_path_to_error v0.1.20
18652026-06-11T03:37:43.036Z Compiling colored v3.1.1
18662026-06-11T03:37:43.162Z Compiling lazy_static v1.5.0
18672026-06-11T03:37:43.300Z Compiling bit-vec v0.8.0
18682026-06-11T03:37:43.313Z Compiling strum v0.26.3
18692026-06-11T03:37:43.401Z Compiling time v0.3.47
18702026-06-11T03:37:43.413Z Compiling ring v0.17.14
18712026-06-11T03:37:43.441Z Compiling bit-set v0.8.0
18722026-06-11T03:37:43.521Z Compiling toml_datetime v0.7.5+spec-1.1.0
18732026-06-11T03:37:43.604Z Compiling hyper-util v0.1.20
18742026-06-11T03:37:43.844Z Compiling unarray v0.1.4
18752026-06-11T03:37:44.075Z Compiling anstyle v1.0.14
18762026-06-11T03:37:44.296Z Compiling toml v0.9.12+spec-1.1.0
18772026-06-11T03:37:44.312Z Compiling crossbeam-channel v0.5.15
18782026-06-11T03:37:44.874Z Compiling macaddr v1.0.1
18792026-06-11T03:37:45.042Z Compiling utf8parse v0.2.2
18802026-06-11T03:37:45.080Z Compiling block-buffer v0.10.4
18812026-06-11T03:37:45.149Z Compiling anstyle-parse v1.0.0
18822026-06-11T03:37:45.174Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18832026-06-11T03:37:45.233Z Compiling ref-cast v1.0.25
18842026-06-11T03:37:45.244Z Compiling colorchoice v1.0.4
18852026-06-11T03:37:45.341Z Compiling anstyle-query v1.1.4
18862026-06-11T03:37:45.359Z Compiling is_terminal_polyfill v1.70.1
18872026-06-11T03:37:45.368Z Compiling digest v0.10.7
18882026-06-11T03:37:45.374Z Compiling strum v0.27.2
18892026-06-11T03:37:45.374Z Compiling is-terminal v0.4.16
18902026-06-11T03:37:45.452Z Compiling anstream v1.0.0
18912026-06-11T03:37:45.452Z Compiling clap_lex v1.1.0
18922026-06-11T03:37:45.477Z Compiling slog-term v2.9.2
18932026-06-11T03:37:45.509Z Compiling slog-async v2.8.0
18942026-06-11T03:37:45.519Z Compiling slog-json v2.6.1
18952026-06-11T03:37:45.612Z Compiling hostname v0.3.1
18962026-06-11T03:37:45.759Z Compiling slog-bunyan v2.5.0
18972026-06-11T03:37:45.787Z Compiling tower v0.5.2
18982026-06-11T03:37:45.792Z Compiling futures-executor v0.3.32
18992026-06-11T03:37:45.907Z Compiling instant v0.1.13
19002026-06-11T03:37:46.077Z Compiling futures v0.3.32
19012026-06-11T03:37:46.095Z Compiling aws-lc-sys v0.39.1
19022026-06-11T03:37:46.112Z Compiling untrusted v0.7.1
19032026-06-11T03:37:46.192Z Compiling openssl-sys v0.9.116
19042026-06-11T03:37:46.272Z Compiling tower-http v0.6.8
19052026-06-11T03:37:46.664Z Compiling aws-lc-rs v1.16.2
19062026-06-11T03:37:46.712Z Compiling memmap2 v0.9.8
19072026-06-11T03:37:47.650Z Compiling rustls-webpki v0.103.6
19082026-06-11T03:37:47.685Z Compiling foreign-types-shared v0.1.1
19092026-06-11T03:37:47.784Z Compiling foreign-types v0.3.2
19102026-06-11T03:37:48.191Z Compiling rustls v0.23.40
19112026-06-11T03:37:48.448Z Compiling tempfile v3.27.0
19122026-06-11T03:37:48.712Z Compiling openssl-probe v0.1.6
19132026-06-11T03:37:48.905Z Compiling openssl v0.10.80
19142026-06-11T03:37:49.676Z Compiling usdt v0.6.0
19152026-06-11T03:37:49.843Z Compiling either v1.15.0
19162026-06-11T03:37:50.058Z Compiling webpki-roots v1.0.2
19172026-06-11T03:37:50.188Z Compiling newtype-uuid v1.3.2
19182026-06-11T03:37:50.559Z Compiling daft v0.1.5
19192026-06-11T03:37:51.343Z Compiling tokio-rustls v0.26.4
19202026-06-11T03:37:51.433Z Compiling native-tls v0.2.14
19212026-06-11T03:37:51.632Z Compiling hyper-rustls v0.27.7
19222026-06-11T03:37:51.801Z Compiling tokio-native-tls v0.3.1
19232026-06-11T03:37:51.972Z Compiling hyper-tls v0.6.0
19242026-06-11T03:37:52.715Z Compiling reqwest v0.12.23
19252026-06-11T03:37:53.304Z Compiling rustls-webpki v0.102.8
19262026-06-11T03:37:53.346Z Compiling rustls-pemfile v2.2.0
19272026-06-11T03:37:53.390Z Compiling multer v3.1.0
19282026-06-11T03:37:53.736Z Compiling hostname v0.4.2
19292026-06-11T03:37:53.891Z Compiling rustls v0.22.4
19302026-06-11T03:37:54.041Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19312026-06-11T03:37:54.604Z Compiling terminal_size v0.4.3
19322026-06-11T03:37:54.736Z Compiling rand_chacha v0.3.1
19332026-06-11T03:37:54.788Z Compiling wait-timeout v0.2.1
19342026-06-11T03:37:55.389Z Compiling rand v0.8.5
19352026-06-11T03:37:55.545Z Compiling rusty-fork v0.3.0
19362026-06-11T03:37:55.929Z Compiling tokio-rustls v0.25.0
19372026-06-11T03:37:56.987Z Compiling sha1 v0.10.6
19382026-06-11T03:37:57.245Z Compiling rand_xorshift v0.4.0
19392026-06-11T03:37:57.867Z Compiling hubpack_derive v0.1.1
19402026-06-11T03:37:58.410Z Compiling proptest v1.8.0
19412026-06-11T03:37:58.430Z Compiling dropshot v0.16.7
19422026-06-11T03:37:59.133Z Compiling clap_builder v4.6.0
19432026-06-11T03:37:59.753Z Compiling serde_spanned v0.6.9
19442026-06-11T03:38:00.295Z Compiling prettyplease v0.2.37
19452026-06-11T03:38:00.563Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19462026-06-11T03:38:00.804Z Compiling clap v4.6.1
19472026-06-11T03:38:01.741Z Compiling progenitor-client v0.10.0
19482026-06-11T03:38:01.889Z Compiling progenitor-client v0.11.1
19492026-06-11T03:38:02.202Z Compiling serde_with v3.14.1
19502026-06-11T03:38:02.965Z Compiling progenitor v0.11.1
19512026-06-11T03:38:03.915Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19522026-06-11T03:38:04.074Z Compiling rustc-hash v2.1.1
19532026-06-11T03:38:04.209Z Compiling iddqd v0.3.18
19542026-06-11T03:38:04.272Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19552026-06-11T03:38:05.296Z Compiling backoff v0.4.0
19562026-06-11T03:38:05.438Z Compiling parse-display v0.10.0
19572026-06-11T03:38:05.441Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19582026-06-11T03:38:05.527Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19592026-06-11T03:38:05.650Z Compiling winnow v0.5.40
19602026-06-11T03:38:05.671Z Compiling toml_write v0.1.2
19612026-06-11T03:38:05.874Z Compiling toml_edit v0.22.27
19622026-06-11T03:38:07.186Z Compiling num-integer v0.1.46
19632026-06-11T03:38:07.369Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-06-11T03:38:07.608Z Compiling float-ord v0.3.2
19652026-06-11T03:38:07.736Z Compiling toml v0.8.23
19662026-06-11T03:38:11.230Z Compiling num-iter v0.1.45
19672026-06-11T03:38:11.364Z Compiling num-rational v0.4.2
19682026-06-11T03:38:12.036Z Compiling num-complex v0.4.6
19692026-06-11T03:38:12.445Z Compiling num v0.4.3
19702026-06-11T03:38:13.005Z Compiling toml_edit v0.19.15
19712026-06-11T03:38:14.507Z Compiling proc-macro-crate v1.3.1
19722026-06-11T03:38:16.378Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19732026-06-11T03:38:17.450Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19742026-06-11T03:38:17.853Z Compiling zerocopy-derive v0.7.35
19752026-06-11T03:38:17.956Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-06-11T03:38:18.764Z Compiling memoffset v0.9.1
19772026-06-11T03:38:18.865Z Compiling libscf-sys v1.2.0
19782026-06-11T03:38:19.022Z Compiling ingot-macros v0.1.1
19792026-06-11T03:38:19.240Z Compiling proc-macro-error-attr2 v2.0.0
19802026-06-11T03:38:19.726Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19812026-06-11T03:38:20.216Z Compiling proc-macro-error2 v2.0.1
19822026-06-11T03:38:20.504Z Compiling nix v0.30.1
19832026-06-11T03:38:21.503Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19842026-06-11T03:38:21.583Z Compiling scroll_derive v0.12.1
19852026-06-11T03:38:22.314Z Compiling tabled_derive v0.11.0
19862026-06-11T03:38:22.329Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19872026-06-11T03:38:24.292Z Compiling zerocopy v0.7.35
19882026-06-11T03:38:24.906Z Compiling num_enum_derive v0.7.5
19892026-06-11T03:38:25.075Z Compiling hubpack v0.1.2
19902026-06-11T03:38:25.087Z Compiling foreign-types-macros v0.2.3
19912026-06-11T03:38:25.509Z Compiling static_assertions v1.1.0
19922026-06-11T03:38:26.056Z Compiling glob v0.3.3
19932026-06-11T03:38:26.061Z Compiling proc-macro-error-attr v1.0.4
19942026-06-11T03:38:26.369Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19952026-06-11T03:38:26.394Z Compiling dtrace-parser v0.2.0
19962026-06-11T03:38:26.773Z Compiling bytecount v0.6.9
19972026-06-11T03:38:26.904Z Compiling proc-macro-error v1.0.4
19982026-06-11T03:38:26.926Z Compiling dof v0.3.0
19992026-06-11T03:38:27.528Z Compiling num_enum_derive v0.5.11
20002026-06-11T03:38:29.014Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20012026-06-11T03:38:29.115Z Compiling thread-id v4.2.2
20022026-06-11T03:38:29.224Z Compiling usdt-impl v0.5.0
20032026-06-11T03:38:29.792Z Compiling derive_more v0.99.20
20042026-06-11T03:38:30.254Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20052026-06-11T03:38:30.289Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20062026-06-11T03:38:30.889Z Compiling minimal-lexical v0.2.1
20072026-06-11T03:38:31.120Z Compiling nom v7.1.3
20082026-06-11T03:38:31.168Z Compiling usdt-macro v0.5.0
20092026-06-11T03:38:31.446Z Compiling usdt-attr-macro v0.5.0
20102026-06-11T03:38:31.478Z Compiling zone_cfg_derive v0.3.1
20112026-06-11T03:38:31.959Z Compiling papergrid v0.17.0
20122026-06-11T03:38:32.203Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20132026-06-11T03:38:32.220Z Compiling testing_table v0.3.0
20142026-06-11T03:38:32.296Z Compiling rustc_version v0.4.1
20152026-06-11T03:38:32.387Z Compiling crossbeam-epoch v0.9.18
20162026-06-11T03:38:32.507Z Compiling dropshot_endpoint v0.17.1
20172026-06-11T03:38:32.582Z Compiling adler2 v2.0.1
20182026-06-11T03:38:32.736Z Compiling miniz_oxide v0.8.9
20192026-06-11T03:38:32.746Z Compiling crc32fast v1.5.0
20202026-06-11T03:38:32.948Z Compiling tabled v0.20.0
20212026-06-11T03:38:32.961Z Compiling enum-as-inner v0.6.1
20222026-06-11T03:38:33.209Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20232026-06-11T03:38:33.434Z Compiling regress v0.11.1
20242026-06-11T03:38:33.564Z Compiling flate2 v1.1.2
20252026-06-11T03:38:33.661Z Compiling curve25519-dalek v4.1.3
20262026-06-11T03:38:34.006Z Compiling hybrid-array v0.4.12
20272026-06-11T03:38:34.101Z Compiling crossbeam-deque v0.8.6
20282026-06-11T03:38:34.190Z Compiling thiserror-impl-no-std v2.0.2
20292026-06-11T03:38:34.310Z Compiling curve25519-dalek-derive v0.1.1
20302026-06-11T03:38:34.494Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20312026-06-11T03:38:34.840Z Compiling crypto-common v0.2.2
20322026-06-11T03:38:35.055Z Compiling typify-impl v0.6.2
20332026-06-11T03:38:35.368Z Compiling block-buffer v0.12.0
20342026-06-11T03:38:35.408Z Compiling rayon-core v1.13.0
20352026-06-11T03:38:35.535Z Compiling clang-sys v1.8.1
20362026-06-11T03:38:35.792Z Compiling compression-core v0.4.32
20372026-06-11T03:38:35.887Z Compiling const-oid v0.10.2
20382026-06-11T03:38:35.962Z Compiling compression-codecs v0.4.32
20392026-06-11T03:38:35.974Z Compiling scroll v0.12.0
20402026-06-11T03:38:36.117Z Compiling digest v0.11.3
20412026-06-11T03:38:36.247Z Compiling hash32 v0.3.1
20422026-06-11T03:38:36.260Z Compiling toml_datetime v1.1.1+spec-1.1.0
20432026-06-11T03:38:36.322Z Compiling cpufeatures v0.3.0
20442026-06-11T03:38:36.382Z Compiling heapless v0.8.0
20452026-06-11T03:38:36.406Z Compiling sha1 v0.11.0
20462026-06-11T03:38:36.417Z Compiling goblin v0.8.2
20472026-06-11T03:38:36.431Z Compiling async-compression v0.4.33
20482026-06-11T03:38:36.585Z Compiling toml v1.1.2+spec-1.1.0
20492026-06-11T03:38:36.671Z Compiling ingot-types v0.1.2
20502026-06-11T03:38:36.819Z Compiling cobs v0.3.0
20512026-06-11T03:38:36.925Z Compiling libloading v0.8.9
20522026-06-11T03:38:37.030Z Compiling foreign-types-shared v0.3.1
20532026-06-11T03:38:37.081Z Compiling bitflags v1.3.2
20542026-06-11T03:38:37.130Z Compiling managed v0.8.0
20552026-06-11T03:38:37.134Z Compiling foreign-types v0.5.0
20562026-06-11T03:38:37.219Z Compiling ingot v0.1.1
20572026-06-11T03:38:37.366Z Compiling smoltcp v0.11.0
20582026-06-11T03:38:37.587Z Compiling dropshot v0.17.1
20592026-06-11T03:38:38.490Z Compiling bindgen v0.72.1
20602026-06-11T03:38:38.538Z Compiling postcard v1.1.3
20612026-06-11T03:38:38.974Z Compiling cexpr v0.6.0
20622026-06-11T03:38:39.291Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20632026-06-11T03:38:39.567Z Compiling num_enum v0.7.5
20642026-06-11T03:38:39.704Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20652026-06-11T03:38:40.006Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20662026-06-11T03:38:40.131Z Compiling camino-tempfile v1.4.1
20672026-06-11T03:38:40.171Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20682026-06-11T03:38:40.211Z Compiling serde_repr v0.1.20
20692026-06-11T03:38:40.347Z Compiling derive-where v1.6.0
20702026-06-11T03:38:40.477Z Compiling cstr-argument v0.1.2
20712026-06-11T03:38:40.642Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20722026-06-11T03:38:40.840Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20732026-06-11T03:38:41.500Z Compiling typify-macro v0.6.2
20742026-06-11T03:38:41.663Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20752026-06-11T03:38:41.866Z Compiling rayon v1.11.0
20762026-06-11T03:38:42.016Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772026-06-11T03:38:42.150Z Compiling crucible-workspace-hack v0.1.0
20782026-06-11T03:38:42.886Z Compiling memmap v0.7.0
20792026-06-11T03:38:43.011Z Compiling tinyvec_macros v0.1.1
20802026-06-11T03:38:43.084Z Compiling tinyvec v1.10.0
20812026-06-11T03:38:43.098Z Compiling usdt v0.5.0
20822026-06-11T03:38:43.387Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20832026-06-11T03:38:43.628Z Compiling typify v0.6.2
20842026-06-11T03:38:43.897Z Compiling num_enum v0.5.11
20852026-06-11T03:38:44.230Z Compiling pin-project-internal v1.1.10
20862026-06-11T03:38:45.257Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20872026-06-11T03:38:45.313Z Compiling progenitor-impl v0.14.0
20882026-06-11T03:38:45.341Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20892026-06-11T03:38:45.401Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20902026-06-11T03:38:45.453Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20912026-06-11T03:38:45.711Z Compiling rustix v0.38.44
20922026-06-11T03:38:46.224Z Compiling itertools v0.12.1
20932026-06-11T03:38:46.264Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20942026-06-11T03:38:46.419Z Compiling progenitor-impl v0.10.0
20952026-06-11T03:38:46.616Z Compiling sigpipe v0.1.3
20962026-06-11T03:38:46.642Z Compiling jiff v0.2.15
20972026-06-11T03:38:46.713Z Compiling const_format_proc_macros v0.2.34
20982026-06-11T03:38:47.230Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20992026-06-11T03:38:47.485Z Compiling zone v0.3.1
21002026-06-11T03:38:47.499Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21012026-06-11T03:38:48.950Z Compiling progenitor-macro v0.14.0
21022026-06-11T03:38:48.963Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21032026-06-11T03:38:49.162Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21042026-06-11T03:38:49.592Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21052026-06-11T03:38:49.969Z Compiling secrecy v0.10.3
21062026-06-11T03:38:50.015Z Compiling progenitor-macro v0.10.0
21072026-06-11T03:38:50.148Z Compiling smf v0.2.3
21082026-06-11T03:38:50.380Z Compiling async-recursion v1.1.1
21092026-06-11T03:38:50.404Z Compiling snafu-derive v0.8.9
21102026-06-11T03:38:50.544Z Compiling bstr v1.12.0
21112026-06-11T03:38:51.080Z Compiling whoami v1.6.1
21122026-06-11T03:38:51.407Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-06-11T03:38:52.226Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21142026-06-11T03:38:52.792Z Compiling hmac v0.12.1
21152026-06-11T03:38:52.942Z Compiling inout v0.1.4
21162026-06-11T03:38:53.007Z Compiling ff v0.13.1
21172026-06-11T03:38:53.154Z Compiling data-encoding v2.9.0
21182026-06-11T03:38:53.438Z Compiling crc8 v0.1.1
21192026-06-11T03:38:53.587Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21202026-06-11T03:38:54.311Z Compiling group v0.13.0
21212026-06-11T03:38:54.412Z Compiling cipher v0.4.4
21222026-06-11T03:38:54.439Z Compiling hkdf v0.12.4
21232026-06-11T03:38:54.651Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21242026-06-11T03:38:55.087Z Compiling atomicwrites v0.4.4
21252026-06-11T03:38:55.304Z Compiling tokio-dtrace v0.1.1
21262026-06-11T03:38:55.606Z Compiling tabled_derive v0.7.0
21272026-06-11T03:38:56.023Z Compiling reqwest v0.13.2
21282026-06-11T03:38:56.088Z Compiling universal-hash v0.5.1
21292026-06-11T03:38:56.101Z Compiling crypto-bigint v0.5.5
21302026-06-11T03:38:56.233Z Compiling half v2.7.1
21312026-06-11T03:38:56.336Z Compiling ciborium-io v0.2.2
21322026-06-11T03:38:56.538Z Compiling indent_write v2.2.0
21332026-06-11T03:38:56.601Z Compiling base64ct v1.8.0
21342026-06-11T03:38:56.695Z Compiling base16ct v0.2.0
21352026-06-11T03:38:56.874Z Compiling opaque-debug v0.3.1
21362026-06-11T03:38:56.925Z Compiling password-hash v0.5.0
21372026-06-11T03:38:56.958Z Compiling poly1305 v0.8.0
21382026-06-11T03:38:57.244Z Compiling elliptic-curve v0.13.8
21392026-06-11T03:38:57.323Z Compiling progenitor-client v0.14.0
21402026-06-11T03:38:57.391Z Compiling ciborium-ll v0.2.2
21412026-06-11T03:38:57.867Z Compiling oxide-tokio-rt v0.1.2
21422026-06-11T03:38:58.096Z Compiling chacha20 v0.9.1
21432026-06-11T03:38:58.221Z Compiling similar v2.7.0
21442026-06-11T03:38:58.334Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21452026-06-11T03:38:58.646Z Compiling thiserror-no-std v2.0.2
21462026-06-11T03:38:59.484Z Compiling blake2 v0.10.6
21472026-06-11T03:38:59.746Z Compiling aead v0.5.2
21482026-06-11T03:39:00.111Z Compiling keccak v0.1.6
21492026-06-11T03:39:00.123Z Compiling resolv-conf v0.7.5
21502026-06-11T03:39:00.196Z Compiling linked-hash-map v0.5.6
21512026-06-11T03:39:00.404Z Compiling lru-cache v0.1.2
21522026-06-11T03:39:00.517Z Compiling sha3 v0.10.8
21532026-06-11T03:39:00.642Z Compiling chacha20poly1305 v0.10.1
21542026-06-11T03:39:00.722Z Compiling argon2 v0.5.3
21552026-06-11T03:39:00.790Z Compiling vsss-rs v3.3.4
21562026-06-11T03:39:00.831Z Compiling progenitor v0.14.0
21572026-06-11T03:39:00.961Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21582026-06-11T03:39:00.978Z Compiling ciborium v0.2.2
21592026-06-11T03:39:01.220Z Compiling hickory-proto v0.24.4
21602026-06-11T03:39:01.569Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21612026-06-11T03:39:01.617Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21622026-06-11T03:39:02.155Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21632026-06-11T03:39:02.159Z Compiling serde-big-array v0.5.1
21642026-06-11T03:39:02.325Z Compiling unicode-segmentation v1.12.0
21652026-06-11T03:39:02.419Z Compiling same-file v1.0.6
21662026-06-11T03:39:02.500Z Compiling siphasher v1.0.1
21672026-06-11T03:39:02.753Z Compiling phf_shared v0.12.1
21682026-06-11T03:39:02.816Z Compiling newline-converter v0.3.0
21692026-06-11T03:39:02.882Z Compiling walkdir v2.5.0
21702026-06-11T03:39:02.939Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21712026-06-11T03:39:02.977Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21722026-06-11T03:39:03.182Z Compiling hickory-resolver v0.24.4
21732026-06-11T03:39:03.267Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-06-11T03:39:03.874Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21752026-06-11T03:39:04.911Z Compiling newtype_derive v0.1.6
21762026-06-11T03:39:05.006Z Compiling owo-colors v4.3.0
21772026-06-11T03:39:05.135Z Compiling tokio-stream v0.1.17
21782026-06-11T03:39:05.479Z Compiling console v0.15.11
21792026-06-11T03:39:05.625Z Compiling csv-core v0.1.12
21802026-06-11T03:39:05.922Z Compiling unicode-width v0.1.14
21812026-06-11T03:39:05.970Z Compiling termtree v0.5.1
21822026-06-11T03:39:05.986Z Compiling foldhash v0.1.5
21832026-06-11T03:39:06.045Z Compiling smawk v0.3.2
21842026-06-11T03:39:06.083Z Compiling swrite v0.1.0
21852026-06-11T03:39:06.180Z Compiling humantime v2.3.0
21862026-06-11T03:39:06.191Z Compiling unicode-linebreak v0.1.5
21872026-06-11T03:39:06.211Z Compiling hashbrown v0.15.5
21882026-06-11T03:39:06.405Z Compiling textwrap v0.16.2
21892026-06-11T03:39:06.446Z Compiling expectorate v1.2.0
21902026-06-11T03:39:06.593Z Compiling csv v1.4.0
21912026-06-11T03:39:06.606Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-06-11T03:39:06.608Z Compiling qorb v0.4.1
21932026-06-11T03:39:06.956Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-06-11T03:39:08.146Z Compiling phf v0.12.1
21952026-06-11T03:39:08.322Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21962026-06-11T03:39:08.896Z Compiling pin-project v1.1.10
21972026-06-11T03:39:08.933Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21982026-06-11T03:39:09.010Z Compiling unicode-normalization v0.1.24
21992026-06-11T03:39:09.083Z Compiling libz-sys v1.1.22
22002026-06-11T03:39:09.482Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-06-11T03:39:10.412Z Compiling libsw-core v0.3.2
22022026-06-11T03:39:10.910Z Compiling highway v1.3.0
22032026-06-11T03:39:11.036Z Compiling fixedbitset v0.5.7
22042026-06-11T03:39:11.336Z Compiling fixedbitset v0.4.2
22052026-06-11T03:39:11.399Z Compiling petgraph v0.8.2
22062026-06-11T03:39:11.604Z Compiling petgraph v0.6.5
22072026-06-11T03:39:12.208Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-06-11T03:39:13.171Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-06-11T03:39:13.201Z Compiling progenitor v0.10.0
22102026-06-11T03:39:14.217Z Compiling libsw v3.5.0
22112026-06-11T03:39:14.411Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-06-11T03:39:14.887Z Compiling olpc-cjson v0.1.4
22132026-06-11T03:39:15.021Z Compiling libgit2-sys v0.17.0+1.8.1
22142026-06-11T03:39:15.317Z Compiling snafu v0.8.9
22152026-06-11T03:39:15.804Z Compiling chrono-tz v0.10.4
22162026-06-11T03:39:16.003Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-06-11T03:39:16.216Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-06-11T03:39:16.901Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-06-11T03:39:17.188Z Compiling papergrid v0.11.0
22202026-06-11T03:39:17.201Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-06-11T03:39:17.314Z Compiling globset v0.4.16
22222026-06-11T03:39:17.328Z Compiling const_format v0.2.34
22232026-06-11T03:39:17.493Z Compiling slog-dtrace v0.3.0
22242026-06-11T03:39:17.665Z Compiling cancel-safe-futures v0.1.5
22252026-06-11T03:39:17.846Z Compiling gethostname v0.5.0
22262026-06-11T03:39:18.153Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22272026-06-11T03:39:19.018Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22282026-06-11T03:39:19.083Z Compiling dropshot-api-manager-types v0.7.2
22292026-06-11T03:39:19.253Z Compiling bcs v0.1.6
22302026-06-11T03:39:19.477Z Compiling serde_plain v1.0.2
22312026-06-11T03:39:19.595Z Compiling cargo-platform v0.1.9
22322026-06-11T03:39:19.636Z Compiling pem v3.0.5
22332026-06-11T03:39:19.663Z Compiling tagptr v0.2.0
22342026-06-11T03:39:19.998Z Compiling linear-map v1.2.0
22352026-06-11T03:39:20.120Z Compiling typed-path v0.9.3
22362026-06-11T03:39:20.233Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22372026-06-11T03:39:21.730Z Compiling tough v0.20.0
22382026-06-11T03:39:21.941Z Compiling moka v0.12.11
22392026-06-11T03:39:22.173Z Compiling cargo_metadata v0.18.1
22402026-06-11T03:39:22.592Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-06-11T03:39:23.342Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-06-11T03:39:23.631Z Compiling tabled v0.15.0
22432026-06-11T03:39:23.932Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22442026-06-11T03:39:24.601Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-06-11T03:39:24.824Z Compiling git2 v0.19.0
22462026-06-11T03:39:26.734Z Compiling steno v0.4.1
22472026-06-11T03:39:27.841Z Compiling cookie v0.18.1
22482026-06-11T03:39:27.878Z Compiling hickory-proto v0.25.2
22492026-06-11T03:39:29.925Z Compiling hickory-resolver v0.25.2
22502026-06-11T03:39:30.575Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22512026-06-11T03:39:33.229Z Compiling vergen v8.3.2
22522026-06-11T03:39:35.143Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22532026-06-11T03:39:35.156Z Compiling predicates-core v1.0.9
22542026-06-11T03:39:35.375Z Compiling mockall_derive v0.14.0
22552026-06-11T03:39:35.954Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22562026-06-11T03:39:35.996Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22572026-06-11T03:39:36.067Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22582026-06-11T03:39:36.731Z Compiling signal-hook v0.4.4
22592026-06-11T03:39:37.256Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22602026-06-11T03:39:37.290Z Compiling sha2 v0.10.9
22612026-06-11T03:39:37.714Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22622026-06-11T03:39:37.963Z Compiling yansi v1.0.1
22632026-06-11T03:39:38.296Z Compiling diff v0.1.13
22642026-06-11T03:39:38.450Z Compiling mockall v0.14.0
22652026-06-11T03:39:38.543Z Compiling pretty_assertions v1.4.1
22662026-06-11T03:39:38.715Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22672026-06-11T03:39:39.717Z Compiling fs-err v3.1.2
22682026-06-11T03:39:39.761Z Compiling predicates-tree v1.0.12
22692026-06-11T03:39:40.088Z Compiling predicates v3.1.3
22702026-06-11T03:39:40.107Z Compiling signal-hook v0.3.18
22712026-06-11T03:39:41.064Z Compiling git-stub v1.0.0
22722026-06-11T03:39:41.131Z Compiling filetime v0.2.26
22732026-06-11T03:39:41.352Z Compiling constant_time_eq v0.3.1
22742026-06-11T03:39:41.371Z Compiling arrayref v0.3.9
22752026-06-11T03:39:41.465Z Compiling fragile v2.0.1
22762026-06-11T03:39:41.487Z Compiling arrayvec v0.7.6
22772026-06-11T03:39:41.715Z Compiling xattr v1.6.1
22782026-06-11T03:39:41.798Z Compiling downcast v0.11.0
22792026-06-11T03:39:41.914Z Compiling is_ci v1.2.0
22802026-06-11T03:39:41.968Z Compiling tar v0.4.45
22812026-06-11T03:39:42.079Z Compiling supports-color v3.0.2
22822026-06-11T03:39:42.285Z Compiling toml v0.7.8
22832026-06-11T03:39:42.309Z Compiling blake3 v1.8.2
22842026-06-11T03:39:42.935Z Compiling git-stub-vcs v0.1.0
22852026-06-11T03:39:43.043Z Compiling signal-hook-tokio v0.3.1
22862026-06-11T03:39:43.197Z Compiling curl-sys v0.4.83+curl-8.15.0
22872026-06-11T03:39:43.958Z Compiling scuffle v0.1.0
22882026-06-11T03:39:44.939Z Compiling drift v0.2.0
22892026-06-11T03:39:45.068Z Compiling kstat-rs v0.2.4
22902026-06-11T03:39:45.419Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22912026-06-11T03:39:45.503Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22922026-06-11T03:39:45.729Z Compiling topological-sort v0.2.2
22932026-06-11T03:39:45.849Z Compiling hex-literal v1.1.0
22942026-06-11T03:39:45.897Z Compiling omicron-zone-package v0.12.2
22952026-06-11T03:39:46.062Z Compiling dropshot-api-manager v0.7.2
22962026-06-11T03:39:46.366Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22972026-06-11T03:39:47.697Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22982026-06-11T03:39:48.907Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-06-11T03:39:49.008Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-06-11T03:39:49.132Z Compiling curl v0.4.49
23012026-06-11T03:39:49.814Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23022026-06-11T03:39:49.930Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23032026-06-11T03:39:50.096Z Compiling iddqd v0.4.2
23042026-06-11T03:39:50.201Z Compiling internet-checksum v0.2.1
23052026-06-11T03:39:50.367Z Compiling search_path v0.1.4
23062026-06-11T03:39:50.802Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23072026-06-11T03:39:51.441Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23082026-06-11T03:39:53.633Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23092026-06-11T03:39:53.769Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23102026-06-11T03:40:41.813Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 25s
23112026-06-11T03:40:41.940Z Running unittests src/lib.rs (target/debug/deps/aal-00fa3c3b36f278b3)
23122026-06-11T03:40:41.942Z
23132026-06-11T03:40:41.945Zrunning 5 tests
23142026-06-11T03:40:41.945Ztest fuse::tests::chip_revision_a0 ... ok
23152026-06-11T03:40:41.945Ztest fuse::tests::chip_revision_b0 ... ok
23162026-06-11T03:40:41.945Ztest fuse::tests::chip_revision_b1 ... ok
23172026-06-11T03:40:41.945Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23182026-06-11T03:40:41.945Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23192026-06-11T03:40:41.945Z
23202026-06-11T03:40:41.945Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-06-11T03:40:41.945Z
23222026-06-11T03:40:41.945Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23232026-06-11T03:40:41.948Z
23242026-06-11T03:40:41.948Zrunning 0 tests
23252026-06-11T03:40:41.948Z
23262026-06-11T03:40:41.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23272026-06-11T03:40:41.948Z
23282026-06-11T03:40:41.948Z Running unittests src/lib.rs (target/debug/deps/asic-7ec1034df6f689db)
23292026-06-11T03:40:41.951Z
23302026-06-11T03:40:41.951Zrunning 0 tests
23312026-06-11T03:40:41.951Z
23322026-06-11T03:40:41.951Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23332026-06-11T03:40:41.951Z
23342026-06-11T03:40:41.951Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
23352026-06-11T03:40:41.951Z
23362026-06-11T03:40:41.951Zrunning 10 tests
23372026-06-11T03:40:41.954Ztest network::tests::test_equal ... ok
23382026-06-11T03:40:41.954Ztest nat::tests::test_vni ... ok
23392026-06-11T03:40:41.954Ztest network::tests::test_eui64 ... ok
23402026-06-11T03:40:41.954Ztest network::tests::test_generate_ipv6_link_local ... ok
23412026-06-11T03:40:41.954Ztest network::tests::test_into ... ok
23422026-06-11T03:40:41.954Ztest network::tests::test_not_equal ... ok
23432026-06-11T03:40:41.954Ztest network::tests::test_parse ... ok
23442026-06-11T03:40:41.954Ztest network::tests::test_to_string ... ok
23452026-06-11T03:40:41.954Ztest test_purge ... ok
23462026-06-11T03:40:41.957Ztest illumos::test::address_exists_handles_missing_object ... ok
23472026-06-11T03:40:41.957Z
23482026-06-11T03:40:41.957Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23492026-06-11T03:40:41.957Z
23502026-06-11T03:40:41.957Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-e30bfdb445c4e487)
23512026-06-11T03:40:41.962Z
23522026-06-11T03:40:41.962Zrunning 1 test
23532026-06-11T03:40:41.965Z -------
23542026-06-11T03:40:41.965Z Generating OpenAPI documents from API definitions ...
23552026-06-11T03:40:42.102Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23562026-06-11T03:40:42.171Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23572026-06-11T03:40:43.186Z -------
23582026-06-11T03:40:43.186Z Checking 12 OpenAPI documents...
23592026-06-11T03:40:43.186Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-06-11T03:40:43.186Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-06-11T03:40:43.186Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-06-11T03:40:43.186Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-11T03:40:43.190Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-11T03:40:43.190Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-11T03:40:43.190Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-06-11T03:40:43.190Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-06-11T03:40:43.190Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-06-11T03:40:43.190Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-06-11T03:40:43.190Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-06-11T03:40:43.190Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-06-11T03:40:43.190Z Fresh dpd "latest" symlink
23722026-06-11T03:40:43.190Z -------
23732026-06-11T03:40:43.190Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23742026-06-11T03:40:43.284Ztest test::test_apis_up_to_date ... ok
23752026-06-11T03:40:43.284Z
23762026-06-11T03:40:43.284Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
23772026-06-11T03:40:43.284Z
23782026-06-11T03:40:43.340Z Running unittests src/main.rs (target/debug/deps/dpd-ecf6f058a77fc098)
23792026-06-11T03:40:43.346Z
23802026-06-11T03:40:43.346Zrunning 19 tests
23812026-06-11T03:40:43.348Ztest freemap::test_ordering ... ok
23822026-06-11T03:40:43.348Ztest config::tests::test_updates ... ok
23832026-06-11T03:40:43.348Ztest freemap::test_split ... ok
23842026-06-11T03:40:43.348Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23852026-06-11T03:40:43.348Ztest macaddrs::tests::test_mac_offset ... ok
23862026-06-11T03:40:43.352Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23872026-06-11T03:40:43.352Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23882026-06-11T03:40:43.352Ztest macaddrs::tests::test_parse_port_id ... ok
23892026-06-11T03:40:43.352Ztest nat::test_mapping ... ok
23902026-06-11T03:40:43.352Ztest port_map::tests::dump_map ... ok
23912026-06-11T03:40:43.352Ztest port_map::tests::test_backplane_group ... ok
23922026-06-11T03:40:43.352Ztest port_map::tests::test_port_map ... ok
23932026-06-11T03:40:43.352ZJun 11 03:40:41.664Jun 11 03:40:41.664 DEBGJun 11 03:40:41.664 DEBGDEBG created new freemapcreated new freemapcreated new freemap, unit, :unit :freemap_test , freemap_testunit
23942026-06-11T03:40:43.352Z
23952026-06-11T03:40:43.352Z: freemap_test
23962026-06-11T03:40:43.352ZJun 11 03:40:41.665Jun 11 03:40:41.665 DEBGDEBG Jun 11 03:40:41.665initted freemap. size: 128initted freemap. size: 128 , , unitunit:: freemap_testfreemap_test
23972026-06-11T03:40:43.352Z
23982026-06-11T03:40:43.352ZDEBG initted freemap. size: 128, unit:Jun 11 03:40:41.665 Jun 11 03:40:41.665freemap_test DEBG
23992026-06-11T03:40:43.352Z DEBGreset freemap reset freemap, , unitunit:: Jun 11 03:40:41.665freemap_test
24002026-06-11T03:40:43.352ZDEBG freemap_testreset freemap
24012026-06-11T03:40:43.352Z, unit: freemap_test
24022026-06-11T03:40:43.352ZJun 11 03:40:41.665 DEBG created new freemap, unit: freemap_test
24032026-06-11T03:40:43.352ZJun 11 03:40:41.665 DEBG initted freemap. size: 128, unit: freemap_test
24042026-06-11T03:40:43.353ZJun 11 03:40:41.665 DEBG reset freemap, unit: freemap_test
24052026-06-11T03:40:43.353Ztest freemap::test_exhaustion ... ok
24062026-06-11T03:40:43.353Ztest freemap::test_reclaim ... ok
24072026-06-11T03:40:43.353Ztest freemap::test_basic ... ok
24082026-06-11T03:40:43.353Ztest freemap::test_free ... ok
24092026-06-11T03:40:43.353ZJun 11 03:40:41.665 DEBG created new freemap, unit: freemap_test
24102026-06-11T03:40:43.353ZJun 11 03:40:41.665 DEBG initted freemap. size: 128, unit: freemap_test
24112026-06-11T03:40:43.353ZJun 11 03:40:41.665 DEBG reset freemap, unit: freemap_test
24122026-06-11T03:40:43.353Ztest freemap::test_span ... ok
24132026-06-11T03:40:43.353Ztest port_map::tests::parse_softnpu_revision ... ok
24142026-06-11T03:40:43.353Ztest api_server::tests::test_build_info ... ok
24152026-06-11T03:40:43.353Z
24162026-06-11T03:40:43.353Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24172026-06-11T03:40:43.353Z
24182026-06-11T03:40:43.356Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7e163b5a7784114b)
24192026-06-11T03:40:43.356Z
24202026-06-11T03:40:43.356Zrunning 0 tests
24212026-06-11T03:40:43.356Z
24222026-06-11T03:40:43.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24232026-06-11T03:40:43.356Z
24242026-06-11T03:40:43.361Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b84afe8178fbeedd)
24252026-06-11T03:40:43.361Z
24262026-06-11T03:40:43.361Zrunning 0 tests
24272026-06-11T03:40:43.361Z
24282026-06-11T03:40:43.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24292026-06-11T03:40:43.361Z
24302026-06-11T03:40:43.361Z Running unittests src/lib.rs (target/debug/deps/dpd_client-37b5747f03d1961c)
24312026-06-11T03:40:43.364Z
24322026-06-11T03:40:43.364Zrunning 6 tests
24332026-06-11T03:40:43.364Ztest tests::test_full_lot_id_neither_present ... ok
24342026-06-11T03:40:43.364Ztest tests::test_parse_client_port_id ... ok
24352026-06-11T03:40:43.364Ztest tests::test_full_lot_id_lotnum_only ... ok
24362026-06-11T03:40:43.364Ztest tests::test_full_lot_id_both_present ... ok
24372026-06-11T03:40:43.364Ztest tests::test_port_id_cmp ... ok
24382026-06-11T03:40:43.364Ztest tests::test_full_lot_id_lot_only ... ok
24392026-06-11T03:40:43.364Z
24402026-06-11T03:40:43.364Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24412026-06-11T03:40:43.364Z
24422026-06-11T03:40:43.364Z Running tests/test_all.rs (target/debug/deps/test_all-68994c35c57d847f)
24432026-06-11T03:40:43.364Z
24442026-06-11T03:40:43.364Zrunning 0 tests
24452026-06-11T03:40:43.365Z
24462026-06-11T03:40:43.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24472026-06-11T03:40:43.365Z
24482026-06-11T03:40:43.365Z Running unittests src/lib.rs (target/debug/deps/dpd_types-98142e7b24acbcdf)
24492026-06-11T03:40:43.369Z
24502026-06-11T03:40:43.369Zrunning 0 tests
24512026-06-11T03:40:43.369Z
24522026-06-11T03:40:43.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24532026-06-11T03:40:43.369Z
24542026-06-11T03:40:43.369Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-b6f42c9c6d5a4e69)
24552026-06-11T03:40:43.369Z
24562026-06-11T03:40:43.369Zrunning 0 tests
24572026-06-11T03:40:43.369Z
24582026-06-11T03:40:43.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24592026-06-11T03:40:43.369Z
24602026-06-11T03:40:43.369Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
24612026-06-11T03:40:43.378Z
24622026-06-11T03:40:43.378Zrunning 12 tests
24632026-06-11T03:40:43.378Ztest icmp::test_v6_checksum ... ok
24642026-06-11T03:40:43.378Ztest lldp::test_lldp_parse ... ok
24652026-06-11T03:40:43.378Ztest pbuf::test_nibble ... ok
24662026-06-11T03:40:43.378Ztest icmp::test_v4_checksum ... ok
24672026-06-11T03:40:43.378Ztest pbuf::test_byte ... ok
24682026-06-11T03:40:43.378Ztest ipv6::test_ipv6_parse ... ok
24692026-06-11T03:40:43.378Ztest pbuf::test_overflow ... ok
24702026-06-11T03:40:43.378Ztest pbuf::test_short ... ok
24712026-06-11T03:40:43.378Ztest pbuf::test_twelve ... ok
24722026-06-11T03:40:43.378Ztest pbuf::test_word ... ok
24732026-06-11T03:40:43.378Ztest tcp::test_checksum_syn_nodata ... ok
24742026-06-11T03:40:43.378Ztest tcp::test_checksum_ack_data ... ok
24752026-06-11T03:40:43.379Z
24762026-06-11T03:40:43.379Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24772026-06-11T03:40:43.379Z
24782026-06-11T03:40:43.379Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
24792026-06-11T03:40:43.379Z
24802026-06-11T03:40:43.379Zrunning 0 tests
24812026-06-11T03:40:43.379Z
24822026-06-11T03:40:43.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24832026-06-11T03:40:43.379Z
24842026-06-11T03:40:43.379Z Running unittests src/main.rs (target/debug/deps/swadm-19c87421be119fd0)
24852026-06-11T03:40:43.382Z
24862026-06-11T03:40:43.382Zrunning 5 tests
24872026-06-11T03:40:43.382Ztest switchport::test::test_compute_lanes ... ok
24882026-06-11T03:40:43.382Ztest switchport::test::port_id_ordering ... ok
24892026-06-11T03:40:43.382Z Lane 0 Lane 1 Lane 2 Lane 3
24902026-06-11T03:40:43.382Z Rx Loss-of-lock: Yes Yes Yes Yes
24912026-06-11T03:40:43.382Z Lane 0 Rx Loss-of-signal: Yes Yes Yes Lane 1Yes
24922026-06-11T03:40:43.382ZLane 2 Rx CDR Enabled: Yes Lane 3Yes
24932026-06-11T03:40:43.382ZYes Yes
24942026-06-11T03:40:43.382Z State: Activated Tx Enabled: Yes Activated YesActivated YesActivated
24952026-06-11T03:40:43.382ZYes
24962026-06-11T03:40:43.382Z Rx Output Enabled: false Tx Loss-of-lock: No false Nofalse falseNo
24972026-06-11T03:40:43.382Z No Rx Output Status: valid
24982026-06-11T03:40:43.383Z Tx Loss-of-signal: Novalid Novalid Novalid
24992026-06-11T03:40:43.383ZNo
25002026-06-11T03:40:43.383Z Rx Loss-of-lock: true Tx CDR Enabled: No trueNo trueNo true
25012026-06-11T03:40:43.383ZNo
25022026-06-11T03:40:43.383Z Rx Loss-of-signal: false Tx Adaptive EQ Fault: No false Nofalse falseNo
25032026-06-11T03:40:43.383Z Rx Auto-squelch Disable: trueNo
25042026-06-11T03:40:43.383Ztrue Tx Fault: Yestrue true
25052026-06-11T03:40:43.383ZYes Tx Output Enabled: true Yestrue Yes
25062026-06-11T03:40:43.383Ztrue true
25072026-06-11T03:40:43.383Z Tx Output Status: invalid invalid invalid invalid
25082026-06-11T03:40:43.383Z Tx Loss-of-lock: false false false false
25092026-06-11T03:40:43.383Z Tx Loss-of-signal: true true true true
25102026-06-11T03:40:43.383ZTx Auto-squelch Disable: false false false false
25112026-06-11T03:40:43.383Z Tx Adaptive EQ Fail: true true true true
25122026-06-11T03:40:43.383Z Tx Failure: false false false false
25132026-06-11T03:40:43.383Z Tx Force Squelch: true true true true
25142026-06-11T03:40:43.383Z Tx Input Polarity: normal normal normal normal
25152026-06-11T03:40:43.384Ztest switchport::test::test_print_sff_datapath ... ok
25162026-06-11T03:40:43.384Ztest switchport::test::test_print_cmis_datapath ... ok
25172026-06-11T03:40:43.384Ztest link::test_filter ... ok
25182026-06-11T03:40:43.384Z
25192026-06-11T03:40:43.384Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25202026-06-11T03:40:43.384Z
25212026-06-11T03:40:43.384Z Running tests/counters.rs (target/debug/deps/counters-9cc6e45c13ce3306)
25222026-06-11T03:40:43.384Z
25232026-06-11T03:40:43.384Zrunning 1 test
25242026-06-11T03:40:43.384Ztest test_p4_counter_list ... ignored
25252026-06-11T03:40:43.384Z
25262026-06-11T03:40:43.384Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25272026-06-11T03:40:43.384Z
25282026-06-11T03:40:43.384Z Running tests/port-link.rs (target/debug/deps/port_link-01110bac5e3ae919)
25292026-06-11T03:40:43.384Z
25302026-06-11T03:40:43.384Zrunning 5 tests
25312026-06-11T03:40:43.384Ztest test_an ... ignored
25322026-06-11T03:40:43.384Ztest test_enable ... ignored
25332026-06-11T03:40:43.384Ztest test_ip_addresses ... ignored
25342026-06-11T03:40:43.384Ztest test_kr ... ignored
25352026-06-11T03:40:43.384Ztest test_mac ... ignored
25362026-06-11T03:40:43.384Z
25372026-06-11T03:40:43.384Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25382026-06-11T03:40:43.384Z
25392026-06-11T03:40:43.384Z Running unittests src/main.rs (target/debug/deps/tfportd-a5b565bf13d71585)
25402026-06-11T03:40:43.384Z
25412026-06-11T03:40:43.384Zrunning 3 tests
25422026-06-11T03:40:43.389Ztest linklocal::test_parse_ipadm ... ok
25432026-06-11T03:40:43.389Ztest tfport::test_parse_tfport ... ok
25442026-06-11T03:40:43.389Ztest config::tests::test_updates ... ok
25452026-06-11T03:40:43.389Z
25462026-06-11T03:40:43.389Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-06-11T03:40:43.389Z
25482026-06-11T03:40:43.389Z Running unittests src/main.rs (target/debug/deps/uplinkd-cbbb7f3c2b03dac7)
25492026-06-11T03:40:43.389Z
25502026-06-11T03:40:43.389Zrunning 0 tests
25512026-06-11T03:40:43.389Z
25522026-06-11T03:40:43.389Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25532026-06-11T03:40:43.389Z
25542026-06-11T03:40:43.389Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
25552026-06-11T03:40:43.389Z
25562026-06-11T03:40:43.389Zrunning 0 tests
25572026-06-11T03:40:43.389Z
25582026-06-11T03:40:43.389Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25592026-06-11T03:40:43.390Z
25602026-06-11T03:40:43.390Z Doc-tests aal
25612026-06-11T03:40:43.517Z
25622026-06-11T03:40:43.517Zrunning 0 tests
25632026-06-11T03:40:43.517Z
25642026-06-11T03:40:43.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-06-11T03:40:43.517Z
25662026-06-11T03:40:43.534Z Doc-tests aal_macros
25672026-06-11T03:40:43.605Z
25682026-06-11T03:40:43.605Zrunning 0 tests
25692026-06-11T03:40:43.605Z
25702026-06-11T03:40:43.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-06-11T03:40:43.605Z
25722026-06-11T03:40:43.618Z Doc-tests common
25732026-06-11T03:40:43.852Z
25742026-06-11T03:40:43.852Zrunning 0 tests
25752026-06-11T03:40:43.852Z
25762026-06-11T03:40:43.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25772026-06-11T03:40:43.852Z
25782026-06-11T03:40:43.871Z Doc-tests dpd_api
25792026-06-11T03:40:44.621Z
25802026-06-11T03:40:44.621Zrunning 2 tests
25812026-06-11T03:40:44.621Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25822026-06-11T03:40:44.621Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25832026-06-11T03:40:44.621Z
25842026-06-11T03:40:44.621Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25852026-06-11T03:40:44.621Z
25862026-06-11T03:40:44.652Z Doc-tests dpd_client
25872026-06-11T03:40:45.965Z
25882026-06-11T03:40:45.965Zrunning 0 tests
25892026-06-11T03:40:45.965Z
25902026-06-11T03:40:45.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-06-11T03:40:45.965Z
25922026-06-11T03:40:46.006Z Doc-tests dpd_types
25932026-06-11T03:40:46.217Z
25942026-06-11T03:40:46.217Zrunning 0 tests
25952026-06-11T03:40:46.217Z
25962026-06-11T03:40:46.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25972026-06-11T03:40:46.217Z
25982026-06-11T03:40:46.242Z Doc-tests dpd_types_versions
25992026-06-11T03:40:47.454Z
26002026-06-11T03:40:47.454Zrunning 1 test
26012026-06-11T03:40:47.454Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
26022026-06-11T03:40:47.454Z
26032026-06-11T03:40:47.454Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26042026-06-11T03:40:47.454Z
26052026-06-11T03:40:47.496Z Doc-tests packet
26062026-06-11T03:40:47.608Z
26072026-06-11T03:40:47.608Zrunning 0 tests
26082026-06-11T03:40:47.608Z
26092026-06-11T03:40:47.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26102026-06-11T03:40:47.608Z
26112026-06-11T03:40:47.623Z Doc-tests pcap
26122026-06-11T03:40:47.677Z
26132026-06-11T03:40:47.677Zrunning 0 tests
26142026-06-11T03:40:47.677Z
26152026-06-11T03:40:47.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26162026-06-11T03:40:47.677Z
26172026-06-11T03:40:47.746Z+ for feat in tofino_stub tofino_asic softnpu chaos
26182026-06-11T03:40:47.746Z+ RUST_BACKTRACE=full
26192026-06-11T03:40:47.746Z+ cargo test --features tofino_asic --no-fail-fast
26202026-06-11T03:40:48.353Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26212026-06-11T03:40:48.438Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26222026-06-11T03:40:48.444Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26232026-06-11T03:40:48.449Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26242026-06-11T03:40:57.156Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26252026-06-11T03:40:57.254Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26262026-06-11T03:41:38.781Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.02s
26272026-06-11T03:41:38.895Z Running unittests src/lib.rs (target/debug/deps/aal-00fa3c3b36f278b3)
26282026-06-11T03:41:38.898Z
26292026-06-11T03:41:38.898Zrunning 5 tests
26302026-06-11T03:41:38.899Ztest fuse::tests::chip_revision_a0 ... ok
26312026-06-11T03:41:38.899Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26322026-06-11T03:41:38.899Ztest fuse::tests::chip_revision_b0 ... ok
26332026-06-11T03:41:38.899Ztest fuse::tests::chip_revision_b1 ... ok
26342026-06-11T03:41:38.899Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26352026-06-11T03:41:38.899Z
26362026-06-11T03:41:38.899Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26372026-06-11T03:41:38.899Z
26382026-06-11T03:41:38.899Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26392026-06-11T03:41:38.903Z
26402026-06-11T03:41:38.903Zrunning 0 tests
26412026-06-11T03:41:38.903Z
26422026-06-11T03:41:38.903Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26432026-06-11T03:41:38.903Z
26442026-06-11T03:41:38.903Z Running unittests src/lib.rs (target/debug/deps/asic-0f940756036a6dac)
26452026-06-11T03:41:39.015Z
26462026-06-11T03:41:39.015Zrunning 8 tests
26472026-06-11T03:41:39.018Ztest tofino_asic::qsfp::tests::fix_link ... ok
26482026-06-11T03:41:39.019Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26492026-06-11T03:41:39.019Ztest tofino_asic::stats::constants_sanity_check ... ok
26502026-06-11T03:41:39.019Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26512026-06-11T03:41:39.019Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26522026-06-11T03:41:39.019Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26532026-06-11T03:41:39.019Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26542026-06-11T03:41:39.500Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26552026-06-11T03:41:39.500Z
26562026-06-11T03:41:39.500Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26572026-06-11T03:41:39.500Z
26582026-06-11T03:41:39.510Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
26592026-06-11T03:41:39.514Z
26602026-06-11T03:41:39.514Zrunning 10 tests
26612026-06-11T03:41:39.514Ztest nat::tests::test_vni ... ok
26622026-06-11T03:41:39.514Ztest network::tests::test_eui64 ... ok
26632026-06-11T03:41:39.514Ztest network::tests::test_equal ... ok
26642026-06-11T03:41:39.514Ztest network::tests::test_generate_ipv6_link_local ... ok
26652026-06-11T03:41:39.514Ztest network::tests::test_into ... ok
26662026-06-11T03:41:39.514Ztest network::tests::test_not_equal ... ok
26672026-06-11T03:41:39.514Ztest network::tests::test_to_string ... ok
26682026-06-11T03:41:39.514Ztest network::tests::test_parse ... ok
26692026-06-11T03:41:39.514Ztest test_purge ... ok
26702026-06-11T03:41:39.518Ztest illumos::test::address_exists_handles_missing_object ... ok
26712026-06-11T03:41:39.518Z
26722026-06-11T03:41:39.518Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26732026-06-11T03:41:39.518Z
26742026-06-11T03:41:39.518Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-e30bfdb445c4e487)
26752026-06-11T03:41:39.521Z
26762026-06-11T03:41:39.521Zrunning 1 test
26772026-06-11T03:41:39.523Z -------
26782026-06-11T03:41:39.523Z Generating OpenAPI documents from API definitions ...
26792026-06-11T03:41:39.663Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26802026-06-11T03:41:39.734Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26812026-06-11T03:41:40.748Z -------
26822026-06-11T03:41:40.748Z Checking 12 OpenAPI documents...
26832026-06-11T03:41:40.749Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26842026-06-11T03:41:40.749Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26852026-06-11T03:41:40.749Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26862026-06-11T03:41:40.753Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-11T03:41:40.753Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-11T03:41:40.753Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-11T03:41:40.753Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-06-11T03:41:40.753Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-06-11T03:41:40.753Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-06-11T03:41:40.753Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26932026-06-11T03:41:40.753Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26942026-06-11T03:41:40.753Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26952026-06-11T03:41:40.753Z Fresh dpd "latest" symlink
26962026-06-11T03:41:40.753Z -------
26972026-06-11T03:41:40.753Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26982026-06-11T03:41:40.820Ztest test::test_apis_up_to_date ... ok
26992026-06-11T03:41:40.820Z
27002026-06-11T03:41:40.820Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
27012026-06-11T03:41:40.820Z
27022026-06-11T03:41:40.876Z Running unittests src/main.rs (target/debug/deps/dpd-cbeca6e55287cb00)
27032026-06-11T03:41:40.935Z
27042026-06-11T03:41:40.935Zrunning 51 tests
27052026-06-11T03:41:40.941Ztest freemap::test_ordering ... ok
27062026-06-11T03:41:40.941Ztest config::tests::test_updates ... ok
27072026-06-11T03:41:40.941Ztest freemap::test_split ... ok
27082026-06-11T03:41:40.941Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27092026-06-11T03:41:40.941Ztest macaddrs::tests::test_mac_offset ... ok
27102026-06-11T03:41:40.941Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27112026-06-11T03:41:40.941Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27122026-06-11T03:41:40.941Ztest macaddrs::tests::test_parse_port_id ... ok
27132026-06-11T03:41:40.941Ztest nat::test_mapping ... ok
27142026-06-11T03:41:40.941Ztest port_map::tests::dump_map ... ok
27152026-06-11T03:41:40.941Ztest port_map::tests::test_backplane_group ... ok
27162026-06-11T03:41:40.941Ztest port_map::tests::test_port_map ... ok
27172026-06-11T03:41:40.941Ztest transceivers::mpn_test::test_mpn_missing ... ok
27182026-06-11T03:41:40.942Ztest transceivers::mpn_test::test_mpn_present ... ok
27192026-06-11T03:41:40.942Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27202026-06-11T03:41:40.942Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27212026-06-11T03:41:40.942ZJun 11 03:41:39.251Jun 11 03:41:39.251 DEBGDEBG created new freemapcreated new freemapJun 11 03:41:39.251 DEBG created new freemap, , , unitunit:unit:: freemap_testfreemap_testfreemap_test
27222026-06-11T03:41:40.942Z
27232026-06-11T03:41:40.942Z
27242026-06-11T03:41:40.942ZJun 11 03:41:39.251Jun 11 03:41:39.251 Jun 11 03:41:39.251DEBG DEBGinitted freemap. size: 128 , unitinitted freemap. size: 128:, unitDEBG:freemap_test
27252026-06-11T03:41:40.942Z freemap_testinitted freemap. size: 128
27262026-06-11T03:41:40.942Z, unitJun 11 03:41:39.251: Jun 11 03:41:39.251DEBGfreemap_test DEBGreset freemap
27272026-06-11T03:41:40.942Z , unitreset freemap:, unitJun 11 03:41:39.251: freemap_testfreemap_testDEBG
27282026-06-11T03:41:40.942Z
27292026-06-11T03:41:40.942Zreset freemap, unit: freemap_test
27302026-06-11T03:41:40.942Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27312026-06-11T03:41:40.942Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27322026-06-11T03:41:40.942Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27332026-06-11T03:41:40.942ZJun 11 03:41:39.251 DEBG created new freemap, unit: freemap_test
27342026-06-11T03:41:40.942ZJun 11 03:41:39.251 DEBG initted freemap. size: 128, unit: freemap_test
27352026-06-11T03:41:40.942ZJun 11 03:41:39.251 DEBG reset freemap, unit: freemap_test
27362026-06-11T03:41:40.942ZJun 11 03:41:39.251 DEBG created new freemap, unit: freemap_test
27372026-06-11T03:41:40.942Ztest freemap::test_basic ... ok
27382026-06-11T03:41:40.942ZJun 11 03:41:39.251 DEBG initted freemap. size: 128, unit: freemap_test
27392026-06-11T03:41:40.942Ztest freemap::test_free ... ok
27402026-06-11T03:41:40.942ZJun 11 03:41:39.251 DEBG reset freemap, unit: freemap_test
27412026-06-11T03:41:40.942Ztest freemap::test_exhaustion ... ok
27422026-06-11T03:41:40.942Ztest freemap::test_reclaim ... ok
27432026-06-11T03:41:40.942Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27442026-06-11T03:41:40.943Ztest freemap::test_span ... ok
27452026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27462026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27472026-06-11T03:41:40.943Ztest port_map::tests::parse_softnpu_revision ... ok
27482026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27492026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27502026-06-11T03:41:40.943Ztest api_server::tests::test_build_info ... ok
27512026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27522026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27532026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27542026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27552026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27562026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27572026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27582026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27592026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27602026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27612026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27622026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27632026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27642026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27652026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27662026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27672026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27682026-06-11T03:41:40.943Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27692026-06-11T03:41:40.944Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27702026-06-11T03:41:40.944Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27712026-06-11T03:41:40.944Z
27722026-06-11T03:41:40.944Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27732026-06-11T03:41:40.944Z
27742026-06-11T03:41:41.059Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8460d9f41b777409)
27752026-06-11T03:41:41.059Z
27762026-06-11T03:41:41.059Zrunning 0 tests
27772026-06-11T03:41:41.059Z
27782026-06-11T03:41:41.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27792026-06-11T03:41:41.059Z
27802026-06-11T03:41:41.059Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b84afe8178fbeedd)
27812026-06-11T03:41:41.059Z
27822026-06-11T03:41:41.059Zrunning 0 tests
27832026-06-11T03:41:41.059Z
27842026-06-11T03:41:41.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27852026-06-11T03:41:41.059Z
27862026-06-11T03:41:41.060Z Running unittests src/lib.rs (target/debug/deps/dpd_client-f76c2bd0984a92ce)
27872026-06-11T03:41:41.060Z
27882026-06-11T03:41:41.060Zrunning 6 tests
27892026-06-11T03:41:41.060Ztest tests::test_port_id_cmp ... ok
27902026-06-11T03:41:41.060Ztest tests::test_parse_client_port_id ... ok
27912026-06-11T03:41:41.060Ztest tests::test_full_lot_id_neither_present ... ok
27922026-06-11T03:41:41.060Ztest tests::test_full_lot_id_lot_only ... ok
27932026-06-11T03:41:41.060Ztest tests::test_full_lot_id_lotnum_only ... ok
27942026-06-11T03:41:41.060Ztest tests::test_full_lot_id_both_present ... ok
27952026-06-11T03:41:41.060Z
27962026-06-11T03:41:41.060Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27972026-06-11T03:41:41.060Z
27982026-06-11T03:41:41.060Z Running tests/test_all.rs (target/debug/deps/test_all-d0c5de34602f6d1f)
27992026-06-11T03:41:41.060Z
28002026-06-11T03:41:41.060Zrunning 0 tests
28012026-06-11T03:41:41.060Z
28022026-06-11T03:41:41.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28032026-06-11T03:41:41.060Z
28042026-06-11T03:41:41.061Z Running unittests src/lib.rs (target/debug/deps/dpd_types-98142e7b24acbcdf)
28052026-06-11T03:41:41.061Z
28062026-06-11T03:41:41.061Zrunning 0 tests
28072026-06-11T03:41:41.061Z
28082026-06-11T03:41:41.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28092026-06-11T03:41:41.061Z
28102026-06-11T03:41:41.061Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-b6f42c9c6d5a4e69)
28112026-06-11T03:41:41.061Z
28122026-06-11T03:41:41.061Zrunning 0 tests
28132026-06-11T03:41:41.061Z
28142026-06-11T03:41:41.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28152026-06-11T03:41:41.061Z
28162026-06-11T03:41:41.061Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
28172026-06-11T03:41:41.061Z
28182026-06-11T03:41:41.061Zrunning 12 tests
28192026-06-11T03:41:41.061Ztest icmp::test_v6_checksum ... ok
28202026-06-11T03:41:41.061Ztest lldp::test_lldp_parse ... ok
28212026-06-11T03:41:41.061Ztest icmp::test_v4_checksum ... ok
28222026-06-11T03:41:41.061Ztest pbuf::test_byte ... ok
28232026-06-11T03:41:41.061Ztest ipv6::test_ipv6_parse ... ok
28242026-06-11T03:41:41.061Ztest pbuf::test_nibble ... ok
28252026-06-11T03:41:41.062Ztest pbuf::test_overflow ... ok
28262026-06-11T03:41:41.062Ztest pbuf::test_short ... ok
28272026-06-11T03:41:41.062Ztest pbuf::test_twelve ... ok
28282026-06-11T03:41:41.062Ztest pbuf::test_word ... ok
28292026-06-11T03:41:41.062Ztest tcp::test_checksum_syn_nodata ... ok
28302026-06-11T03:41:41.062Ztest tcp::test_checksum_ack_data ... ok
28312026-06-11T03:41:41.062Z
28322026-06-11T03:41:41.062Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-06-11T03:41:41.062Z
28342026-06-11T03:41:41.062Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
28352026-06-11T03:41:41.062Z
28362026-06-11T03:41:41.062Zrunning 0 tests
28372026-06-11T03:41:41.062Z
28382026-06-11T03:41:41.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28392026-06-11T03:41:41.062Z
28402026-06-11T03:41:41.062Z Running unittests src/main.rs (target/debug/deps/swadm-386f852f0aa6997c)
28412026-06-11T03:41:41.062Z
28422026-06-11T03:41:41.062Zrunning 5 tests
28432026-06-11T03:41:41.062Ztest switchport::test::test_compute_lanes ... ok
28442026-06-11T03:41:41.062Ztest switchport::test::port_id_ordering ... ok
28452026-06-11T03:41:41.062Z Lane 0 Lane 1 Lane 2 Lane 3
28462026-06-11T03:41:41.063Z State: Activated Activated Activated Lane 0Activated
28472026-06-11T03:41:41.063Z Rx Output Enabled: false falseLane 1 falseLane 2 false
28482026-06-11T03:41:41.063ZLane 3 Rx Output Status: valid
28492026-06-11T03:41:41.063Z valid Rx Loss-of-lock: Yes validYes valid
28502026-06-11T03:41:41.063ZYes Yes Rx Loss-of-lock: true
28512026-06-11T03:41:41.063Ztrue Rx Loss-of-signal: Yes true Yestrue
28522026-06-11T03:41:41.063ZYes Rx Loss-of-signal: false Yes
28532026-06-11T03:41:41.063Zfalse Rx CDR Enabled: Yes false Yesfalse
28542026-06-11T03:41:41.063Z Rx Auto-squelch Disable: true Yes trueYes
28552026-06-11T03:41:41.063Ztrue Tx Enabled: Yestrue
28562026-06-11T03:41:41.063ZYes Tx Output Enabled: trueYes Yes
28572026-06-11T03:41:41.063Ztrue Tx Loss-of-lock: Notrue Notrue
28582026-06-11T03:41:41.063ZNo Tx Output Status: invalid No
28592026-06-11T03:41:41.063Zinvalid Tx Loss-of-signal: Noinvalid invalid
28602026-06-11T03:41:41.063ZNo Tx Loss-of-lock: falseNo Nofalse
28612026-06-11T03:41:41.063Z Tx CDR Enabled: No false Nofalse
28622026-06-11T03:41:41.063ZNo Tx Loss-of-signal: trueNo
28632026-06-11T03:41:41.063Ztrue Tx Adaptive EQ Fault: No true No true
28642026-06-11T03:41:41.063ZNo NoTx Auto-squelch Disable: false
28652026-06-11T03:41:41.063Z false Tx Fault: Yesfalse false
28662026-06-11T03:41:41.063ZYes Tx Adaptive EQ Fail: true trueYes Yes
28672026-06-11T03:41:41.064Ztrue true
28682026-06-11T03:41:41.064Z Tx Failure: false false false false
28692026-06-11T03:41:41.064Z Tx Force Squelch: true true true true
28702026-06-11T03:41:41.064Z Tx Input Polarity: normal normal normal normal
28712026-06-11T03:41:41.064Ztest switchport::test::test_print_sff_datapath ... ok
28722026-06-11T03:41:41.064Ztest switchport::test::test_print_cmis_datapath ... ok
28732026-06-11T03:41:41.064Ztest link::test_filter ... ok
28742026-06-11T03:41:41.071Z
28752026-06-11T03:41:41.071Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28762026-06-11T03:41:41.071Z
28772026-06-11T03:41:41.071Z Running tests/counters.rs (target/debug/deps/counters-94018361e7ce54b4)
28782026-06-11T03:41:41.071Z
28792026-06-11T03:41:41.071Zrunning 1 test
28802026-06-11T03:41:41.071Ztest test_p4_counter_list ... ignored
28812026-06-11T03:41:41.071Z
28822026-06-11T03:41:41.071Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28832026-06-11T03:41:41.071Z
28842026-06-11T03:41:41.071Z Running tests/port-link.rs (target/debug/deps/port_link-9d9dff9a0b9e9bbe)
28852026-06-11T03:41:41.071Z
28862026-06-11T03:41:41.071Zrunning 5 tests
28872026-06-11T03:41:41.071Ztest test_an ... ignored
28882026-06-11T03:41:41.071Ztest test_enable ... ignored
28892026-06-11T03:41:41.072Ztest test_ip_addresses ... ignored
28902026-06-11T03:41:41.072Ztest test_kr ... ignored
28912026-06-11T03:41:41.072Ztest test_mac ... ignored
28922026-06-11T03:41:41.072Z
28932026-06-11T03:41:41.072Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28942026-06-11T03:41:41.072Z
28952026-06-11T03:41:41.072Z Running unittests src/main.rs (target/debug/deps/tfportd-4658a43869bc5d84)
28962026-06-11T03:41:41.072Z
28972026-06-11T03:41:41.072Zrunning 3 tests
28982026-06-11T03:41:41.072Ztest linklocal::test_parse_ipadm ... ok
28992026-06-11T03:41:41.072Ztest tfport::test_parse_tfport ... ok
29002026-06-11T03:41:41.072Ztest config::tests::test_updates ... ok
29012026-06-11T03:41:41.072Z
29022026-06-11T03:41:41.072Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29032026-06-11T03:41:41.072Z
29042026-06-11T03:41:41.072Z Running unittests src/main.rs (target/debug/deps/uplinkd-cbbb7f3c2b03dac7)
29052026-06-11T03:41:41.072Z
29062026-06-11T03:41:41.072Zrunning 0 tests
29072026-06-11T03:41:41.072Z
29082026-06-11T03:41:41.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29092026-06-11T03:41:41.073Z
29102026-06-11T03:41:41.073Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
29112026-06-11T03:41:41.073Z
29122026-06-11T03:41:41.073Zrunning 0 tests
29132026-06-11T03:41:41.073Z
29142026-06-11T03:41:41.073Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29152026-06-11T03:41:41.073Z
29162026-06-11T03:41:41.073Z Doc-tests aal
29172026-06-11T03:41:41.112Z
29182026-06-11T03:41:41.112Zrunning 0 tests
29192026-06-11T03:41:41.112Z
29202026-06-11T03:41:41.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29212026-06-11T03:41:41.115Z
29222026-06-11T03:41:41.123Z Doc-tests aal_macros
29232026-06-11T03:41:41.189Z
29242026-06-11T03:41:41.189Zrunning 0 tests
29252026-06-11T03:41:41.189Z
29262026-06-11T03:41:41.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29272026-06-11T03:41:41.189Z
29282026-06-11T03:41:41.198Z Doc-tests common
29292026-06-11T03:41:42.399Z
29302026-06-11T03:41:42.400Zrunning 0 tests
29312026-06-11T03:41:42.400Z
29322026-06-11T03:41:42.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29332026-06-11T03:41:42.400Z
29342026-06-11T03:41:42.528Z Doc-tests dpd_api
29352026-06-11T03:41:42.528Z
29362026-06-11T03:41:42.528Zrunning 2 tests
29372026-06-11T03:41:42.528Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29382026-06-11T03:41:42.528Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29392026-06-11T03:41:42.528Z
29402026-06-11T03:41:42.528Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29412026-06-11T03:41:42.528Z
29422026-06-11T03:41:42.528Z Doc-tests dpd_client
29432026-06-11T03:41:43.536Z
29442026-06-11T03:41:43.536Zrunning 0 tests
29452026-06-11T03:41:43.536Z
29462026-06-11T03:41:43.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-06-11T03:41:43.536Z
29482026-06-11T03:41:43.582Z Doc-tests dpd_types
29492026-06-11T03:41:43.799Z
29502026-06-11T03:41:43.799Zrunning 0 tests
29512026-06-11T03:41:43.799Z
29522026-06-11T03:41:43.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29532026-06-11T03:41:43.799Z
29542026-06-11T03:41:43.824Z Doc-tests dpd_types_versions
29552026-06-11T03:41:45.036Z
29562026-06-11T03:41:45.036Zrunning 1 test
29572026-06-11T03:41:45.036Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29582026-06-11T03:41:45.036Z
29592026-06-11T03:41:45.036Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29602026-06-11T03:41:45.036Z
29612026-06-11T03:41:45.081Z Doc-tests packet
29622026-06-11T03:41:45.195Z
29632026-06-11T03:41:45.195Zrunning 0 tests
29642026-06-11T03:41:45.195Z
29652026-06-11T03:41:45.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29662026-06-11T03:41:45.195Z
29672026-06-11T03:41:45.211Z Doc-tests pcap
29682026-06-11T03:41:45.260Z
29692026-06-11T03:41:45.260Zrunning 0 tests
29702026-06-11T03:41:45.260Z
29712026-06-11T03:41:45.260Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29722026-06-11T03:41:45.260Z
29732026-06-11T03:41:45.309Z+ for feat in tofino_stub tofino_asic softnpu chaos
29742026-06-11T03:41:45.309Z+ RUST_BACKTRACE=full
29752026-06-11T03:41:45.309Z+ cargo test --features softnpu --no-fail-fast
29762026-06-11T03:41:45.959Z Compiling num-integer v0.1.46
29772026-06-11T03:41:46.044Z Compiling num-complex v0.4.6
29782026-06-11T03:41:46.089Z Compiling bitstruct_derive v0.1.0
29792026-06-11T03:41:46.092Z Compiling tap v1.0.1
29802026-06-11T03:41:46.221Z Compiling wyz v0.5.1
29812026-06-11T03:41:46.338Z Compiling num-rational v0.4.2
29822026-06-11T03:41:46.377Z Compiling num-iter v0.1.45
29832026-06-11T03:41:46.391Z Compiling num-bigint v0.4.6
29842026-06-11T03:41:46.498Z Compiling radium v0.7.0
29852026-06-11T03:41:46.505Z Compiling funty v2.0.0
29862026-06-11T03:41:46.538Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29872026-06-11T03:41:46.580Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29882026-06-11T03:41:46.705Z Compiling num v0.4.3
29892026-06-11T03:41:46.787Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29902026-06-11T03:41:46.799Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-11T03:41:46.808Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29922026-06-11T03:41:46.858Z Compiling bitvec v1.0.1
29932026-06-11T03:41:46.930Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-06-11T03:41:47.085Z Compiling typeid v1.0.3
29952026-06-11T03:41:47.116Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29962026-06-11T03:41:47.207Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29972026-06-11T03:41:47.217Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29982026-06-11T03:41:47.240Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29992026-06-11T03:41:47.557Z Compiling ascii v1.1.0
30002026-06-11T03:41:47.983Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30012026-06-11T03:41:48.032Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30022026-06-11T03:41:48.138Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30032026-06-11T03:41:48.164Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30042026-06-11T03:41:48.330Z Compiling erased-serde v0.4.8
30052026-06-11T03:41:48.409Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30062026-06-11T03:41:48.520Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30072026-06-11T03:41:48.546Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30082026-06-11T03:41:48.831Z Compiling bitstruct v0.1.1
30092026-06-11T03:41:48.939Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30102026-06-11T03:41:49.204Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30112026-06-11T03:41:49.227Z Compiling serde_arrays v0.1.0
30122026-06-11T03:41:49.227Z Compiling libloading v0.7.4
30132026-06-11T03:41:49.376Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30142026-06-11T03:41:49.667Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30152026-06-11T03:41:50.064Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30162026-06-11T03:41:50.270Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30172026-06-11T03:41:51.409Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30182026-06-11T03:41:52.202Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30192026-06-11T03:41:58.259Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30202026-06-11T03:41:58.471Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30212026-06-11T03:41:58.539Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30222026-06-11T03:41:58.602Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30232026-06-11T03:41:58.676Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30242026-06-11T03:41:59.143Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30252026-06-11T03:42:00.674Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30262026-06-11T03:42:01.188Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30272026-06-11T03:42:04.195Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30282026-06-11T03:42:04.364Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30292026-06-11T03:42:05.762Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30302026-06-11T03:42:08.091Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30312026-06-11T03:42:09.051Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30322026-06-11T03:42:09.325Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30332026-06-11T03:42:16.419Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30342026-06-11T03:42:18.409Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30352026-06-11T03:42:22.075Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30362026-06-11T03:43:03.706Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
30372026-06-11T03:43:03.829Z Running unittests src/lib.rs (target/debug/deps/aal-06ba9268f08f2027)
30382026-06-11T03:43:03.833Z
30392026-06-11T03:43:03.833Zrunning 5 tests
30402026-06-11T03:43:03.833Ztest fuse::tests::chip_revision_a0 ... ok
30412026-06-11T03:43:03.833Ztest fuse::tests::chip_revision_b1 ... ok
30422026-06-11T03:43:03.833Ztest fuse::tests::chip_revision_b0 ... ok
30432026-06-11T03:43:03.833Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30442026-06-11T03:43:03.833Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30452026-06-11T03:43:03.833Z
30462026-06-11T03:43:03.833Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30472026-06-11T03:43:03.833Z
30482026-06-11T03:43:03.852Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30492026-06-11T03:43:03.860Z
30502026-06-11T03:43:03.860Zrunning 0 tests
30512026-06-11T03:43:03.860Z
30522026-06-11T03:43:03.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30532026-06-11T03:43:03.860Z
30542026-06-11T03:43:03.860Z Running unittests src/lib.rs (target/debug/deps/asic-ead0fd8bb4438566)
30552026-06-11T03:43:03.860Z
30562026-06-11T03:43:03.860Zrunning 0 tests
30572026-06-11T03:43:03.860Z
30582026-06-11T03:43:03.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30592026-06-11T03:43:03.860Z
30602026-06-11T03:43:03.860Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
30612026-06-11T03:43:03.860Z
30622026-06-11T03:43:03.860Zrunning 10 tests
30632026-06-11T03:43:03.860Ztest nat::tests::test_vni ... ok
30642026-06-11T03:43:03.861Ztest network::tests::test_equal ... ok
30652026-06-11T03:43:03.861Ztest network::tests::test_eui64 ... ok
30662026-06-11T03:43:03.861Ztest network::tests::test_not_equal ... ok
30672026-06-11T03:43:03.861Ztest network::tests::test_into ... ok
30682026-06-11T03:43:03.861Ztest network::tests::test_generate_ipv6_link_local ... ok
30692026-06-11T03:43:03.861Ztest network::tests::test_to_string ... ok
30702026-06-11T03:43:03.861Ztest network::tests::test_parse ... ok
30712026-06-11T03:43:03.861Ztest test_purge ... ok
30722026-06-11T03:43:03.861Ztest illumos::test::address_exists_handles_missing_object ... ok
30732026-06-11T03:43:03.861Z
30742026-06-11T03:43:03.861Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30752026-06-11T03:43:03.861Z
30762026-06-11T03:43:03.864Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7024cb554960fb22)
30772026-06-11T03:43:03.864Z
30782026-06-11T03:43:03.864Zrunning 1 test
30792026-06-11T03:43:03.865Z -------
30802026-06-11T03:43:03.865Z Generating OpenAPI documents from API definitions ...
30812026-06-11T03:43:04.008Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30822026-06-11T03:43:04.077Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30832026-06-11T03:43:05.099Z -------
30842026-06-11T03:43:05.099Z Checking 12 OpenAPI documents...
30852026-06-11T03:43:05.099Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30862026-06-11T03:43:05.099Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30872026-06-11T03:43:05.099Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30882026-06-11T03:43:05.100Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-11T03:43:05.100Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-11T03:43:05.100Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-11T03:43:05.100Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-06-11T03:43:05.100Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-06-11T03:43:05.104Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-06-11T03:43:05.104Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30952026-06-11T03:43:05.104Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30962026-06-11T03:43:05.104Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30972026-06-11T03:43:05.104Z Fresh dpd "latest" symlink
30982026-06-11T03:43:05.104Z -------
30992026-06-11T03:43:05.104Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
31002026-06-11T03:43:05.162Ztest test::test_apis_up_to_date ... ok
31012026-06-11T03:43:05.162Z
31022026-06-11T03:43:05.162Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
31032026-06-11T03:43:05.162Z
31042026-06-11T03:43:05.219Z Running unittests src/main.rs (target/debug/deps/dpd-ecbc30448a591f56)
31052026-06-11T03:43:05.225Z
31062026-06-11T03:43:05.226Zrunning 19 tests
31072026-06-11T03:43:05.230Ztest freemap::test_ordering ... ok
31082026-06-11T03:43:05.231Ztest config::tests::test_updates ... ok
31092026-06-11T03:43:05.231Ztest freemap::test_split ... ok
31102026-06-11T03:43:05.231Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31112026-06-11T03:43:05.231Ztest macaddrs::tests::test_mac_offset ... ok
31122026-06-11T03:43:05.231Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31132026-06-11T03:43:05.231Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31142026-06-11T03:43:05.234Ztest macaddrs::tests::test_parse_port_id ... ok
31152026-06-11T03:43:05.234Ztest nat::test_mapping ... ok
31162026-06-11T03:43:05.234Ztest port_map::tests::dump_map ... ok
31172026-06-11T03:43:05.234Ztest port_map::tests::test_backplane_group ... ok
31182026-06-11T03:43:05.234Ztest port_map::tests::test_port_map ... ok
31192026-06-11T03:43:05.235ZJun 11 03:43:03.543 DEBG created new freemapJun 11 03:43:03.543 DEBG created new freemap, , unitunit::Jun 11 03:43:03.543 freemap_testJun 11 03:43:03.543
31202026-06-11T03:43:05.235Z DEBGfreemap_testDEBG created new freemap
31212026-06-11T03:43:05.235ZJun 11 03:43:03.543created new freemap , , DEBGunitunit: :initted freemap. size: 128freemap_test,
31222026-06-11T03:43:05.235Zunit: freemap_testfreemap_test
31232026-06-11T03:43:05.235Z
31242026-06-11T03:43:05.235ZJun 11 03:43:03.543 Jun 11 03:43:03.543DEBGJun 11 03:43:03.543 initted freemap. size: 128DEBGDEBG Jun 11 03:43:03.543initted freemap. size: 128 , reset freemap, , unitDEBG:unit :freemap_test
31252026-06-11T03:43:05.235Zfreemap_testunit
31262026-06-11T03:43:05.235Z:initted freemap. size: 128Jun 11 03:43:03.543 , unitDEBG : freemap_testreset freemap
31272026-06-11T03:43:05.235Z, unitfreemap_test:
31282026-06-11T03:43:05.235Z freemap_testJun 11 03:43:03.543
31292026-06-11T03:43:05.235Z DEBG reset freemapJun 11 03:43:03.543, unitDEBG: reset freemapfreemap_test,
31302026-06-11T03:43:05.235Zunit: freemap_test
31312026-06-11T03:43:05.235Ztest freemap::test_exhaustion ... ok
31322026-06-11T03:43:05.235Ztest freemap::test_free ... ok
31332026-06-11T03:43:05.235Ztest freemap::test_basic ... ok
31342026-06-11T03:43:05.235Ztest freemap::test_reclaim ... ok
31352026-06-11T03:43:05.236ZJun 11 03:43:03.544 DEBG created new freemap, unit: freemap_test
31362026-06-11T03:43:05.236ZJun 11 03:43:03.544 DEBG initted freemap. size: 128, unit: freemap_test
31372026-06-11T03:43:05.236ZJun 11 03:43:03.544 DEBG reset freemap, unit: freemap_test
31382026-06-11T03:43:05.236Ztest freemap::test_span ... ok
31392026-06-11T03:43:05.236Ztest port_map::tests::parse_softnpu_revision ... ok
31402026-06-11T03:43:05.236Ztest api_server::tests::test_build_info ... ok
31412026-06-11T03:43:05.236Z
31422026-06-11T03:43:05.236Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31432026-06-11T03:43:05.236Z
31442026-06-11T03:43:05.236Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-2d558b106541588b)
31452026-06-11T03:43:05.241Z
31462026-06-11T03:43:05.241Zrunning 0 tests
31472026-06-11T03:43:05.241Z
31482026-06-11T03:43:05.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31492026-06-11T03:43:05.241Z
31502026-06-11T03:43:05.241Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90ba29ae6e1f1d1f)
31512026-06-11T03:43:05.241Z
31522026-06-11T03:43:05.241Zrunning 0 tests
31532026-06-11T03:43:05.241Z
31542026-06-11T03:43:05.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31552026-06-11T03:43:05.241Z
31562026-06-11T03:43:05.241Z Running unittests src/lib.rs (target/debug/deps/dpd_client-2a72ea879ba0a01e)
31572026-06-11T03:43:05.245Z
31582026-06-11T03:43:05.245Zrunning 6 tests
31592026-06-11T03:43:05.245Ztest tests::test_port_id_cmp ... ok
31602026-06-11T03:43:05.245Ztest tests::test_parse_client_port_id ... ok
31612026-06-11T03:43:05.245Ztest tests::test_full_lot_id_neither_present ... ok
31622026-06-11T03:43:05.245Ztest tests::test_full_lot_id_lot_only ... ok
31632026-06-11T03:43:05.245Ztest tests::test_full_lot_id_lotnum_only ... ok
31642026-06-11T03:43:05.245Ztest tests::test_full_lot_id_both_present ... ok
31652026-06-11T03:43:05.245Z
31662026-06-11T03:43:05.245Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31672026-06-11T03:43:05.245Z
31682026-06-11T03:43:05.245Z Running tests/test_all.rs (target/debug/deps/test_all-cbed1b871718e60e)
31692026-06-11T03:43:05.245Z
31702026-06-11T03:43:05.245Zrunning 0 tests
31712026-06-11T03:43:05.245Z
31722026-06-11T03:43:05.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31732026-06-11T03:43:05.245Z
31742026-06-11T03:43:05.245Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c5da0ab7a52b6adc)
31752026-06-11T03:43:05.245Z
31762026-06-11T03:43:05.246Zrunning 0 tests
31772026-06-11T03:43:05.246Z
31782026-06-11T03:43:05.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31792026-06-11T03:43:05.246Z
31802026-06-11T03:43:05.246Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-ba67f9eac1fae58e)
31812026-06-11T03:43:05.249Z
31822026-06-11T03:43:05.249Zrunning 0 tests
31832026-06-11T03:43:05.249Z
31842026-06-11T03:43:05.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31852026-06-11T03:43:05.250Z
31862026-06-11T03:43:05.250Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
31872026-06-11T03:43:05.257Z
31882026-06-11T03:43:05.257Zrunning 12 tests
31892026-06-11T03:43:05.262Ztest pbuf::test_byte ... ok
31902026-06-11T03:43:05.262Ztest pbuf::test_nibble ... ok
31912026-06-11T03:43:05.262Ztest lldp::test_lldp_parse ... ok
31922026-06-11T03:43:05.262Ztest icmp::test_v4_checksum ... ok
31932026-06-11T03:43:05.262Ztest icmp::test_v6_checksum ... ok
31942026-06-11T03:43:05.262Ztest pbuf::test_short ... ok
31952026-06-11T03:43:05.262Ztest pbuf::test_overflow ... ok
31962026-06-11T03:43:05.262Ztest ipv6::test_ipv6_parse ... ok
31972026-06-11T03:43:05.262Ztest pbuf::test_twelve ... ok
31982026-06-11T03:43:05.262Ztest pbuf::test_word ... ok
31992026-06-11T03:43:05.262Ztest tcp::test_checksum_syn_nodata ... ok
32002026-06-11T03:43:05.263Ztest tcp::test_checksum_ack_data ... ok
32012026-06-11T03:43:05.263Z
32022026-06-11T03:43:05.263Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32032026-06-11T03:43:05.263Z
32042026-06-11T03:43:05.263Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
32052026-06-11T03:43:05.266Z
32062026-06-11T03:43:05.267Zrunning 0 tests
32072026-06-11T03:43:05.267Z
32082026-06-11T03:43:05.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32092026-06-11T03:43:05.267Z
32102026-06-11T03:43:05.267Z Running unittests src/main.rs (target/debug/deps/swadm-19c87421be119fd0)
32112026-06-11T03:43:05.330Z
32122026-06-11T03:43:05.330Zrunning 5 tests
32132026-06-11T03:43:05.330Ztest switchport::test::test_compute_lanes ... ok
32142026-06-11T03:43:05.330Ztest link::test_filter ... ok
32152026-06-11T03:43:05.330Ztest switchport::test::port_id_ordering ... ok
32162026-06-11T03:43:05.330Z Lane 0 Lane 1 Lane 2 Lane 3
32172026-06-11T03:43:05.330Z State: Activated Activated Activated Activated
32182026-06-11T03:43:05.330Z Rx Output Enabled: false false false false
32192026-06-11T03:43:05.330Z Rx Output Status: valid valid valid valid
32202026-06-11T03:43:05.330Z Rx Loss-of-lock: true true true true
32212026-06-11T03:43:05.330Z Rx Loss-of-signal: false false false false
32222026-06-11T03:43:05.330ZRx Auto-squelch Disable: true true true true
32232026-06-11T03:43:05.330Z Lane 0 Tx Output Enabled: true true trueLane 1 true
32242026-06-11T03:43:05.330ZLane 2 Tx Output Status: invalid Lane 3invalid
32252026-06-11T03:43:05.330Zinvalid invalid
32262026-06-11T03:43:05.330Z Rx Loss-of-lock: Yes Tx Loss-of-lock: false Yes false Yes Yesfalse
32272026-06-11T03:43:05.330Z false Rx Loss-of-signal: Yes
32282026-06-11T03:43:05.331Z Tx Loss-of-signal: true Yes true Yes Yestrue
32292026-06-11T03:43:05.331Z true
32302026-06-11T03:43:05.331Z Rx CDR Enabled: YesTx Auto-squelch Disable: false Yes falseYes Yesfalse
32312026-06-11T03:43:05.331Z false
32322026-06-11T03:43:05.331Z Tx Enabled: Yes Tx Adaptive EQ Fail: true Yes true Yes trueYes
32332026-06-11T03:43:05.331Ztrue
32342026-06-11T03:43:05.331Z Tx Loss-of-lock: No Tx Failure: falseNo false No Nofalse
32352026-06-11T03:43:05.331Z false Tx Loss-of-signal: No
32362026-06-11T03:43:05.331Z Tx Force Squelch: trueNo true Notrue Notrue
32372026-06-11T03:43:05.331Z
32382026-06-11T03:43:05.331Z Tx CDR Enabled: No Tx Input Polarity: normalNo normalNo Nonormal
32392026-06-11T03:43:05.331Z Tx Adaptive EQ Fault: Nonormal
32402026-06-11T03:43:05.331ZNo No No
32412026-06-11T03:43:05.331Z Tx Fault: Yes Yes Yes Yes
32422026-06-11T03:43:05.331Ztest switchport::test::test_print_cmis_datapath ... ok
32432026-06-11T03:43:05.331Ztest switchport::test::test_print_sff_datapath ... ok
32442026-06-11T03:43:05.331Z
32452026-06-11T03:43:05.331Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32462026-06-11T03:43:05.331Z
32472026-06-11T03:43:05.331Z Running tests/counters.rs (target/debug/deps/counters-9cc6e45c13ce3306)
32482026-06-11T03:43:05.331Z
32492026-06-11T03:43:05.331Zrunning 1 test
32502026-06-11T03:43:05.331Ztest test_p4_counter_list ... ignored
32512026-06-11T03:43:05.331Z
32522026-06-11T03:43:05.331Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32532026-06-11T03:43:05.331Z
32542026-06-11T03:43:05.331Z Running tests/port-link.rs (target/debug/deps/port_link-01110bac5e3ae919)
32552026-06-11T03:43:05.331Z
32562026-06-11T03:43:05.331Zrunning 5 tests
32572026-06-11T03:43:05.331Ztest test_an ... ignored
32582026-06-11T03:43:05.331Ztest test_enable ... ignored
32592026-06-11T03:43:05.331Ztest test_ip_addresses ... ignored
32602026-06-11T03:43:05.331Ztest test_kr ... ignored
32612026-06-11T03:43:05.331Ztest test_mac ... ignored
32622026-06-11T03:43:05.331Z
32632026-06-11T03:43:05.331Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32642026-06-11T03:43:05.331Z
32652026-06-11T03:43:05.332Z Running unittests src/main.rs (target/debug/deps/tfportd-ebe3986e105ee360)
32662026-06-11T03:43:05.332Z
32672026-06-11T03:43:05.332Zrunning 3 tests
32682026-06-11T03:43:05.332Ztest linklocal::test_parse_ipadm ... ok
32692026-06-11T03:43:05.332Ztest tfport::test_parse_tfport ... ok
32702026-06-11T03:43:05.332Ztest config::tests::test_updates ... ok
32712026-06-11T03:43:05.332Z
32722026-06-11T03:43:05.332Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32732026-06-11T03:43:05.332Z
32742026-06-11T03:43:05.332Z Running unittests src/main.rs (target/debug/deps/uplinkd-cbbb7f3c2b03dac7)
32752026-06-11T03:43:05.332Z
32762026-06-11T03:43:05.332Zrunning 0 tests
32772026-06-11T03:43:05.332Z
32782026-06-11T03:43:05.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32792026-06-11T03:43:05.332Z
32802026-06-11T03:43:05.332Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
32812026-06-11T03:43:05.332Z
32822026-06-11T03:43:05.332Zrunning 0 tests
32832026-06-11T03:43:05.332Z
32842026-06-11T03:43:05.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32852026-06-11T03:43:05.332Z
32862026-06-11T03:43:05.332Z Doc-tests aal
32872026-06-11T03:43:05.436Z
32882026-06-11T03:43:05.436Zrunning 0 tests
32892026-06-11T03:43:05.436Z
32902026-06-11T03:43:05.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32912026-06-11T03:43:05.440Z
32922026-06-11T03:43:05.457Z Doc-tests aal_macros
32932026-06-11T03:43:05.531Z
32942026-06-11T03:43:05.531Zrunning 0 tests
32952026-06-11T03:43:05.531Z
32962026-06-11T03:43:05.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32972026-06-11T03:43:05.531Z
32982026-06-11T03:43:05.534Z Doc-tests common
32992026-06-11T03:43:05.765Z
33002026-06-11T03:43:05.765Zrunning 0 tests
33012026-06-11T03:43:05.765Z
33022026-06-11T03:43:05.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33032026-06-11T03:43:05.765Z
33042026-06-11T03:43:05.787Z Doc-tests dpd_api
33052026-06-11T03:43:06.536Z
33062026-06-11T03:43:06.536Zrunning 2 tests
33072026-06-11T03:43:06.536Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33082026-06-11T03:43:06.536Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33092026-06-11T03:43:06.536Z
33102026-06-11T03:43:06.536Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33112026-06-11T03:43:06.536Z
33122026-06-11T03:43:06.568Z Doc-tests dpd_client
33132026-06-11T03:43:07.874Z
33142026-06-11T03:43:07.874Zrunning 0 tests
33152026-06-11T03:43:07.874Z
33162026-06-11T03:43:07.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33172026-06-11T03:43:07.874Z
33182026-06-11T03:43:07.921Z Doc-tests dpd_types
33192026-06-11T03:43:08.142Z
33202026-06-11T03:43:08.142Zrunning 0 tests
33212026-06-11T03:43:08.142Z
33222026-06-11T03:43:08.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33232026-06-11T03:43:08.142Z
33242026-06-11T03:43:08.169Z Doc-tests dpd_types_versions
33252026-06-11T03:43:09.426Z
33262026-06-11T03:43:09.426Zrunning 1 test
33272026-06-11T03:43:09.426Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33282026-06-11T03:43:09.426Z
33292026-06-11T03:43:09.426Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33302026-06-11T03:43:09.426Z
33312026-06-11T03:43:09.460Z Doc-tests packet
33322026-06-11T03:43:09.572Z
33332026-06-11T03:43:09.572Zrunning 0 tests
33342026-06-11T03:43:09.572Z
33352026-06-11T03:43:09.572Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33362026-06-11T03:43:09.572Z
33372026-06-11T03:43:09.588Z Doc-tests pcap
33382026-06-11T03:43:09.640Z
33392026-06-11T03:43:09.640Zrunning 0 tests
33402026-06-11T03:43:09.640Z
33412026-06-11T03:43:09.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33422026-06-11T03:43:09.640Z
33432026-06-11T03:43:09.705Z+ for feat in tofino_stub tofino_asic softnpu chaos
33442026-06-11T03:43:09.705Z+ RUST_BACKTRACE=full
33452026-06-11T03:43:09.705Z+ cargo test --features chaos --no-fail-fast
33462026-06-11T03:43:10.308Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33472026-06-11T03:43:10.388Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33482026-06-11T03:43:10.414Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33492026-06-11T03:43:18.970Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33502026-06-11T03:43:19.033Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33512026-06-11T03:43:54.994Z Finished `test` profile [unoptimized + debuginfo] target(s) in 45.28s
33522026-06-11T03:43:55.107Z Running unittests src/lib.rs (target/debug/deps/aal-00fa3c3b36f278b3)
33532026-06-11T03:43:55.113Z
33542026-06-11T03:43:55.113Zrunning 5 tests
33552026-06-11T03:43:55.116Ztest fuse::tests::chip_revision_b1 ... ok
33562026-06-11T03:43:55.116Ztest fuse::tests::chip_revision_b0 ... ok
33572026-06-11T03:43:55.117Ztest fuse::tests::chip_revision_a0 ... ok
33582026-06-11T03:43:55.117Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33592026-06-11T03:43:55.117Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33602026-06-11T03:43:55.117Z
33612026-06-11T03:43:55.117Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33622026-06-11T03:43:55.117Z
33632026-06-11T03:43:55.117Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33642026-06-11T03:43:55.119Z
33652026-06-11T03:43:55.119Zrunning 0 tests
33662026-06-11T03:43:55.120Z
33672026-06-11T03:43:55.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33682026-06-11T03:43:55.120Z
33692026-06-11T03:43:55.125Z Running unittests src/lib.rs (target/debug/deps/asic-8c6cb3ceaf8aa795)
33702026-06-11T03:43:55.129Z
33712026-06-11T03:43:55.129Zrunning 0 tests
33722026-06-11T03:43:55.129Z
33732026-06-11T03:43:55.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33742026-06-11T03:43:55.129Z
33752026-06-11T03:43:55.129Z Running unittests src/lib.rs (target/debug/deps/common-fe823e4535dce502)
33762026-06-11T03:43:55.132Z
33772026-06-11T03:43:55.132Zrunning 10 tests
33782026-06-11T03:43:55.135Ztest nat::tests::test_vni ... ok
33792026-06-11T03:43:55.135Ztest network::tests::test_equal ... ok
33802026-06-11T03:43:55.135Ztest network::tests::test_eui64 ... ok
33812026-06-11T03:43:55.135Ztest network::tests::test_into ... ok
33822026-06-11T03:43:55.135Ztest network::tests::test_not_equal ... ok
33832026-06-11T03:43:55.135Ztest network::tests::test_generate_ipv6_link_local ... ok
33842026-06-11T03:43:55.135Ztest network::tests::test_to_string ... ok
33852026-06-11T03:43:55.135Ztest network::tests::test_parse ... ok
33862026-06-11T03:43:55.195Ztest test_purge ... ok
33872026-06-11T03:43:55.195Ztest illumos::test::address_exists_handles_missing_object ... ok
33882026-06-11T03:43:55.196Z
33892026-06-11T03:43:55.196Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33902026-06-11T03:43:55.196Z
33912026-06-11T03:43:55.196Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-e30bfdb445c4e487)
33922026-06-11T03:43:55.213Z
33932026-06-11T03:43:55.213Zrunning 1 test
33942026-06-11T03:43:55.213Z -------
33952026-06-11T03:43:55.213Z Generating OpenAPI documents from API definitions ...
33962026-06-11T03:43:55.368Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33972026-06-11T03:43:55.416Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33982026-06-11T03:43:56.923Z -------
33992026-06-11T03:43:56.923Z Checking 12 OpenAPI documents...
34002026-06-11T03:43:56.924Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
34012026-06-11T03:43:56.924Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
34022026-06-11T03:43:56.924Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34032026-06-11T03:43:56.924Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-11T03:43:56.993Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-11T03:43:56.993Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-11T03:43:56.993Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-06-11T03:43:56.993Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-06-11T03:43:56.993Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34092026-06-11T03:43:56.993Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34102026-06-11T03:43:56.994Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34112026-06-11T03:43:56.994Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34122026-06-11T03:43:56.994Z Fresh dpd "latest" symlink
34132026-06-11T03:43:56.994Z -------
34142026-06-11T03:43:56.994Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34152026-06-11T03:43:56.994Ztest test::test_apis_up_to_date ... ok
34162026-06-11T03:43:56.994Z
34172026-06-11T03:43:56.994Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
34182026-06-11T03:43:56.994Z
34192026-06-11T03:43:56.994Z Running unittests src/main.rs (target/debug/deps/dpd-30bf05f479216fe0)
34202026-06-11T03:43:56.994Z
34212026-06-11T03:43:56.994Zrunning 19 tests
34222026-06-11T03:43:56.994Ztest freemap::test_ordering ... ok
34232026-06-11T03:43:56.994Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34242026-06-11T03:43:56.994Ztest freemap::test_split ... ok
34252026-06-11T03:43:56.994Ztest config::tests::test_updates ... ok
34262026-06-11T03:43:56.994Ztest macaddrs::tests::test_mac_offset ... ok
34272026-06-11T03:43:56.994Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34282026-06-11T03:43:56.994Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34292026-06-11T03:43:56.994Ztest macaddrs::tests::test_parse_port_id ... ok
34302026-06-11T03:43:56.994Ztest nat::test_mapping ... ok
34312026-06-11T03:43:56.994Ztest port_map::tests::dump_map ... ok
34322026-06-11T03:43:56.994ZJun 11 03:43:54.864 DEBG created new freemap, unit: freemap_test
34332026-06-11T03:43:56.994ZJun 11 03:43:54.864 DEBG initted freemap. size: 128, unit: freemap_test
34342026-06-11T03:43:56.994ZJun 11 03:43:54.864 DEBG reset freemap, unit: freemap_test
34352026-06-11T03:43:56.994Ztest port_map::tests::test_backplane_group ... ok
34362026-06-11T03:43:56.994ZJun 11 03:43:54.864 DEBG created new freemap, unit: freemap_test
34372026-06-11T03:43:56.994ZJun 11 03:43:54.864 DEBG initted freemap. size: 128, unit: freemap_test
34382026-06-11T03:43:56.994ZJun 11 03:43:54.864 DEBG reset freemap, unit: freemap_test
34392026-06-11T03:43:56.994ZJun 11 03:43:54.864 DEBG created new freemap, unit: freemap_test
34402026-06-11T03:43:56.994ZJun 11 03:43:54.864 DEBG initted freemap. size: 128Jun 11 03:43:54.864, unitDEBG: created new freemapfreemap_test,
34412026-06-11T03:43:56.994Ztest freemap::test_exhaustion ... ok
34422026-06-11T03:43:56.994Zunit: freemap_test
34432026-06-11T03:43:56.995ZJun 11 03:43:54.865 DEBG initted freemap. size: 128, unit: freemap_test
34442026-06-11T03:43:56.995ZJun 11 03:43:54.865Jun 11 03:43:54.865 DEBG DEBGreset freemap , reset freemapunit:, unitfreemap_test:
34452026-06-11T03:43:56.995Ztest freemap::test_free ... ok
34462026-06-11T03:43:56.995Z freemap_test
34472026-06-11T03:43:56.995Ztest port_map::tests::test_port_map ... ok
34482026-06-11T03:43:56.995Ztest freemap::test_reclaim ... ok
34492026-06-11T03:43:56.995Ztest freemap::test_basic ... ok
34502026-06-11T03:43:56.995ZJun 11 03:43:54.865 DEBG created new freemap, unit: freemap_test
34512026-06-11T03:43:56.995ZJun 11 03:43:54.865 DEBG initted freemap. size: 128, unit: freemap_test
34522026-06-11T03:43:56.995ZJun 11 03:43:54.865 DEBG reset freemap, unit: freemap_test
34532026-06-11T03:43:56.995Ztest freemap::test_span ... ok
34542026-06-11T03:43:56.995Ztest port_map::tests::parse_softnpu_revision ... ok
34552026-06-11T03:43:56.995Ztest api_server::tests::test_build_info ... ok
34562026-06-11T03:43:56.995Z
34572026-06-11T03:43:56.995Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34582026-06-11T03:43:56.995Z
34592026-06-11T03:43:56.995Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8f765a535fb950ef)
34602026-06-11T03:43:56.995Z
34612026-06-11T03:43:56.995Zrunning 0 tests
34622026-06-11T03:43:56.996Z
34632026-06-11T03:43:56.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34642026-06-11T03:43:56.996Z
34652026-06-11T03:43:56.996Z Running unittests src/lib.rs (target/debug/deps/dpd_api-b84afe8178fbeedd)
34662026-06-11T03:43:56.996Z
34672026-06-11T03:43:56.996Zrunning 0 tests
34682026-06-11T03:43:56.996Z
34692026-06-11T03:43:56.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34702026-06-11T03:43:56.996Z
34712026-06-11T03:43:56.996Z Running unittests src/lib.rs (target/debug/deps/dpd_client-4d961b12a886b05d)
34722026-06-11T03:43:56.996Z
34732026-06-11T03:43:56.996Zrunning 6 tests
34742026-06-11T03:43:56.996Ztest tests::test_parse_client_port_id ... ok
34752026-06-11T03:43:56.996Ztest tests::test_full_lot_id_neither_present ... ok
34762026-06-11T03:43:56.996Ztest tests::test_full_lot_id_lotnum_only ... ok
34772026-06-11T03:43:56.996Ztest tests::test_full_lot_id_lot_only ... ok
34782026-06-11T03:43:56.996Ztest tests::test_full_lot_id_both_present ... ok
34792026-06-11T03:43:56.996Ztest tests::test_port_id_cmp ... ok
34802026-06-11T03:43:56.996Z
34812026-06-11T03:43:56.996Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34822026-06-11T03:43:56.996Z
34832026-06-11T03:43:56.996Z Running tests/test_all.rs (target/debug/deps/test_all-b64dff9572ad67d7)
34842026-06-11T03:43:56.997Z
34852026-06-11T03:43:56.997Zrunning 6 tests
34862026-06-11T03:43:59.581Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34872026-06-11T03:43:59.587Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34882026-06-11T03:43:59.587Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34892026-06-11T03:43:59.590Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34902026-06-11T03:43:59.920Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34912026-06-11T03:44:01.024Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34922026-06-11T03:44:01.024Z
34932026-06-11T03:44:01.024Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.45s
34942026-06-11T03:44:01.024Z
34952026-06-11T03:44:01.031Z Running unittests src/lib.rs (target/debug/deps/dpd_types-98142e7b24acbcdf)
34962026-06-11T03:44:01.039Z
34972026-06-11T03:44:01.039Zrunning 0 tests
34982026-06-11T03:44:01.039Z
34992026-06-11T03:44:01.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35002026-06-11T03:44:01.043Z
35012026-06-11T03:44:01.043Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-b6f42c9c6d5a4e69)
35022026-06-11T03:44:01.046Z
35032026-06-11T03:44:01.047Zrunning 0 tests
35042026-06-11T03:44:01.047Z
35052026-06-11T03:44:01.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35062026-06-11T03:44:01.047Z
35072026-06-11T03:44:01.047Z Running unittests src/lib.rs (target/debug/deps/packet-4ff07447cd8e396f)
35082026-06-11T03:44:01.053Z
35092026-06-11T03:44:01.053Zrunning 12 tests
35102026-06-11T03:44:01.057Ztest icmp::test_v6_checksum ... ok
35112026-06-11T03:44:01.057Ztest icmp::test_v4_checksum ... ok
35122026-06-11T03:44:01.057Ztest ipv6::test_ipv6_parse ... ok
35132026-06-11T03:44:01.057Ztest lldp::test_lldp_parse ... ok
35142026-06-11T03:44:01.057Ztest pbuf::test_byte ... ok
35152026-06-11T03:44:01.057Ztest pbuf::test_nibble ... ok
35162026-06-11T03:44:01.058Ztest pbuf::test_overflow ... ok
35172026-06-11T03:44:01.058Ztest pbuf::test_short ... ok
35182026-06-11T03:44:01.058Ztest pbuf::test_twelve ... ok
35192026-06-11T03:44:01.058Ztest pbuf::test_word ... ok
35202026-06-11T03:44:01.058Ztest tcp::test_checksum_syn_nodata ... ok
35212026-06-11T03:44:01.058Ztest tcp::test_checksum_ack_data ... ok
35222026-06-11T03:44:01.058Z
35232026-06-11T03:44:01.058Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35242026-06-11T03:44:01.058Z
35252026-06-11T03:44:01.058Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
35262026-06-11T03:44:01.068Z
35272026-06-11T03:44:01.068Zrunning 0 tests
35282026-06-11T03:44:01.068Z
35292026-06-11T03:44:01.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35302026-06-11T03:44:01.069Z
35312026-06-11T03:44:01.069Z Running unittests src/main.rs (target/debug/deps/swadm-11ec0a79156dbe3a)
35322026-06-11T03:44:01.069Z
35332026-06-11T03:44:01.069Zrunning 5 tests
35342026-06-11T03:44:01.069Ztest switchport::test::test_compute_lanes ... ok
35352026-06-11T03:44:01.069Ztest switchport::test::port_id_ordering ... ok
35362026-06-11T03:44:01.069Z Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 2Lane 3
35372026-06-11T03:44:01.069ZLane 3 State: Activated
35382026-06-11T03:44:01.069Z Activated Rx Loss-of-lock: Yes Activated YesActivated
35392026-06-11T03:44:01.069ZYes Rx Output Enabled: falseYes
35402026-06-11T03:44:01.069Zfalse Rx Loss-of-signal: Yes falseYes false
35412026-06-11T03:44:01.069ZYes Rx Output Status: validYes
35422026-06-11T03:44:01.069Zvalid Rx CDR Enabled: Yesvalid valid
35432026-06-11T03:44:01.069ZYes Rx Loss-of-lock: trueYes Yes
35442026-06-11T03:44:01.069Ztrue Tx Enabled: Yestrue true
35452026-06-11T03:44:01.070ZYes Rx Loss-of-signal: false falseYes false Yesfalse
35462026-06-11T03:44:01.070Z
35472026-06-11T03:44:01.070Z Tx Loss-of-lock: NoRx Auto-squelch Disable: true No true No Notrue
35482026-06-11T03:44:01.070Z Tx Loss-of-signal: Notrue
35492026-06-11T03:44:01.070ZNo Tx Output Enabled: true No Notrue
35502026-06-11T03:44:01.070Z Tx CDR Enabled: No true Notrue
35512026-06-11T03:44:01.070ZNo Tx Output Status: invalidNo
35522026-06-11T03:44:01.070Zinvalid Tx Adaptive EQ Fault: No invalid Noinvalid
35532026-06-11T03:44:01.070ZNo Tx Loss-of-lock: falseNo
35542026-06-11T03:44:01.070Zfalse Tx Fault: Yes false falseYes
35552026-06-11T03:44:01.070Z Yes Tx Loss-of-signal: true Yes
35562026-06-11T03:44:01.070Ztrue true true
35572026-06-11T03:44:01.070ZTx Auto-squelch Disable: false false false false
35582026-06-11T03:44:01.071Z Tx Adaptive EQ Fail: true true true true
35592026-06-11T03:44:01.071Z Tx Failure: false false false false
35602026-06-11T03:44:01.071Z Tx Force Squelch: true true true true
35612026-06-11T03:44:01.071Z Tx Input Polarity: normal normal normal normal
35622026-06-11T03:44:01.071Ztest switchport::test::test_print_sff_datapath ... ok
35632026-06-11T03:44:01.071Ztest switchport::test::test_print_cmis_datapath ... ok
35642026-06-11T03:44:01.071Ztest link::test_filter ... ok
35652026-06-11T03:44:01.071Z
35662026-06-11T03:44:01.071Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35672026-06-11T03:44:01.071Z
35682026-06-11T03:44:01.076Z Running tests/counters.rs (target/debug/deps/counters-8eae7abbc99d5305)
35692026-06-11T03:44:01.076Z
35702026-06-11T03:44:01.076Zrunning 1 test
35712026-06-11T03:44:01.076Ztest test_p4_counter_list ... ignored
35722026-06-11T03:44:01.076Z
35732026-06-11T03:44:01.076Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35742026-06-11T03:44:01.077Z
35752026-06-11T03:44:01.077Z Running tests/port-link.rs (target/debug/deps/port_link-83dde7283cac51da)
35762026-06-11T03:44:01.077Z
35772026-06-11T03:44:01.077Zrunning 5 tests
35782026-06-11T03:44:01.077Ztest test_an ... ignored
35792026-06-11T03:44:01.077Ztest test_enable ... ignored
35802026-06-11T03:44:01.077Ztest test_ip_addresses ... ignored
35812026-06-11T03:44:01.077Ztest test_kr ... ignored
35822026-06-11T03:44:01.077Ztest test_mac ... ignored
35832026-06-11T03:44:01.077Z
35842026-06-11T03:44:01.077Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35852026-06-11T03:44:01.077Z
35862026-06-11T03:44:01.077Z Running unittests src/main.rs (target/debug/deps/tfportd-a4e30514c7d46273)
35872026-06-11T03:44:01.077Z
35882026-06-11T03:44:01.077Zrunning 3 tests
35892026-06-11T03:44:01.077Ztest linklocal::test_parse_ipadm ... ok
35902026-06-11T03:44:01.077Ztest tfport::test_parse_tfport ... ok
35912026-06-11T03:44:01.077Ztest config::tests::test_updates ... ok
35922026-06-11T03:44:01.077Z
35932026-06-11T03:44:01.077Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35942026-06-11T03:44:01.077Z
35952026-06-11T03:44:01.077Z Running unittests src/main.rs (target/debug/deps/uplinkd-cbbb7f3c2b03dac7)
35962026-06-11T03:44:01.085Z
35972026-06-11T03:44:01.085Zrunning 0 tests
35982026-06-11T03:44:01.085Z
35992026-06-11T03:44:01.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36002026-06-11T03:44:01.085Z
36012026-06-11T03:44:01.085Z Running unittests src/main.rs (target/debug/deps/xtask-f49b1e96b99dec41)
36022026-06-11T03:44:01.089Z
36032026-06-11T03:44:01.089Zrunning 0 tests
36042026-06-11T03:44:01.089Z
36052026-06-11T03:44:01.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36062026-06-11T03:44:01.089Z
36072026-06-11T03:44:01.089Z Doc-tests aal
36082026-06-11T03:44:01.249Z
36092026-06-11T03:44:01.249Zrunning 0 tests
36102026-06-11T03:44:01.249Z
36112026-06-11T03:44:01.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36122026-06-11T03:44:01.256Z
36132026-06-11T03:44:01.264Z Doc-tests aal_macros
36142026-06-11T03:44:01.342Z
36152026-06-11T03:44:01.342Zrunning 0 tests
36162026-06-11T03:44:01.342Z
36172026-06-11T03:44:01.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36182026-06-11T03:44:01.343Z
36192026-06-11T03:44:01.355Z Doc-tests common
36202026-06-11T03:44:01.585Z
36212026-06-11T03:44:01.585Zrunning 0 tests
36222026-06-11T03:44:01.585Z
36232026-06-11T03:44:01.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36242026-06-11T03:44:01.586Z
36252026-06-11T03:44:01.611Z Doc-tests dpd_api
36262026-06-11T03:44:02.681Z
36272026-06-11T03:44:02.681Zrunning 2 tests
36282026-06-11T03:44:02.681Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36292026-06-11T03:44:02.681Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36302026-06-11T03:44:02.681Z
36312026-06-11T03:44:02.681Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36322026-06-11T03:44:02.681Z
36332026-06-11T03:44:02.738Z Doc-tests dpd_client
36342026-06-11T03:44:03.734Z
36352026-06-11T03:44:03.734Zrunning 0 tests
36362026-06-11T03:44:03.734Z
36372026-06-11T03:44:03.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36382026-06-11T03:44:03.734Z
36392026-06-11T03:44:03.782Z Doc-tests dpd_types
36402026-06-11T03:44:04.017Z
36412026-06-11T03:44:04.017Zrunning 0 tests
36422026-06-11T03:44:04.017Z
36432026-06-11T03:44:04.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36442026-06-11T03:44:04.017Z
36452026-06-11T03:44:04.034Z Doc-tests dpd_types_versions
36462026-06-11T03:44:05.340Z
36472026-06-11T03:44:05.340Zrunning 1 test
36482026-06-11T03:44:05.340Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36492026-06-11T03:44:05.340Z
36502026-06-11T03:44:05.340Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36512026-06-11T03:44:05.340Z
36522026-06-11T03:44:05.360Z Doc-tests packet
36532026-06-11T03:44:05.463Z
36542026-06-11T03:44:05.463Zrunning 0 tests
36552026-06-11T03:44:05.463Z
36562026-06-11T03:44:05.463Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36572026-06-11T03:44:05.463Z
36582026-06-11T03:44:05.507Z Doc-tests pcap
36592026-06-11T03:44:05.535Z
36602026-06-11T03:44:05.535Zrunning 0 tests
36612026-06-11T03:44:05.535Z
36622026-06-11T03:44:05.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36632026-06-11T03:44:05.535Z
36642026-06-11T03:44:05.556Zprocess exited: duration 599337 ms, exit code 0
 
36652026-06-11T03:44:05.940Zfound 0 output files