01KT8T6602ZJKKPVEVNNVT5D12: test

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

Buildomat Job: 01KT8T6SGA0RSFF4DHYRZYPM9E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T07:58:33.055Zjob assigned to worker 01KT8T70NAQNKSA3CTF1A1YY2Z [factory aws, i-0c7fd7cebd4151255] (queued for 47 s)
 
22026-06-04T07:58:39.921Zstarting task 0: "setup"
32026-06-04T07:58:39.926Z++ uname -s
42026-06-04T07:58:39.928Z+ kern=SunOS
52026-06-04T07:58:39.928Z+ build_user=build
62026-06-04T07:58:39.928Z+ build_uid=12345
72026-06-04T07:58:39.928Z+ work_dir=/work
82026-06-04T07:58:39.928Z+ input_dir=/input
92026-06-04T07:58:39.928Z+ [[ 0 == 12345 ]]
102026-06-04T07:58:39.928Z+ case "$kern" in
112026-06-04T07:58:39.928Z+ groupadd -g 12345 build
122026-06-04T07:58:39.931Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T07:58:41.947Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T07:58:42.053Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T07:58:42.056Z+ home_fs=zfs
162026-06-04T07:58:42.057Z+ [[ zfs == autofs ]]
172026-06-04T07:58:42.057Z+ mkdir -p /home/build
182026-06-04T07:58:42.057Z+ chown build:build /home/build /work
192026-06-04T07:58:44.046Z+ chmod 0700 /home/build /work
202026-06-04T07:58:44.049Zprocess exited: duration 4129 ms, exit code 0
 
212026-06-04T07:58:44.055Zstarting task 1: "rust-toolchain"
222026-06-04T07:58:44.059Z * rust toolchain channel = "1.90.0"
232026-06-04T07:58:44.059Z * rust toolchain profile = "default"
242026-06-04T07:58:44.059Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
252026-06-04T07:58:44.063Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-04T07:58:44.063Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T07:58:44.063Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T07:58:44.063Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T07:58:44.063Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-04T07:58:44.184Zinfo: downloading installer
312026-06-04T07:58:45.576Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T07:58:45.576Zwarn: /home/build/.rustup/settings.toml
332026-06-04T07:58:45.576Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T07:58:45.576Zwarn: instead of the one inferred from the default host triple.
352026-06-04T07:58:45.666Zinfo: profile set to default
362026-06-04T07:58:45.666Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T07:58:45.666Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-04T07:58:45.748Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-04T07:58:45.748Zinfo: downloading 6 components
402026-06-04T07:58:59.849Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-04T07:58:59.849Z
422026-06-04T07:58:59.881Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-04T07:58:59.881Z
442026-06-04T07:58:59.884Z
452026-06-04T07:58:59.884ZRust is installed now. Great!
462026-06-04T07:58:59.884Z
472026-06-04T07:58:59.884ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T07:58:59.884Zenvironment variable. This has not been done automatically.
492026-06-04T07:58:59.884Z
502026-06-04T07:58:59.884ZTo configure your current shell, you need to source
512026-06-04T07:58:59.884Zthe corresponding env file under $HOME/.cargo.
522026-06-04T07:58:59.884Z
532026-06-04T07:58:59.884ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T07:58:59.884Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T07:58:59.884Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T07:58:59.884Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T07:58:59.884Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T07:58:59.884Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T07:58:59.884Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T07:58:59.884Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T07:58:59.884Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T07:58:59.961Z+ rustup --version
632026-06-04T07:58:59.968Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T07:58:59.970Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T07:58:59.990Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-04T07:58:59.993Z+ cargo --version
672026-06-04T07:59:00.006Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-04T07:59:00.010Z+ rustc --version
692026-06-04T07:59:00.029Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-04T07:59:00.032Zprocess exited: duration 15975 ms, exit code 0
 
712026-06-04T07:59:00.037Zstarting task 2: "authentication"
722026-06-04T07:59:00.053Zprocess exited: duration 15 ms, exit code 0
 
732026-06-04T07:59:00.060Zstarting task 3: "clone repository"
742026-06-04T07:59:00.063Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-04T07:59:00.065Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-04T07:59:00.102ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-04T07:59:01.214Z+ cd /work/oxidecomputer/dendrite
782026-06-04T07:59:01.214Z+ git fetch origin afe096f58c4d9930ecfe15da62f5e9613a8c94ba
792026-06-04T07:59:01.497ZFrom https://github.com/oxidecomputer/dendrite
802026-06-04T07:59:01.497Z * branch afe096f58c4d9930ecfe15da62f5e9613a8c94ba -> FETCH_HEAD
812026-06-04T07:59:01.502Z+ [[ -n renovate/http-1.x ]]
822026-06-04T07:59:01.505Z++ git branch --show-current
832026-06-04T07:59:01.505Z+ current=main
842026-06-04T07:59:01.505Z+ [[ main != renovate/http-1.x ]]
852026-06-04T07:59:01.505Z+ git branch -f renovate/http-1.x afe096f58c4d9930ecfe15da62f5e9613a8c94ba
862026-06-04T07:59:01.508Z+ git checkout -f renovate/http-1.x
872026-06-04T07:59:01.525ZSwitched to branch 'renovate/http-1.x'
882026-06-04T07:59:01.528Z+ git reset --hard afe096f58c4d9930ecfe15da62f5e9613a8c94ba
892026-06-04T07:59:01.531ZHEAD is now at afe096f Update Rust crate http to 1.4.1
902026-06-04T07:59:01.531Zprocess exited: duration 1470 ms, exit code 0
 
912026-06-04T07:59:01.536Zstarting task 4: "build"
922026-06-04T07:59:01.540Z+ source .github/buildomat/common.sh
932026-06-04T07:59:01.540Z++ TOFINO_STAGES=20
942026-06-04T07:59:01.540Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-04T07:59:01.540Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-04T07:59:01.540Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-04T07:59:01.547Z+++ uname -s
982026-06-04T07:59:01.547Z++ '[' SunOS == SunOS ']'
992026-06-04T07:59:01.547Z++ SERIES=illumos
1002026-06-04T07:59:01.547Z+++ uname -s
1012026-06-04T07:59:01.553Z++ '[' SunOS == SunOS ']'
1022026-06-04T07:59:01.553Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-04T07:59:01.553Z++ rustup show active-toolchain
1042026-06-04T07:59:01.553Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-04T07:59:01.553Z+ source .github/buildomat/illumos.sh
1062026-06-04T07:59:01.553Z++ banner 'sde setup'
1072026-06-04T07:59:01.556Z
1082026-06-04T07:59:01.556Z #### ##### ###### #### ###### ##### # # #####
1092026-06-04T07:59:01.556Z # # # # # # # # # # #
1102026-06-04T07:59:01.556Z #### # # ##### #### ##### # # # # #
1112026-06-04T07:59:01.556Z # # # # # # # # # #####
1122026-06-04T07:59:01.556Z # # # # # # # # # # # #
1132026-06-04T07:59:01.556Z #### ##### ###### #### ###### # #### #
1142026-06-04T07:59:01.556Z
1152026-06-04T07:59:01.556Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-04T07:59:01.556Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-04T07:59:01.556Z++ export PKG=tofino_sde.p5p
1182026-06-04T07:59:01.556Z++ PKG=tofino_sde.p5p
1192026-06-04T07:59:01.556Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-04T07:59:01.559Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-04T07:59:01.559Z Dload Upload Total Spent Left Speed
1222026-06-04T07:59:02.978Z 0 0 0 0 0 0 0 0 0 66 76.03M 66 50.72M 0 0 48.23M 0 00:01 00:01 48.23M 100 76.03M 100 76.03M 0 0 53.56M 0 00:01 00:01 48.23M 100 76.03M 100 76.03M 0 0 53.56M 0 00:01 00:01 48.23M 100 76.03M 100 76.03M 0 0 53.56M 0 00:01 00:01 48.23M
1232026-06-04T07:59:02.983Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-04T07:59:03.030Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-04T07:59:03.033Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-04T07:59:03.033Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-04T07:59:06.081Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-04T07:59:06.159Z Startup: Caching catalogs ... Done
1292026-06-04T07:59:06.199Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-04T07:59:06.543ZPlanning: Solver setup ... Done
1312026-06-04T07:59:06.564ZPlanning: Running solver ... Done
1322026-06-04T07:59:06.579ZPlanning: Finding local manifests ... Done
1332026-06-04T07:59:06.579ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-04T07:59:06.579ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-04T07:59:06.582ZPlanning: Package planning ... Done
1362026-06-04T07:59:06.582ZPlanning: Merging actions ... Done
1372026-06-04T07:59:06.707ZPlanning: Checking for conflicting actions ... Done
1382026-06-04T07:59:06.710ZPlanning: Consolidating action changes ... Done
1392026-06-04T07:59:07.546ZPlanning: Evaluating mediators ... Done
1402026-06-04T07:59:07.551ZPlanning: Planning completed in 1.34 seconds
1412026-06-04T07:59:07.554Z Packages to install: 1
1422026-06-04T07:59:07.554Z Create boot environment: No
1432026-06-04T07:59:07.555ZCreate backup boot environment: No
1442026-06-04T07:59:07.580Z
1452026-06-04T07:59:07.580ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-04T07:59:07.712ZDownload: Completed 75.30 MB in 0.13 seconds (558M/s)
1472026-06-04T07:59:07.872Z Actions: 1/293 actions (Installing new actions)
1482026-06-04T07:59:08.852Z Actions: Completed 293 actions in 0.96 seconds.
1492026-06-04T07:59:08.870ZFinalize: Updating package state database ... Done
1502026-06-04T07:59:08.884ZFinalize: Updating package cache ... Done
1512026-06-04T07:59:08.905ZFinalize: Updating image state ... Done
1522026-06-04T07:59:11.357ZFinalize: Creating fast lookup database ... Done
1532026-06-04T07:59:11.433ZFinalize: Reading search index ... Done
1542026-06-04T07:59:11.437ZFinalize: Updating search index ... Done
1552026-06-04T07:59:11.658ZFinalize: Updating package cache ... Done
1562026-06-04T07:59:11.758Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-04T07:59:11.758Z++ SDE=/opt/oxide/tofino_sde
1582026-06-04T07:59:11.758Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-04T07:59:11.758Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-04T07:59:11.758Z++ banner packages
1612026-06-04T07:59:11.761Z
1622026-06-04T07:59:11.761Z ##### ## #### # # ## #### ###### ####
1632026-06-04T07:59:11.761Z # # # # # # # # # # # # # #
1642026-06-04T07:59:11.761Z # # # # # #### # # # ##### ####
1652026-06-04T07:59:11.761Z ##### ###### # # # ###### # ### # #
1662026-06-04T07:59:11.761Z # # # # # # # # # # # # # #
1672026-06-04T07:59:11.761Z # # # #### # # # # #### ###### ####
1682026-06-04T07:59:11.761Z
1692026-06-04T07:59:11.761Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-04T07:59:12.018Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-04T07:59:12.031Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-04T07:59:12.315ZPlanning: Solver setup ... Done
1732026-06-04T07:59:12.371ZPlanning: Running solver ... Done
1742026-06-04T07:59:12.371ZPlanning: Consolidating action changes ... Done
1752026-06-04T07:59:12.371ZPlanning: Evaluating mediators ... Done
1762026-06-04T07:59:12.371ZPlanning: Planning completed in 0.31 seconds
1772026-06-04T07:59:12.410ZNo updates necessary for this image.
1782026-06-04T07:59:12.424Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-04T07:59:12.632ZPlanning: Evaluating mediator changes ... Done
1802026-06-04T07:59:12.747ZPlanning: Checking for conflicting actions ... Done
1812026-06-04T07:59:12.756ZPlanning: Consolidating action changes ... Done
1822026-06-04T07:59:12.902ZPlanning: Evaluating mediators ... Done
1832026-06-04T07:59:12.913ZPlanning: Planning completed in 0.28 seconds
1842026-06-04T07:59:12.932Z Mediators to change: 2
1852026-06-04T07:59:12.932Z Create boot environment: No
1862026-06-04T07:59:12.932ZCreate backup boot environment: No
1872026-06-04T07:59:12.983ZFinalize: Updating package state database ... Done
1882026-06-04T07:59:12.983ZFinalize: Updating package cache ... Done
1892026-06-04T07:59:12.994ZFinalize: Updating image state ... Done
1902026-06-04T07:59:15.039ZFinalize: Creating fast lookup database ... Done
1912026-06-04T07:59:15.121ZFinalize: Reading search index ... Done
1922026-06-04T07:59:15.126ZFinalize: Updating search index ... Done
1932026-06-04T07:59:15.209ZFinalize: Updating package cache ... Done
1942026-06-04T07:59:15.283Z++ cargo --version
1952026-06-04T07:59:15.292Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-04T07:59:15.295Z++ rustc --version
1972026-06-04T07:59:15.315Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-04T07:59:15.318Z+ banner copyrights
1992026-06-04T07:59:15.321Z
2002026-06-04T07:59:15.321Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-04T07:59:15.321Z # # # # # # # # # # # # # # # # #
2022026-06-04T07:59:15.321Z # # # # # # # # # # ###### # ####
2032026-06-04T07:59:15.321Z # # # ##### # ##### # # ### # # # #
2042026-06-04T07:59:15.321Z # # # # # # # # # # # # # # # #
2052026-06-04T07:59:15.321Z #### #### # # # # # #### # # # ####
2062026-06-04T07:59:15.321Z
2072026-06-04T07:59:15.321Z+ ./tools/check_copyrights.sh
2082026-06-04T07:59:15.603Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-04T07:59:16.360Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-04T07:59:16.810Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-04T07:59:16.896Zpcap/build.rs: Copyright with wrong year
2122026-06-04T07:59:17.061Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-04T07:59:17.284Z+ banner clippy
2142026-06-04T07:59:17.288Z
2152026-06-04T07:59:17.288Z #### # # ##### ##### # #
2162026-06-04T07:59:17.288Z # # # # # # # # # #
2172026-06-04T07:59:17.288Z # # # # # # # #
2182026-06-04T07:59:17.288Z # # # ##### ##### #
2192026-06-04T07:59:17.288Z # # # # # # #
2202026-06-04T07:59:17.288Z #### ###### # # # #
2212026-06-04T07:59:17.288Z
2222026-06-04T07:59:17.288Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-04T07:59:17.288Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-04T07:59:17.435Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-04T07:59:27.175Z Updating crates.io index
2262026-06-04T07:59:27.178Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-04T07:59:27.452Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-04T07:59:28.207Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-04T07:59:28.514Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-04T07:59:28.764Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-04T07:59:29.221Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2322026-06-04T07:59:30.151Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-04T07:59:30.623Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-04T07:59:31.194Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-04T07:59:31.519Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-04T07:59:31.898Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-04T07:59:32.229Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-04T07:59:32.981Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-04T07:59:33.262Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-04T07:59:33.687Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-04T07:59:34.250Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-04T07:59:34.615Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-06-04T07:59:35.012Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-04T07:59:35.302Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-04T07:59:36.150Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-04T07:59:36.650Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-04T07:59:36.904Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-04T07:59:37.310Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-06-04T07:59:38.945Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-04T07:59:39.503Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-04T07:59:40.848Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-04T07:59:41.456Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-04T07:59:41.709Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-04T07:59:42.395Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-06-04T07:59:44.105Z Downloading crates ...
2562026-06-04T07:59:44.165Z Downloaded arrayref v0.3.9
2572026-06-04T07:59:44.173Z Downloaded adler2 v2.0.1
2582026-06-04T07:59:44.177Z Downloaded arrayvec v0.7.6
2592026-06-04T07:59:44.180Z Downloaded async-trait v0.1.89
2602026-06-04T07:59:44.180Z Downloaded argon2 v0.5.3
2612026-06-04T07:59:44.183Z Downloaded cfg-if v1.0.4
2622026-06-04T07:59:44.183Z Downloaded atomicwrites v0.4.4
2632026-06-04T07:59:44.186Z Downloaded async-stream-impl v0.3.6
2642026-06-04T07:59:44.189Z Downloaded blake2 v0.10.6
2652026-06-04T07:59:44.192Z Downloaded ciborium-io v0.2.2
2662026-06-04T07:59:44.195Z Downloaded autocfg v1.5.0
2672026-06-04T07:59:44.195Z Downloaded dof v0.3.0
2682026-06-04T07:59:44.198Z Downloaded dof v0.4.0
2692026-06-04T07:59:44.201Z Downloaded digest v0.10.7
2702026-06-04T07:59:44.201Z Downloaded bit-vec v0.8.0
2712026-06-04T07:59:44.206Z Downloaded backoff v0.4.0
2722026-06-04T07:59:44.209Z Downloaded drift v0.2.0
2732026-06-04T07:59:44.214Z Downloaded displaydoc v0.2.5
2742026-06-04T07:59:44.217Z Downloaded futures-core v0.3.32
2752026-06-04T07:59:44.220Z Downloaded embedded-io v0.4.0
2762026-06-04T07:59:44.220Z Downloaded fs_extra v1.3.0
2772026-06-04T07:59:44.223Z Downloaded fs-err v3.1.2
2782026-06-04T07:59:44.226Z Downloaded constant_time_eq v0.3.1
2792026-06-04T07:59:44.229Z Downloaded base64 v0.22.1
2802026-06-04T07:59:44.232Z Downloaded compression-core v0.4.32
2812026-06-04T07:59:44.232Z Downloaded futures-macro v0.3.32
2822026-06-04T07:59:44.237Z Downloaded defmt v0.3.100
2832026-06-04T07:59:44.237Z Downloaded derive_more v0.99.20
2842026-06-04T07:59:44.241Z Downloaded defmt-macros v1.0.1
2852026-06-04T07:59:44.246Z Downloaded git-stub v1.0.0
2862026-06-04T07:59:44.246Z Downloaded fastrand v2.3.0
2872026-06-04T07:59:44.249Z Downloaded anstyle v1.0.14
2882026-06-04T07:59:44.249Z Downloaded generic-array v0.14.7
2892026-06-04T07:59:44.253Z Downloaded hex v0.4.3
2902026-06-04T07:59:44.253Z Downloaded hash32 v0.3.1
2912026-06-04T07:59:44.257Z Downloaded form_urlencoded v1.2.2
2922026-06-04T07:59:44.257Z Downloaded errno v0.3.14
2932026-06-04T07:59:44.260Z Downloaded anstream v1.0.0
2942026-06-04T07:59:44.263Z Downloaded colorchoice v1.0.4
2952026-06-04T07:59:44.263Z Downloaded git-stub-vcs v0.1.0
2962026-06-04T07:59:44.266Z Downloaded heck v0.4.1
2972026-06-04T07:59:44.268Z Downloaded dtrace-parser v0.2.0
2982026-06-04T07:59:44.269Z Downloaded crc8 v0.1.1
2992026-06-04T07:59:44.272Z Downloaded gethostname v0.5.0
3002026-06-04T07:59:44.272Z Downloaded futures-io v0.3.32
3012026-06-04T07:59:44.275Z Downloaded foreign-types v0.5.0
3022026-06-04T07:59:44.275Z Downloaded hubpack v0.1.2
3032026-06-04T07:59:44.278Z Downloaded futures-task v0.3.32
3042026-06-04T07:59:44.278Z Downloaded heck v0.5.0
3052026-06-04T07:59:44.283Z Downloaded foreign-types-shared v0.1.1
3062026-06-04T07:59:44.283Z Downloaded curve25519-dalek-derive v0.1.1
3072026-06-04T07:59:44.291Z Downloaded hostname v0.4.2
3082026-06-04T07:59:44.291Z Downloaded hostname v0.3.1
3092026-06-04T07:59:44.294Z Downloaded bcs v0.1.6
3102026-06-04T07:59:44.294Z Downloaded equivalent v1.0.2
3112026-06-04T07:59:44.294Z Downloaded dropshot-api-manager-types v0.7.2
3122026-06-04T07:59:44.294Z Downloaded colored v3.1.1
3132026-06-04T07:59:44.298Z Downloaded hubpack_derive v0.1.1
3142026-06-04T07:59:44.298Z Downloaded httpdate v1.0.3
3152026-06-04T07:59:44.303Z Downloaded dunce v1.0.5
3162026-06-04T07:59:44.303Z Downloaded cargo_metadata v0.18.1
3172026-06-04T07:59:44.306Z Downloaded critical-section v1.2.0
3182026-06-04T07:59:44.306Z Downloaded hyper-tls v0.6.0
3192026-06-04T07:59:44.306Z Downloaded foldhash v0.2.0
3202026-06-04T07:59:44.309Z Downloaded ff v0.13.1
3212026-06-04T07:59:44.309Z Downloaded defmt v1.0.1
3222026-06-04T07:59:44.313Z Downloaded internet-checksum v0.2.1
3232026-06-04T07:59:44.319Z Downloaded idna_adapter v1.2.1
3242026-06-04T07:59:44.319Z Downloaded ident_case v1.0.1
3252026-06-04T07:59:44.322Z Downloaded glob v0.3.3
3262026-06-04T07:59:44.323Z Downloaded is_terminal_polyfill v1.70.1
3272026-06-04T07:59:44.323Z Downloaded is-terminal v0.4.16
3282026-06-04T07:59:44.323Z Downloaded fixedbitset v0.4.2
3292026-06-04T07:59:44.326Z Downloaded byteorder v1.5.0
3302026-06-04T07:59:44.326Z Downloaded kstat-rs v0.2.4
3312026-06-04T07:59:44.342Z Downloaded itoa v1.0.15
3322026-06-04T07:59:44.342Z Downloaded keccak v0.1.6
3332026-06-04T07:59:44.349Z Downloaded instant v0.1.13
3342026-06-04T07:59:44.349Z Downloaded group v0.13.0
3352026-06-04T07:59:44.349Z Downloaded dyn-clone v1.0.20
3362026-06-04T07:59:44.349Z Downloaded daft v0.1.5
3372026-06-04T07:59:44.349Z Downloaded compression-codecs v0.4.32
3382026-06-04T07:59:44.349Z Downloaded http-body v1.0.1
3392026-06-04T07:59:44.349Z Downloaded http-body-util v0.1.3
3402026-06-04T07:59:44.349Z Downloaded futures-executor v0.3.32
3412026-06-04T07:59:44.356Z Downloaded filetime v0.2.26
3422026-06-04T07:59:44.356Z Downloaded foldhash v0.1.5
3432026-06-04T07:59:44.356Z Downloaded digest v0.11.3
3442026-06-04T07:59:44.356Z Downloaded daft-derive v0.1.5
3452026-06-04T07:59:44.365Z Downloaded linked-hash-map v0.5.6
3462026-06-04T07:59:44.365Z Downloaded lru-slab v0.1.2
3472026-06-04T07:59:44.365Z Downloaded memoffset v0.9.1
3482026-06-04T07:59:44.365Z Downloaded futures-channel v0.3.32
3492026-06-04T07:59:44.368Z Downloaded match_cfg v0.1.0
3502026-06-04T07:59:44.368Z Downloaded find-msvc-tools v0.1.9
3512026-06-04T07:59:44.368Z Downloaded console v0.15.11
3522026-06-04T07:59:44.368Z Downloaded lru-cache v0.1.2
3532026-06-04T07:59:44.372Z Downloaded humantime v2.3.0
3542026-06-04T07:59:44.372Z Downloaded fixedbitset v0.5.7
3552026-06-04T07:59:44.381Z Downloaded managed v0.8.0
3562026-06-04T07:59:44.381Z Downloaded mime v0.3.17
3572026-06-04T07:59:44.384Z Downloaded ingot-types v0.1.2
3582026-06-04T07:59:44.384Z Downloaded hmac v0.12.1
3592026-06-04T07:59:44.384Z Downloaded ipnetwork v0.21.1
3602026-06-04T07:59:44.384Z Downloaded newline-converter v0.3.0
3612026-06-04T07:59:44.384Z Downloaded dropshot_endpoint v0.16.7
3622026-06-04T07:59:44.388Z Downloaded num_threads v0.1.7
3632026-06-04T07:59:44.388Z Downloaded num v0.4.3
3642026-06-04T07:59:44.396Z Downloaded omicron-workspace-hack v0.1.0
3652026-06-04T07:59:44.396Z Downloaded jobserver v0.1.34
3662026-06-04T07:59:44.402Z Downloaded cookie v0.18.1
3672026-06-04T07:59:44.402Z Downloaded num-conv v0.2.1
3682026-06-04T07:59:44.402Z Downloaded num-iter v0.1.45
3692026-06-04T07:59:44.403Z Downloaded num-derive v0.4.2
3702026-06-04T07:59:44.403Z Downloaded libsw-core v0.3.2
3712026-06-04T07:59:44.409Z Downloaded libloading v0.8.9
3722026-06-04T07:59:44.409Z Downloaded crc32fast v1.5.0
3732026-06-04T07:59:44.409Z Downloaded ciborium v0.2.2
3742026-06-04T07:59:44.413Z Downloaded clap_derive v4.6.1
3752026-06-04T07:59:44.413Z Downloaded httparse v1.10.1
3762026-06-04T07:59:44.413Z Downloaded is_ci v1.2.0
3772026-06-04T07:59:44.413Z Downloaded getrandom v0.2.16
3782026-06-04T07:59:44.421Z Downloaded newtype_derive v0.1.6
3792026-06-04T07:59:44.421Z Downloaded olpc-cjson v0.1.4
3802026-06-04T07:59:44.425Z Downloaded opaque-debug v0.3.1
3812026-06-04T07:59:44.425Z Downloaded erased-serde v0.3.31
3822026-06-04T07:59:44.425Z Downloaded linear-map v1.2.0
3832026-06-04T07:59:44.425Z Downloaded async-compression v0.4.33
3842026-06-04T07:59:44.429Z Downloaded parse-display v0.10.0
3852026-06-04T07:59:44.429Z Downloaded openssl-probe v0.1.6
3862026-06-04T07:59:44.434Z Downloaded derive-where v1.6.0
3872026-06-04T07:59:44.434Z Downloaded openssl-macros v0.1.1
3882026-06-04T07:59:44.442Z Downloaded lock_api v0.4.14
3892026-06-04T07:59:44.443Z Downloaded phf_shared v0.12.1
3902026-06-04T07:59:44.443Z Downloaded libsw v3.5.0
3912026-06-04T07:59:44.450Z Downloaded darling v0.21.3
3922026-06-04T07:59:44.450Z Downloaded newtype-uuid-macros v0.1.0
3932026-06-04T07:59:44.450Z Downloaded hyper-rustls v0.27.7
3942026-06-04T07:59:44.450Z Downloaded percent-encoding v2.3.2
3952026-06-04T07:59:44.454Z Downloaded iana-time-zone v0.1.64
3962026-06-04T07:59:44.454Z Downloaded ingot-macros v0.1.1
3972026-06-04T07:59:44.454Z Downloaded ingot v0.1.1
3982026-06-04T07:59:44.454Z Downloaded num-complex v0.4.6
3992026-06-04T07:59:44.457Z Downloaded elliptic-curve v0.13.8
4002026-06-04T07:59:44.457Z Downloaded plain v0.2.3
4012026-06-04T07:59:44.462Z Downloaded hybrid-array v0.4.12
4022026-06-04T07:59:44.462Z Downloaded proc-macro-error-attr v1.0.4
4032026-06-04T07:59:44.468Z Downloaded pretty-hex v0.4.1
4042026-06-04T07:59:44.468Z Downloaded proc-macro-error-attr2 v2.0.0
4052026-06-04T07:59:44.468Z Downloaded progenitor-client v0.10.0
4062026-06-04T07:59:44.468Z Downloaded num_enum v0.5.11
4072026-06-04T07:59:44.472Z Downloaded num_enum v0.7.5
4082026-06-04T07:59:44.475Z Downloaded clap v4.6.1
4092026-06-04T07:59:44.479Z Downloaded progenitor-macro v0.13.0
4102026-06-04T07:59:44.483Z Downloaded progenitor-macro v0.10.0
4112026-06-04T07:59:44.483Z Downloaded half v2.7.1
4122026-06-04T07:59:44.487Z Downloaded progenitor-client v0.11.1
4132026-06-04T07:59:44.487Z Downloaded dropshot_endpoint v0.17.1
4142026-06-04T07:59:44.491Z Downloaded futures v0.3.32
4152026-06-04T07:59:44.494Z Downloaded cancel-safe-futures v0.1.5
4162026-06-04T07:59:44.494Z Downloaded num_enum_derive v0.7.5
4172026-06-04T07:59:44.494Z Downloaded quick-error v1.2.3
4182026-06-04T07:59:44.498Z Downloaded progenitor-macro v0.11.1
4192026-06-04T07:59:44.498Z Downloaded litemap v0.8.0
4202026-06-04T07:59:44.502Z Downloaded num_enum_derive v0.5.11
4212026-06-04T07:59:44.502Z Downloaded rand_chacha v0.3.1
4222026-06-04T07:59:44.506Z Downloaded rand_xorshift v0.4.0
4232026-06-04T07:59:44.506Z Downloaded pem v3.0.5
4242026-06-04T07:59:44.506Z Downloaded icu_properties v2.0.1
4252026-06-04T07:59:44.511Z Downloaded getrandom v0.4.2
4262026-06-04T07:59:44.511Z Downloaded heapless v0.8.0
4272026-06-04T07:59:44.514Z Downloaded ref-cast-impl v1.0.25
4282026-06-04T07:59:44.514Z Downloaded getrandom v0.3.3
4292026-06-04T07:59:44.518Z Downloaded pin-project-lite v0.2.16
4302026-06-04T07:59:44.522Z Downloaded pest_generator v2.8.2
4312026-06-04T07:59:44.522Z Downloaded rustc-hash v2.1.1
4322026-06-04T07:59:44.525Z Downloaded memmap2 v0.9.8
4332026-06-04T07:59:44.525Z Downloaded paste v1.0.15
4342026-06-04T07:59:44.529Z Downloaded pkg-config v0.3.32
4352026-06-04T07:59:44.529Z Downloaded pin-project-internal v1.1.10
4362026-06-04T07:59:44.534Z Downloaded proc-macro-crate v1.3.1
4372026-06-04T07:59:44.534Z Downloaded ppv-lite86 v0.2.21
4382026-06-04T07:59:44.534Z Downloaded newtype-uuid v1.3.2
4392026-06-04T07:59:44.538Z Downloaded poly1305 v0.8.0
4402026-06-04T07:59:44.538Z Downloaded progenitor v0.13.0
4412026-06-04T07:59:44.538Z Downloaded rustc_version v0.1.7
4422026-06-04T07:59:44.542Z Downloaded indexmap v1.9.3
4432026-06-04T07:59:44.542Z Downloaded allocator-api2 v0.2.21
4442026-06-04T07:59:44.545Z Downloaded proc-macro-error v1.0.4
4452026-06-04T07:59:44.545Z Downloaded progenitor v0.11.1
4462026-06-04T07:59:44.550Z Downloaded darling_core v0.21.3
4472026-06-04T07:59:44.553Z Downloaded scroll_derive v0.12.1
4482026-06-04T07:59:44.553Z Downloaded crossbeam-utils v0.8.21
4492026-06-04T07:59:44.556Z Downloaded proc-macro-error2 v2.0.1
4502026-06-04T07:59:44.556Z Downloaded bytes v1.11.1
4512026-06-04T07:59:44.563Z Downloaded same-file v1.0.6
4522026-06-04T07:59:44.567Z Downloaded progenitor-client v0.13.0
4532026-06-04T07:59:44.567Z Downloaded once_cell v1.21.3
4542026-06-04T07:59:44.567Z Downloaded omicron-zone-package v0.12.2
4552026-06-04T07:59:44.567Z Downloaded scopeguard v1.2.0
4562026-06-04T07:59:44.570Z Downloaded rand_core v0.6.4
4572026-06-04T07:59:44.570Z Downloaded oxnet v0.1.4
4582026-06-04T07:59:44.570Z Downloaded semver v0.1.20
4592026-06-04T07:59:44.570Z Downloaded const-oid v0.10.2
4602026-06-04T07:59:44.573Z Downloaded secrecy v0.10.3
4612026-06-04T07:59:44.577Z Downloaded parking_lot_core v0.9.12
4622026-06-04T07:59:44.577Z Downloaded search_path v0.1.4
4632026-06-04T07:59:44.577Z Downloaded rand_core v0.9.3
4642026-06-04T07:59:44.580Z Downloaded resolv-conf v0.7.5
4652026-06-04T07:59:44.580Z Downloaded ref-cast v1.0.25
4662026-06-04T07:59:44.583Z Downloaded phf v0.12.1
4672026-06-04T07:59:44.583Z Downloaded pest_meta v2.8.2
4682026-06-04T07:59:44.585Z Downloaded password-hash v0.5.0
4692026-06-04T07:59:44.588Z Downloaded sha1 v0.10.6
4702026-06-04T07:59:44.588Z Downloaded serde_spanned v1.1.1
4712026-06-04T07:59:44.591Z Downloaded hickory-resolver v0.25.2
4722026-06-04T07:59:44.594Z Downloaded serde_repr v0.1.20
4732026-06-04T07:59:44.594Z Downloaded postcard v1.1.3
4742026-06-04T07:59:44.598Z Downloaded icu_provider v2.0.0
4752026-06-04T07:59:44.598Z Downloaded sha1 v0.11.0
4762026-06-04T07:59:44.601Z Downloaded serde_urlencoded v0.7.1
4772026-06-04T07:59:44.601Z Downloaded log v0.4.29
4782026-06-04T07:59:44.604Z Downloaded rustc_version v0.4.1
4792026-06-04T07:59:44.605Z Downloaded num-traits v0.2.19
4802026-06-04T07:59:44.608Z Downloaded rusty-fork v0.3.0
4812026-06-04T07:59:44.608Z Downloaded progenitor v0.10.0
4822026-06-04T07:59:44.608Z Downloaded icu_normalizer_data v2.0.0
4832026-06-04T07:59:44.612Z Downloaded serde_plain v1.0.2
4842026-06-04T07:59:44.617Z Downloaded pest_derive v2.8.2
4852026-06-04T07:59:44.617Z Downloaded signal-hook-tokio v0.3.1
4862026-06-04T07:59:44.617Z Downloaded schemars_derive v0.8.22
4872026-06-04T07:59:44.617Z Downloaded rustversion v1.0.22
4882026-06-04T07:59:44.620Z Downloaded dropshot-api-manager v0.7.2
4892026-06-04T07:59:44.623Z Downloaded smawk v0.3.2
4902026-06-04T07:59:44.624Z Downloaded crypto-bigint v0.5.5
4912026-06-04T07:59:44.628Z Downloaded siphasher v1.0.1
4922026-06-04T07:59:44.633Z Downloaded sigpipe v0.1.3
4932026-06-04T07:59:44.633Z Downloaded serde_spanned v0.6.9
4942026-06-04T07:59:44.633Z Downloaded rustls-pemfile v2.2.0
4952026-06-04T07:59:44.633Z Downloaded curl v0.4.49
4962026-06-04T07:59:44.637Z Downloaded icu_normalizer v2.0.0
4972026-06-04T07:59:44.637Z Downloaded icu_locale_core v2.0.0
4982026-06-04T07:59:44.647Z Downloaded strsim v0.11.1
4992026-06-04T07:59:44.706Z Downloaded stable_deref_trait v1.2.0
5002026-06-04T07:59:44.706Z Downloaded serde_path_to_error v0.1.20
5012026-06-04T07:59:44.706Z Downloaded structmeta-derive v0.3.0
5022026-06-04T07:59:44.706Z Downloaded quote v1.0.45
5032026-06-04T07:59:44.706Z Downloaded const_format v0.2.34
5042026-06-04T07:59:44.706Z Downloaded scroll_derive v0.13.1
5052026-06-04T07:59:44.707Z Downloaded scroll v0.13.0
5062026-06-04T07:59:44.707Z Downloaded scroll v0.12.0
5072026-06-04T07:59:44.707Z Downloaded serde-big-array v0.5.1
5082026-06-04T07:59:44.707Z Downloaded subtle v2.6.1
5092026-06-04T07:59:44.707Z Downloaded structmeta v0.3.0
5102026-06-04T07:59:44.707Z Downloaded serde_derive_internals v0.29.1
5112026-06-04T07:59:44.707Z Downloaded swrite v0.1.0
5122026-06-04T07:59:44.707Z Downloaded supports-color v3.0.2
5132026-06-04T07:59:44.707Z Downloaded strum v0.27.2
5142026-06-04T07:59:44.707Z Downloaded tagptr v0.2.0
5152026-06-04T07:59:44.707Z Downloaded icu_collections v2.0.0
5162026-06-04T07:59:44.707Z Downloaded pin-project v1.1.10
5172026-06-04T07:59:44.707Z Downloaded jiff-static v0.2.15
5182026-06-04T07:59:44.707Z Downloaded sync_wrapper v1.0.2
5192026-06-04T07:59:44.707Z Downloaded slog-json v2.6.1
5202026-06-04T07:59:44.707Z Downloaded slog-dtrace v0.3.0
5212026-06-04T07:59:44.707Z Downloaded testing_table v0.3.0
5222026-06-04T07:59:44.707Z Downloaded proc-macro2 v1.0.106
5232026-06-04T07:59:44.707Z Downloaded terminal_size v0.4.3
5242026-06-04T07:59:44.707Z Downloaded thread-id v5.0.0
5252026-06-04T07:59:44.707Z Downloaded thread-id v4.2.2
5262026-06-04T07:59:44.707Z Downloaded cc v1.2.63
5272026-06-04T07:59:44.707Z Downloaded thiserror-impl-no-std v2.0.2
5282026-06-04T07:59:44.707Z Downloaded slab v0.4.11
5292026-06-04T07:59:44.707Z Downloaded tokio-macros v2.7.0
5302026-06-04T07:59:44.714Z Downloaded take_mut v0.2.2
5312026-06-04T07:59:44.714Z Downloaded slog-term v2.9.2
5322026-06-04T07:59:44.714Z Downloaded expectorate v1.2.0
5332026-06-04T07:59:44.714Z Downloaded termtree v0.5.1
5342026-06-04T07:59:44.714Z Downloaded progenitor-impl v0.10.0
5352026-06-04T07:59:44.714Z Downloaded progenitor-impl v0.11.1
5362026-06-04T07:59:44.714Z Downloaded hickory-resolver v0.24.4
5372026-06-04T07:59:44.714Z Downloaded snafu-derive v0.8.9
5382026-06-04T07:59:44.714Z Downloaded flate2 v1.1.2
5392026-06-04T07:59:44.714Z Downloaded tinyvec_macros v0.1.1
5402026-06-04T07:59:44.717Z Downloaded time-core v0.1.8
5412026-06-04T07:59:44.717Z Downloaded shlex v2.0.1
5422026-06-04T07:59:44.717Z Downloaded tabwriter v1.4.1
5432026-06-04T07:59:44.717Z Downloaded tabled_derive v0.7.0
5442026-06-04T07:59:44.717Z Downloaded openssl-sys v0.9.116
5452026-06-04T07:59:44.722Z Downloaded static_assertions v1.1.0
5462026-06-04T07:59:44.722Z Downloaded papergrid v0.17.0
5472026-06-04T07:59:44.725Z Downloaded papergrid v0.11.0
5482026-06-04T07:59:44.729Z Downloaded smf v0.2.3
5492026-06-04T07:59:44.729Z Downloaded slog-bunyan v2.5.0
5502026-06-04T07:59:44.729Z Downloaded slog-async v2.8.0
5512026-06-04T07:59:44.733Z Downloaded tabled_derive v0.11.0
5522026-06-04T07:59:44.733Z Downloaded strum_macros v0.27.2
5532026-06-04T07:59:44.733Z Downloaded minimal-lexical v0.2.1
5542026-06-04T07:59:44.737Z Downloaded strum_macros v0.26.4
5552026-06-04T07:59:44.737Z Downloaded prettyplease v0.2.37
5562026-06-04T07:59:44.740Z Downloaded serde_with_macros v3.14.1
5572026-06-04T07:59:44.740Z Downloaded synstructure v0.13.2
5582026-06-04T07:59:44.740Z Downloaded crossbeam-channel v0.5.15
5592026-06-04T07:59:44.744Z Downloaded memchr v2.7.5
5602026-06-04T07:59:44.747Z Downloaded tower-layer v0.3.3
5612026-06-04T07:59:44.747Z Downloaded strum v0.26.3
5622026-06-04T07:59:44.748Z Downloaded signal-hook-registry v1.4.6
5632026-06-04T07:59:44.752Z Downloaded shlex v1.3.0
5642026-06-04T07:59:44.752Z Downloaded sha2 v0.10.9
5652026-06-04T07:59:44.752Z Downloaded serde_tokenstream v0.2.3
5662026-06-04T07:59:44.754Z Downloaded ryu v1.0.20
5672026-06-04T07:59:44.754Z Downloaded tinystr v0.8.1
5682026-06-04T07:59:44.758Z Downloaded thiserror-impl v2.0.18
5692026-06-04T07:59:44.758Z Downloaded time-macros v0.2.27
5702026-06-04T07:59:44.761Z Downloaded thiserror-impl v1.0.69
5712026-06-04T07:59:44.761Z Downloaded thiserror v2.0.18
5722026-06-04T07:59:44.765Z Downloaded http v1.4.1
5732026-06-04T07:59:44.765Z Downloaded hashbrown v0.12.3
5742026-06-04T07:59:44.768Z Downloaded thiserror v1.0.69
5752026-06-04T07:59:44.771Z Downloaded tower-service v0.3.3
5762026-06-04T07:59:44.772Z Downloaded toml_write v0.1.2
5772026-06-04T07:59:44.775Z Downloaded unarray v0.1.4
5782026-06-04T07:59:44.775Z Downloaded topological-sort v0.2.2
5792026-06-04T07:59:44.775Z Downloaded typify-macro v0.4.3
5802026-06-04T07:59:44.775Z Downloaded smallvec v1.15.1
5812026-06-04T07:59:44.778Z Downloaded universal-hash v0.5.1
5822026-06-04T07:59:44.778Z Downloaded unicode-xid v0.2.6
5832026-06-04T07:59:44.778Z Downloaded thread_local v1.1.9
5842026-06-04T07:59:44.782Z Downloaded thiserror-no-std v2.0.2
5852026-06-04T07:59:44.782Z Downloaded tokio-rustls v0.25.0
5862026-06-04T07:59:44.785Z Downloaded tokio-dtrace v0.1.1
5872026-06-04T07:59:44.785Z Downloaded semver v1.0.28
5882026-06-04T07:59:44.785Z Downloaded spin v0.9.8
5892026-06-04T07:59:44.785Z Downloaded try-lock v0.2.5
5902026-06-04T07:59:44.788Z Downloaded schemars v0.8.22
5912026-06-04T07:59:44.793Z Downloaded untrusted v0.7.1
5922026-06-04T07:59:44.795Z Downloaded unicode-linebreak v0.1.5
5932026-06-04T07:59:44.795Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5942026-06-04T07:59:44.795Z Downloaded untrusted v0.9.0
5952026-06-04T07:59:44.798Z Downloaded serde_derive v1.0.228
5962026-06-04T07:59:44.798Z Downloaded usdt-attr-macro v0.6.0
5972026-06-04T07:59:44.801Z Downloaded usdt v0.5.0
5982026-06-04T07:59:44.801Z Downloaded serde_core v1.0.228
5992026-06-04T07:59:44.801Z Downloaded toml_datetime v0.6.11
6002026-06-04T07:59:44.805Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6012026-06-04T07:59:44.805Z Downloaded miniz_oxide v0.8.9
6022026-06-04T07:59:44.808Z Downloaded usdt-attr-macro v0.5.0
6032026-06-04T07:59:44.808Z Downloaded progenitor-impl v0.13.0
6042026-06-04T07:59:44.808Z Downloaded signal-hook v0.3.18
6052026-06-04T07:59:44.812Z Downloaded utf8parse v0.2.2
6062026-06-04T07:59:44.812Z Downloaded utf8_iter v1.0.4
6072026-06-04T07:59:44.812Z Downloaded usdt-macro v0.5.0
6082026-06-04T07:59:44.814Z Downloaded usdt-macro v0.6.0
6092026-06-04T07:59:44.814Z Downloaded usdt v0.6.0
6102026-06-04T07:59:44.814Z Downloaded quinn-udp v0.5.14
6112026-06-04T07:59:44.814Z Downloaded rand_chacha v0.9.0
6122026-06-04T07:59:44.814Z Downloaded parking_lot v0.12.5
6132026-06-04T07:59:44.817Z Downloaded oxide-tokio-rt v0.1.2
6142026-06-04T07:59:44.817Z Downloaded chacha20poly1305 v0.10.1
6152026-06-04T07:59:44.821Z Downloaded slog v2.8.2
6162026-06-04T07:59:44.821Z Downloaded parse-display-derive v0.10.0
6172026-06-04T07:59:44.824Z Downloaded owo-colors v4.3.0
6182026-06-04T07:59:44.824Z Downloaded waitgroup v0.1.2
6192026-06-04T07:59:44.824Z Downloaded wait-timeout v0.2.1
6202026-06-04T07:59:44.824Z Downloaded num-integer v0.1.46
6212026-06-04T07:59:44.827Z Downloaded yoke-derive v0.8.0
6222026-06-04T07:59:44.827Z Downloaded tokio-native-tls v0.3.1
6232026-06-04T07:59:44.827Z Downloaded rustls-pki-types v1.12.0
6242026-06-04T07:59:44.829Z Downloaded want v0.3.1
6252026-06-04T07:59:44.830Z Downloaded crossbeam-epoch v0.9.18
6262026-06-04T07:59:44.833Z Downloaded anyhow v1.0.102
6272026-06-04T07:59:44.837Z Downloaded similar v2.7.0
6282026-06-04T07:59:44.837Z Downloaded num-rational v0.4.2
6292026-06-04T07:59:44.839Z Downloaded toml_writer v1.1.1+spec-1.1.0
6302026-06-04T07:59:44.839Z Downloaded native-tls v0.2.14
6312026-06-04T07:59:44.842Z Downloaded quinn v0.11.9
6322026-06-04T07:59:44.842Z Downloaded zerofrom-derive v0.1.6
6332026-06-04T07:59:44.842Z Downloaded typify-macro v0.6.1
6342026-06-04T07:59:44.845Z Downloaded multer v3.1.0
6352026-06-04T07:59:44.845Z Downloaded xattr v1.6.1
6362026-06-04T07:59:44.845Z Downloaded zeroize_derive v1.4.3
6372026-06-04T07:59:44.848Z Downloaded schemars v0.9.0
6382026-06-04T07:59:44.853Z Downloaded zone v0.3.1
6392026-06-04T07:59:44.855Z Downloaded tokio-rustls v0.26.4
6402026-06-04T07:59:44.855Z Downloaded camino v1.2.2
6412026-06-04T07:59:44.858Z Downloaded powerfmt v0.2.0
6422026-06-04T07:59:44.858Z Downloaded potential_utf v0.1.3
6432026-06-04T07:59:44.858Z Downloaded ipnet v2.11.0
6442026-06-04T07:59:44.861Z Downloaded memmap v0.7.0
6452026-06-04T07:59:44.861Z Downloaded zerofrom v0.1.6
6462026-06-04T07:59:44.861Z Downloaded macaddr v1.0.1
6472026-06-04T07:59:44.865Z Downloaded toml v0.8.23
6482026-06-04T07:59:44.865Z Downloaded rand v0.8.5
6492026-06-04T07:59:44.865Z Downloaded base16ct v0.2.0
6502026-06-04T07:59:44.868Z Downloaded usdt-impl v0.5.0
6512026-06-04T07:59:44.868Z Downloaded rayon-core v1.13.0
6522026-06-04T07:59:44.871Z Downloaded socket2 v0.6.4
6532026-06-04T07:59:44.871Z Downloaded libscf-sys v1.2.0
6542026-06-04T07:59:44.871Z Downloaded lazy_static v1.5.0
6552026-06-04T07:59:44.875Z Downloaded camino-tempfile v1.4.1
6562026-06-04T07:59:44.875Z Downloaded bitflags v2.11.1
6572026-06-04T07:59:44.882Z Downloaded serde_yaml v0.9.34+deprecated
6582026-06-04T07:59:44.882Z Downloaded crossbeam-deque v0.8.6
6592026-06-04T07:59:44.882Z Downloaded globset v0.4.16
6602026-06-04T07:59:44.888Z Downloaded csv-core v0.1.12
6612026-06-04T07:59:44.888Z Downloaded const_format_proc_macros v0.2.34
6622026-06-04T07:59:44.888Z Downloaded term v1.2.0
6632026-06-04T07:59:44.888Z Downloaded anstyle-parse v1.0.0
6642026-06-04T07:59:44.888Z Downloaded zone_cfg_derive v0.3.1
6652026-06-04T07:59:44.888Z Downloaded chacha20 v0.9.1
6662026-06-04T07:59:44.891Z Downloaded cexpr v0.6.0
6672026-06-04T07:59:44.891Z Downloaded tempfile v3.27.0
6682026-06-04T07:59:44.891Z Downloaded nom v7.1.3
6692026-06-04T07:59:44.896Z Downloaded tinyvec v1.10.0
6702026-06-04T07:59:44.896Z Downloaded rustls-webpki v0.103.6
6712026-06-04T07:59:44.899Z Downloaded walkdir v2.5.0
6722026-06-04T07:59:44.899Z Downloaded whoami v1.6.1
6732026-06-04T07:59:44.899Z Downloaded snafu v0.8.9
6742026-06-04T07:59:44.902Z Downloaded vsss-rs v3.3.4
6752026-06-04T07:59:44.905Z Downloaded version_check v0.9.5
6762026-06-04T07:59:44.905Z Downloaded tracing-attributes v0.1.30
6772026-06-04T07:59:44.905Z Downloaded test-strategy v0.4.3
6782026-06-04T07:59:44.908Z Downloaded indexmap v2.14.0
6792026-06-04T07:59:44.910Z Downloaded hashbrown v0.16.1
6802026-06-04T07:59:44.913Z Downloaded hyper-util v0.1.20
6812026-06-04T07:59:44.915Z Downloaded zerovec-derive v0.11.1
6822026-06-04T07:59:44.918Z Downloaded tokio-stream v0.1.17
6832026-06-04T07:59:44.927Z Downloaded yoke v0.8.0
6842026-06-04T07:59:44.927Z Downloaded cargo-platform v0.1.9
6852026-06-04T07:59:44.927Z Downloaded bytecount v0.6.9
6862026-06-04T07:59:44.929Z Downloaded inout v0.1.4
6872026-06-04T07:59:44.929Z Downloaded writeable v0.6.1
6882026-06-04T07:59:44.929Z Downloaded serde v1.0.228
6892026-06-04T07:59:44.930Z Downloaded rand v0.9.3
6902026-06-04T07:59:44.930Z Downloaded toml v0.9.12+spec-1.1.0
6912026-06-04T07:59:44.930Z Downloaded toml v0.7.8
6922026-06-04T07:59:44.932Z Downloaded zmij v1.0.17
6932026-06-04T07:59:44.932Z Downloaded aws-lc-rs v1.16.2
6942026-06-04T07:59:44.937Z Downloaded idna v1.1.0
6952026-06-04T07:59:44.940Z Downloaded zeroize v1.8.1
6962026-06-04T07:59:44.944Z Downloaded vergen v8.3.2
6972026-06-04T07:59:44.944Z Downloaded mio v1.2.1
6982026-06-04T07:59:44.947Z Downloaded usdt-impl v0.6.0
6992026-06-04T07:59:44.947Z Downloaded clap_builder v4.6.0
7002026-06-04T07:59:44.950Z Downloaded cmake v0.1.54
7012026-06-04T07:59:44.956Z Downloaded clang-sys v1.8.1
7022026-06-04T07:59:44.956Z Downloaded indent_write v2.2.0
7032026-06-04T07:59:44.956Z Downloaded tracing-core v0.1.34
7042026-06-04T07:59:44.961Z Downloaded toml_parser v1.1.2+spec-1.1.0
7052026-06-04T07:59:44.961Z Downloaded schemars v1.2.0
7062026-06-04T07:59:44.969Z Downloaded unicode-ident v1.0.24
7072026-06-04T07:59:44.972Z Downloaded typify v0.6.1
7082026-06-04T07:59:44.972Z Downloaded textwrap v0.16.2
7092026-06-04T07:59:44.972Z Downloaded zerocopy-derive v0.7.35
7102026-06-04T07:59:44.972Z Downloaded ucd-trie v0.1.7
7112026-06-04T07:59:44.972Z Downloaded qorb v0.4.1
7122026-06-04T07:59:44.975Z Downloaded unsafe-libyaml v0.2.11
7132026-06-04T07:59:44.981Z Downloaded toml v1.1.2+spec-1.1.0
7142026-06-04T07:59:44.981Z Downloaded steno v0.4.1
7152026-06-04T07:59:44.984Z Downloaded iddqd v0.3.18
7162026-06-04T07:59:44.984Z Downloaded icu_properties_data v2.0.1
7172026-06-04T07:59:44.992Z Downloaded toml_edit v0.22.27
7182026-06-04T07:59:44.997Z Downloaded hashbrown v0.17.1
7192026-06-04T07:59:44.997Z Downloaded tar v0.4.45
7202026-06-04T07:59:45.001Z Downloaded itertools v0.14.0
7212026-06-04T07:59:45.001Z Downloaded hashbrown v0.15.5
7222026-06-04T07:59:45.005Z Downloaded uuid v1.23.2
7232026-06-04T07:59:45.005Z Downloaded libm v0.2.15
7242026-06-04T07:59:45.010Z Downloaded iri-string v0.7.8
7252026-06-04T07:59:45.014Z Downloaded hkdf v0.12.4
7262026-06-04T07:59:45.017Z Downloaded h2 v0.4.14
7272026-06-04T07:59:45.023Z Downloaded hyper v1.10.1
7282026-06-04T07:59:45.028Z Downloaded typify v0.4.3
7292026-06-04T07:59:45.028Z Downloaded itertools v0.12.1
7302026-06-04T07:59:45.034Z Downloaded highway v1.3.0
7312026-06-04T07:59:45.035Z Downloaded either v1.15.0
7322026-06-04T07:59:45.035Z Downloaded aho-corasick v1.1.3
7332026-06-04T07:59:45.039Z Downloaded derive-ex v0.1.8
7342026-06-04T07:59:45.039Z Downloaded futures-util v0.3.32
7352026-06-04T07:59:45.045Z Downloaded tracing v0.1.41
7362026-06-04T07:59:45.045Z Downloaded pest v2.8.2
7372026-06-04T07:59:45.049Z Downloaded bitflags v1.3.2
7382026-06-04T07:59:45.049Z Downloaded base64ct v1.8.0
7392026-06-04T07:59:45.049Z Downloaded toml_edit v0.19.15
7402026-06-04T07:59:45.057Z Downloaded goblin v0.8.2
7412026-06-04T07:59:45.063Z Downloaded enum-as-inner v0.6.1
7422026-06-04T07:59:45.063Z Downloaded fnv v1.0.7
7432026-06-04T07:59:45.071Z Downloaded embedded-io v0.6.1
7442026-06-04T07:59:45.071Z Downloaded foreign-types-shared v0.3.1
7452026-06-04T07:59:45.071Z Downloaded dtrace-parser v0.3.0
7462026-06-04T07:59:45.071Z Downloaded debug-ignore v1.0.5
7472026-06-04T07:59:45.071Z Downloaded url v2.5.7
7482026-06-04T07:59:45.071Z Downloaded cstr-argument v0.1.2
7492026-06-04T07:59:45.071Z Downloaded float-ord v0.3.2
7502026-06-04T07:59:45.071Z Downloaded zerotrie v0.2.2
7512026-06-04T07:59:45.074Z Downloaded defmt-parser v1.0.0
7522026-06-04T07:59:45.074Z Downloaded futures-sink v0.3.32
7532026-06-04T07:59:45.074Z Downloaded foreign-types-macros v0.2.3
7542026-06-04T07:59:45.075Z Downloaded foreign-types v0.3.2
7552026-06-04T07:59:45.075Z Downloaded clap_lex v1.1.0
7562026-06-04T07:59:45.075Z Downloaded crypto-common v0.1.6
7572026-06-04T07:59:45.075Z Downloaded ciborium-ll v0.2.2
7582026-06-04T07:59:45.075Z Downloaded cpufeatures v0.2.17
7592026-06-04T07:59:45.075Z Downloaded bit-set v0.8.0
7602026-06-04T07:59:45.075Z Downloaded deranged v0.5.3
7612026-06-04T07:59:45.075Z Downloaded darling_macro v0.21.3
7622026-06-04T07:59:45.079Z Downloaded anstyle-query v1.1.4
7632026-06-04T07:59:45.079Z Downloaded crypto-common v0.2.2
7642026-06-04T07:59:45.079Z Downloaded cobs v0.3.0
7652026-06-04T07:59:45.079Z Downloaded zerocopy-derive v0.8.27
7662026-06-04T07:59:45.084Z Downloaded reqwest v0.13.2
7672026-06-04T07:59:45.089Z Downloaded async-stream v0.3.6
7682026-06-04T07:59:45.089Z Downloaded cipher v0.4.4
7692026-06-04T07:59:45.089Z Downloaded cfg_aliases v0.2.1
7702026-06-04T07:59:45.089Z Downloaded block-buffer v0.12.0
7712026-06-04T07:59:45.089Z Downloaded block-buffer v0.10.4
7722026-06-04T07:59:45.093Z Downloaded aead v0.5.2
7732026-06-04T07:59:45.093Z Downloaded data-encoding v2.9.0
7742026-06-04T07:59:45.093Z Downloaded regex v1.12.3
7752026-06-04T07:59:45.093Z Downloaded crucible-workspace-hack v0.1.0
7762026-06-04T07:59:45.098Z Downloaded cpufeatures v0.3.0
7772026-06-04T07:59:45.098Z Downloaded async-recursion v1.1.1
7782026-06-04T07:59:45.098Z Downloaded display-error-chain v0.2.2
7792026-06-04T07:59:45.098Z Downloaded convert_case v0.4.0
7802026-06-04T07:59:45.098Z Downloaded atomic-waker v1.1.2
7812026-06-04T07:59:45.102Z Downloaded blake3 v1.8.2
7822026-06-04T07:59:45.105Z Downloaded tower v0.5.2
7832026-06-04T07:59:45.112Z Downloaded typed-path v0.9.3
7842026-06-04T07:59:45.117Z Downloaded serde_json v1.0.150
7852026-06-04T07:59:45.127Z Downloaded typenum v1.20.1
7862026-06-04T07:59:45.128Z Downloaded tokio-util v0.7.16
7872026-06-04T07:59:45.132Z Downloaded portable-atomic v1.11.1
7882026-06-04T07:59:45.132Z Downloaded dropshot v0.17.1
7892026-06-04T07:59:45.141Z Downloaded reqwest v0.12.23
7902026-06-04T07:59:45.147Z Downloaded chrono v0.4.44
7912026-06-04T07:59:45.151Z Downloaded rayon v1.11.0
7922026-06-04T07:59:45.156Z Downloaded unicode-segmentation v1.12.0
7932026-06-04T07:59:45.163Z Downloaded unicode-normalization v0.1.24
7942026-06-04T07:59:45.163Z Downloaded tower-http v0.6.8
7952026-06-04T07:59:45.167Z Downloaded git2 v0.19.0
7962026-06-04T07:59:45.170Z Downloaded bindgen v0.72.1
7972026-06-04T07:59:45.174Z Downloaded rustls-webpki v0.102.8
7982026-06-04T07:59:45.182Z Downloaded zerovec v0.11.4
7992026-06-04T07:59:45.186Z Downloaded serde_with v3.14.1
8002026-06-04T07:59:45.194Z Downloaded proptest v1.8.0
8012026-06-04T07:59:45.203Z Downloaded goblin v0.10.1
8022026-06-04T07:59:45.207Z Downloaded tough v0.20.0
8032026-06-04T07:59:45.211Z Downloaded dropshot v0.16.7
8042026-06-04T07:59:45.223Z Downloaded moka v0.12.11
8052026-06-04T07:59:45.228Z Downloaded winnow v0.5.40
8062026-06-04T07:59:45.237Z Downloaded quinn-proto v0.11.14
8072026-06-04T07:59:45.243Z Downloaded zerocopy v0.7.35
8082026-06-04T07:59:45.252Z Downloaded winnow v1.0.3
8092026-06-04T07:59:45.257Z Downloaded winnow v0.7.14
8102026-06-04T07:59:45.295Z Downloaded tabled v0.15.0
8112026-06-04T07:59:45.305Z Downloaded tabled v0.20.0
8122026-06-04T07:59:45.305Z Downloaded time v0.3.47
8132026-06-04T07:59:45.305Z Downloaded curve25519-dalek v4.1.3
8142026-06-04T07:59:45.305Z Downloaded bstr v1.12.0
8152026-06-04T07:59:45.305Z Downloaded syn v1.0.109
8162026-06-04T07:59:45.316Z Downloaded vcpkg v0.2.15
8172026-06-04T07:59:45.331Z Downloaded openssl v0.10.80
8182026-06-04T07:59:45.334Z Downloaded zerocopy v0.8.27
8192026-06-04T07:59:45.348Z Downloaded webpki-roots v1.0.2
8202026-06-04T07:59:45.355Z Downloaded rustls v0.22.4
8212026-06-04T07:59:45.360Z Downloaded smoltcp v0.11.0
8222026-06-04T07:59:45.371Z Downloaded regress v0.10.5
8232026-06-04T07:59:45.375Z Downloaded regex-syntax v0.8.6
8242026-06-04T07:59:45.375Z Downloaded unicode-width v0.2.1
8252026-06-04T07:59:45.375Z Downloaded openapiv3 v2.2.0
8262026-06-04T07:59:45.388Z Downloaded hickory-proto v0.25.2
8272026-06-04T07:59:45.393Z Downloaded rustix v0.38.44
8282026-06-04T07:59:45.401Z Downloaded rustls v0.23.40
8292026-06-04T07:59:45.406Z Downloaded hickory-proto v0.24.4
8302026-06-04T07:59:45.415Z Downloaded rustix v1.1.4
8312026-06-04T07:59:45.430Z Downloaded unicode-width v0.1.14
8322026-06-04T07:59:45.434Z Downloaded syn v2.0.117
8332026-06-04T07:59:45.440Z Downloaded nix v0.30.1
8342026-06-04T07:59:45.444Z Downloaded typify-impl v0.6.1
8352026-06-04T07:59:45.454Z Downloaded typify-impl v0.4.3
8362026-06-04T07:59:45.469Z Downloaded regex-automata v0.4.13
8372026-06-04T07:59:45.502Z Downloaded libz-sys v1.1.22
8382026-06-04T07:59:45.564Z Downloaded encoding_rs v0.8.35
8392026-06-04T07:59:45.593Z Downloaded libgit2-sys v0.17.0+1.8.1
8402026-06-04T07:59:45.622Z Downloaded jiff v0.2.15
8412026-06-04T07:59:45.632Z Downloaded petgraph v0.6.5
8422026-06-04T07:59:45.650Z Downloaded chrono-tz v0.10.4
8432026-06-04T07:59:45.660Z Downloaded petgraph v0.8.2
8442026-06-04T07:59:45.672Z Downloaded libc v0.2.183
8452026-06-04T07:59:45.701Z Downloaded csv v1.4.0
8462026-06-04T07:59:45.720Z Downloaded sha3 v0.10.8
8472026-06-04T07:59:45.743Z Downloaded tokio v1.52.3
8482026-06-04T07:59:45.859Z Downloaded ring v0.17.14
8492026-06-04T07:59:45.898Z Downloaded curl-sys v0.4.83+curl-8.15.0
8502026-06-04T07:59:46.410Z Downloaded aws-lc-sys v0.39.1
8512026-06-04T07:59:46.736Z Compiling proc-macro2 v1.0.106
8522026-06-04T07:59:46.736Z Compiling quote v1.0.45
8532026-06-04T07:59:46.736Z Compiling unicode-ident v1.0.24
8542026-06-04T07:59:46.739Z Compiling serde_core v1.0.228
8552026-06-04T07:59:46.739Z Compiling serde v1.0.228
8562026-06-04T07:59:46.739Z Compiling libc v0.2.183
8572026-06-04T07:59:46.739Z Checking cfg-if v1.0.4
8582026-06-04T07:59:47.010Z Compiling zmij v1.0.17
8592026-06-04T07:59:47.049Z Compiling autocfg v1.5.0
8602026-06-04T07:59:47.337Z Compiling memchr v2.7.5
8612026-06-04T07:59:47.359Z Compiling libm v0.2.15
8622026-06-04T07:59:47.723Z Compiling getrandom v0.4.2
8632026-06-04T07:59:47.798Z Checking smallvec v1.15.1
8642026-06-04T07:59:47.810Z Checking itoa v1.0.15
8652026-06-04T07:59:47.850Z Compiling version_check v0.9.5
8662026-06-04T07:59:47.902Z Compiling thiserror v2.0.18
8672026-06-04T07:59:47.926Z Compiling jobserver v0.1.34
8682026-06-04T07:59:48.001Z Compiling shlex v2.0.1
8692026-06-04T07:59:48.114Z Compiling find-msvc-tools v0.1.9
8702026-06-04T07:59:48.148Z Compiling syn v2.0.117
8712026-06-04T07:59:48.180Z Compiling icu_normalizer_data v2.0.0
8722026-06-04T07:59:48.214Z Compiling icu_properties_data v2.0.1
8732026-06-04T07:59:48.343Z Compiling cc v1.2.63
8742026-06-04T07:59:48.372Z Compiling parking_lot_core v0.9.12
8752026-06-04T07:59:48.412Z Checking stable_deref_trait v1.2.0
8762026-06-04T07:59:48.424Z Compiling serde_json v1.0.150
8772026-06-04T07:59:48.658Z Checking writeable v0.6.1
8782026-06-04T07:59:48.684Z Compiling heck v0.5.0
8792026-06-04T07:59:48.726Z Checking litemap v0.8.0
8802026-06-04T07:59:48.852Z Compiling num-traits v0.2.19
8812026-06-04T07:59:48.879Z Checking percent-encoding v2.3.2
8822026-06-04T07:59:49.039Z Checking form_urlencoded v1.2.2
8832026-06-04T07:59:49.185Z Checking utf8_iter v1.0.4
8842026-06-04T07:59:49.248Z Compiling zerocopy v0.8.27
8852026-06-04T07:59:49.285Z Checking pin-project-lite v0.2.16
8862026-06-04T07:59:49.307Z Checking iana-time-zone v0.1.64
8872026-06-04T07:59:49.381Z Compiling rustversion v1.0.22
8882026-06-04T07:59:49.412Z Compiling log v0.4.29
8892026-06-04T07:59:49.436Z Compiling semver v1.0.28
8902026-06-04T07:59:49.589Z Checking socket2 v0.6.4
8912026-06-04T07:59:49.611Z Compiling equivalent v1.0.2
8922026-06-04T07:59:49.669Z Checking uuid v1.23.2
8932026-06-04T07:59:49.697Z Checking scopeguard v1.2.0
8942026-06-04T07:59:49.799Z Checking lock_api v0.4.14
8952026-06-04T07:59:49.938Z Checking signal-hook-registry v1.4.6
8962026-06-04T07:59:49.954Z Checking mio v1.2.1
8972026-06-04T07:59:49.990Z Checking getrandom v0.2.16
8982026-06-04T07:59:49.992Z Checking dyn-clone v1.0.20
8992026-06-04T07:59:50.014Z Checking parking_lot v0.12.5
9002026-06-04T07:59:50.086Z Compiling schemars v0.8.22
9012026-06-04T07:59:50.089Z Checking bitflags v2.11.1
9022026-06-04T07:59:50.292Z Compiling portable-atomic v1.11.1
9032026-06-04T07:59:50.395Z Checking futures-core v0.3.32
9042026-06-04T07:59:50.409Z Checking critical-section v1.2.0
9052026-06-04T07:59:50.437Z Compiling ring v0.17.14
9062026-06-04T07:59:50.524Z Compiling hashbrown v0.17.1
9072026-06-04T07:59:50.536Z Compiling thiserror v1.0.69
9082026-06-04T07:59:50.560Z Compiling httparse v1.10.1
9092026-06-04T07:59:51.024Z Compiling synstructure v0.13.2
9102026-06-04T07:59:51.037Z Compiling serde_derive_internals v0.29.1
9112026-06-04T07:59:51.074Z Compiling indexmap v2.14.0
9122026-06-04T07:59:51.188Z Checking futures-sink v0.3.32
9132026-06-04T07:59:51.227Z Checking once_cell v1.21.3
9142026-06-04T07:59:51.288Z Compiling regex-syntax v0.8.6
9152026-06-04T07:59:51.566Z Compiling rustix v1.1.4
9162026-06-04T07:59:51.664Z Checking slab v0.4.11
9172026-06-04T07:59:51.723Z Compiling aho-corasick v1.1.3
9182026-06-04T07:59:51.796Z Checking subtle v2.6.1
9192026-06-04T07:59:51.814Z Compiling ucd-trie v0.1.7
9202026-06-04T07:59:51.944Z Checking futures-channel v0.3.32
9212026-06-04T07:59:52.044Z Compiling anyhow v1.0.102
9222026-06-04T07:59:52.140Z Checking rand_core v0.6.4
9232026-06-04T07:59:52.151Z Checking typenum v1.20.1
9242026-06-04T07:59:52.304Z Checking futures-io v0.3.32
9252026-06-04T07:59:52.317Z Compiling serde_derive v1.0.228
9262026-06-04T07:59:52.362Z Compiling zerofrom-derive v0.1.6
9272026-06-04T07:59:52.418Z Compiling yoke-derive v0.8.0
9282026-06-04T07:59:52.860Z Compiling zerovec-derive v0.11.1
9292026-06-04T07:59:52.920Z Compiling displaydoc v0.2.5
9302026-06-04T07:59:53.196Z Compiling thiserror-impl v2.0.18
9312026-06-04T07:59:53.402Z Compiling schemars_derive v0.8.22
9322026-06-04T07:59:53.458Z Compiling tokio-macros v2.7.0
9332026-06-04T07:59:53.577Z Checking zerofrom v0.1.6
9342026-06-04T07:59:53.648Z Compiling zerocopy-derive v0.8.27
9352026-06-04T07:59:53.693Z Checking yoke v0.8.0
9362026-06-04T07:59:53.866Z Checking zerotrie v0.2.2
9372026-06-04T07:59:53.940Z Checking zerovec v0.11.4
9382026-06-04T07:59:54.107Z Compiling futures-macro v0.3.32
9392026-06-04T07:59:54.173Z Compiling zeroize_derive v1.4.3
9402026-06-04T07:59:54.567Z Compiling thiserror-impl v1.0.69
9412026-06-04T07:59:54.592Z Compiling regex-automata v0.4.13
9422026-06-04T07:59:54.649Z Checking tinystr v0.8.1
9432026-06-04T07:59:54.815Z Checking potential_utf v0.1.3
9442026-06-04T07:59:54.827Z Checking icu_locale_core v2.0.0
9452026-06-04T07:59:54.843Z Checking zeroize v1.8.1
9462026-06-04T07:59:54.937Z Checking icu_collections v2.0.0
9472026-06-04T07:59:55.093Z Compiling pest v2.8.2
9482026-06-04T07:59:55.334Z Checking icu_provider v2.0.0
9492026-06-04T07:59:55.356Z Checking bytes v1.11.1
9502026-06-04T07:59:55.495Z Checking chrono v0.4.44
9512026-06-04T07:59:55.575Z Checking icu_normalizer v2.0.0
9522026-06-04T07:59:55.785Z Checking icu_properties v2.0.1
9532026-06-04T07:59:55.798Z Compiling serde_tokenstream v0.2.3
9542026-06-04T07:59:55.887Z Checking tokio v1.52.3
9552026-06-04T07:59:56.125Z Checking futures-task v0.3.32
9562026-06-04T07:59:56.264Z Compiling pest_meta v2.8.2
9572026-06-04T07:59:56.312Z Compiling regex v1.12.3
9582026-06-04T07:59:56.345Z Checking futures-util v0.3.32
9592026-06-04T07:59:56.348Z Compiling getrandom v0.3.3
9602026-06-04T07:59:56.621Z Checking idna_adapter v1.2.1
9612026-06-04T07:59:56.719Z Compiling tracing-attributes v0.1.30
9622026-06-04T07:59:56.729Z Checking tracing-core v0.1.34
9632026-06-04T07:59:56.749Z Checking idna v1.1.0
9642026-06-04T07:59:56.988Z Checking url v2.5.7
9652026-06-04T07:59:57.029Z Compiling pest_generator v2.8.2
9662026-06-04T07:59:57.398Z Compiling pkg-config v0.3.32
9672026-06-04T07:59:57.578Z Compiling foldhash v0.2.0
9682026-06-04T07:59:57.657Z Compiling pest_derive v2.8.2
9692026-06-04T07:59:57.778Z Compiling allocator-api2 v0.2.21
9702026-06-04T07:59:57.850Z Checking fnv v1.0.7
9712026-06-04T07:59:57.910Z Checking tracing v0.1.41
9722026-06-04T07:59:58.039Z Checking http v1.4.1
9732026-06-04T07:59:58.086Z Compiling hashbrown v0.16.1
9742026-06-04T07:59:58.098Z Compiling generic-array v0.14.7
9752026-06-04T07:59:58.243Z Compiling vcpkg v0.2.15
9762026-06-04T07:59:58.343Z Compiling byteorder v1.5.0
9772026-06-04T07:59:58.369Z Compiling time-core v0.1.8
9782026-06-04T07:59:58.516Z Compiling num-conv v0.2.1
9792026-06-04T07:59:58.593Z Compiling regress v0.10.5
9802026-06-04T07:59:58.668Z Compiling time-macros v0.2.27
9812026-06-04T07:59:58.808Z Checking errno v0.3.14
9822026-06-04T07:59:58.933Z Checking base64 v0.22.1
9832026-06-04T07:59:59.013Z Checking ipnet v2.11.0
9842026-06-04T07:59:59.073Z Compiling scroll_derive v0.13.1
9852026-06-04T07:59:59.094Z Checking tokio-util v0.7.16
9862026-06-04T07:59:59.173Z Compiling camino v1.2.2
9872026-06-04T07:59:59.440Z Checking crypto-common v0.1.6
9882026-06-04T07:59:59.575Z Checking http-body v1.0.1
9892026-06-04T07:59:59.575Z Compiling crossbeam-utils v0.8.21
9902026-06-04T07:59:59.670Z Checking atomic-waker v1.1.2
9912026-06-04T07:59:59.713Z Checking ppv-lite86 v0.2.21
9922026-06-04T07:59:59.898Z Compiling slog v2.8.2
9932026-06-04T07:59:59.912Z Checking tower-service v0.3.3
9942026-06-04T07:59:59.998Z Compiling paste v1.0.15
9952026-06-04T08:00:00.011Z Checking try-lock v0.2.5
9962026-06-04T08:00:00.079Z Checking tower-layer v0.3.3
9972026-06-04T08:00:00.109Z Checking want v0.3.1
9982026-06-04T08:00:00.153Z Checking h2 v0.4.14
9992026-06-04T08:00:00.241Z Checking ipnetwork v0.21.1
10002026-06-04T08:00:00.254Z Checking erased-serde v0.3.31
10012026-06-04T08:00:00.369Z Checking rustls-pki-types v1.12.0
10022026-06-04T08:00:00.416Z Checking ryu v1.0.20
10032026-06-04T08:00:00.455Z Checking httpdate v1.0.3
10042026-06-04T08:00:00.469Z Checking pretty-hex v0.4.1
10052026-06-04T08:00:00.552Z Compiling async-trait v0.1.89
10062026-06-04T08:00:00.600Z Checking untrusted v0.9.0
10072026-06-04T08:00:00.646Z Compiling scroll v0.13.0
10082026-06-04T08:00:00.913Z Checking plain v0.2.3
10092026-06-04T08:00:00.989Z Compiling usdt-impl v0.6.0
10102026-06-04T08:00:01.016Z Checking http-body-util v0.1.3
10112026-06-04T08:00:01.078Z Compiling openssl-sys v0.9.116
10122026-06-04T08:00:01.111Z Compiling goblin v0.10.1
10132026-06-04T08:00:01.227Z Compiling cmake v0.1.54
10142026-06-04T08:00:01.258Z Compiling fs_extra v1.3.0
10152026-06-04T08:00:01.336Z Compiling slog-async v2.8.0
10162026-06-04T08:00:01.572Z Compiling dunce v1.0.5
10172026-06-04T08:00:01.623Z Compiling strsim v0.11.1
10182026-06-04T08:00:01.663Z Compiling aws-lc-sys v0.39.1
10192026-06-04T08:00:01.701Z Checking rand_core v0.9.3
10202026-06-04T08:00:01.724Z Checking serde_urlencoded v0.7.1
10212026-06-04T08:00:01.727Z Checking oxnet v0.1.4
10222026-06-04T08:00:01.868Z Checking block-buffer v0.10.4
10232026-06-04T08:00:01.915Z Compiling dtrace-parser v0.3.0
10242026-06-04T08:00:01.928Z Compiling openapiv3 v2.2.0
10252026-06-04T08:00:01.966Z Compiling thread-id v5.0.0
10262026-06-04T08:00:02.049Z Checking digest v0.10.7
10272026-06-04T08:00:02.104Z Checking hyper v1.10.1
10282026-06-04T08:00:02.241Z Compiling typify-impl v0.4.3
10292026-06-04T08:00:02.528Z Compiling ident_case v1.0.1
10302026-06-04T08:00:02.723Z Compiling omicron-workspace-hack v0.1.0
10312026-06-04T08:00:02.921Z Compiling darling_core v0.21.3
10322026-06-04T08:00:02.951Z Checking rand_chacha v0.9.0
10332026-06-04T08:00:03.001Z Checking hyper-util v0.1.20
10342026-06-04T08:00:03.134Z Compiling daft-derive v0.1.5
10352026-06-04T08:00:03.302Z Compiling aws-lc-rs v1.16.2
10362026-06-04T08:00:03.438Z Checking powerfmt v0.2.0
10372026-06-04T08:00:03.588Z Checking deranged v0.5.3
10382026-06-04T08:00:03.601Z Checking rand v0.9.3
10392026-06-04T08:00:03.861Z Compiling dof v0.4.0
10402026-06-04T08:00:04.051Z Checking num_threads v0.1.7
10412026-06-04T08:00:04.054Z Compiling syn v1.0.109
10422026-06-04T08:00:04.425Z Compiling unsafe-libyaml v0.2.11
10432026-06-04T08:00:04.565Z Checking time v0.3.47
10442026-06-04T08:00:04.773Z Checking sync_wrapper v1.0.2
10452026-06-04T08:00:04.873Z Compiling usdt-macro v0.6.0
10462026-06-04T08:00:04.876Z Compiling usdt-attr-macro v0.6.0
10472026-06-04T08:00:04.971Z Compiling darling_macro v0.21.3
10482026-06-04T08:00:05.096Z Compiling serde_yaml v0.9.34+deprecated
10492026-06-04T08:00:05.555Z Compiling darling v0.21.3
10502026-06-04T08:00:05.595Z Compiling typify-macro v0.4.3
10512026-06-04T08:00:05.722Z Checking encoding_rs v0.8.35
10522026-06-04T08:00:05.725Z Checking untrusted v0.7.1
10532026-06-04T08:00:05.747Z Checking mime v0.3.17
10542026-06-04T08:00:05.844Z Checking cpufeatures v0.2.17
10552026-06-04T08:00:05.925Z Checking tower v0.5.2
10562026-06-04T08:00:06.310Z Checking crossbeam-channel v0.5.15
10572026-06-04T08:00:06.354Z Checking futures-executor v0.3.32
10582026-06-04T08:00:06.368Z Compiling structmeta-derive v0.3.0
10592026-06-04T08:00:06.496Z Compiling multer v3.1.0
10602026-06-04T08:00:06.559Z Compiling rustls v0.23.40
10612026-06-04T08:00:06.626Z Checking iri-string v0.7.8
10622026-06-04T08:00:06.653Z Compiling rustls v0.22.4
10632026-06-04T08:00:06.760Z Checking futures v0.3.32
10642026-06-04T08:00:06.836Z Compiling async-stream-impl v0.3.6
10652026-06-04T08:00:06.881Z Checking thread_local v1.1.9
10662026-06-04T08:00:07.012Z Checking unicode-width v0.2.1
10672026-06-04T08:00:07.039Z Checking hex v0.4.3
10682026-06-04T08:00:07.092Z Compiling typify v0.4.3
10692026-06-04T08:00:07.180Z Checking foreign-types-shared v0.1.1
10702026-06-04T08:00:07.249Z Compiling openssl v0.10.80
10712026-06-04T08:00:07.262Z Checking fastrand v2.3.0
10722026-06-04T08:00:07.265Z Checking foreign-types v0.3.2
10732026-06-04T08:00:07.397Z Compiling structmeta v0.3.0
10742026-06-04T08:00:07.435Z Checking tempfile v3.27.0
10752026-06-04T08:00:07.592Z Compiling openssl-macros v0.1.1
10762026-06-04T08:00:07.615Z Checking tower-http v0.6.8
10772026-06-04T08:00:07.628Z Compiling strum_macros v0.26.4
10782026-06-04T08:00:07.657Z Checking memmap2 v0.9.8
10792026-06-04T08:00:07.745Z Checking is-terminal v0.4.16
10802026-06-04T08:00:07.813Z Checking match_cfg v0.1.0
10812026-06-04T08:00:07.832Z Checking take_mut v0.2.2
10822026-06-04T08:00:07.879Z Compiling native-tls v0.2.14
10832026-06-04T08:00:08.040Z Checking term v1.2.0
10842026-06-04T08:00:08.053Z Checking openssl-probe v0.1.6
10852026-06-04T08:00:08.152Z Checking hostname v0.3.1
10862026-06-04T08:00:08.260Z Checking slog-term v2.9.2
10872026-06-04T08:00:08.511Z Checking slog-json v2.6.1
10882026-06-04T08:00:08.571Z Compiling newtype-uuid-macros v0.1.0
10892026-06-04T08:00:08.664Z Compiling ref-cast v1.0.25
10902026-06-04T08:00:08.730Z Checking slog-bunyan v2.5.0
10912026-06-04T08:00:09.024Z Compiling ref-cast-impl v1.0.25
10922026-06-04T08:00:09.067Z Compiling dropshot v0.16.7
10932026-06-04T08:00:09.286Z Compiling derive-ex v0.1.8
10942026-06-04T08:00:09.331Z Checking webpki-roots v1.0.2
10952026-06-04T08:00:09.346Z Compiling dropshot_endpoint v0.16.7
10962026-06-04T08:00:09.446Z Compiling strum_macros v0.27.2
10972026-06-04T08:00:09.704Z Checking winnow v0.7.14
10982026-06-04T08:00:10.359Z Checking tokio-native-tls v0.3.1
10992026-06-04T08:00:10.730Z Checking hyper-tls v0.6.0
11002026-06-04T08:00:10.843Z Compiling progenitor-impl v0.11.1
11012026-06-04T08:00:10.892Z Compiling test-strategy v0.4.3
11022026-06-04T08:00:10.904Z Checking newtype-uuid v1.3.2
11032026-06-04T08:00:10.942Z Checking either v1.15.0
11042026-06-04T08:00:11.083Z Checking winnow v1.0.3
11052026-06-04T08:00:11.126Z Checking daft v0.1.5
11062026-06-04T08:00:11.180Z Compiling serde_with_macros v3.14.1
11072026-06-04T08:00:11.326Z Checking usdt v0.6.0
11082026-06-04T08:00:11.346Z Checking serde_spanned v1.1.1
11092026-06-04T08:00:11.359Z Checking toml_parser v1.1.2+spec-1.1.0
11102026-06-04T08:00:11.477Z Checking toml_writer v1.1.1+spec-1.1.0
11112026-06-04T08:00:11.497Z Checking debug-ignore v1.0.5
11122026-06-04T08:00:11.629Z Checking spin v0.9.8
11132026-06-04T08:00:11.687Z Compiling parse-display-derive v0.10.0
11142026-06-04T08:00:11.788Z Checking async-stream v0.3.6
11152026-06-04T08:00:11.945Z Checking rustls-webpki v0.102.8
11162026-06-04T08:00:11.983Z Checking rustls-pemfile v2.2.0
11172026-06-04T08:00:12.121Z Checking waitgroup v0.1.2
11182026-06-04T08:00:12.225Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11192026-06-04T08:00:12.254Z Checking serde_path_to_error v0.1.20
11202026-06-04T08:00:12.274Z Checking hostname v0.4.2
11212026-06-04T08:00:12.522Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11222026-06-04T08:00:12.666Z Checking strum v0.26.3
11232026-06-04T08:00:12.776Z Checking rand_chacha v0.3.1
11242026-06-04T08:00:12.831Z Compiling toml_datetime v0.6.11
11252026-06-04T08:00:12.883Z Checking macaddr v1.0.1
11262026-06-04T08:00:12.942Z Compiling progenitor-macro v0.11.1
11272026-06-04T08:00:12.963Z Checking toml_datetime v0.7.5+spec-1.1.0
11282026-06-04T08:00:13.059Z Checking wait-timeout v0.2.1
11292026-06-04T08:00:13.159Z Checking quick-error v1.2.3
11302026-06-04T08:00:13.174Z Checking lazy_static v1.5.0
11312026-06-04T08:00:13.177Z Checking bit-vec v0.8.0
11322026-06-04T08:00:13.204Z Checking toml v0.9.12+spec-1.1.0
11332026-06-04T08:00:13.253Z Checking rusty-fork v0.3.0
11342026-06-04T08:00:13.274Z Checking rand v0.8.5
11352026-06-04T08:00:13.387Z Checking bit-set v0.8.0
11362026-06-04T08:00:13.418Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11372026-06-04T08:00:13.502Z Checking tabwriter v1.4.1
11382026-06-04T08:00:13.648Z Checking sha1 v0.10.6
11392026-06-04T08:00:13.677Z Checking rand_xorshift v0.4.0
11402026-06-04T08:00:13.737Z Checking tokio-rustls v0.25.0
11412026-06-04T08:00:13.784Z Compiling clap_derive v4.6.1
11422026-06-04T08:00:13.866Z Checking colored v3.1.1
11432026-06-04T08:00:13.875Z Checking utf8parse v0.2.2
11442026-06-04T08:00:13.908Z Checking unarray v0.1.4
11452026-06-04T08:00:13.970Z Checking anstyle-parse v1.0.0
11462026-06-04T08:00:14.009Z Checking proptest v1.8.0
11472026-06-04T08:00:14.050Z Checking strum v0.27.2
11482026-06-04T08:00:14.159Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11492026-06-04T08:00:14.216Z Checking terminal_size v0.4.3
11502026-06-04T08:00:14.555Z Checking colorchoice v1.0.4
11512026-06-04T08:00:14.653Z Checking anstyle v1.0.14
11522026-06-04T08:00:14.682Z Checking anstyle-query v1.1.4
11532026-06-04T08:00:14.710Z Checking is_terminal_polyfill v1.70.1
11542026-06-04T08:00:14.828Z Checking anstream v1.0.0
11552026-06-04T08:00:14.997Z Checking itertools v0.14.0
11562026-06-04T08:00:15.658Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11572026-06-04T08:00:15.720Z Checking clap_lex v1.1.0
11582026-06-04T08:00:15.874Z Checking clap_builder v4.6.0
11592026-06-04T08:00:16.236Z Checking serde_with v3.14.1
11602026-06-04T08:00:17.064Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11612026-06-04T08:00:17.078Z Checking instant v0.1.13
11622026-06-04T08:00:17.098Z Checking clap v4.6.1
11632026-06-04T08:00:17.279Z Checking rustc-hash v2.1.1
11642026-06-04T08:00:17.392Z Checking iddqd v0.3.18
11652026-06-04T08:00:17.431Z Checking backoff v0.4.0
11662026-06-04T08:00:17.573Z Checking parse-display v0.10.0
11672026-06-04T08:00:17.610Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11682026-06-04T08:00:17.697Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11692026-06-04T08:00:19.137Z Compiling num-derive v0.4.2
11702026-06-04T08:00:19.668Z Compiling rustls-webpki v0.103.6
11712026-06-04T08:00:20.071Z Compiling prettyplease v0.2.37
11722026-06-04T08:00:22.174Z Checking serde_spanned v0.6.9
11732026-06-04T08:00:22.423Z Compiling memoffset v0.9.1
11742026-06-04T08:00:22.591Z Compiling cfg_aliases v0.2.1
11752026-06-04T08:00:22.670Z Compiling nix v0.30.1
11762026-06-04T08:00:22.895Z Compiling tokio-rustls v0.26.4
11772026-06-04T08:00:23.612Z Compiling hyper-rustls v0.27.7
11782026-06-04T08:00:23.872Z Compiling reqwest v0.12.23
11792026-06-04T08:00:24.802Z Checking crossbeam-epoch v0.9.18
11802026-06-04T08:00:25.019Z Compiling progenitor-client v0.11.1
11812026-06-04T08:00:25.203Z Compiling winnow v0.5.40
11822026-06-04T08:00:26.468Z Compiling toml_edit v0.19.15
11832026-06-04T08:00:26.731Z Compiling progenitor v0.11.1
11842026-06-04T08:00:27.316Z Compiling num-integer v0.1.46
11852026-06-04T08:00:27.745Z Compiling proc-macro-crate v1.3.1
11862026-06-04T08:00:27.883Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11872026-06-04T08:00:27.984Z Compiling progenitor-client v0.10.0
11882026-06-04T08:00:28.894Z Compiling hubpack_derive v0.1.1
11892026-06-04T08:00:29.180Z Checking toml_write v0.1.2
11902026-06-04T08:00:29.239Z Compiling rayon-core v1.13.0
11912026-06-04T08:00:29.388Z Checking hubpack v0.1.2
11922026-06-04T08:00:29.466Z Checking toml_edit v0.22.27
11932026-06-04T08:00:29.482Z Checking num-rational v0.4.2
11942026-06-04T08:00:29.596Z Checking num-iter v0.1.45
11952026-06-04T08:00:29.964Z Compiling zerocopy-derive v0.7.35
11962026-06-04T08:00:29.977Z Compiling num-complex v0.4.6
11972026-06-04T08:00:30.369Z Checking static_assertions v1.1.0
11982026-06-04T08:00:30.440Z Checking num v0.4.3
11992026-06-04T08:00:30.563Z Checking toml v0.8.23
12002026-06-04T08:00:30.593Z Checking crossbeam-deque v0.8.6
12012026-06-04T08:00:30.771Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12022026-06-04T08:00:30.831Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12032026-06-04T08:00:30.881Z Checking float-ord v0.3.2
12042026-06-04T08:00:31.095Z Compiling proc-macro-error-attr v1.0.4
12052026-06-04T08:00:31.107Z Checking bytecount v0.6.9
12062026-06-04T08:00:31.209Z Compiling heapless v0.8.0
12072026-06-04T08:00:31.318Z Compiling heck v0.4.1
12082026-06-04T08:00:31.426Z Checking libscf-sys v1.2.0
12092026-06-04T08:00:31.513Z Compiling ingot-macros v0.1.1
12102026-06-04T08:00:31.553Z Checking hash32 v0.3.1
12112026-06-04T08:00:31.676Z Compiling proc-macro-error v1.0.4
12122026-06-04T08:00:31.690Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12132026-06-04T08:00:31.892Z Compiling smoltcp v0.11.0
12142026-06-04T08:00:32.301Z Compiling zerocopy v0.7.35
12152026-06-04T08:00:32.647Z Compiling num_enum_derive v0.7.5
12162026-06-04T08:00:32.660Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12172026-06-04T08:00:32.846Z Checking cobs v0.3.0
12182026-06-04T08:00:32.872Z Compiling scroll_derive v0.12.1
12192026-06-04T08:00:32.988Z Compiling foreign-types-macros v0.2.3
12202026-06-04T08:00:33.003Z Compiling usdt-impl v0.5.0
12212026-06-04T08:00:33.224Z Checking managed v0.8.0
12222026-06-04T08:00:33.252Z Checking foreign-types-shared v0.3.1
12232026-06-04T08:00:33.345Z Checking bitflags v1.3.2
12242026-06-04T08:00:33.410Z Compiling crucible-workspace-hack v0.1.0
12252026-06-04T08:00:33.576Z Checking scroll v0.12.0
12262026-06-04T08:00:33.615Z Checking foreign-types v0.5.0
12272026-06-04T08:00:33.676Z Checking num_enum v0.7.5
12282026-06-04T08:00:33.689Z Checking postcard v1.1.3
12292026-06-04T08:00:33.744Z Compiling dof v0.3.0
12302026-06-04T08:00:33.898Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12312026-06-04T08:00:34.037Z Compiling dtrace-parser v0.2.0
12322026-06-04T08:00:34.072Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12332026-06-04T08:00:34.092Z Checking camino-tempfile v1.4.1
12342026-06-04T08:00:34.096Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12352026-06-04T08:00:34.140Z Checking ingot-types v0.1.2
12362026-06-04T08:00:34.244Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12372026-06-04T08:00:34.311Z Checking cstr-argument v0.1.2
12382026-06-04T08:00:34.432Z Compiling thread-id v4.2.2
12392026-06-04T08:00:34.472Z Compiling minimal-lexical v0.2.1
12402026-06-04T08:00:34.485Z Checking ingot v0.1.1
12412026-06-04T08:00:34.547Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12422026-06-04T08:00:34.642Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12432026-06-04T08:00:34.654Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12442026-06-04T08:00:34.657Z Checking goblin v0.8.2
12452026-06-04T08:00:34.711Z Compiling nom v7.1.3
12462026-06-04T08:00:34.803Z Checking rayon v1.11.0
12472026-06-04T08:00:35.043Z Compiling num_enum_derive v0.5.11
12482026-06-04T08:00:35.366Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12492026-06-04T08:00:35.801Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12502026-06-04T08:00:35.865Z Compiling rustc_version v0.4.1
12512026-06-04T08:00:36.047Z Compiling proc-macro-error-attr2 v2.0.0
12522026-06-04T08:00:36.145Z Compiling convert_case v0.4.0
12532026-06-04T08:00:36.295Z Compiling rustix v0.38.44
12542026-06-04T08:00:36.311Z Checking tinyvec_macros v0.1.1
12552026-06-04T08:00:36.382Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12562026-06-04T08:00:36.464Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12572026-06-04T08:00:36.467Z Compiling proc-macro-error2 v2.0.1
12582026-06-04T08:00:36.704Z Compiling derive_more v0.99.20
12592026-06-04T08:00:36.743Z Checking tinyvec v1.10.0
12602026-06-04T08:00:36.863Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12612026-06-04T08:00:36.876Z Checking num_enum v0.5.11
12622026-06-04T08:00:36.956Z Compiling libz-sys v1.1.22
12632026-06-04T08:00:36.984Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12642026-06-04T08:00:37.121Z Compiling crc32fast v1.5.0
12652026-06-04T08:00:37.336Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12662026-06-04T08:00:37.424Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12672026-06-04T08:00:37.437Z Compiling tabled_derive v0.11.0
12682026-06-04T08:00:38.031Z Compiling usdt-macro v0.5.0
12692026-06-04T08:00:38.057Z Compiling usdt-attr-macro v0.5.0
12702026-06-04T08:00:38.191Z Compiling zone_cfg_derive v0.3.1
12712026-06-04T08:00:38.289Z Checking papergrid v0.17.0
12722026-06-04T08:00:38.510Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-06-04T08:00:38.699Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12742026-06-04T08:00:38.774Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12752026-06-04T08:00:38.855Z Checking itertools v0.12.1
12762026-06-04T08:00:38.934Z Checking testing_table v0.3.0
12772026-06-04T08:00:38.947Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12782026-06-04T08:00:39.027Z Checking memmap v0.7.0
12792026-06-04T08:00:39.045Z Checking sigpipe v0.1.3
12802026-06-04T08:00:39.124Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12812026-06-04T08:00:39.142Z Checking jiff v0.2.15
12822026-06-04T08:00:39.158Z Checking glob v0.3.3
12832026-06-04T08:00:39.171Z Checking adler2 v2.0.1
12842026-06-04T08:00:39.278Z Checking miniz_oxide v0.8.9
12852026-06-04T08:00:39.366Z Checking usdt v0.5.0
12862026-06-04T08:00:39.384Z Checking tabled v0.20.0
12872026-06-04T08:00:39.456Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12882026-06-04T08:00:39.527Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12892026-06-04T08:00:39.626Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12902026-06-04T08:00:39.690Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-06-04T08:00:39.834Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12922026-06-04T08:00:39.846Z Checking zone v0.3.1
12932026-06-04T08:00:39.963Z Checking smf v0.2.3
12942026-06-04T08:00:40.051Z Checking secrecy v0.10.3
12952026-06-04T08:00:40.190Z Checking bstr v1.12.0
12962026-06-04T08:00:40.236Z Checking whoami v1.6.1
12972026-06-04T08:00:40.361Z Checking flate2 v1.1.2
12982026-06-04T08:00:40.404Z Compiling curve25519-dalek v4.1.3
12992026-06-04T08:00:40.534Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13002026-06-04T08:00:40.553Z Compiling clang-sys v1.8.1
13012026-06-04T08:00:40.659Z Checking hmac v0.12.1
13022026-06-04T08:00:40.676Z Checking inout v0.1.4
13032026-06-04T08:00:40.791Z Checking hybrid-array v0.4.12
13042026-06-04T08:00:40.808Z Compiling enum-as-inner v0.6.1
13052026-06-04T08:00:40.922Z Checking ff v0.13.1
13062026-06-04T08:00:41.049Z Checking data-encoding v2.9.0
13072026-06-04T08:00:41.259Z Compiling semver v0.1.20
13082026-06-04T08:00:41.326Z Checking group v0.13.0
13092026-06-04T08:00:41.387Z Checking cipher v0.4.4
13102026-06-04T08:00:41.405Z Checking hkdf v0.12.4
13112026-06-04T08:00:41.431Z Compiling rustc_version v0.1.7
13122026-06-04T08:00:41.539Z Checking atomicwrites v0.4.4
13132026-06-04T08:00:41.577Z Compiling thiserror-impl-no-std v2.0.2
13142026-06-04T08:00:41.590Z Checking universal-hash v0.5.1
13152026-06-04T08:00:41.619Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13162026-06-04T08:00:41.632Z Checking crypto-bigint v0.5.5
13172026-06-04T08:00:41.657Z Checking half v2.7.1
13182026-06-04T08:00:41.705Z Compiling curve25519-dalek-derive v0.1.1
13192026-06-04T08:00:41.771Z Checking indent_write v2.2.0
13202026-06-04T08:00:41.902Z Checking opaque-debug v0.3.1
13212026-06-04T08:00:41.914Z Checking ciborium-io v0.2.2
13222026-06-04T08:00:41.928Z Checking base16ct v0.2.0
13232026-06-04T08:00:41.970Z Checking base64ct v1.8.0
13242026-06-04T08:00:42.003Z Checking ciborium-ll v0.2.2
13252026-06-04T08:00:42.049Z Checking poly1305 v0.8.0
13262026-06-04T08:00:42.176Z Compiling newtype_derive v0.1.6
13272026-06-04T08:00:42.205Z Checking password-hash v0.5.0
13282026-06-04T08:00:42.277Z Checking chacha20 v0.9.1
13292026-06-04T08:00:42.400Z Checking block-buffer v0.12.0
13302026-06-04T08:00:42.428Z Checking crypto-common v0.2.2
13312026-06-04T08:00:42.464Z Checking similar v2.7.0
13322026-06-04T08:00:42.544Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13332026-06-04T08:00:42.646Z Checking thiserror-no-std v2.0.2
13342026-06-04T08:00:42.659Z Checking elliptic-curve v0.13.8
13352026-06-04T08:00:42.732Z Checking blake2 v0.10.6
13362026-06-04T08:00:42.782Z Compiling typify-impl v0.6.1
13372026-06-04T08:00:42.784Z Checking aead v0.5.2
13382026-06-04T08:00:42.898Z Compiling libloading v0.8.9
13392026-06-04T08:00:42.925Z Checking const-oid v0.10.2
13402026-06-04T08:00:42.939Z Compiling owo-colors v4.3.0
13412026-06-04T08:00:43.041Z Checking resolv-conf v0.7.5
13422026-06-04T08:00:43.056Z Checking keccak v0.1.6
13432026-06-04T08:00:43.083Z Checking compression-core v0.4.32
13442026-06-04T08:00:43.096Z Checking linked-hash-map v0.5.6
13452026-06-04T08:00:43.204Z Compiling bindgen v0.72.1
13462026-06-04T08:00:43.204Z Checking compression-codecs v0.4.32
13472026-06-04T08:00:43.229Z Checking sha3 v0.10.8
13482026-06-04T08:00:43.256Z Checking lru-cache v0.1.2
13492026-06-04T08:00:43.313Z Checking digest v0.11.3
13502026-06-04T08:00:43.403Z Checking vsss-rs v3.3.4
13512026-06-04T08:00:43.410Z Checking argon2 v0.5.3
13522026-06-04T08:00:43.412Z Checking chacha20poly1305 v0.10.1
13532026-06-04T08:00:43.498Z Checking ciborium v0.2.2
13542026-06-04T08:00:43.511Z Checking hickory-proto v0.24.4
13552026-06-04T08:00:43.528Z Checking tokio-dtrace v0.1.1
13562026-06-04T08:00:43.678Z Compiling cexpr v0.6.0
13572026-06-04T08:00:43.700Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13582026-06-04T08:00:43.978Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13592026-06-04T08:00:44.206Z Checking serde-big-array v0.5.1
13602026-06-04T08:00:44.223Z Compiling serde_repr v0.1.20
13612026-06-04T08:00:44.341Z Compiling derive-where v1.6.0
13622026-06-04T08:00:44.439Z Checking toml_datetime v1.1.1+spec-1.1.0
13632026-06-04T08:00:44.636Z Compiling dropshot v0.17.1
13642026-06-04T08:00:44.778Z Checking siphasher v1.0.1
13652026-06-04T08:00:44.791Z Checking same-file v1.0.6
13662026-06-04T08:00:44.866Z Checking cpufeatures v0.3.0
13672026-06-04T08:00:44.906Z Compiling shlex v1.3.0
13682026-06-04T08:00:44.937Z Checking unicode-segmentation v1.12.0
13692026-06-04T08:00:44.951Z Checking sha1 v0.11.0
13702026-06-04T08:00:45.026Z Checking hickory-resolver v0.24.4
13712026-06-04T08:00:45.126Z Checking phf_shared v0.12.1
13722026-06-04T08:00:45.285Z Checking walkdir v2.5.0
13732026-06-04T08:00:45.288Z Checking newline-converter v0.3.0
13742026-06-04T08:00:45.463Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13752026-06-04T08:00:45.476Z Checking toml v1.1.2+spec-1.1.0
13762026-06-04T08:00:45.661Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13772026-06-04T08:00:45.791Z Checking oxide-tokio-rt v0.1.2
13782026-06-04T08:00:45.935Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13792026-06-04T08:00:46.144Z Checking async-compression v0.4.33
13802026-06-04T08:00:46.246Z Compiling typify-macro v0.6.1
13812026-06-04T08:00:46.348Z Checking console v0.15.11
13822026-06-04T08:00:46.392Z Compiling progenitor-impl v0.10.0
13832026-06-04T08:00:46.615Z Checking tokio-stream v0.1.17
13842026-06-04T08:00:46.761Z Compiling dropshot_endpoint v0.17.1
13852026-06-04T08:00:46.950Z Compiling pin-project-internal v1.1.10
13862026-06-04T08:00:46.990Z Compiling slog-dtrace v0.3.0
13872026-06-04T08:00:47.219Z Checking csv-core v0.1.12
13882026-06-04T08:00:47.403Z Checking unicode-width v0.1.14
13892026-06-04T08:00:47.672Z Checking unicode-linebreak v0.1.5
13902026-06-04T08:00:47.687Z Checking swrite v0.1.0
13912026-06-04T08:00:47.782Z Compiling unicode-xid v0.2.6
13922026-06-04T08:00:47.799Z Compiling chrono-tz v0.10.4
13932026-06-04T08:00:47.885Z Checking foldhash v0.1.5
13942026-06-04T08:00:47.909Z Checking smawk v0.3.2
13952026-06-04T08:00:48.031Z Compiling cancel-safe-futures v0.1.5
13962026-06-04T08:00:48.036Z Checking hashbrown v0.15.5
13972026-06-04T08:00:48.052Z Checking textwrap v0.16.2
13982026-06-04T08:00:48.067Z Checking pin-project v1.1.10
13992026-06-04T08:00:48.166Z Compiling const_format_proc_macros v0.2.34
14002026-06-04T08:00:48.275Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14012026-06-04T08:00:48.291Z Checking csv v1.4.0
14022026-06-04T08:00:48.408Z Checking qorb v0.4.1
14032026-06-04T08:00:48.461Z Compiling progenitor-macro v0.10.0
14042026-06-04T08:00:48.487Z Checking expectorate v1.2.0
14052026-06-04T08:00:48.615Z Checking phf v0.12.1
14062026-06-04T08:00:48.652Z Checking unicode-normalization v0.1.24
14072026-06-04T08:00:48.755Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14082026-06-04T08:00:48.960Z Compiling snafu-derive v0.8.9
14092026-06-04T08:00:49.255Z Checking libsw-core v0.3.2
14102026-06-04T08:00:49.371Z Compiling libgit2-sys v0.17.0+1.8.1
14112026-06-04T08:00:49.403Z Compiling async-recursion v1.1.1
14122026-06-04T08:00:49.726Z Compiling cookie v0.18.1
14132026-06-04T08:00:49.795Z Checking fixedbitset v0.5.7
14142026-06-04T08:00:49.808Z Checking fixedbitset v0.4.2
14152026-06-04T08:00:49.955Z Compiling moka v0.12.11
14162026-06-04T08:00:49.990Z Checking highway v1.3.0
14172026-06-04T08:00:50.071Z Checking petgraph v0.8.2
14182026-06-04T08:00:50.245Z Checking petgraph v0.6.5
14192026-06-04T08:00:50.717Z Checking snafu v0.8.9
14202026-06-04T08:00:51.030Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14212026-06-04T08:00:51.205Z Checking libsw v3.5.0
14222026-06-04T08:00:51.290Z Checking olpc-cjson v0.1.4
14232026-06-04T08:00:51.348Z Checking const_format v0.2.34
14242026-06-04T08:00:51.452Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-06-04T08:00:51.709Z Compiling typify v0.6.1
14262026-06-04T08:00:51.802Z Checking papergrid v0.11.0
14272026-06-04T08:00:51.805Z Checking globset v0.4.16
14282026-06-04T08:00:51.828Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14292026-06-04T08:00:51.871Z Checking gethostname v0.5.0
14302026-06-04T08:00:52.052Z Compiling tabled_derive v0.7.0
14312026-06-04T08:00:52.069Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14322026-06-04T08:00:52.389Z Checking reqwest v0.13.2
14332026-06-04T08:00:52.403Z Checking bcs v0.1.6
14342026-06-04T08:00:52.630Z Checking pem v3.0.5
14352026-06-04T08:00:52.644Z Checking progenitor v0.10.0
14362026-06-04T08:00:52.776Z Checking serde_plain v1.0.2
14372026-06-04T08:00:52.790Z Checking termtree v0.5.1
14382026-06-04T08:00:52.913Z Checking linear-map v1.2.0
14392026-06-04T08:00:52.926Z Checking humantime v2.3.0
14402026-06-04T08:00:52.926Z Compiling signal-hook v0.3.18
14412026-06-04T08:00:52.967Z Checking typed-path v0.9.3
14422026-06-04T08:00:53.077Z Checking crc8 v0.1.1
14432026-06-04T08:00:53.099Z Checking tagptr v0.2.0
14442026-06-04T08:00:53.164Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-06-04T08:00:53.178Z Checking tabled v0.15.0
14462026-06-04T08:00:53.521Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-06-04T08:00:53.714Z Checking tough v0.20.0
14482026-06-04T08:00:53.848Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-06-04T08:00:54.005Z Compiling progenitor-impl v0.13.0
14502026-06-04T08:00:54.286Z Checking steno v0.4.1
14512026-06-04T08:00:54.615Z Checking hickory-proto v0.25.2
14522026-06-04T08:00:55.293Z Compiling curl-sys v0.4.83+curl-8.15.0
14532026-06-04T08:00:55.643Z Compiling cargo-platform v0.1.9
14542026-06-04T08:00:55.658Z Compiling vergen v8.3.2
14552026-06-04T08:00:55.695Z Compiling fs-err v3.1.2
14562026-06-04T08:00:55.827Z Compiling cargo_metadata v0.18.1
14572026-06-04T08:00:56.031Z Checking progenitor-client v0.13.0
14582026-06-04T08:00:56.096Z Checking dropshot-api-manager-types v0.7.2
14592026-06-04T08:00:56.099Z Compiling progenitor-macro v0.13.0
14602026-06-04T08:00:56.248Z Checking sha2 v0.10.9
14612026-06-04T08:00:56.261Z Compiling blake3 v1.8.2
14622026-06-04T08:00:56.263Z Checking hickory-resolver v0.25.2
14632026-06-04T08:00:56.933Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14642026-06-04T08:00:57.054Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14652026-06-04T08:00:57.170Z Checking git-stub v1.0.0
14662026-06-04T08:00:57.246Z Checking filetime v0.2.26
14672026-06-04T08:00:57.322Z Checking xattr v1.6.1
14682026-06-04T08:00:57.381Z Checking arrayref v0.3.9
14692026-06-04T08:00:57.450Z Compiling curl v0.4.49
14702026-06-04T08:00:57.463Z Checking constant_time_eq v0.3.1
14712026-06-04T08:00:57.555Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14722026-06-04T08:00:57.693Z Checking is_ci v1.2.0
14732026-06-04T08:00:57.776Z Checking arrayvec v0.7.6
14742026-06-04T08:00:57.795Z Checking supports-color v3.0.2
14752026-06-04T08:00:57.959Z Checking tar v0.4.45
14762026-06-04T08:00:58.238Z Checking git-stub-vcs v0.1.0
14772026-06-04T08:00:58.422Z Checking drift v0.2.0
14782026-06-04T08:00:58.447Z Checking kstat-rs v0.2.4
14792026-06-04T08:00:58.538Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14802026-06-04T08:00:58.630Z Checking topological-sort v0.2.2
14812026-06-04T08:00:58.642Z Checking toml v0.7.8
14822026-06-04T08:00:58.725Z Checking dropshot-api-manager v0.7.2
14832026-06-04T08:00:58.946Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-06-04T08:00:59.180Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-06-04T08:00:59.492Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-06-04T08:00:59.890Z Checking omicron-zone-package v0.12.2
14872026-06-04T08:00:59.911Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-04T08:01:00.238Z Checking progenitor v0.13.0
14892026-06-04T08:01:00.282Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-06-04T08:01:00.365Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14912026-06-04T08:01:00.522Z Checking signal-hook-tokio v0.3.1
14922026-06-04T08:01:00.556Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-06-04T08:01:00.638Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-06-04T08:01:00.778Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14952026-06-04T08:01:00.837Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14962026-06-04T08:01:01.031Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-06-04T08:01:01.058Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-06-04T08:01:01.209Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-06-04T08:01:01.300Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15002026-06-04T08:01:01.315Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15012026-06-04T08:01:01.378Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15022026-06-04T08:01:01.733Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15032026-06-04T08:01:01.805Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-06-04T08:01:02.051Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-06-04T08:01:02.084Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15062026-06-04T08:01:02.240Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15072026-06-04T08:01:02.278Z Checking display-error-chain v0.2.2
15082026-06-04T08:01:02.367Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-06-04T08:01:02.396Z Checking search_path v0.1.4
15102026-06-04T08:01:02.531Z Checking internet-checksum v0.2.1
15112026-06-04T08:01:02.650Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15122026-06-04T08:01:02.918Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15132026-06-04T08:01:05.406Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15142026-06-04T08:01:05.790Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15152026-06-04T08:01:06.320Z Compiling git2 v0.19.0
15162026-06-04T08:01:06.601Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15172026-06-04T08:01:06.715Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15182026-06-04T08:01:07.436Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-06-04T08:01:07.549Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15202026-06-04T08:01:07.676Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15212026-06-04T08:01:08.297Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-06-04T08:01:08.342Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15232026-06-04T08:01:08.676Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15242026-06-04T08:01:19.032Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-06-04T08:01:20.302Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-06-04T08:01:25.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
15272026-06-04T08:01:25.462Z+ for feat in tofino_stub tofino_asic softnpu chaos
15282026-06-04T08:01:25.462Z+ cargo clippy --features tofino_asic -- --deny warnings
15292026-06-04T08:01:25.953Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15302026-06-04T08:01:25.956Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15312026-06-04T08:01:26.029Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15322026-06-04T08:01:26.032Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15332026-06-04T08:01:33.084Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15342026-06-04T08:01:33.086Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15352026-06-04T08:01:35.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s
15362026-06-04T08:01:35.742Z+ for feat in tofino_stub tofino_asic softnpu chaos
15372026-06-04T08:01:35.742Z+ cargo clippy --features softnpu -- --deny warnings
15382026-06-04T08:01:36.046Z Downloading crates ...
15392026-06-04T08:01:36.179Z Downloaded typeid v1.0.3
15402026-06-04T08:01:36.194Z Downloaded tap v1.0.1
15412026-06-04T08:01:36.197Z Downloaded radium v0.7.0
15422026-06-04T08:01:36.197Z Downloaded bitstruct_derive v0.1.0
15432026-06-04T08:01:36.197Z Downloaded funty v2.0.0
15442026-06-04T08:01:36.197Z Downloaded erased-serde v0.4.8
15452026-06-04T08:01:36.203Z Downloaded serde_arrays v0.1.0
15462026-06-04T08:01:36.206Z Downloaded libloading v0.7.4
15472026-06-04T08:01:36.206Z Downloaded wyz v0.5.1
15482026-06-04T08:01:36.208Z Downloaded ascii v1.1.0
15492026-06-04T08:01:36.208Z Downloaded num-bigint v0.4.6
15502026-06-04T08:01:36.221Z Downloaded bitvec v1.0.1
15512026-06-04T08:01:36.256Z Downloaded bitstruct v0.1.1
15522026-06-04T08:01:36.374Z Checking num-integer v0.1.46
15532026-06-04T08:01:36.452Z Checking num-complex v0.4.6
15542026-06-04T08:01:36.462Z Compiling radium v0.7.0
15552026-06-04T08:01:36.469Z Checking tap v1.0.1
15562026-06-04T08:01:36.474Z Checking funty v2.0.0
15572026-06-04T08:01:36.481Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15582026-06-04T08:01:36.484Z Compiling typeid v1.0.3
15592026-06-04T08:01:36.494Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-06-04T08:01:36.550Z Checking wyz v0.5.1
15612026-06-04T08:01:36.646Z Checking num-bigint v0.4.6
15622026-06-04T08:01:36.646Z Checking num-iter v0.1.45
15632026-06-04T08:01:36.696Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-06-04T08:01:36.712Z Compiling erased-serde v0.4.8
15652026-06-04T08:01:36.766Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-04T08:01:36.769Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-06-04T08:01:36.802Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-06-04T08:01:36.835Z Compiling bitstruct_derive v0.1.0
15692026-06-04T08:01:36.880Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-04T08:01:36.888Z Checking bitvec v1.0.1
15712026-06-04T08:01:36.892Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-06-04T08:01:36.902Z Checking ascii v1.1.0
15732026-06-04T08:01:36.911Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15742026-06-04T08:01:36.974Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-06-04T08:01:37.066Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-06-04T08:01:37.075Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15772026-06-04T08:01:37.086Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15782026-06-04T08:01:37.095Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-06-04T08:01:37.351Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-06-04T08:01:37.383Z Checking serde_arrays v0.1.0
15812026-06-04T08:01:37.460Z Checking num-rational v0.4.2
15822026-06-04T08:01:37.473Z Checking bitstruct v0.1.1
15832026-06-04T08:01:37.482Z Checking libloading v0.7.4
15842026-06-04T08:01:37.505Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15852026-06-04T08:01:37.722Z Checking num v0.4.3
15862026-06-04T08:01:37.789Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-06-04T08:01:38.320Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15882026-06-04T08:01:38.613Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15892026-06-04T08:01:38.616Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15902026-06-04T08:01:38.803Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15912026-06-04T08:01:38.988Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-06-04T08:01:38.988Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-06-04T08:01:39.451Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-06-04T08:01:39.665Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15952026-06-04T08:01:39.669Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-06-04T08:01:39.669Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15972026-06-04T08:01:39.669Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-04T08:01:40.039Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15992026-06-04T08:01:40.475Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16002026-06-04T08:01:41.322Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-06-04T08:01:43.586Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16022026-06-04T08:01:43.935Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16032026-06-04T08:01:44.809Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16042026-06-04T08:01:45.501Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16052026-06-04T08:01:45.617Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16062026-06-04T08:01:52.037Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-06-04T08:01:53.311Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-06-04T08:01:53.842Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16092026-06-04T08:01:58.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.39s
16102026-06-04T08:01:58.323Z+ for feat in tofino_stub tofino_asic softnpu chaos
16112026-06-04T08:01:58.324Z+ cargo clippy --features chaos -- --deny warnings
16122026-06-04T08:01:58.805Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16132026-06-04T08:01:58.808Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16142026-06-04T08:01:58.808Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16152026-06-04T08:02:05.937Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16162026-06-04T08:02:05.937Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16172026-06-04T08:02:08.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s
16182026-06-04T08:02:08.530Z+ banner fmt
16192026-06-04T08:02:08.535Z
16202026-06-04T08:02:08.535Z ###### # # #####
16212026-06-04T08:02:08.535Z # ## ## #
16222026-06-04T08:02:08.535Z ##### # ## # #
16232026-06-04T08:02:08.535Z # # # #
16242026-06-04T08:02:08.535Z # # # #
16252026-06-04T08:02:08.535Z # # # #
16262026-06-04T08:02:08.535Z
16272026-06-04T08:02:08.535Z+ cargo fmt -- --check
16282026-06-04T08:02:08.977Z+ banner test
16292026-06-04T08:02:08.981Z
16302026-06-04T08:02:08.981Z ##### ###### #### #####
16312026-06-04T08:02:08.981Z # # # #
16322026-06-04T08:02:08.981Z # ##### #### #
16332026-06-04T08:02:08.981Z # # # #
16342026-06-04T08:02:08.981Z # # # # #
16352026-06-04T08:02:08.981Z # ###### #### #
16362026-06-04T08:02:08.981Z
16372026-06-04T08:02:08.981Z+ for feat in tofino_stub tofino_asic softnpu chaos
16382026-06-04T08:02:08.981Z+ RUST_BACKTRACE=full
16392026-06-04T08:02:08.981Z+ cargo test --features tofino_stub --no-fail-fast
16402026-06-04T08:02:09.816Z Compiling unicode-ident v1.0.24
16412026-06-04T08:02:09.816Z Compiling cfg-if v1.0.4
16422026-06-04T08:02:09.820Z Compiling memchr v2.7.5
16432026-06-04T08:02:09.820Z Compiling serde_core v1.0.228
16442026-06-04T08:02:09.931Z Compiling itoa v1.0.15
16452026-06-04T08:02:09.942Z Compiling libc v0.2.183
16462026-06-04T08:02:09.950Z Compiling zmij v1.0.17
16472026-06-04T08:02:09.978Z Compiling libm v0.2.15
16482026-06-04T08:02:10.026Z Compiling proc-macro2 v1.0.106
16492026-06-04T08:02:10.227Z Compiling log v0.4.29
16502026-06-04T08:02:10.427Z Compiling quote v1.0.45
16512026-06-04T08:02:10.457Z Compiling heck v0.5.0
16522026-06-04T08:02:10.469Z Compiling smallvec v1.15.1
16532026-06-04T08:02:10.611Z Compiling syn v2.0.117
16542026-06-04T08:02:10.677Z Compiling equivalent v1.0.2
16552026-06-04T08:02:10.723Z Compiling iana-time-zone v0.1.64
16562026-06-04T08:02:10.765Z Compiling dyn-clone v1.0.20
16572026-06-04T08:02:10.777Z Compiling hashbrown v0.17.1
16582026-06-04T08:02:10.802Z Compiling stable_deref_trait v1.2.0
16592026-06-04T08:02:10.883Z Compiling pin-project-lite v0.2.16
16602026-06-04T08:02:10.909Z Compiling percent-encoding v2.3.2
16612026-06-04T08:02:10.948Z Compiling litemap v0.8.0
16622026-06-04T08:02:10.979Z Compiling fnv v1.0.7
16632026-06-04T08:02:11.079Z Compiling writeable v0.6.1
16642026-06-04T08:02:11.106Z Compiling icu_properties_data v2.0.1
16652026-06-04T08:02:11.128Z Compiling icu_normalizer_data v2.0.0
16662026-06-04T08:02:11.165Z Compiling regex-syntax v0.8.6
16672026-06-04T08:02:11.205Z Compiling form_urlencoded v1.2.2
16682026-06-04T08:02:11.239Z Compiling utf8_iter v1.0.4
16692026-06-04T08:02:11.333Z Compiling scopeguard v1.2.0
16702026-06-04T08:02:11.387Z Compiling num-traits v0.2.19
16712026-06-04T08:02:11.398Z Compiling getrandom v0.4.2
16722026-06-04T08:02:11.401Z Compiling aho-corasick v1.1.3
16732026-06-04T08:02:11.438Z Compiling lock_api v0.4.14
16742026-06-04T08:02:11.667Z Compiling semver v1.0.28
16752026-06-04T08:02:11.759Z Compiling serde_json v1.0.150
16762026-06-04T08:02:11.898Z Compiling indexmap v2.14.0
16772026-06-04T08:02:12.002Z Compiling ucd-trie v0.1.7
16782026-06-04T08:02:12.012Z Compiling byteorder v1.5.0
16792026-06-04T08:02:12.203Z Compiling futures-core v0.3.32
16802026-06-04T08:02:12.240Z Compiling uuid v1.23.2
16812026-06-04T08:02:12.355Z Compiling allocator-api2 v0.2.21
16822026-06-04T08:02:12.530Z Compiling num-conv v0.2.1
16832026-06-04T08:02:12.672Z Compiling regex-automata v0.4.13
16842026-06-04T08:02:12.686Z Compiling time-core v0.1.8
16852026-06-04T08:02:12.694Z Compiling foldhash v0.2.0
16862026-06-04T08:02:12.694Z Compiling ryu v1.0.20
16872026-06-04T08:02:12.831Z Compiling futures-sink v0.3.32
16882026-06-04T08:02:12.834Z Compiling time-macros v0.2.27
16892026-06-04T08:02:12.881Z Compiling hashbrown v0.16.1
16902026-06-04T08:02:12.942Z Compiling pretty-hex v0.4.1
16912026-06-04T08:02:13.081Z Compiling slab v0.4.11
16922026-06-04T08:02:13.417Z Compiling synstructure v0.13.2
16932026-06-04T08:02:13.417Z Compiling serde_derive_internals v0.29.1
16942026-06-04T08:02:13.470Z Compiling regress v0.10.5
16952026-06-04T08:02:13.561Z Compiling plain v0.2.3
16962026-06-04T08:02:13.671Z Compiling strsim v0.11.1
16972026-06-04T08:02:13.841Z Compiling futures-channel v0.3.32
16982026-06-04T08:02:14.015Z Compiling futures-io v0.3.32
16992026-06-04T08:02:14.061Z Compiling futures-task v0.3.32
17002026-06-04T08:02:14.076Z Compiling socket2 v0.6.4
17012026-06-04T08:02:14.171Z Compiling parking_lot_core v0.9.12
17022026-06-04T08:02:14.183Z Compiling signal-hook-registry v1.4.6
17032026-06-04T08:02:14.230Z Compiling thread-id v5.0.0
17042026-06-04T08:02:14.317Z Compiling mio v1.2.1
17052026-06-04T08:02:14.464Z Compiling regex v1.12.3
17062026-06-04T08:02:14.518Z Compiling parking_lot v0.12.5
17072026-06-04T08:02:14.578Z Compiling darling_core v0.21.3
17082026-06-04T08:02:14.600Z Compiling base64 v0.22.1
17092026-06-04T08:02:14.625Z Compiling serde_derive v1.0.228
17102026-06-04T08:02:14.833Z Compiling zerofrom-derive v0.1.6
17112026-06-04T08:02:14.933Z Compiling yoke-derive v0.8.0
17122026-06-04T08:02:14.936Z Compiling zerovec-derive v0.11.1
17132026-06-04T08:02:14.936Z Compiling displaydoc v0.2.5
17142026-06-04T08:02:15.256Z Compiling thiserror-impl v2.0.18
17152026-06-04T08:02:15.742Z Compiling schemars_derive v0.8.22
17162026-06-04T08:02:16.034Z Compiling tokio-macros v2.7.0
17172026-06-04T08:02:16.072Z Compiling zerocopy-derive v0.8.27
17182026-06-04T08:02:16.108Z Compiling zeroize_derive v1.4.3
17192026-06-04T08:02:16.534Z Compiling thiserror v2.0.18
17202026-06-04T08:02:16.643Z Compiling futures-macro v0.3.32
17212026-06-04T08:02:16.746Z Compiling zerofrom v0.1.6
17222026-06-04T08:02:16.788Z Compiling thiserror-impl v1.0.69
17232026-06-04T08:02:16.814Z Compiling tracing-attributes v0.1.30
17242026-06-04T08:02:16.874Z Compiling yoke v0.8.0
17252026-06-04T08:02:16.984Z Compiling pest v2.8.2
17262026-06-04T08:02:17.061Z Compiling zerovec v0.11.4
17272026-06-04T08:02:17.362Z Compiling zerocopy v0.8.27
17282026-06-04T08:02:17.375Z Compiling serde v1.0.228
17292026-06-04T08:02:17.488Z Compiling zerotrie v0.2.2
17302026-06-04T08:02:17.793Z Compiling bytes v1.11.1
17312026-06-04T08:02:17.890Z Compiling serde_tokenstream v0.2.3
17322026-06-04T08:02:17.909Z Compiling tinystr v0.8.1
17332026-06-04T08:02:17.912Z Compiling potential_utf v0.1.3
17342026-06-04T08:02:17.955Z Compiling chrono v0.4.44
17352026-06-04T08:02:18.050Z Compiling icu_collections v2.0.0
17362026-06-04T08:02:18.085Z Compiling icu_locale_core v2.0.0
17372026-06-04T08:02:18.113Z Compiling pest_meta v2.8.2
17382026-06-04T08:02:18.170Z Compiling scroll_derive v0.13.1
17392026-06-04T08:02:18.296Z Compiling http v1.4.1
17402026-06-04T08:02:18.566Z Compiling icu_provider v2.0.0
17412026-06-04T08:02:18.830Z Compiling icu_properties v2.0.1
17422026-06-04T08:02:18.879Z Compiling icu_normalizer v2.0.0
17432026-06-04T08:02:18.943Z Compiling pest_generator v2.8.2
17442026-06-04T08:02:19.014Z Compiling schemars v0.8.22
17452026-06-04T08:02:19.067Z Compiling async-trait v0.1.89
17462026-06-04T08:02:19.425Z Compiling scroll v0.13.0
17472026-06-04T08:02:19.476Z Compiling thiserror v1.0.69
17482026-06-04T08:02:19.491Z Compiling tokio v1.52.3
17492026-06-04T08:02:19.576Z Compiling openapiv3 v2.2.0
17502026-06-04T08:02:19.579Z Compiling pest_derive v2.8.2
17512026-06-04T08:02:19.693Z Compiling idna_adapter v1.2.1
17522026-06-04T08:02:19.866Z Compiling idna v1.1.0
17532026-06-04T08:02:20.014Z Compiling goblin v0.10.1
17542026-06-04T08:02:20.073Z Compiling daft-derive v0.1.5
17552026-06-04T08:02:20.146Z Compiling url v2.5.7
17562026-06-04T08:02:20.201Z Compiling dtrace-parser v0.3.0
17572026-06-04T08:02:20.931Z Compiling typify-impl v0.4.3
17582026-06-04T08:02:21.089Z Compiling darling_macro v0.21.3
17592026-06-04T08:02:21.156Z Compiling serde_yaml v0.9.34+deprecated
17602026-06-04T08:02:21.200Z Compiling http-body v1.0.1
17612026-06-04T08:02:21.238Z Compiling ppv-lite86 v0.2.21
17622026-06-04T08:02:21.354Z Compiling erased-serde v0.3.31
17632026-06-04T08:02:21.564Z Compiling openssl-macros v0.1.1
17642026-06-04T08:02:21.689Z Compiling darling v0.21.3
17652026-06-04T08:02:21.774Z Compiling bitflags v2.11.1
17662026-06-04T08:02:21.857Z Compiling getrandom v0.2.16
17672026-06-04T08:02:22.092Z Compiling ipnet v2.11.0
17682026-06-04T08:02:22.096Z Compiling atomic-waker v1.1.2
17692026-06-04T08:02:22.312Z Compiling httparse v1.10.1
17702026-06-04T08:02:22.459Z Compiling untrusted v0.9.0
17712026-06-04T08:02:22.586Z Compiling tower-layer v0.3.3
17722026-06-04T08:02:22.598Z Compiling tower-service v0.3.3
17732026-06-04T08:02:22.625Z Compiling anyhow v1.0.102
17742026-06-04T08:02:22.694Z Compiling try-lock v0.2.5
17752026-06-04T08:02:22.743Z Compiling syn v1.0.109
17762026-06-04T08:02:22.798Z Compiling dof v0.4.0
17772026-06-04T08:02:23.019Z Compiling want v0.3.1
17782026-06-04T08:02:23.032Z Compiling zeroize v1.8.1
17792026-06-04T08:02:23.194Z Compiling httpdate v1.0.3
17802026-06-04T08:02:23.311Z Compiling usdt-impl v0.6.0
17812026-06-04T08:02:23.434Z Compiling portable-atomic v1.11.1
17822026-06-04T08:02:24.020Z Compiling structmeta-derive v0.3.0
17832026-06-04T08:02:24.133Z Compiling async-stream-impl v0.3.6
17842026-06-04T08:02:24.327Z Compiling critical-section v1.2.0
17852026-06-04T08:02:24.750Z Compiling once_cell v1.21.3
17862026-06-04T08:02:24.842Z Compiling usdt-macro v0.6.0
17872026-06-04T08:02:24.928Z Compiling usdt-attr-macro v0.6.0
17882026-06-04T08:02:24.969Z Compiling newtype-uuid-macros v0.1.0
17892026-06-04T08:02:25.095Z Compiling structmeta v0.3.0
17902026-06-04T08:02:25.308Z Compiling strum_macros v0.26.4
17912026-06-04T08:02:25.840Z Compiling powerfmt v0.2.0
17922026-06-04T08:02:26.022Z Compiling deranged v0.5.3
17932026-06-04T08:02:26.170Z Compiling num_threads v0.1.7
17942026-06-04T08:02:26.471Z Compiling http-body-util v0.1.3
17952026-06-04T08:02:26.503Z Compiling omicron-workspace-hack v0.1.0
17962026-06-04T08:02:26.701Z Compiling dropshot_endpoint v0.16.7
17972026-06-04T08:02:26.730Z Compiling serde_urlencoded v0.7.1
17982026-06-04T08:02:26.762Z Compiling ref-cast-impl v1.0.25
17992026-06-04T08:02:26.971Z Compiling derive-ex v0.1.8
18002026-06-04T08:02:26.983Z Compiling strum_macros v0.27.2
18012026-06-04T08:02:26.987Z Compiling sync_wrapper v1.0.2
18022026-06-04T08:02:27.176Z Compiling typify-macro v0.4.3
18032026-06-04T08:02:27.251Z Compiling serde_with_macros v3.14.1
18042026-06-04T08:02:27.312Z Compiling subtle v2.6.1
18052026-06-04T08:02:27.377Z Compiling thread_local v1.1.9
18062026-06-04T08:02:27.480Z Compiling iri-string v0.7.8
18072026-06-04T08:02:27.921Z Compiling futures-util v0.3.32
18082026-06-04T08:02:28.386Z Compiling match_cfg v0.1.0
18092026-06-04T08:02:28.459Z Compiling rand_core v0.6.4
18102026-06-04T08:02:28.471Z Compiling take_mut v0.2.2
18112026-06-04T08:02:28.537Z Compiling test-strategy v0.4.3
18122026-06-04T08:02:28.589Z Compiling typenum v1.20.1
18132026-06-04T08:02:28.688Z Compiling term v1.2.0
18142026-06-04T08:02:29.099Z Compiling parse-display-derive v0.10.0
18152026-06-04T08:02:29.225Z Compiling typify v0.4.3
18162026-06-04T08:02:29.244Z Compiling tracing-core v0.1.34
18172026-06-04T08:02:29.347Z Compiling progenitor-impl v0.11.1
18182026-06-04T08:02:29.387Z Compiling toml_datetime v0.6.11
18192026-06-04T08:02:29.398Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18202026-06-04T08:02:29.664Z Compiling tracing v0.1.41
18212026-06-04T08:02:29.835Z Compiling camino v1.2.2
18222026-06-04T08:02:29.899Z Compiling clap_derive v4.6.1
18232026-06-04T08:02:30.278Z Compiling encoding_rs v0.8.35
18242026-06-04T08:02:30.291Z Compiling cpufeatures v0.2.17
18252026-06-04T08:02:30.302Z Compiling fastrand v2.3.0
18262026-06-04T08:02:30.319Z Compiling mime v0.3.17
18272026-06-04T08:02:30.538Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18282026-06-04T08:02:30.739Z Compiling unicode-width v0.2.1
18292026-06-04T08:02:31.080Z Compiling errno v0.3.14
18302026-06-04T08:02:31.230Z Compiling hex v0.4.3
18312026-06-04T08:02:31.243Z Compiling generic-array v0.14.7
18322026-06-04T08:02:31.508Z Compiling ipnetwork v0.21.1
18332026-06-04T08:02:31.741Z Compiling crossbeam-utils v0.8.21
18342026-06-04T08:02:31.959Z Compiling tokio-util v0.7.16
18352026-06-04T08:02:32.011Z Compiling slog v2.8.2
18362026-06-04T08:02:32.270Z Compiling rustix v1.1.4
18372026-06-04T08:02:32.372Z Compiling getrandom v0.3.3
18382026-06-04T08:02:32.427Z Compiling winnow v0.7.14
18392026-06-04T08:02:32.550Z Compiling rand_core v0.9.3
18402026-06-04T08:02:32.555Z Compiling h2 v0.4.14
18412026-06-04T08:02:32.670Z Compiling oxnet v0.1.4
18422026-06-04T08:02:32.773Z Compiling crypto-common v0.1.6
18432026-06-04T08:02:32.911Z Compiling itertools v0.14.0
18442026-06-04T08:02:32.976Z Compiling progenitor-macro v0.11.1
18452026-06-04T08:02:33.472Z Compiling winnow v1.0.3
18462026-06-04T08:02:33.719Z Compiling num-derive v0.4.2
18472026-06-04T08:02:33.823Z Compiling toml_parser v1.1.2+spec-1.1.0
18482026-06-04T08:02:33.928Z Compiling serde_spanned v1.1.1
18492026-06-04T08:02:34.088Z Compiling spin v0.9.8
18502026-06-04T08:02:34.210Z Compiling debug-ignore v1.0.5
18512026-06-04T08:02:34.257Z Compiling toml_writer v1.1.1+spec-1.1.0
18522026-06-04T08:02:34.478Z Compiling rand_chacha v0.9.0
18532026-06-04T08:02:34.529Z Compiling rustls-pki-types v1.12.0
18542026-06-04T08:02:34.532Z Compiling quick-error v1.2.3
18552026-06-04T08:02:34.652Z Compiling hyper v1.10.1
18562026-06-04T08:02:34.684Z Compiling rand v0.9.3
18572026-06-04T08:02:34.971Z Compiling tabwriter v1.4.1
18582026-06-04T08:02:35.021Z Compiling async-stream v0.3.6
18592026-06-04T08:02:35.233Z Compiling waitgroup v0.1.2
18602026-06-04T08:02:35.269Z Compiling serde_path_to_error v0.1.20
18612026-06-04T08:02:35.339Z Compiling lazy_static v1.5.0
18622026-06-04T08:02:35.388Z Compiling bit-vec v0.8.0
18632026-06-04T08:02:35.444Z Compiling colored v3.1.1
18642026-06-04T08:02:35.620Z Compiling bit-set v0.8.0
18652026-06-04T08:02:35.637Z Compiling time v0.3.47
18662026-06-04T08:02:35.641Z Compiling strum v0.26.3
18672026-06-04T08:02:35.740Z Compiling ring v0.17.14
18682026-06-04T08:02:35.786Z Compiling toml_datetime v0.7.5+spec-1.1.0
18692026-06-04T08:02:35.853Z Compiling hyper-util v0.1.20
18702026-06-04T08:02:36.227Z Compiling anstyle v1.0.14
18712026-06-04T08:02:36.454Z Compiling unarray v0.1.4
18722026-06-04T08:02:36.484Z Compiling toml v0.9.12+spec-1.1.0
18732026-06-04T08:02:36.569Z Compiling crossbeam-channel v0.5.15
18742026-06-04T08:02:37.043Z Compiling macaddr v1.0.1
18752026-06-04T08:02:37.279Z Compiling utf8parse v0.2.2
18762026-06-04T08:02:37.397Z Compiling anstyle-parse v1.0.0
18772026-06-04T08:02:37.411Z Compiling block-buffer v0.10.4
18782026-06-04T08:02:37.424Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18792026-06-04T08:02:37.448Z Compiling ref-cast v1.0.25
18802026-06-04T08:02:37.554Z Compiling anstyle-query v1.1.4
18812026-06-04T08:02:37.567Z Compiling is_terminal_polyfill v1.70.1
18822026-06-04T08:02:37.572Z Compiling colorchoice v1.0.4
18832026-06-04T08:02:37.592Z Compiling digest v0.10.7
18842026-06-04T08:02:37.605Z Compiling strum v0.27.2
18852026-06-04T08:02:37.662Z Compiling anstream v1.0.0
18862026-06-04T08:02:37.662Z Compiling is-terminal v0.4.16
18872026-06-04T08:02:37.695Z Compiling clap_lex v1.1.0
18882026-06-04T08:02:37.733Z Compiling slog-async v2.8.0
18892026-06-04T08:02:37.767Z Compiling slog-term v2.9.2
18902026-06-04T08:02:37.787Z Compiling slog-json v2.6.1
18912026-06-04T08:02:37.945Z Compiling hostname v0.3.1
18922026-06-04T08:02:38.027Z Compiling futures-executor v0.3.32
18932026-06-04T08:02:38.040Z Compiling slog-bunyan v2.5.0
18942026-06-04T08:02:38.083Z Compiling tower v0.5.2
18952026-06-04T08:02:38.146Z Compiling instant v0.1.13
18962026-06-04T08:02:38.304Z Compiling futures v0.3.32
18972026-06-04T08:02:38.350Z Compiling aws-lc-sys v0.39.1
18982026-06-04T08:02:38.406Z Compiling untrusted v0.7.1
18992026-06-04T08:02:38.455Z Compiling openssl-sys v0.9.116
19002026-06-04T08:02:38.533Z Compiling tower-http v0.6.8
19012026-06-04T08:02:38.936Z Compiling aws-lc-rs v1.16.2
19022026-06-04T08:02:38.949Z Compiling memmap2 v0.9.8
19032026-06-04T08:02:39.603Z Compiling foreign-types-shared v0.1.1
19042026-06-04T08:02:39.942Z Compiling rustls-webpki v0.103.6
19052026-06-04T08:02:40.059Z Compiling foreign-types v0.3.2
19062026-06-04T08:02:40.471Z Compiling tempfile v3.27.0
19072026-06-04T08:02:40.777Z Compiling rustls v0.23.40
19082026-06-04T08:02:40.911Z Compiling openssl-probe v0.1.6
19092026-06-04T08:02:41.103Z Compiling openssl v0.10.80
19102026-06-04T08:02:41.907Z Compiling usdt v0.6.0
19112026-06-04T08:02:42.001Z Compiling either v1.15.0
19122026-06-04T08:02:42.213Z Compiling webpki-roots v1.0.2
19132026-06-04T08:02:42.337Z Compiling newtype-uuid v1.3.2
19142026-06-04T08:02:42.693Z Compiling daft v0.1.5
19152026-06-04T08:02:43.481Z Compiling native-tls v0.2.14
19162026-06-04T08:02:43.786Z Compiling tokio-rustls v0.26.4
19172026-06-04T08:02:43.798Z Compiling tokio-native-tls v0.3.1
19182026-06-04T08:02:43.973Z Compiling hyper-tls v0.6.0
19192026-06-04T08:02:44.054Z Compiling hyper-rustls v0.27.7
19202026-06-04T08:02:44.386Z Compiling reqwest v0.12.23
19212026-06-04T08:02:45.119Z Compiling rustls-webpki v0.102.8
19222026-06-04T08:02:45.274Z Compiling rustls-pemfile v2.2.0
19232026-06-04T08:02:45.481Z Compiling multer v3.1.0
19242026-06-04T08:02:45.846Z Compiling hostname v0.4.2
19252026-06-04T08:02:46.014Z Compiling rustls v0.22.4
19262026-06-04T08:02:46.135Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19272026-06-04T08:02:46.722Z Compiling terminal_size v0.4.3
19282026-06-04T08:02:46.804Z Compiling rand_chacha v0.3.1
19292026-06-04T08:02:47.187Z Compiling wait-timeout v0.2.1
19302026-06-04T08:02:47.591Z Compiling rusty-fork v0.3.0
19312026-06-04T08:02:47.777Z Compiling rand v0.8.5
19322026-06-04T08:02:47.963Z Compiling tokio-rustls v0.25.0
19332026-06-04T08:02:49.091Z Compiling sha1 v0.10.6
19342026-06-04T08:02:49.352Z Compiling rand_xorshift v0.4.0
19352026-06-04T08:02:49.914Z Compiling hubpack_derive v0.1.1
19362026-06-04T08:02:50.475Z Compiling proptest v1.8.0
19372026-06-04T08:02:50.488Z Compiling dropshot v0.16.7
19382026-06-04T08:02:50.488Z Compiling clap_builder v4.6.0
19392026-06-04T08:02:51.892Z Compiling serde_spanned v0.6.9
19402026-06-04T08:02:52.118Z Compiling clap v4.6.1
19412026-06-04T08:02:52.310Z Compiling prettyplease v0.2.37
19422026-06-04T08:02:52.734Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19432026-06-04T08:02:53.710Z Compiling progenitor-client v0.11.1
19442026-06-04T08:02:53.787Z Compiling progenitor-client v0.10.0
19452026-06-04T08:02:54.091Z Compiling serde_with v3.14.1
19462026-06-04T08:02:55.035Z Compiling progenitor v0.11.1
19472026-06-04T08:02:55.781Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19482026-06-04T08:02:55.956Z Compiling rustc-hash v2.1.1
19492026-06-04T08:02:56.088Z Compiling iddqd v0.3.18
19502026-06-04T08:02:56.124Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19512026-06-04T08:02:57.217Z Compiling backoff v0.4.0
19522026-06-04T08:02:57.244Z Compiling parse-display v0.10.0
19532026-06-04T08:02:57.267Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19542026-06-04T08:02:57.377Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19552026-06-04T08:02:57.423Z Compiling winnow v0.5.40
19562026-06-04T08:02:57.534Z Compiling toml_write v0.1.2
19572026-06-04T08:02:57.737Z Compiling toml_edit v0.22.27
19582026-06-04T08:02:59.020Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19592026-06-04T08:02:59.174Z Compiling num-integer v0.1.46
19602026-06-04T08:02:59.551Z Compiling float-ord v0.3.2
19612026-06-04T08:02:59.721Z Compiling toml v0.8.23
19622026-06-04T08:03:02.948Z Compiling num-iter v0.1.45
19632026-06-04T08:03:03.093Z Compiling num-rational v0.4.2
19642026-06-04T08:03:04.121Z Compiling num-complex v0.4.6
19652026-06-04T08:03:04.464Z Compiling num v0.4.3
19662026-06-04T08:03:05.120Z Compiling toml_edit v0.19.15
19672026-06-04T08:03:07.333Z Compiling proc-macro-crate v1.3.1
19682026-06-04T08:03:08.689Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-06-04T08:03:08.912Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19702026-06-04T08:03:09.181Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-06-04T08:03:10.254Z Compiling zerocopy-derive v0.7.35
19722026-06-04T08:03:10.394Z Compiling memoffset v0.9.1
19732026-06-04T08:03:10.487Z Compiling libscf-sys v1.2.0
19742026-06-04T08:03:10.638Z Compiling ingot-macros v0.1.1
19752026-06-04T08:03:11.161Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-06-04T08:03:11.357Z Compiling proc-macro-error-attr2 v2.0.0
19772026-06-04T08:03:11.684Z Compiling nix v0.30.1
19782026-06-04T08:03:12.117Z Compiling proc-macro-error2 v2.0.1
19792026-06-04T08:03:12.681Z Compiling scroll_derive v0.12.1
19802026-06-04T08:03:12.819Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19812026-06-04T08:03:13.476Z Compiling tabled_derive v0.11.0
19822026-06-04T08:03:13.532Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19832026-06-04T08:03:15.830Z Compiling zerocopy v0.7.35
19842026-06-04T08:03:16.412Z Compiling num_enum_derive v0.7.5
19852026-06-04T08:03:16.660Z Compiling hubpack v0.1.2
19862026-06-04T08:03:16.896Z Compiling foreign-types-macros v0.2.3
19872026-06-04T08:03:17.035Z Compiling static_assertions v1.1.0
19882026-06-04T08:03:17.508Z Compiling glob v0.3.3
19892026-06-04T08:03:17.554Z Compiling proc-macro-error-attr v1.0.4
19902026-06-04T08:03:17.704Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19912026-06-04T08:03:17.873Z Compiling dtrace-parser v0.2.0
19922026-06-04T08:03:17.992Z Compiling bytecount v0.6.9
19932026-06-04T08:03:18.264Z Compiling proc-macro-error v1.0.4
19942026-06-04T08:03:18.331Z Compiling dof v0.3.0
19952026-06-04T08:03:18.844Z Compiling num_enum_derive v0.5.11
19962026-06-04T08:03:20.389Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19972026-06-04T08:03:20.547Z Compiling thread-id v4.2.2
19982026-06-04T08:03:20.698Z Compiling usdt-impl v0.5.0
19992026-06-04T08:03:21.261Z Compiling derive_more v0.99.20
20002026-06-04T08:03:21.556Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20012026-06-04T08:03:21.568Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20022026-06-04T08:03:22.296Z Compiling minimal-lexical v0.2.1
20032026-06-04T08:03:22.381Z Compiling usdt-macro v0.5.0
20042026-06-04T08:03:22.559Z Compiling nom v7.1.3
20052026-06-04T08:03:22.604Z Compiling usdt-attr-macro v0.5.0
20062026-06-04T08:03:22.719Z Compiling zone_cfg_derive v0.3.1
20072026-06-04T08:03:23.156Z Compiling papergrid v0.17.0
20082026-06-04T08:03:23.426Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20092026-06-04T08:03:23.439Z Compiling testing_table v0.3.0
20102026-06-04T08:03:23.517Z Compiling rustc_version v0.4.1
20112026-06-04T08:03:23.604Z Compiling crossbeam-epoch v0.9.18
20122026-06-04T08:03:23.801Z Compiling dropshot_endpoint v0.17.1
20132026-06-04T08:03:23.930Z Compiling adler2 v2.0.1
20142026-06-04T08:03:23.955Z Compiling crc32fast v1.5.0
20152026-06-04T08:03:24.075Z Compiling tabled v0.20.0
20162026-06-04T08:03:24.160Z Compiling miniz_oxide v0.8.9
20172026-06-04T08:03:24.224Z Compiling enum-as-inner v0.6.1
20182026-06-04T08:03:24.431Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20192026-06-04T08:03:24.830Z Compiling flate2 v1.1.2
20202026-06-04T08:03:24.843Z Compiling curve25519-dalek v4.1.3
20212026-06-04T08:03:25.004Z Compiling hybrid-array v0.4.12
20222026-06-04T08:03:25.292Z Compiling crossbeam-deque v0.8.6
20232026-06-04T08:03:25.308Z Compiling thiserror-impl-no-std v2.0.2
20242026-06-04T08:03:25.496Z Compiling typify-impl v0.6.1
20252026-06-04T08:03:25.616Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20262026-06-04T08:03:25.628Z Compiling curve25519-dalek-derive v0.1.1
20272026-06-04T08:03:26.146Z Compiling crypto-common v0.2.2
20282026-06-04T08:03:26.344Z Compiling block-buffer v0.12.0
20292026-06-04T08:03:26.466Z Compiling rayon-core v1.13.0
20302026-06-04T08:03:26.517Z Compiling clang-sys v1.8.1
20312026-06-04T08:03:26.532Z Compiling const-oid v0.10.2
20322026-06-04T08:03:26.754Z Compiling compression-core v0.4.32
20332026-06-04T08:03:26.923Z Compiling compression-codecs v0.4.32
20342026-06-04T08:03:26.934Z Compiling digest v0.11.3
20352026-06-04T08:03:26.946Z Compiling scroll v0.12.0
20362026-06-04T08:03:27.200Z Compiling hash32 v0.3.1
20372026-06-04T08:03:27.223Z Compiling toml_datetime v1.1.1+spec-1.1.0
20382026-06-04T08:03:27.278Z Compiling cpufeatures v0.3.0
20392026-06-04T08:03:27.306Z Compiling goblin v0.8.2
20402026-06-04T08:03:27.320Z Compiling heapless v0.8.0
20412026-06-04T08:03:27.343Z Compiling sha1 v0.11.0
20422026-06-04T08:03:27.355Z Compiling async-compression v0.4.33
20432026-06-04T08:03:27.366Z Compiling ingot-types v0.1.2
20442026-06-04T08:03:27.547Z Compiling toml v1.1.2+spec-1.1.0
20452026-06-04T08:03:27.679Z Compiling cobs v0.3.0
20462026-06-04T08:03:27.754Z Compiling libloading v0.8.9
20472026-06-04T08:03:27.766Z Compiling managed v0.8.0
20482026-06-04T08:03:27.777Z Compiling bitflags v1.3.2
20492026-06-04T08:03:27.860Z Compiling foreign-types-shared v0.3.1
20502026-06-04T08:03:27.885Z Compiling bindgen v0.72.1
20512026-06-04T08:03:27.952Z Compiling smoltcp v0.11.0
20522026-06-04T08:03:27.966Z Compiling foreign-types v0.5.0
20532026-06-04T08:03:27.984Z Compiling postcard v1.1.3
20542026-06-04T08:03:28.336Z Compiling dropshot v0.17.1
20552026-06-04T08:03:28.489Z Compiling ingot v0.1.1
20562026-06-04T08:03:29.118Z Compiling cexpr v0.6.0
20572026-06-04T08:03:29.887Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20582026-06-04T08:03:30.056Z Compiling num_enum v0.7.5
20592026-06-04T08:03:30.228Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20602026-06-04T08:03:30.626Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20612026-06-04T08:03:30.752Z Compiling camino-tempfile v1.4.1
20622026-06-04T08:03:30.879Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20632026-06-04T08:03:30.977Z Compiling serde_repr v0.1.20
20642026-06-04T08:03:31.004Z Compiling derive-where v1.6.0
20652026-06-04T08:03:31.193Z Compiling cstr-argument v0.1.2
20662026-06-04T08:03:31.450Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-06-04T08:03:31.594Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20682026-06-04T08:03:31.814Z Compiling typify-macro v0.6.1
20692026-06-04T08:03:32.298Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20702026-06-04T08:03:32.492Z Compiling rayon v1.11.0
20712026-06-04T08:03:32.755Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20722026-06-04T08:03:32.885Z Compiling crucible-workspace-hack v0.1.0
20732026-06-04T08:03:33.684Z Compiling memmap v0.7.0
20742026-06-04T08:03:33.813Z Compiling tinyvec_macros v0.1.1
20752026-06-04T08:03:33.825Z Compiling usdt v0.5.0
20762026-06-04T08:03:33.875Z Compiling tinyvec v1.10.0
20772026-06-04T08:03:33.913Z Compiling typify v0.6.1
20782026-06-04T08:03:34.009Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20792026-06-04T08:03:34.265Z Compiling num_enum v0.5.11
20802026-06-04T08:03:34.771Z Compiling pin-project-internal v1.1.10
20812026-06-04T08:03:35.892Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20822026-06-04T08:03:35.920Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20832026-06-04T08:03:35.943Z Compiling progenitor-impl v0.13.0
20842026-06-04T08:03:36.111Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20852026-06-04T08:03:36.192Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20862026-06-04T08:03:36.257Z Compiling rustix v0.38.44
20872026-06-04T08:03:36.805Z Compiling itertools v0.12.1
20882026-06-04T08:03:36.822Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20892026-06-04T08:03:36.985Z Compiling progenitor-impl v0.10.0
20902026-06-04T08:03:37.151Z Compiling sigpipe v0.1.3
20912026-06-04T08:03:37.218Z Compiling jiff v0.2.15
20922026-06-04T08:03:37.244Z Compiling const_format_proc_macros v0.2.34
20932026-06-04T08:03:37.903Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20942026-06-04T08:03:38.035Z Compiling zone v0.3.1
20952026-06-04T08:03:38.055Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20962026-06-04T08:03:39.076Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20972026-06-04T08:03:39.467Z Compiling progenitor-macro v0.13.0
20982026-06-04T08:03:39.525Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20992026-06-04T08:03:39.835Z Compiling snafu-derive v0.8.9
21002026-06-04T08:03:40.456Z Compiling progenitor-macro v0.10.0
21012026-06-04T08:03:40.621Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21022026-06-04T08:03:41.017Z Compiling secrecy v0.10.3
21032026-06-04T08:03:41.045Z Compiling smf v0.2.3
21042026-06-04T08:03:41.185Z Compiling async-recursion v1.1.1
21052026-06-04T08:03:41.291Z Compiling bstr v1.12.0
21062026-06-04T08:03:41.661Z Compiling whoami v1.6.1
21072026-06-04T08:03:41.897Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21082026-06-04T08:03:42.443Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21092026-06-04T08:03:42.818Z Compiling hmac v0.12.1
21102026-06-04T08:03:43.159Z Compiling inout v0.1.4
21112026-06-04T08:03:43.201Z Compiling ff v0.13.1
21122026-06-04T08:03:43.318Z Compiling data-encoding v2.9.0
21132026-06-04T08:03:43.646Z Compiling crc8 v0.1.1
21142026-06-04T08:03:44.077Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-06-04T08:03:44.814Z Compiling group v0.13.0
21162026-06-04T08:03:44.842Z Compiling cipher v0.4.4
21172026-06-04T08:03:44.960Z Compiling hkdf v0.12.4
21182026-06-04T08:03:45.117Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21192026-06-04T08:03:45.201Z Compiling atomicwrites v0.4.4
21202026-06-04T08:03:45.434Z Compiling tokio-dtrace v0.1.1
21212026-06-04T08:03:45.723Z Compiling tabled_derive v0.7.0
21222026-06-04T08:03:46.245Z Compiling reqwest v0.13.2
21232026-06-04T08:03:46.276Z Compiling universal-hash v0.5.1
21242026-06-04T08:03:46.328Z Compiling crypto-bigint v0.5.5
21252026-06-04T08:03:46.421Z Compiling half v2.7.1
21262026-06-04T08:03:46.712Z Compiling base16ct v0.2.0
21272026-06-04T08:03:46.723Z Compiling ciborium-io v0.2.2
21282026-06-04T08:03:46.829Z Compiling indent_write v2.2.0
21292026-06-04T08:03:46.884Z Compiling opaque-debug v0.3.1
21302026-06-04T08:03:46.965Z Compiling base64ct v1.8.0
21312026-06-04T08:03:46.977Z Compiling poly1305 v0.8.0
21322026-06-04T08:03:47.277Z Compiling password-hash v0.5.0
21332026-06-04T08:03:47.396Z Compiling progenitor-client v0.13.0
21342026-06-04T08:03:47.418Z Compiling elliptic-curve v0.13.8
21352026-06-04T08:03:47.699Z Compiling ciborium-ll v0.2.2
21362026-06-04T08:03:48.088Z Compiling oxide-tokio-rt v0.1.2
21372026-06-04T08:03:48.101Z Compiling chacha20 v0.9.1
21382026-06-04T08:03:48.638Z Compiling similar v2.7.0
21392026-06-04T08:03:48.828Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21402026-06-04T08:03:49.135Z Compiling thiserror-no-std v2.0.2
21412026-06-04T08:03:49.613Z Compiling blake2 v0.10.6
21422026-06-04T08:03:50.114Z Compiling aead v0.5.2
21432026-06-04T08:03:50.330Z Compiling linked-hash-map v0.5.6
21442026-06-04T08:03:50.460Z Compiling resolv-conf v0.7.5
21452026-06-04T08:03:50.539Z Compiling keccak v0.1.6
21462026-06-04T08:03:50.702Z Compiling sha3 v0.10.8
21472026-06-04T08:03:50.830Z Compiling lru-cache v0.1.2
21482026-06-04T08:03:50.865Z Compiling chacha20poly1305 v0.10.1
21492026-06-04T08:03:50.961Z Compiling vsss-rs v3.3.4
21502026-06-04T08:03:51.001Z Compiling argon2 v0.5.3
21512026-06-04T08:03:51.020Z Compiling progenitor v0.13.0
21522026-06-04T08:03:51.077Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21532026-06-04T08:03:51.267Z Compiling ciborium v0.2.2
21542026-06-04T08:03:51.392Z Compiling hickory-proto v0.24.4
21552026-06-04T08:03:51.820Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21562026-06-04T08:03:51.873Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21572026-06-04T08:03:52.266Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21582026-06-04T08:03:52.376Z Compiling serde-big-array v0.5.1
21592026-06-04T08:03:52.466Z Compiling same-file v1.0.6
21602026-06-04T08:03:52.523Z Compiling siphasher v1.0.1
21612026-06-04T08:03:52.593Z Compiling unicode-segmentation v1.12.0
21622026-06-04T08:03:52.667Z Compiling walkdir v2.5.0
21632026-06-04T08:03:52.727Z Compiling phf_shared v0.12.1
21642026-06-04T08:03:52.906Z Compiling newline-converter v0.3.0
21652026-06-04T08:03:52.993Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21662026-06-04T08:03:53.027Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21672026-06-04T08:03:53.281Z Compiling hickory-resolver v0.24.4
21682026-06-04T08:03:53.357Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21692026-06-04T08:03:53.820Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21702026-06-04T08:03:54.811Z Compiling newtype_derive v0.1.6
21712026-06-04T08:03:54.897Z Compiling owo-colors v4.3.0
21722026-06-04T08:03:55.078Z Compiling tokio-stream v0.1.17
21732026-06-04T08:03:55.478Z Compiling console v0.15.11
21742026-06-04T08:03:55.590Z Compiling csv-core v0.1.12
21752026-06-04T08:03:55.668Z Compiling swrite v0.1.0
21762026-06-04T08:03:55.874Z Compiling unicode-width v0.1.14
21772026-06-04T08:03:55.877Z Compiling unicode-linebreak v0.1.5
21782026-06-04T08:03:55.898Z Compiling termtree v0.5.1
21792026-06-04T08:03:56.143Z Compiling foldhash v0.1.5
21802026-06-04T08:03:56.164Z Compiling smawk v0.3.2
21812026-06-04T08:03:56.181Z Compiling humantime v2.3.0
21822026-06-04T08:03:56.269Z Compiling hashbrown v0.15.5
21832026-06-04T08:03:56.282Z Compiling textwrap v0.16.2
21842026-06-04T08:03:56.327Z Compiling expectorate v1.2.0
21852026-06-04T08:03:56.431Z Compiling csv v1.4.0
21862026-06-04T08:03:56.478Z Compiling qorb v0.4.1
21872026-06-04T08:03:56.478Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21882026-06-04T08:03:56.831Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-06-04T08:03:58.139Z Compiling phf v0.12.1
21902026-06-04T08:03:58.306Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21912026-06-04T08:03:58.692Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21922026-06-04T08:03:58.814Z Compiling pin-project v1.1.10
21932026-06-04T08:03:58.862Z Compiling unicode-normalization v0.1.24
21942026-06-04T08:03:58.927Z Compiling libz-sys v1.1.22
21952026-06-04T08:03:59.230Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-06-04T08:03:59.989Z Compiling libsw-core v0.3.2
21972026-06-04T08:04:00.163Z Compiling fixedbitset v0.4.2
21982026-06-04T08:04:00.267Z Compiling fixedbitset v0.5.7
21992026-06-04T08:04:00.546Z Compiling highway v1.3.0
22002026-06-04T08:04:00.710Z Compiling progenitor v0.10.0
22012026-06-04T08:04:00.867Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22022026-06-04T08:04:00.955Z Compiling petgraph v0.8.2
22032026-06-04T08:04:00.967Z Compiling petgraph v0.6.5
22042026-06-04T08:04:02.489Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-06-04T08:04:02.516Z Compiling libsw v3.5.0
22062026-06-04T08:04:02.813Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22072026-06-04T08:04:03.014Z Compiling olpc-cjson v0.1.4
22082026-06-04T08:04:03.049Z Compiling libgit2-sys v0.17.0+1.8.1
22092026-06-04T08:04:03.113Z Compiling snafu v0.8.9
22102026-06-04T08:04:03.510Z Compiling chrono-tz v0.10.4
22112026-06-04T08:04:04.106Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-06-04T08:04:04.316Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-06-04T08:04:05.057Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-06-04T08:04:05.262Z Compiling papergrid v0.11.0
22152026-06-04T08:04:05.371Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-04T08:04:05.671Z Compiling globset v0.4.16
22172026-06-04T08:04:06.220Z Compiling const_format v0.2.34
22182026-06-04T08:04:06.438Z Compiling slog-dtrace v0.3.0
22192026-06-04T08:04:06.506Z Compiling cancel-safe-futures v0.1.5
22202026-06-04T08:04:06.559Z Compiling gethostname v0.5.0
22212026-06-04T08:04:06.821Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22222026-06-04T08:04:07.253Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22232026-06-04T08:04:07.854Z Compiling dropshot-api-manager-types v0.7.2
22242026-06-04T08:04:07.897Z Compiling bcs v0.1.6
22252026-06-04T08:04:08.194Z Compiling serde_plain v1.0.2
22262026-06-04T08:04:08.224Z Compiling cargo-platform v0.1.9
22272026-06-04T08:04:08.243Z Compiling pem v3.0.5
22282026-06-04T08:04:08.255Z Compiling tagptr v0.2.0
22292026-06-04T08:04:08.586Z Compiling typed-path v0.9.3
22302026-06-04T08:04:08.772Z Compiling linear-map v1.2.0
22312026-06-04T08:04:08.930Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-06-04T08:04:09.921Z Compiling tough v0.20.0
22332026-06-04T08:04:10.647Z Compiling cargo_metadata v0.18.1
22342026-06-04T08:04:10.944Z Compiling moka v0.12.11
22352026-06-04T08:04:11.569Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22362026-06-04T08:04:11.971Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22372026-06-04T08:04:12.234Z Compiling tabled v0.15.0
22382026-06-04T08:04:12.247Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-06-04T08:04:13.530Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22402026-06-04T08:04:13.738Z Compiling git2 v0.19.0
22412026-06-04T08:04:14.917Z Compiling steno v0.4.1
22422026-06-04T08:04:16.625Z Compiling cookie v0.18.1
22432026-06-04T08:04:16.723Z Compiling hickory-proto v0.25.2
22442026-06-04T08:04:18.642Z Compiling hickory-resolver v0.25.2
22452026-06-04T08:04:19.750Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-06-04T08:04:20.935Z Compiling vergen v8.3.2
22472026-06-04T08:04:22.796Z Compiling signal-hook v0.3.18
22482026-06-04T08:04:23.690Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22492026-06-04T08:04:23.768Z Compiling mockall_derive v0.13.1
22502026-06-04T08:04:23.899Z Compiling predicates-core v1.0.9
22512026-06-04T08:04:24.177Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22522026-06-04T08:04:24.571Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22532026-06-04T08:04:24.669Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22542026-06-04T08:04:24.844Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22552026-06-04T08:04:24.908Z Compiling sha2 v0.10.9
22562026-06-04T08:04:25.490Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22572026-06-04T08:04:26.304Z Compiling diff v0.1.13
22582026-06-04T08:04:26.630Z Compiling yansi v1.0.1
22592026-06-04T08:04:26.938Z Compiling pretty_assertions v1.4.1
22602026-06-04T08:04:26.975Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22612026-06-04T08:04:28.111Z Compiling predicates-tree v1.0.12
22622026-06-04T08:04:28.280Z Compiling predicates v3.1.3
22632026-06-04T08:04:28.386Z Compiling fs-err v3.1.2
22642026-06-04T08:04:29.128Z Compiling git-stub v1.0.0
22652026-06-04T08:04:29.157Z Compiling filetime v0.2.26
22662026-06-04T08:04:29.354Z Compiling fragile v2.0.1
22672026-06-04T08:04:29.419Z Compiling arrayvec v0.7.6
22682026-06-04T08:04:29.636Z Compiling xattr v1.6.1
22692026-06-04T08:04:29.667Z Compiling downcast v0.11.0
22702026-06-04T08:04:29.824Z Compiling arrayref v0.3.9
22712026-06-04T08:04:29.837Z Compiling constant_time_eq v0.3.1
22722026-06-04T08:04:29.906Z Compiling is_ci v1.2.0
22732026-06-04T08:04:29.918Z Compiling blake3 v1.8.2
22742026-06-04T08:04:29.956Z Compiling mockall v0.13.1
22752026-06-04T08:04:30.064Z Compiling supports-color v3.0.2
22762026-06-04T08:04:30.175Z Compiling tar v0.4.45
22772026-06-04T08:04:30.276Z Compiling toml v0.7.8
22782026-06-04T08:04:30.548Z Compiling git-stub-vcs v0.1.0
22792026-06-04T08:04:30.986Z Compiling signal-hook-tokio v0.3.1
22802026-06-04T08:04:31.130Z Compiling curl-sys v0.4.83+curl-8.15.0
22812026-06-04T08:04:31.432Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22822026-06-04T08:04:32.351Z Compiling drift v0.2.0
22832026-06-04T08:04:33.068Z Compiling kstat-rs v0.2.4
22842026-06-04T08:04:33.307Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22852026-06-04T08:04:33.390Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22862026-06-04T08:04:33.553Z Compiling display-error-chain v0.2.2
22872026-06-04T08:04:33.704Z Compiling hex-literal v1.0.0
22882026-06-04T08:04:33.716Z Compiling topological-sort v0.2.2
22892026-06-04T08:04:33.870Z Compiling omicron-zone-package v0.12.2
22902026-06-04T08:04:34.053Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22912026-06-04T08:04:34.226Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22922026-06-04T08:04:35.623Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22932026-06-04T08:04:36.171Z Compiling dropshot-api-manager v0.7.2
22942026-06-04T08:04:36.696Z Compiling curl v0.4.49
22952026-06-04T08:04:36.774Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22962026-06-04T08:04:36.831Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22972026-06-04T08:04:37.076Z Compiling search_path v0.1.4
22982026-06-04T08:04:37.146Z Compiling internet-checksum v0.2.1
22992026-06-04T08:04:37.297Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23002026-06-04T08:04:37.529Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-06-04T08:04:38.062Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23022026-06-04T08:04:38.973Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23032026-06-04T08:04:43.268Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23042026-06-04T08:05:27.639Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s
23052026-06-04T08:05:27.761Z Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288)
23062026-06-04T08:05:27.764Z
23072026-06-04T08:05:27.764Zrunning 5 tests
23082026-06-04T08:05:27.767Ztest fuse::tests::chip_revision_b0 ... ok
23092026-06-04T08:05:27.767Ztest fuse::tests::chip_revision_a0 ... ok
23102026-06-04T08:05:27.767Ztest fuse::tests::chip_revision_b1 ... ok
23112026-06-04T08:05:27.767Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23122026-06-04T08:05:27.767Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23132026-06-04T08:05:27.767Z
23142026-06-04T08:05:27.767Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23152026-06-04T08:05:27.767Z
23162026-06-04T08:05:27.767Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23172026-06-04T08:05:27.770Z
23182026-06-04T08:05:27.770Zrunning 0 tests
23192026-06-04T08:05:27.770Z
23202026-06-04T08:05:27.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-06-04T08:05:27.770Z
23222026-06-04T08:05:27.770Z Running unittests src/lib.rs (target/debug/deps/asic-4ec38f825b88b3ce)
23232026-06-04T08:05:27.773Z
23242026-06-04T08:05:27.773Zrunning 0 tests
23252026-06-04T08:05:27.773Z
23262026-06-04T08:05:27.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23272026-06-04T08:05:27.773Z
23282026-06-04T08:05:27.773Z Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8)
23292026-06-04T08:05:27.773Z
23302026-06-04T08:05:27.773Zrunning 10 tests
23312026-06-04T08:05:27.773Ztest nat::tests::test_vni ... ok
23322026-06-04T08:05:27.773Ztest network::tests::test_eui64 ... ok
23332026-06-04T08:05:27.776Ztest network::tests::test_equal ... ok
23342026-06-04T08:05:27.776Ztest network::tests::test_generate_ipv6_link_local ... ok
23352026-06-04T08:05:27.776Ztest network::tests::test_into ... ok
23362026-06-04T08:05:27.777Ztest network::tests::test_not_equal ... ok
23372026-06-04T08:05:27.777Ztest network::tests::test_to_string ... ok
23382026-06-04T08:05:27.777Ztest network::tests::test_parse ... ok
23392026-06-04T08:05:27.777Ztest test_purge ... ok
23402026-06-04T08:05:27.780Ztest illumos::test::address_exists_handles_missing_object ... ok
23412026-06-04T08:05:27.780Z
23422026-06-04T08:05:27.780Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23432026-06-04T08:05:27.780Z
23442026-06-04T08:05:27.780Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1)
23452026-06-04T08:05:27.783Z
23462026-06-04T08:05:27.783Zrunning 1 test
23472026-06-04T08:05:27.786Z -------
23482026-06-04T08:05:27.786Z Generating OpenAPI documents from API definitions ...
23492026-06-04T08:05:27.924Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23502026-06-04T08:05:27.991Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23512026-06-04T08:05:28.969Z -------
23522026-06-04T08:05:28.970Z Checking 12 OpenAPI documents...
23532026-06-04T08:05:28.970Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-06-04T08:05:28.970Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-06-04T08:05:28.970Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-06-04T08:05:28.970Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-06-04T08:05:28.970Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-06-04T08:05:28.970Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-06-04T08:05:28.970Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-06-04T08:05:28.970Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-06-04T08:05:28.974Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-06-04T08:05:28.974Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-04T08:05:28.974Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-04T08:05:28.974Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-04T08:05:28.974Z Fresh dpd "latest" symlink
23662026-06-04T08:05:28.974Z -------
23672026-06-04T08:05:28.974Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23682026-06-04T08:05:29.025Ztest test::test_apis_up_to_date ... ok
23692026-06-04T08:05:29.025Z
23702026-06-04T08:05:29.025Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
23712026-06-04T08:05:29.026Z
23722026-06-04T08:05:29.080Z Running unittests src/main.rs (target/debug/deps/dpd-1de58002221e4b48)
23732026-06-04T08:05:29.087Z
23742026-06-04T08:05:29.087Zrunning 19 tests
23752026-06-04T08:05:29.091Ztest freemap::test_ordering ... ok
23762026-06-04T08:05:29.091Ztest config::tests::test_updates ... ok
23772026-06-04T08:05:29.091Ztest freemap::test_split ... ok
23782026-06-04T08:05:29.091Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23792026-06-04T08:05:29.091Ztest macaddrs::tests::test_mac_offset ... ok
23802026-06-04T08:05:29.096Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23812026-06-04T08:05:29.096Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23822026-06-04T08:05:29.096Ztest macaddrs::tests::test_parse_port_id ... ok
23832026-06-04T08:05:29.096Ztest nat::test_mapping ... ok
23842026-06-04T08:05:29.096Ztest port_map::tests::dump_map ... ok
23852026-06-04T08:05:29.096Ztest port_map::tests::test_backplane_group ... ok
23862026-06-04T08:05:29.096ZJun 04 08:05:27.717 DEBG created new freemap, unit: freemap_test
23872026-06-04T08:05:29.096ZJun 04 08:05:27.717Jun 04 08:05:27.717 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23882026-06-04T08:05:29.096Z
23892026-06-04T08:05:29.096ZJun 04 08:05:27.717 DEBG reset freemapJun 04 08:05:27.717, unitDEBG: initted freemap. size: 128freemap_test,
23902026-06-04T08:05:29.096Zunit: freemap_test
23912026-06-04T08:05:29.096ZJun 04 08:05:27.717 DEBG reset freemap, unit: freemap_test
23922026-06-04T08:05:29.096Ztest port_map::tests::test_port_map ... ok
23932026-06-04T08:05:29.097Ztest freemap::test_free ... ok
23942026-06-04T08:05:29.097Ztest freemap::test_exhaustion ... ok
23952026-06-04T08:05:29.097ZJun 04 08:05:27.717 DEBG created new freemap, unit: freemap_test
23962026-06-04T08:05:29.097ZJun 04 08:05:27.717Jun 04 08:05:27.717 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23972026-06-04T08:05:29.097Z
23982026-06-04T08:05:29.097ZJun 04 08:05:27.717 DEBG reset freemap, Jun 04 08:05:27.717unit :DEBG freemap_testinitted freemap. size: 128
23992026-06-04T08:05:29.097Z, unit: freemap_test
24002026-06-04T08:05:29.097ZJun 04 08:05:27.717 DEBG reset freemap, unit: freemap_test
24012026-06-04T08:05:29.097Ztest freemap::test_basic ... ok
24022026-06-04T08:05:29.097Ztest freemap::test_reclaim ... ok
24032026-06-04T08:05:29.097ZJun 04 08:05:27.718 DEBG created new freemap, unit: freemap_test
24042026-06-04T08:05:29.097ZJun 04 08:05:27.718 DEBG initted freemap. size: 128, unit: freemap_test
24052026-06-04T08:05:29.097ZJun 04 08:05:27.718 DEBG reset freemap, unit: freemap_test
24062026-06-04T08:05:29.097Ztest freemap::test_span ... ok
24072026-06-04T08:05:29.097Ztest port_map::tests::parse_softnpu_revision ... ok
24082026-06-04T08:05:29.097Ztest api_server::tests::test_build_info ... ok
24092026-06-04T08:05:29.097Z
24102026-06-04T08:05:29.097Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24112026-06-04T08:05:29.097Z
24122026-06-04T08:05:29.102Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-6dec54a2d1ffc09f)
24132026-06-04T08:05:29.102Z
24142026-06-04T08:05:29.102Zrunning 0 tests
24152026-06-04T08:05:29.102Z
24162026-06-04T08:05:29.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24172026-06-04T08:05:29.102Z
24182026-06-04T08:05:29.102Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d)
24192026-06-04T08:05:29.102Z
24202026-06-04T08:05:29.102Zrunning 0 tests
24212026-06-04T08:05:29.102Z
24222026-06-04T08:05:29.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24232026-06-04T08:05:29.102Z
24242026-06-04T08:05:29.102Z Running unittests src/lib.rs (target/debug/deps/dpd_client-7cceb91ab260d5de)
24252026-06-04T08:05:29.105Z
24262026-06-04T08:05:29.105Zrunning 6 tests
24272026-06-04T08:05:29.105Ztest tests::test_full_lot_id_neither_present ... ok
24282026-06-04T08:05:29.105Ztest tests::test_port_id_cmp ... ok
24292026-06-04T08:05:29.105Ztest tests::test_full_lot_id_lotnum_only ... ok
24302026-06-04T08:05:29.105Ztest tests::test_full_lot_id_lot_only ... ok
24312026-06-04T08:05:29.105Ztest tests::test_full_lot_id_both_present ... ok
24322026-06-04T08:05:29.106Ztest tests::test_parse_client_port_id ... ok
24332026-06-04T08:05:29.106Z
24342026-06-04T08:05:29.106Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24352026-06-04T08:05:29.106Z
24362026-06-04T08:05:29.106Z Running tests/test_all.rs (target/debug/deps/test_all-4bd0e84349506f66)
24372026-06-04T08:05:29.106Z
24382026-06-04T08:05:29.106Zrunning 0 tests
24392026-06-04T08:05:29.106Z
24402026-06-04T08:05:29.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24412026-06-04T08:05:29.106Z
24422026-06-04T08:05:29.106Z Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90)
24432026-06-04T08:05:29.106Z
24442026-06-04T08:05:29.106Zrunning 0 tests
24452026-06-04T08:05:29.106Z
24462026-06-04T08:05:29.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24472026-06-04T08:05:29.106Z
24482026-06-04T08:05:29.109Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675)
24492026-06-04T08:05:29.109Z
24502026-06-04T08:05:29.109Zrunning 0 tests
24512026-06-04T08:05:29.109Z
24522026-06-04T08:05:29.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24532026-06-04T08:05:29.109Z
24542026-06-04T08:05:29.109Z Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e)
24552026-06-04T08:05:29.109Z
24562026-06-04T08:05:29.109Zrunning 12 tests
24572026-06-04T08:05:29.113Ztest icmp::test_v6_checksum ... ok
24582026-06-04T08:05:29.113Ztest ipv6::test_ipv6_parse ... ok
24592026-06-04T08:05:29.113Ztest lldp::test_lldp_parse ... ok
24602026-06-04T08:05:29.113Ztest icmp::test_v4_checksum ... ok
24612026-06-04T08:05:29.113Ztest pbuf::test_byte ... ok
24622026-06-04T08:05:29.113Ztest pbuf::test_nibble ... ok
24632026-06-04T08:05:29.113Ztest pbuf::test_overflow ... ok
24642026-06-04T08:05:29.113Ztest pbuf::test_short ... ok
24652026-06-04T08:05:29.113Ztest pbuf::test_twelve ... ok
24662026-06-04T08:05:29.113Ztest pbuf::test_word ... ok
24672026-06-04T08:05:29.113Ztest tcp::test_checksum_ack_data ... ok
24682026-06-04T08:05:29.113Ztest tcp::test_checksum_syn_nodata ... ok
24692026-06-04T08:05:29.113Z
24702026-06-04T08:05:29.113Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24712026-06-04T08:05:29.113Z
24722026-06-04T08:05:29.113Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
24732026-06-04T08:05:29.113Z
24742026-06-04T08:05:29.113Zrunning 0 tests
24752026-06-04T08:05:29.113Z
24762026-06-04T08:05:29.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24772026-06-04T08:05:29.113Z
24782026-06-04T08:05:29.113Z Running unittests src/main.rs (target/debug/deps/swadm-87b959ccbcae06c7)
24792026-06-04T08:05:29.117Z
24802026-06-04T08:05:29.117Zrunning 5 tests
24812026-06-04T08:05:29.117Ztest switchport::test::test_compute_lanes ... ok
24822026-06-04T08:05:29.117Ztest switchport::test::port_id_ordering ... ok
24832026-06-04T08:05:29.117Z Lane 0 Lane 1 Lane 2 Lane 3
24842026-06-04T08:05:29.117Z Rx Loss-of-lock: Yes Yes Yes Yes
24852026-06-04T08:05:29.117Z Rx Loss-of-signal: Yes Lane 0 Yes Lane 1Yes Lane 2Yes
24862026-06-04T08:05:29.117ZLane 3
24872026-06-04T08:05:29.117Z Rx CDR Enabled: Yes Yes State: Activated Yes ActivatedYes
24882026-06-04T08:05:29.117ZActivated Tx Enabled: Yes Activated
24892026-06-04T08:05:29.117ZYes Yes Rx Output Enabled: false Yesfalse
24902026-06-04T08:05:29.117Z Tx Loss-of-lock: No falseNo false
24912026-06-04T08:05:29.117ZNo No Rx Output Status: valid
24922026-06-04T08:05:29.117Z Tx Loss-of-signal: Novalid No valid Novalid
24932026-06-04T08:05:29.117ZNo
24942026-06-04T08:05:29.117Z Rx Loss-of-lock: true Tx CDR Enabled: No Notrue Notrue Notrue
24952026-06-04T08:05:29.117Z
24962026-06-04T08:05:29.117Z Tx Adaptive EQ Fault: No Rx Loss-of-signal: false No falseNo No
24972026-06-04T08:05:29.117Zfalse Tx Fault: Yesfalse
24982026-06-04T08:05:29.117Z YesRx Auto-squelch Disable: true Yestrue Yes
24992026-06-04T08:05:29.117Ztrue true
25002026-06-04T08:05:29.117Z Tx Output Enabled: true true true true
25012026-06-04T08:05:29.117Z Tx Output Status: invalid invalid invalid invalid
25022026-06-04T08:05:29.117Z Tx Loss-of-lock: false false false false
25032026-06-04T08:05:29.117Z Tx Loss-of-signal: true true true true
25042026-06-04T08:05:29.117ZTx Auto-squelch Disable: false false false false
25052026-06-04T08:05:29.117Z Tx Adaptive EQ Fail: true true true true
25062026-06-04T08:05:29.117Z Tx Failure: false false false false
25072026-06-04T08:05:29.117Z Tx Force Squelch: true true true true
25082026-06-04T08:05:29.117Z Tx Input Polarity: normal normal normal normal
25092026-06-04T08:05:29.117Ztest switchport::test::test_print_sff_datapath ... ok
25102026-06-04T08:05:29.117Ztest switchport::test::test_print_cmis_datapath ... ok
25112026-06-04T08:05:29.117Ztest link::test_filter ... ok
25122026-06-04T08:05:29.117Z
25132026-06-04T08:05:29.117Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25142026-06-04T08:05:29.117Z
25152026-06-04T08:05:29.118Z Running tests/counters.rs (target/debug/deps/counters-7058cb6d2f61f6f9)
25162026-06-04T08:05:29.124Z
25172026-06-04T08:05:29.124Zrunning 1 test
25182026-06-04T08:05:29.124Ztest test_p4_counter_list ... ignored
25192026-06-04T08:05:29.124Z
25202026-06-04T08:05:29.124Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25212026-06-04T08:05:29.124Z
25222026-06-04T08:05:29.124Z Running tests/port-link.rs (target/debug/deps/port_link-fe8132394f11ce19)
25232026-06-04T08:05:29.124Z
25242026-06-04T08:05:29.124Zrunning 5 tests
25252026-06-04T08:05:29.124Ztest test_an ... ignored
25262026-06-04T08:05:29.124Ztest test_enable ... ignored
25272026-06-04T08:05:29.124Ztest test_ip_addresses ... ignored
25282026-06-04T08:05:29.124Ztest test_kr ... ignored
25292026-06-04T08:05:29.124Ztest test_mac ... ignored
25302026-06-04T08:05:29.124Z
25312026-06-04T08:05:29.124Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25322026-06-04T08:05:29.124Z
25332026-06-04T08:05:29.124Z Running unittests src/main.rs (target/debug/deps/tfportd-97faa37c27990c34)
25342026-06-04T08:05:29.129Z
25352026-06-04T08:05:29.129Zrunning 3 tests
25362026-06-04T08:05:29.129Ztest linklocal::test_parse_ipadm ... ok
25372026-06-04T08:05:29.129Ztest tfport::test_parse_tfport ... ok
25382026-06-04T08:05:29.129Ztest config::tests::test_updates ... ok
25392026-06-04T08:05:29.129Z
25402026-06-04T08:05:29.129Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-06-04T08:05:29.129Z
25422026-06-04T08:05:29.129Z Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c)
25432026-06-04T08:05:29.129Z
25442026-06-04T08:05:29.129Zrunning 0 tests
25452026-06-04T08:05:29.129Z
25462026-06-04T08:05:29.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-06-04T08:05:29.129Z
25482026-06-04T08:05:29.129Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
25492026-06-04T08:05:29.129Z
25502026-06-04T08:05:29.129Zrunning 0 tests
25512026-06-04T08:05:29.129Z
25522026-06-04T08:05:29.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25532026-06-04T08:05:29.129Z
25542026-06-04T08:05:29.129Z Doc-tests aal
25552026-06-04T08:05:29.283Z
25562026-06-04T08:05:29.283Zrunning 0 tests
25572026-06-04T08:05:29.283Z
25582026-06-04T08:05:29.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25592026-06-04T08:05:29.283Z
25602026-06-04T08:05:29.296Z Doc-tests aal_macros
25612026-06-04T08:05:29.331Z
25622026-06-04T08:05:29.331Zrunning 0 tests
25632026-06-04T08:05:29.331Z
25642026-06-04T08:05:29.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-06-04T08:05:29.331Z
25662026-06-04T08:05:29.350Z Doc-tests common
25672026-06-04T08:05:29.579Z
25682026-06-04T08:05:29.579Zrunning 0 tests
25692026-06-04T08:05:29.579Z
25702026-06-04T08:05:29.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-06-04T08:05:29.579Z
25722026-06-04T08:05:29.601Z Doc-tests dpd_api
25732026-06-04T08:05:30.346Z
25742026-06-04T08:05:30.346Zrunning 2 tests
25752026-06-04T08:05:30.346Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25762026-06-04T08:05:30.346Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25772026-06-04T08:05:30.346Z
25782026-06-04T08:05:30.346Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25792026-06-04T08:05:30.346Z
25802026-06-04T08:05:30.374Z Doc-tests dpd_client
25812026-06-04T08:05:31.671Z
25822026-06-04T08:05:31.671Zrunning 0 tests
25832026-06-04T08:05:31.671Z
25842026-06-04T08:05:31.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25852026-06-04T08:05:31.671Z
25862026-06-04T08:05:31.713Z Doc-tests dpd_types
25872026-06-04T08:05:31.925Z
25882026-06-04T08:05:31.925Zrunning 0 tests
25892026-06-04T08:05:31.925Z
25902026-06-04T08:05:31.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-06-04T08:05:31.925Z
25922026-06-04T08:05:31.950Z Doc-tests dpd_types_versions
25932026-06-04T08:05:33.153Z
25942026-06-04T08:05:33.153Zrunning 1 test
25952026-06-04T08:05:33.154Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25962026-06-04T08:05:33.154Z
25972026-06-04T08:05:33.154Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25982026-06-04T08:05:33.154Z
25992026-06-04T08:05:33.196Z Doc-tests packet
26002026-06-04T08:05:33.307Z
26012026-06-04T08:05:33.307Zrunning 0 tests
26022026-06-04T08:05:33.307Z
26032026-06-04T08:05:33.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26042026-06-04T08:05:33.308Z
26052026-06-04T08:05:33.324Z Doc-tests pcap
26062026-06-04T08:05:33.375Z
26072026-06-04T08:05:33.375Zrunning 0 tests
26082026-06-04T08:05:33.375Z
26092026-06-04T08:05:33.375Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26102026-06-04T08:05:33.375Z
26112026-06-04T08:05:33.443Z+ for feat in tofino_stub tofino_asic softnpu chaos
26122026-06-04T08:05:33.443Z+ RUST_BACKTRACE=full
26132026-06-04T08:05:33.443Z+ cargo test --features tofino_asic --no-fail-fast
26142026-06-04T08:05:34.035Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26152026-06-04T08:05:34.115Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26162026-06-04T08:05:34.124Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26172026-06-04T08:05:34.128Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26182026-06-04T08:05:42.688Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26192026-06-04T08:05:43.492Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26202026-06-04T08:06:23.494Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.03s
26212026-06-04T08:06:23.610Z Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288)
26222026-06-04T08:06:23.613Z
26232026-06-04T08:06:23.613Zrunning 5 tests
26242026-06-04T08:06:23.613Ztest fuse::tests::chip_revision_b0 ... ok
26252026-06-04T08:06:23.613Ztest fuse::tests::chip_revision_a0 ... ok
26262026-06-04T08:06:23.613Ztest fuse::tests::chip_revision_b1 ... ok
26272026-06-04T08:06:23.613Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26282026-06-04T08:06:23.613Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26292026-06-04T08:06:23.613Z
26302026-06-04T08:06:23.613Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26312026-06-04T08:06:23.613Z
26322026-06-04T08:06:23.616Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26332026-06-04T08:06:23.619Z
26342026-06-04T08:06:23.619Zrunning 0 tests
26352026-06-04T08:06:23.619Z
26362026-06-04T08:06:23.619Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26372026-06-04T08:06:23.619Z
26382026-06-04T08:06:23.619Z Running unittests src/lib.rs (target/debug/deps/asic-0689c375a66f5672)
26392026-06-04T08:06:23.722Z
26402026-06-04T08:06:23.722Zrunning 8 tests
26412026-06-04T08:06:23.725Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26422026-06-04T08:06:23.725Ztest tofino_asic::qsfp::tests::fix_link ... ok
26432026-06-04T08:06:23.725Ztest tofino_asic::stats::constants_sanity_check ... ok
26442026-06-04T08:06:23.725Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26452026-06-04T08:06:23.725Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26462026-06-04T08:06:23.725Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26472026-06-04T08:06:23.732Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26482026-06-04T08:06:24.223Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26492026-06-04T08:06:24.223Z
26502026-06-04T08:06:24.223Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26512026-06-04T08:06:24.223Z
26522026-06-04T08:06:24.234Z Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8)
26532026-06-04T08:06:24.238Z
26542026-06-04T08:06:24.238Zrunning 10 tests
26552026-06-04T08:06:24.241Ztest network::tests::test_equal ... ok
26562026-06-04T08:06:24.241Ztest network::tests::test_into ... ok
26572026-06-04T08:06:24.241Ztest network::tests::test_eui64 ... ok
26582026-06-04T08:06:24.241Ztest network::tests::test_generate_ipv6_link_local ... ok
26592026-06-04T08:06:24.241Ztest nat::tests::test_vni ... ok
26602026-06-04T08:06:24.241Ztest network::tests::test_not_equal ... ok
26612026-06-04T08:06:24.241Ztest network::tests::test_to_string ... ok
26622026-06-04T08:06:24.241Ztest network::tests::test_parse ... ok
26632026-06-04T08:06:24.241Ztest test_purge ... ok
26642026-06-04T08:06:24.241Ztest illumos::test::address_exists_handles_missing_object ... ok
26652026-06-04T08:06:24.241Z
26662026-06-04T08:06:24.241Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26672026-06-04T08:06:24.241Z
26682026-06-04T08:06:24.241Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1)
26692026-06-04T08:06:24.245Z
26702026-06-04T08:06:24.245Zrunning 1 test
26712026-06-04T08:06:24.248Z -------
26722026-06-04T08:06:24.248Z Generating OpenAPI documents from API definitions ...
26732026-06-04T08:06:24.391Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26742026-06-04T08:06:24.459Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26752026-06-04T08:06:25.477Z -------
26762026-06-04T08:06:25.477Z Checking 12 OpenAPI documents...
26772026-06-04T08:06:25.477Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26782026-06-04T08:06:25.477Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26792026-06-04T08:06:25.477Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26802026-06-04T08:06:25.480Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26812026-06-04T08:06:25.480Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26822026-06-04T08:06:25.480Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26832026-06-04T08:06:25.480Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26842026-06-04T08:06:25.480Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26852026-06-04T08:06:25.480Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26862026-06-04T08:06:25.480Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-04T08:06:25.480Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-04T08:06:25.480Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-04T08:06:25.480Z Fresh dpd "latest" symlink
26902026-06-04T08:06:25.480Z -------
26912026-06-04T08:06:25.480Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26922026-06-04T08:06:25.540Ztest test::test_apis_up_to_date ... ok
26932026-06-04T08:06:25.540Z
26942026-06-04T08:06:25.540Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
26952026-06-04T08:06:25.540Z
26962026-06-04T08:06:25.615Z Running unittests src/main.rs (target/debug/deps/dpd-348d8331fcfffb28)
26972026-06-04T08:06:25.672Z
26982026-06-04T08:06:25.672Zrunning 51 tests
26992026-06-04T08:06:25.675Ztest freemap::test_ordering ... ok
27002026-06-04T08:06:25.675Ztest config::tests::test_updates ... ok
27012026-06-04T08:06:25.675Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27022026-06-04T08:06:25.675Ztest freemap::test_split ... ok
27032026-06-04T08:06:25.675Ztest macaddrs::tests::test_mac_offset ... ok
27042026-06-04T08:06:25.675Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27052026-06-04T08:06:25.675Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27062026-06-04T08:06:25.675Ztest macaddrs::tests::test_parse_port_id ... ok
27072026-06-04T08:06:25.675Ztest nat::test_mapping ... ok
27082026-06-04T08:06:25.678Ztest port_map::tests::dump_map ... ok
27092026-06-04T08:06:25.678Ztest port_map::tests::test_backplane_group ... ok
27102026-06-04T08:06:25.678Ztest port_map::tests::test_port_map ... ok
27112026-06-04T08:06:25.678Ztest transceivers::mpn_test::test_mpn_missing ... ok
27122026-06-04T08:06:25.678Ztest transceivers::mpn_test::test_mpn_present ... ok
27132026-06-04T08:06:25.678Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27142026-06-04T08:06:25.678Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27152026-06-04T08:06:25.678Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27162026-06-04T08:06:25.678ZJun 04 08:06:24.302 DEBG created new freemapJun 04 08:06:24.302, unitDEBG: created new freemapfreemap_test, unit: freemap_test
27172026-06-04T08:06:25.678Z
27182026-06-04T08:06:25.678ZJun 04 08:06:24.302Jun 04 08:06:24.302 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
27192026-06-04T08:06:25.678Z
27202026-06-04T08:06:25.678ZJun 04 08:06:24.302Jun 04 08:06:24.302 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
27212026-06-04T08:06:25.678Z
27222026-06-04T08:06:25.678ZJun 04 08:06:24.302 DEBG created new freemap, unit: freemap_test
27232026-06-04T08:06:25.678ZJun 04 08:06:24.302 DEBG initted freemap. size: 128, unit: freemap_test
27242026-06-04T08:06:25.678ZJun 04 08:06:24.302 DEBG reset freemap, unit: freemap_test
27252026-06-04T08:06:25.678Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27262026-06-04T08:06:25.678Ztest freemap::test_basic ... ok
27272026-06-04T08:06:25.678ZJun 04 08:06:24.302 DEBG created new freemap, unit: freemap_test
27282026-06-04T08:06:25.679Ztest freemap::test_free ... ok
27292026-06-04T08:06:25.679Ztest freemap::test_exhaustion ... ok
27302026-06-04T08:06:25.679ZJun 04 08:06:24.302 DEBG initted freemap. size: 128, Jun 04 08:06:24.302unit: DEBGfreemap_test
27312026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27322026-06-04T08:06:25.679Zcreated new freemap, Jun 04 08:06:24.302unit :DEBG freemap_testreset freemap,
27332026-06-04T08:06:25.679Zunit: freemap_test
27342026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27352026-06-04T08:06:25.679ZJun 04 08:06:24.302 DEBG initted freemap. size: 128, unit: freemap_test
27362026-06-04T08:06:25.679ZJun 04 08:06:24.302 DEBG reset freemap, unit: freemap_test
27372026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27382026-06-04T08:06:25.679Ztest freemap::test_reclaim ... ok
27392026-06-04T08:06:25.679Ztest freemap::test_span ... ok
27402026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27412026-06-04T08:06:25.679Ztest port_map::tests::parse_softnpu_revision ... ok
27422026-06-04T08:06:25.679Ztest api_server::tests::test_build_info ... ok
27432026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27442026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27452026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27462026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27472026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27482026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27492026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27502026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27512026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27522026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27532026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27542026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27552026-06-04T08:06:25.679Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27562026-06-04T08:06:25.683Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27572026-06-04T08:06:25.683Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27582026-06-04T08:06:25.683Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27592026-06-04T08:06:25.683Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27602026-06-04T08:06:25.683Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27612026-06-04T08:06:25.683Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27622026-06-04T08:06:25.683Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27632026-06-04T08:06:25.683Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27642026-06-04T08:06:25.683Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27652026-06-04T08:06:25.683Z
27662026-06-04T08:06:25.683Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27672026-06-04T08:06:25.683Z
27682026-06-04T08:06:25.692Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-96a1c6de5144b88a)
27692026-06-04T08:06:25.695Z
27702026-06-04T08:06:25.695Zrunning 0 tests
27712026-06-04T08:06:25.695Z
27722026-06-04T08:06:25.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27732026-06-04T08:06:25.695Z
27742026-06-04T08:06:25.695Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d)
27752026-06-04T08:06:25.699Z
27762026-06-04T08:06:25.699Zrunning 0 tests
27772026-06-04T08:06:25.699Z
27782026-06-04T08:06:25.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27792026-06-04T08:06:25.699Z
27802026-06-04T08:06:25.699Z Running unittests src/lib.rs (target/debug/deps/dpd_client-2c66be11bcbc5abc)
27812026-06-04T08:06:25.702Z
27822026-06-04T08:06:25.702Zrunning 6 tests
27832026-06-04T08:06:25.702Ztest tests::test_full_lot_id_neither_present ... ok
27842026-06-04T08:06:25.702Ztest tests::test_full_lot_id_lot_only ... ok
27852026-06-04T08:06:25.702Ztest tests::test_full_lot_id_both_present ... ok
27862026-06-04T08:06:25.702Ztest tests::test_full_lot_id_lotnum_only ... ok
27872026-06-04T08:06:25.702Ztest tests::test_port_id_cmp ... ok
27882026-06-04T08:06:25.702Ztest tests::test_parse_client_port_id ... ok
27892026-06-04T08:06:25.702Z
27902026-06-04T08:06:25.702Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27912026-06-04T08:06:25.702Z
27922026-06-04T08:06:25.702Z Running tests/test_all.rs (target/debug/deps/test_all-374c27aee737be84)
27932026-06-04T08:06:25.703Z
27942026-06-04T08:06:25.703Zrunning 0 tests
27952026-06-04T08:06:25.703Z
27962026-06-04T08:06:25.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27972026-06-04T08:06:25.703Z
27982026-06-04T08:06:25.703Z Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90)
27992026-06-04T08:06:25.706Z
28002026-06-04T08:06:25.706Zrunning 0 tests
28012026-06-04T08:06:25.706Z
28022026-06-04T08:06:25.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28032026-06-04T08:06:25.706Z
28042026-06-04T08:06:25.706Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675)
28052026-06-04T08:06:25.706Z
28062026-06-04T08:06:25.706Zrunning 0 tests
28072026-06-04T08:06:25.706Z
28082026-06-04T08:06:25.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28092026-06-04T08:06:25.706Z
28102026-06-04T08:06:25.706Z Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e)
28112026-06-04T08:06:25.709Z
28122026-06-04T08:06:25.709Zrunning 12 tests
28132026-06-04T08:06:25.709Ztest icmp::test_v6_checksum ... ok
28142026-06-04T08:06:25.709Ztest lldp::test_lldp_parse ... ok
28152026-06-04T08:06:25.709Ztest icmp::test_v4_checksum ... ok
28162026-06-04T08:06:25.709Ztest ipv6::test_ipv6_parse ... ok
28172026-06-04T08:06:25.709Ztest pbuf::test_byte ... ok
28182026-06-04T08:06:25.709Ztest pbuf::test_nibble ... ok
28192026-06-04T08:06:25.709Ztest pbuf::test_overflow ... ok
28202026-06-04T08:06:25.710Ztest pbuf::test_short ... ok
28212026-06-04T08:06:25.710Ztest pbuf::test_twelve ... ok
28222026-06-04T08:06:25.710Ztest pbuf::test_word ... ok
28232026-06-04T08:06:25.710Ztest tcp::test_checksum_ack_data ... ok
28242026-06-04T08:06:25.710Ztest tcp::test_checksum_syn_nodata ... ok
28252026-06-04T08:06:25.710Z
28262026-06-04T08:06:25.710Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28272026-06-04T08:06:25.710Z
28282026-06-04T08:06:25.710Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
28292026-06-04T08:06:25.713Z
28302026-06-04T08:06:25.713Zrunning 0 tests
28312026-06-04T08:06:25.713Z
28322026-06-04T08:06:25.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-06-04T08:06:25.713Z
28342026-06-04T08:06:25.713Z Running unittests src/main.rs (target/debug/deps/swadm-8b545c2774e95ba8)
28352026-06-04T08:06:25.713Z
28362026-06-04T08:06:25.713Zrunning 5 tests
28372026-06-04T08:06:25.713Ztest switchport::test::test_compute_lanes ... ok
28382026-06-04T08:06:25.716Ztest switchport::test::port_id_ordering ... ok
28392026-06-04T08:06:25.716Z Lane 0 Lane 1 Lane 2 Lane 3
28402026-06-04T08:06:25.716Z State: Activated Activated Activated Lane 0 Activated
28412026-06-04T08:06:25.716ZLane 1 Rx Output Enabled: false Lane 2 falseLane 3
28422026-06-04T08:06:25.716Zfalse false
28432026-06-04T08:06:25.717Z Rx Loss-of-lock: Yes Rx Output Status: validYes Yesvalid Yes
28442026-06-04T08:06:25.717Zvalid Rx Loss-of-signal: Yes valid
28452026-06-04T08:06:25.717ZYes Rx Loss-of-lock: true Yes trueYes
28462026-06-04T08:06:25.717Ztrue Rx CDR Enabled: Yestrue
28472026-06-04T08:06:25.717ZYes Rx Loss-of-signal: false falseYes Yesfalse
28482026-06-04T08:06:25.717Z Tx Enabled: Yesfalse
28492026-06-04T08:06:25.717ZYes Rx Auto-squelch Disable: true Yes trueYes
28502026-06-04T08:06:25.717Z Tx Loss-of-lock: Notrue trueNo
28512026-06-04T08:06:25.717Z Tx Output Enabled: trueNo No
28522026-06-04T08:06:25.717Ztrue true Tx Loss-of-signal: No true
28532026-06-04T08:06:25.717ZNo Tx Output Status: invalid Noinvalid No
28542026-06-04T08:06:25.717Zinvalid Tx CDR Enabled: Noinvalid
28552026-06-04T08:06:25.717ZNo Tx Loss-of-lock: false No false No
28562026-06-04T08:06:25.717Zfalse Tx Adaptive EQ Fault: Nofalse
28572026-06-04T08:06:25.717ZNo Tx Loss-of-signal: true No Notrue
28582026-06-04T08:06:25.717Z Tx Fault: Yestrue Yestrue
28592026-06-04T08:06:25.717ZYes Tx Auto-squelch Disable: falseYes
28602026-06-04T08:06:25.717Zfalse false false
28612026-06-04T08:06:25.717Z Tx Adaptive EQ Fail: true true true true
28622026-06-04T08:06:25.717Z Tx Failure: false false false false
28632026-06-04T08:06:25.717Z Tx Force Squelch: true true true true
28642026-06-04T08:06:25.717Z Tx Input Polarity: normal normal normal normal
28652026-06-04T08:06:25.717Ztest switchport::test::test_print_sff_datapath ... ok
28662026-06-04T08:06:25.717Ztest switchport::test::test_print_cmis_datapath ... ok
28672026-06-04T08:06:25.717Ztest link::test_filter ... ok
28682026-06-04T08:06:25.717Z
28692026-06-04T08:06:25.717Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28702026-06-04T08:06:25.717Z
28712026-06-04T08:06:25.717Z Running tests/counters.rs (target/debug/deps/counters-229be042e8e17330)
28722026-06-04T08:06:25.717Z
28732026-06-04T08:06:25.717Zrunning 1 test
28742026-06-04T08:06:25.717Ztest test_p4_counter_list ... ignored
28752026-06-04T08:06:25.717Z
28762026-06-04T08:06:25.717Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28772026-06-04T08:06:25.717Z
28782026-06-04T08:06:25.717Z Running tests/port-link.rs (target/debug/deps/port_link-dd55235d36ebe27b)
28792026-06-04T08:06:25.721Z
28802026-06-04T08:06:25.721Zrunning 5 tests
28812026-06-04T08:06:25.721Ztest test_an ... ignored
28822026-06-04T08:06:25.721Ztest test_enable ... ignored
28832026-06-04T08:06:25.721Ztest test_ip_addresses ... ignored
28842026-06-04T08:06:25.721Ztest test_kr ... ignored
28852026-06-04T08:06:25.721Ztest test_mac ... ignored
28862026-06-04T08:06:25.721Z
28872026-06-04T08:06:25.721Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28882026-06-04T08:06:25.721Z
28892026-06-04T08:06:25.721Z Running unittests src/main.rs (target/debug/deps/tfportd-58265a2c92469f8c)
28902026-06-04T08:06:25.721Z
28912026-06-04T08:06:25.721Zrunning 3 tests
28922026-06-04T08:06:25.724Ztest linklocal::test_parse_ipadm ... ok
28932026-06-04T08:06:25.724Ztest tfport::test_parse_tfport ... ok
28942026-06-04T08:06:25.724Ztest config::tests::test_updates ... ok
28952026-06-04T08:06:25.724Z
28962026-06-04T08:06:25.724Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28972026-06-04T08:06:25.724Z
28982026-06-04T08:06:25.724Z Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c)
28992026-06-04T08:06:25.724Z
29002026-06-04T08:06:25.724Zrunning 0 tests
29012026-06-04T08:06:25.724Z
29022026-06-04T08:06:25.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29032026-06-04T08:06:25.724Z
29042026-06-04T08:06:25.728Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
29052026-06-04T08:06:25.728Z
29062026-06-04T08:06:25.728Zrunning 0 tests
29072026-06-04T08:06:25.728Z
29082026-06-04T08:06:25.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29092026-06-04T08:06:25.728Z
29102026-06-04T08:06:25.728Z Doc-tests aal
29112026-06-04T08:06:25.849Z
29122026-06-04T08:06:25.849Zrunning 0 tests
29132026-06-04T08:06:25.849Z
29142026-06-04T08:06:25.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29152026-06-04T08:06:25.849Z
29162026-06-04T08:06:25.864Z Doc-tests aal_macros
29172026-06-04T08:06:25.931Z
29182026-06-04T08:06:25.931Zrunning 0 tests
29192026-06-04T08:06:25.931Z
29202026-06-04T08:06:25.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29212026-06-04T08:06:25.931Z
29222026-06-04T08:06:25.941Z Doc-tests common
29232026-06-04T08:06:26.172Z
29242026-06-04T08:06:26.173Zrunning 0 tests
29252026-06-04T08:06:26.173Z
29262026-06-04T08:06:26.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29272026-06-04T08:06:26.173Z
29282026-06-04T08:06:26.192Z Doc-tests dpd_api
29292026-06-04T08:06:26.926Z
29302026-06-04T08:06:26.926Zrunning 2 tests
29312026-06-04T08:06:26.926Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29322026-06-04T08:06:26.926Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29332026-06-04T08:06:26.926Z
29342026-06-04T08:06:26.926Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29352026-06-04T08:06:26.926Z
29362026-06-04T08:06:26.955Z Doc-tests dpd_client
29372026-06-04T08:06:28.215Z
29382026-06-04T08:06:28.216Zrunning 0 tests
29392026-06-04T08:06:28.216Z
29402026-06-04T08:06:28.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29412026-06-04T08:06:28.216Z
29422026-06-04T08:06:28.261Z Doc-tests dpd_types
29432026-06-04T08:06:28.470Z
29442026-06-04T08:06:28.470Zrunning 0 tests
29452026-06-04T08:06:28.470Z
29462026-06-04T08:06:28.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-06-04T08:06:28.470Z
29482026-06-04T08:06:28.495Z Doc-tests dpd_types_versions
29492026-06-04T08:06:29.695Z
29502026-06-04T08:06:29.695Zrunning 1 test
29512026-06-04T08:06:29.695Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29522026-06-04T08:06:29.695Z
29532026-06-04T08:06:29.695Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29542026-06-04T08:06:29.695Z
29552026-06-04T08:06:29.734Z Doc-tests packet
29562026-06-04T08:06:29.846Z
29572026-06-04T08:06:29.846Zrunning 0 tests
29582026-06-04T08:06:29.846Z
29592026-06-04T08:06:29.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29602026-06-04T08:06:29.846Z
29612026-06-04T08:06:29.861Z Doc-tests pcap
29622026-06-04T08:06:29.912Z
29632026-06-04T08:06:29.912Zrunning 0 tests
29642026-06-04T08:06:29.912Z
29652026-06-04T08:06:29.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29662026-06-04T08:06:29.912Z
29672026-06-04T08:06:29.957Z+ for feat in tofino_stub tofino_asic softnpu chaos
29682026-06-04T08:06:29.957Z+ RUST_BACKTRACE=full
29692026-06-04T08:06:29.957Z+ cargo test --features softnpu --no-fail-fast
29702026-06-04T08:06:30.602Z Compiling num-integer v0.1.46
29712026-06-04T08:06:30.687Z Compiling num-complex v0.4.6
29722026-06-04T08:06:30.733Z Compiling bitstruct_derive v0.1.0
29732026-06-04T08:06:30.736Z Compiling tap v1.0.1
29742026-06-04T08:06:30.856Z Compiling wyz v0.5.1
29752026-06-04T08:06:30.977Z Compiling num-iter v0.1.45
29762026-06-04T08:06:31.015Z Compiling num-rational v0.4.2
29772026-06-04T08:06:31.029Z Compiling num-bigint v0.4.6
29782026-06-04T08:06:31.125Z Compiling radium v0.7.0
29792026-06-04T08:06:31.144Z Compiling funty v2.0.0
29802026-06-04T08:06:31.168Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29812026-06-04T08:06:31.217Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29822026-06-04T08:06:31.332Z Compiling num v0.4.3
29832026-06-04T08:06:31.411Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29842026-06-04T08:06:31.422Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29852026-06-04T08:06:31.433Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29862026-06-04T08:06:31.515Z Compiling bitvec v1.0.1
29872026-06-04T08:06:31.583Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29882026-06-04T08:06:31.687Z Compiling typeid v1.0.3
29892026-06-04T08:06:31.726Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29902026-06-04T08:06:31.806Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-04T08:06:31.810Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29922026-06-04T08:06:31.849Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29932026-06-04T08:06:32.150Z Compiling ascii v1.1.0
29942026-06-04T08:06:32.583Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-06-04T08:06:32.640Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-06-04T08:06:32.748Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29972026-06-04T08:06:32.767Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29982026-06-04T08:06:32.951Z Compiling erased-serde v0.4.8
29992026-06-04T08:06:33.007Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30002026-06-04T08:06:33.110Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30012026-06-04T08:06:33.178Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30022026-06-04T08:06:33.442Z Compiling bitstruct v0.1.1
30032026-06-04T08:06:33.763Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30042026-06-04T08:06:33.777Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30052026-06-04T08:06:33.825Z Compiling serde_arrays v0.1.0
30062026-06-04T08:06:33.836Z Compiling libloading v0.7.4
30072026-06-04T08:06:34.044Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30082026-06-04T08:06:34.633Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30092026-06-04T08:06:34.842Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30102026-06-04T08:06:34.864Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30112026-06-04T08:06:36.028Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30122026-06-04T08:06:36.834Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30132026-06-04T08:06:42.852Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30142026-06-04T08:06:43.066Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30152026-06-04T08:06:43.073Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30162026-06-04T08:06:43.126Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30172026-06-04T08:06:43.140Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30182026-06-04T08:06:43.738Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30192026-06-04T08:06:45.238Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30202026-06-04T08:06:45.644Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30212026-06-04T08:06:48.165Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30222026-06-04T08:06:49.050Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30232026-06-04T08:06:50.382Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30242026-06-04T08:06:52.681Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30252026-06-04T08:06:53.638Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30262026-06-04T08:06:53.684Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30272026-06-04T08:07:00.465Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30282026-06-04T08:07:02.219Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30292026-06-04T08:07:05.963Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30302026-06-04T08:07:47.259Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
30312026-06-04T08:07:47.380Z Running unittests src/lib.rs (target/debug/deps/aal-4f30d13a2862f58c)
30322026-06-04T08:07:47.384Z
30332026-06-04T08:07:47.384Zrunning 5 tests
30342026-06-04T08:07:47.384Ztest fuse::tests::chip_revision_b1 ... ok
30352026-06-04T08:07:47.384Ztest fuse::tests::chip_revision_b0 ... ok
30362026-06-04T08:07:47.384Ztest fuse::tests::chip_revision_a0 ... ok
30372026-06-04T08:07:47.384Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30382026-06-04T08:07:47.384Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30392026-06-04T08:07:47.384Z
30402026-06-04T08:07:47.384Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30412026-06-04T08:07:47.385Z
30422026-06-04T08:07:47.385Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30432026-06-04T08:07:47.388Z
30442026-06-04T08:07:47.388Zrunning 0 tests
30452026-06-04T08:07:47.388Z
30462026-06-04T08:07:47.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30472026-06-04T08:07:47.389Z
30482026-06-04T08:07:47.389Z Running unittests src/lib.rs (target/debug/deps/asic-fe744e70f570e610)
30492026-06-04T08:07:47.392Z
30502026-06-04T08:07:47.392Zrunning 0 tests
30512026-06-04T08:07:47.392Z
30522026-06-04T08:07:47.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30532026-06-04T08:07:47.392Z
30542026-06-04T08:07:47.392Z Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8)
30552026-06-04T08:07:47.392Z
30562026-06-04T08:07:47.393Zrunning 10 tests
30572026-06-04T08:07:47.393Ztest network::tests::test_eui64 ... ok
30582026-06-04T08:07:47.393Ztest network::tests::test_into ... ok
30592026-06-04T08:07:47.393Ztest network::tests::test_equal ... ok
30602026-06-04T08:07:47.393Ztest network::tests::test_generate_ipv6_link_local ... ok
30612026-06-04T08:07:47.393Ztest nat::tests::test_vni ... ok
30622026-06-04T08:07:47.393Ztest network::tests::test_not_equal ... ok
30632026-06-04T08:07:47.396Ztest network::tests::test_parse ... ok
30642026-06-04T08:07:47.397Ztest network::tests::test_to_string ... ok
30652026-06-04T08:07:47.397Ztest test_purge ... ok
30662026-06-04T08:07:47.397Ztest illumos::test::address_exists_handles_missing_object ... ok
30672026-06-04T08:07:47.397Z
30682026-06-04T08:07:47.397Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30692026-06-04T08:07:47.397Z
30702026-06-04T08:07:47.397Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-015837183a54977e)
30712026-06-04T08:07:47.402Z
30722026-06-04T08:07:47.402Zrunning 1 test
30732026-06-04T08:07:47.407Z -------
30742026-06-04T08:07:47.407Z Generating OpenAPI documents from API definitions ...
30752026-06-04T08:07:47.558Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30762026-06-04T08:07:47.628Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30772026-06-04T08:07:48.661Z -------
30782026-06-04T08:07:48.661Z Checking 12 OpenAPI documents...
30792026-06-04T08:07:48.661Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30802026-06-04T08:07:48.661Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30812026-06-04T08:07:48.661Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30822026-06-04T08:07:48.661Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30832026-06-04T08:07:48.665Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30842026-06-04T08:07:48.665Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30852026-06-04T08:07:48.665Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30862026-06-04T08:07:48.665Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30872026-06-04T08:07:48.665Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30882026-06-04T08:07:48.665Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-04T08:07:48.665Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-04T08:07:48.665Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-04T08:07:48.665Z Fresh dpd "latest" symlink
30922026-06-04T08:07:48.665Z -------
30932026-06-04T08:07:48.665Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30942026-06-04T08:07:48.724Ztest test::test_apis_up_to_date ... ok
30952026-06-04T08:07:48.724Z
30962026-06-04T08:07:48.724Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
30972026-06-04T08:07:48.724Z
30982026-06-04T08:07:48.785Z Running unittests src/main.rs (target/debug/deps/dpd-d30a42717c258c12)
30992026-06-04T08:07:48.791Z
31002026-06-04T08:07:48.791Zrunning 19 tests
31012026-06-04T08:07:48.795Ztest freemap::test_ordering ... ok
31022026-06-04T08:07:48.795Ztest config::tests::test_updates ... ok
31032026-06-04T08:07:48.795Ztest freemap::test_split ... ok
31042026-06-04T08:07:48.795Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31052026-06-04T08:07:48.795Ztest macaddrs::tests::test_mac_offset ... ok
31062026-06-04T08:07:48.795Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31072026-06-04T08:07:48.795Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31082026-06-04T08:07:48.795Ztest macaddrs::tests::test_parse_port_id ... ok
31092026-06-04T08:07:48.795Ztest nat::test_mapping ... ok
31102026-06-04T08:07:48.795Ztest port_map::tests::dump_map ... ok
31112026-06-04T08:07:48.795Ztest port_map::tests::test_backplane_group ... ok
31122026-06-04T08:07:48.795Ztest port_map::tests::test_port_map ... ok
31132026-06-04T08:07:48.796ZJun 04 08:07:47.419Jun 04 08:07:47.419 DEBG DEBG created new freemap, unit: freemap_testcreated new freemap, unit: freemap_test
31142026-06-04T08:07:48.796Z
31152026-06-04T08:07:48.796ZJun 04 08:07:47.420 DEBG initted freemap. size: 128, unit: freemap_test
31162026-06-04T08:07:48.801ZJun 04 08:07:47.420 Jun 04 08:07:47.420DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test
31172026-06-04T08:07:48.801Zfreemap_test
31182026-06-04T08:07:48.801ZJun 04 08:07:47.420 DEBG reset freemap, unit: freemap_test
31192026-06-04T08:07:48.801ZJun 04 08:07:47.419 DEBG created new freemap, unit: freemap_test
31202026-06-04T08:07:48.801ZJun 04 08:07:47.420 DEBG initted freemap. size: 128, unit: freemap_test
31212026-06-04T08:07:48.801ZJun 04 08:07:47.420 DEBG reset freemap, unit: freemap_test
31222026-06-04T08:07:48.801Ztest freemap::test_free ... ok
31232026-06-04T08:07:48.801ZJun 04 08:07:47.420 DEBG created new freemap, unit: freemap_test
31242026-06-04T08:07:48.801ZJun 04 08:07:47.420 DEBG initted freemap. size: 128, unit: freemap_test
31252026-06-04T08:07:48.801Ztest freemap::test_basic ... ok
31262026-06-04T08:07:48.802ZJun 04 08:07:47.420 DEBG reset freemap, unit: freemap_test
31272026-06-04T08:07:48.802Ztest freemap::test_exhaustion ... ok
31282026-06-04T08:07:48.802Ztest freemap::test_reclaim ... ok
31292026-06-04T08:07:48.802ZJun 04 08:07:47.420 DEBG created new freemap, unit: freemap_test
31302026-06-04T08:07:48.802ZJun 04 08:07:47.420 DEBG initted freemap. size: 128, unit: freemap_test
31312026-06-04T08:07:48.802ZJun 04 08:07:47.420 DEBG reset freemap, unit: freemap_test
31322026-06-04T08:07:48.802Ztest freemap::test_span ... ok
31332026-06-04T08:07:48.802Ztest port_map::tests::parse_softnpu_revision ... ok
31342026-06-04T08:07:48.802Ztest api_server::tests::test_build_info ... ok
31352026-06-04T08:07:48.802Z
31362026-06-04T08:07:48.802Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31372026-06-04T08:07:48.802Z
31382026-06-04T08:07:48.802Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-1f278fbd9b7062a0)
31392026-06-04T08:07:48.806Z
31402026-06-04T08:07:48.806Zrunning 0 tests
31412026-06-04T08:07:48.807Z
31422026-06-04T08:07:48.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31432026-06-04T08:07:48.807Z
31442026-06-04T08:07:48.807Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e4dc37c554826ddf)
31452026-06-04T08:07:48.807Z
31462026-06-04T08:07:48.807Zrunning 0 tests
31472026-06-04T08:07:48.807Z
31482026-06-04T08:07:48.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31492026-06-04T08:07:48.807Z
31502026-06-04T08:07:48.807Z Running unittests src/lib.rs (target/debug/deps/dpd_client-6df3c09a8b2443a3)
31512026-06-04T08:07:48.807Z
31522026-06-04T08:07:48.807Zrunning 6 tests
31532026-06-04T08:07:48.807Ztest tests::test_parse_client_port_id ... ok
31542026-06-04T08:07:48.807Ztest tests::test_full_lot_id_neither_present ... ok
31552026-06-04T08:07:48.807Ztest tests::test_port_id_cmp ... ok
31562026-06-04T08:07:48.807Ztest tests::test_full_lot_id_both_present ... ok
31572026-06-04T08:07:48.807Ztest tests::test_full_lot_id_lot_only ... ok
31582026-06-04T08:07:48.807Ztest tests::test_full_lot_id_lotnum_only ... ok
31592026-06-04T08:07:48.807Z
31602026-06-04T08:07:48.807Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31612026-06-04T08:07:48.807Z
31622026-06-04T08:07:48.807Z Running tests/test_all.rs (target/debug/deps/test_all-42460a36ecc7357a)
31632026-06-04T08:07:48.811Z
31642026-06-04T08:07:48.811Zrunning 0 tests
31652026-06-04T08:07:48.811Z
31662026-06-04T08:07:48.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31672026-06-04T08:07:48.811Z
31682026-06-04T08:07:48.811Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9bf171baef223884)
31692026-06-04T08:07:48.811Z
31702026-06-04T08:07:48.811Zrunning 0 tests
31712026-06-04T08:07:48.811Z
31722026-06-04T08:07:48.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31732026-06-04T08:07:48.812Z
31742026-06-04T08:07:48.812Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-09e73aa129862892)
31752026-06-04T08:07:48.815Z
31762026-06-04T08:07:48.815Zrunning 0 tests
31772026-06-04T08:07:48.815Z
31782026-06-04T08:07:48.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31792026-06-04T08:07:48.815Z
31802026-06-04T08:07:48.815Z Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e)
31812026-06-04T08:07:48.815Z
31822026-06-04T08:07:48.815Zrunning 12 tests
31832026-06-04T08:07:48.815Ztest icmp::test_v6_checksum ... ok
31842026-06-04T08:07:48.816Ztest lldp::test_lldp_parse ... ok
31852026-06-04T08:07:48.816Ztest ipv6::test_ipv6_parse ... ok
31862026-06-04T08:07:48.816Ztest icmp::test_v4_checksum ... ok
31872026-06-04T08:07:48.816Ztest pbuf::test_byte ... ok
31882026-06-04T08:07:48.816Ztest pbuf::test_nibble ... ok
31892026-06-04T08:07:48.816Ztest pbuf::test_overflow ... ok
31902026-06-04T08:07:48.816Ztest pbuf::test_short ... ok
31912026-06-04T08:07:48.816Ztest pbuf::test_twelve ... ok
31922026-06-04T08:07:48.816Ztest pbuf::test_word ... ok
31932026-06-04T08:07:48.816Ztest tcp::test_checksum_syn_nodata ... ok
31942026-06-04T08:07:48.816Ztest tcp::test_checksum_ack_data ... ok
31952026-06-04T08:07:48.816Z
31962026-06-04T08:07:48.816Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31972026-06-04T08:07:48.816Z
31982026-06-04T08:07:48.816Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
31992026-06-04T08:07:48.820Z
32002026-06-04T08:07:48.820Zrunning 0 tests
32012026-06-04T08:07:48.820Z
32022026-06-04T08:07:48.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32032026-06-04T08:07:48.820Z
32042026-06-04T08:07:48.820Z Running unittests src/main.rs (target/debug/deps/swadm-87b959ccbcae06c7)
32052026-06-04T08:07:48.825Z
32062026-06-04T08:07:48.825Zrunning 5 tests
32072026-06-04T08:07:48.830Ztest switchport::test::test_compute_lanes ... ok
32082026-06-04T08:07:48.833Ztest switchport::test::port_id_ordering ... ok
32092026-06-04T08:07:48.833Ztest link::test_filter ... ok
32102026-06-04T08:07:48.833Z Lane 0 Lane 1 Lane 2 Lane 3
32112026-06-04T08:07:48.833Z State: Activated Activated Activated Activated
32122026-06-04T08:07:48.833Z Rx Output Enabled: false Lane 0 false Lane 1false Lane 2false
32132026-06-04T08:07:48.833ZLane 3 Rx Output Status: valid
32142026-06-04T08:07:48.833Z valid Rx Loss-of-lock: Yes validYes valid
32152026-06-04T08:07:48.833ZYes Rx Loss-of-lock: true Yes
32162026-06-04T08:07:48.833Ztrue Rx Loss-of-signal: Yestrue true
32172026-06-04T08:07:48.833ZYes Rx Loss-of-signal: false Yesfalse Yes
32182026-06-04T08:07:48.833Zfalse Rx CDR Enabled: Yes false
32192026-06-04T08:07:48.834ZYes Rx Auto-squelch Disable: true Yes Yestrue
32202026-06-04T08:07:48.834Z Tx Enabled: Yes true trueYes
32212026-06-04T08:07:48.834Z Yes Tx Output Enabled: true Yes
32222026-06-04T08:07:48.834Ztrue Tx Loss-of-lock: No Notrue trueNo
32232026-06-04T08:07:48.834Z No Tx Output Status: invalid
32242026-06-04T08:07:48.834Z Tx Loss-of-signal: Noinvalid Noinvalid invalidNo
32252026-06-04T08:07:48.834Z No Tx Loss-of-lock: false
32262026-06-04T08:07:48.834Z false Tx CDR Enabled: No false Nofalse
32272026-06-04T08:07:48.834ZNo Tx Loss-of-signal: true No
32282026-06-04T08:07:48.834Ztrue Tx Adaptive EQ Fault: No true Notrue
32292026-06-04T08:07:48.834ZNoTx Auto-squelch Disable: false Nofalse
32302026-06-04T08:07:48.834Z Tx Fault: Yesfalse false
32312026-06-04T08:07:48.834ZYes Yes Tx Adaptive EQ Fail: trueYes
32322026-06-04T08:07:48.834Ztrue true true
32332026-06-04T08:07:48.834Z Tx Failure: false false false false
32342026-06-04T08:07:48.834Z Tx Force Squelch: true true true true
32352026-06-04T08:07:48.834Z Tx Input Polarity: normal normal normal normal
32362026-06-04T08:07:48.834Ztest switchport::test::test_print_cmis_datapath ... ok
32372026-06-04T08:07:48.834Ztest switchport::test::test_print_sff_datapath ... ok
32382026-06-04T08:07:48.834Z
32392026-06-04T08:07:48.834Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32402026-06-04T08:07:48.834Z
32412026-06-04T08:07:48.839Z Running tests/counters.rs (target/debug/deps/counters-7058cb6d2f61f6f9)
32422026-06-04T08:07:48.842Z
32432026-06-04T08:07:48.842Zrunning 1 test
32442026-06-04T08:07:48.842Ztest test_p4_counter_list ... ignored
32452026-06-04T08:07:48.843Z
32462026-06-04T08:07:48.843Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32472026-06-04T08:07:48.843Z
32482026-06-04T08:07:48.843Z Running tests/port-link.rs (target/debug/deps/port_link-fe8132394f11ce19)
32492026-06-04T08:07:48.846Z
32502026-06-04T08:07:48.846Zrunning 5 tests
32512026-06-04T08:07:48.846Ztest test_an ... ignored
32522026-06-04T08:07:48.847Ztest test_enable ... ignored
32532026-06-04T08:07:48.847Ztest test_ip_addresses ... ignored
32542026-06-04T08:07:48.847Ztest test_kr ... ignored
32552026-06-04T08:07:48.847Ztest test_mac ... ignored
32562026-06-04T08:07:48.847Z
32572026-06-04T08:07:48.847Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32582026-06-04T08:07:48.847Z
32592026-06-04T08:07:48.847Z Running unittests src/main.rs (target/debug/deps/tfportd-4b59f5e2c38e04eb)
32602026-06-04T08:07:48.852Z
32612026-06-04T08:07:48.852Zrunning 3 tests
32622026-06-04T08:07:48.852Ztest linklocal::test_parse_ipadm ... ok
32632026-06-04T08:07:48.852Ztest tfport::test_parse_tfport ... ok
32642026-06-04T08:07:48.852Ztest config::tests::test_updates ... ok
32652026-06-04T08:07:48.852Z
32662026-06-04T08:07:48.852Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32672026-06-04T08:07:48.852Z
32682026-06-04T08:07:48.852Z Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c)
32692026-06-04T08:07:48.856Z
32702026-06-04T08:07:48.856Zrunning 0 tests
32712026-06-04T08:07:48.856Z
32722026-06-04T08:07:48.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32732026-06-04T08:07:48.856Z
32742026-06-04T08:07:48.856Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
32752026-06-04T08:07:48.856Z
32762026-06-04T08:07:48.856Zrunning 0 tests
32772026-06-04T08:07:48.856Z
32782026-06-04T08:07:48.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32792026-06-04T08:07:48.856Z
32802026-06-04T08:07:48.857Z Doc-tests aal
32812026-06-04T08:07:48.974Z
32822026-06-04T08:07:48.974Zrunning 0 tests
32832026-06-04T08:07:48.974Z
32842026-06-04T08:07:48.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32852026-06-04T08:07:48.974Z
32862026-06-04T08:07:48.991Z Doc-tests aal_macros
32872026-06-04T08:07:49.057Z
32882026-06-04T08:07:49.057Zrunning 0 tests
32892026-06-04T08:07:49.057Z
32902026-06-04T08:07:49.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32912026-06-04T08:07:49.057Z
32922026-06-04T08:07:49.067Z Doc-tests common
32932026-06-04T08:07:49.300Z
32942026-06-04T08:07:49.300Zrunning 0 tests
32952026-06-04T08:07:49.300Z
32962026-06-04T08:07:49.300Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32972026-06-04T08:07:49.300Z
32982026-06-04T08:07:49.319Z Doc-tests dpd_api
32992026-06-04T08:07:50.071Z
33002026-06-04T08:07:50.071Zrunning 2 tests
33012026-06-04T08:07:50.071Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33022026-06-04T08:07:50.071Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33032026-06-04T08:07:50.071Z
33042026-06-04T08:07:50.071Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33052026-06-04T08:07:50.071Z
33062026-06-04T08:07:50.101Z Doc-tests dpd_client
33072026-06-04T08:07:51.389Z
33082026-06-04T08:07:51.389Zrunning 0 tests
33092026-06-04T08:07:51.389Z
33102026-06-04T08:07:51.389Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33112026-06-04T08:07:51.389Z
33122026-06-04T08:07:51.436Z Doc-tests dpd_types
33132026-06-04T08:07:51.646Z
33142026-06-04T08:07:51.647Zrunning 0 tests
33152026-06-04T08:07:51.647Z
33162026-06-04T08:07:51.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33172026-06-04T08:07:51.647Z
33182026-06-04T08:07:51.673Z Doc-tests dpd_types_versions
33192026-06-04T08:07:52.884Z
33202026-06-04T08:07:52.884Zrunning 1 test
33212026-06-04T08:07:52.885Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33222026-06-04T08:07:52.885Z
33232026-06-04T08:07:52.885Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33242026-06-04T08:07:52.885Z
33252026-06-04T08:07:52.931Z Doc-tests packet
33262026-06-04T08:07:53.073Z
33272026-06-04T08:07:53.073Zrunning 0 tests
33282026-06-04T08:07:53.073Z
33292026-06-04T08:07:53.073Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33302026-06-04T08:07:53.073Z
33312026-06-04T08:07:53.083Z Doc-tests pcap
33322026-06-04T08:07:53.103Z
33332026-06-04T08:07:53.103Zrunning 0 tests
33342026-06-04T08:07:53.103Z
33352026-06-04T08:07:53.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33362026-06-04T08:07:53.103Z
33372026-06-04T08:07:53.153Z+ for feat in tofino_stub tofino_asic softnpu chaos
33382026-06-04T08:07:53.154Z+ RUST_BACKTRACE=full
33392026-06-04T08:07:53.154Z+ cargo test --features chaos --no-fail-fast
33402026-06-04T08:07:53.756Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33412026-06-04T08:07:53.834Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33422026-06-04T08:07:53.843Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33432026-06-04T08:08:02.216Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33442026-06-04T08:08:02.383Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33452026-06-04T08:08:37.435Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.26s
33462026-06-04T08:08:37.558Z Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288)
33472026-06-04T08:08:37.563Z
33482026-06-04T08:08:37.563Zrunning 5 tests
33492026-06-04T08:08:37.566Ztest fuse::tests::chip_revision_b0 ... ok
33502026-06-04T08:08:37.566Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33512026-06-04T08:08:37.566Ztest fuse::tests::chip_revision_a0 ... ok
33522026-06-04T08:08:37.566Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33532026-06-04T08:08:37.566Ztest fuse::tests::chip_revision_b1 ... ok
33542026-06-04T08:08:37.566Z
33552026-06-04T08:08:37.566Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33562026-06-04T08:08:37.566Z
33572026-06-04T08:08:37.566Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33582026-06-04T08:08:37.569Z
33592026-06-04T08:08:37.569Zrunning 0 tests
33602026-06-04T08:08:37.569Z
33612026-06-04T08:08:37.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33622026-06-04T08:08:37.569Z
33632026-06-04T08:08:37.569Z Running unittests src/lib.rs (target/debug/deps/asic-ae1ba62f5da88121)
33642026-06-04T08:08:37.575Z
33652026-06-04T08:08:37.575Zrunning 0 tests
33662026-06-04T08:08:37.575Z
33672026-06-04T08:08:37.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33682026-06-04T08:08:37.578Z
33692026-06-04T08:08:37.578Z Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8)
33702026-06-04T08:08:37.581Z
33712026-06-04T08:08:37.581Zrunning 10 tests
33722026-06-04T08:08:37.584Ztest nat::tests::test_vni ... ok
33732026-06-04T08:08:37.584Ztest network::tests::test_equal ... ok
33742026-06-04T08:08:37.584Ztest network::tests::test_eui64 ... ok
33752026-06-04T08:08:37.584Ztest network::tests::test_into ... ok
33762026-06-04T08:08:37.584Ztest network::tests::test_not_equal ... ok
33772026-06-04T08:08:37.584Ztest network::tests::test_generate_ipv6_link_local ... ok
33782026-06-04T08:08:37.584Ztest network::tests::test_to_string ... ok
33792026-06-04T08:08:37.584Ztest network::tests::test_parse ... ok
33802026-06-04T08:08:37.584Ztest test_purge ... ok
33812026-06-04T08:08:37.625Ztest illumos::test::address_exists_handles_missing_object ... ok
33822026-06-04T08:08:37.625Z
33832026-06-04T08:08:37.625Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33842026-06-04T08:08:37.625Z
33852026-06-04T08:08:37.625Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1)
33862026-06-04T08:08:37.625Z
33872026-06-04T08:08:37.625Zrunning 1 test
33882026-06-04T08:08:37.625Z -------
33892026-06-04T08:08:37.625Z Generating OpenAPI documents from API definitions ...
33902026-06-04T08:08:37.774Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33912026-06-04T08:08:37.844Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33922026-06-04T08:08:38.820Z -------
33932026-06-04T08:08:38.820Z Checking 12 OpenAPI documents...
33942026-06-04T08:08:38.820Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33952026-06-04T08:08:38.820Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33962026-06-04T08:08:38.820Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
33972026-06-04T08:08:38.820Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
33982026-06-04T08:08:38.820Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
33992026-06-04T08:08:38.820Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34002026-06-04T08:08:38.823Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34012026-06-04T08:08:38.823Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34022026-06-04T08:08:38.823Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34032026-06-04T08:08:38.823Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-04T08:08:38.823Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-04T08:08:38.823Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-04T08:08:38.823Z Fresh dpd "latest" symlink
34072026-06-04T08:08:38.823Z -------
34082026-06-04T08:08:38.823Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34092026-06-04T08:08:38.883Ztest test::test_apis_up_to_date ... ok
34102026-06-04T08:08:38.883Z
34112026-06-04T08:08:38.883Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
34122026-06-04T08:08:38.883Z
34132026-06-04T08:08:38.946Z Running unittests src/main.rs (target/debug/deps/dpd-88bffba2d20e4dd6)
34142026-06-04T08:08:38.952Z
34152026-06-04T08:08:38.952Zrunning 19 tests
34162026-06-04T08:08:38.956Ztest freemap::test_ordering ... ok
34172026-06-04T08:08:38.956Ztest config::tests::test_updates ... ok
34182026-06-04T08:08:38.956Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34192026-06-04T08:08:38.956Ztest freemap::test_split ... ok
34202026-06-04T08:08:38.956Ztest macaddrs::tests::test_mac_offset ... ok
34212026-06-04T08:08:38.959Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34222026-06-04T08:08:38.960Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34232026-06-04T08:08:38.960Ztest macaddrs::tests::test_parse_port_id ... ok
34242026-06-04T08:08:38.960Ztest nat::test_mapping ... ok
34252026-06-04T08:08:38.960Ztest port_map::tests::dump_map ... ok
34262026-06-04T08:08:38.960Ztest port_map::tests::test_backplane_group ... ok
34272026-06-04T08:08:38.960Ztest port_map::tests::test_port_map ... ok
34282026-06-04T08:08:38.960ZJun 04 08:08:37.580 DEBG created new freemap, unit: freemap_test
34292026-06-04T08:08:38.960ZJun 04 08:08:37.580 DEBG initted freemap. size: 128, unit: freemap_test
34302026-06-04T08:08:38.960ZJun 04 08:08:37.580 DEBG reset freemap, unit: freemap_test
34312026-06-04T08:08:38.960ZJun 04 08:08:37.580 DEBG created new freemap, unit: freemap_test
34322026-06-04T08:08:38.960ZJun 04 08:08:37.580 DEBG initted freemap. size: 128, unit: freemap_test
34332026-06-04T08:08:38.960ZJun 04 08:08:37.580 DEBG reset freemap, unit: freemap_test
34342026-06-04T08:08:38.960Ztest freemap::test_exhaustion ... ok
34352026-06-04T08:08:38.960Ztest freemap::test_free ... ok
34362026-06-04T08:08:38.960ZJun 04 08:08:37.581 DEBG created new freemap, unit: freemap_test
34372026-06-04T08:08:38.960ZJun 04 08:08:37.581 DEBG initted freemap. size: 128, unit: freemap_test
34382026-06-04T08:08:38.960ZJun 04 08:08:37.581 DEBG reset freemap, unit: freemap_test
34392026-06-04T08:08:38.960Ztest freemap::test_basic ... ok
34402026-06-04T08:08:38.960ZJun 04 08:08:37.581 DEBG created new freemap, unit: freemap_test
34412026-06-04T08:08:38.960ZJun 04 08:08:37.581 DEBG initted freemap. size: 128, unit: freemap_test
34422026-06-04T08:08:38.960ZJun 04 08:08:37.581 DEBG reset freemap, unit: freemap_test
34432026-06-04T08:08:38.960Ztest freemap::test_reclaim ... ok
34442026-06-04T08:08:38.960ZJun 04 08:08:37.581 DEBG created new freemap, unit: freemap_test
34452026-06-04T08:08:38.960ZJun 04 08:08:37.581 DEBG initted freemap. size: 128, unit: freemap_test
34462026-06-04T08:08:38.960ZJun 04 08:08:37.581 DEBG reset freemap, unit: freemap_test
34472026-06-04T08:08:38.960Ztest freemap::test_span ... ok
34482026-06-04T08:08:38.960Ztest port_map::tests::parse_softnpu_revision ... ok
34492026-06-04T08:08:38.960Ztest api_server::tests::test_build_info ... ok
34502026-06-04T08:08:38.960Z
34512026-06-04T08:08:38.960Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34522026-06-04T08:08:38.960Z
34532026-06-04T08:08:38.964Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bb26171654446f66)
34542026-06-04T08:08:38.964Z
34552026-06-04T08:08:38.964Zrunning 0 tests
34562026-06-04T08:08:38.964Z
34572026-06-04T08:08:38.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34582026-06-04T08:08:38.964Z
34592026-06-04T08:08:38.964Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d)
34602026-06-04T08:08:38.967Z
34612026-06-04T08:08:38.967Zrunning 0 tests
34622026-06-04T08:08:38.967Z
34632026-06-04T08:08:38.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34642026-06-04T08:08:38.970Z
34652026-06-04T08:08:38.970Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d80f96457ca9ecaf)
34662026-06-04T08:08:38.970Z
34672026-06-04T08:08:38.970Zrunning 6 tests
34682026-06-04T08:08:38.973Ztest tests::test_parse_client_port_id ... ok
34692026-06-04T08:08:38.973Ztest tests::test_port_id_cmp ... ok
34702026-06-04T08:08:38.973Ztest tests::test_full_lot_id_neither_present ... ok
34712026-06-04T08:08:38.973Ztest tests::test_full_lot_id_both_present ... ok
34722026-06-04T08:08:38.973Ztest tests::test_full_lot_id_lot_only ... ok
34732026-06-04T08:08:38.973Ztest tests::test_full_lot_id_lotnum_only ... ok
34742026-06-04T08:08:38.973Z
34752026-06-04T08:08:38.973Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34762026-06-04T08:08:38.973Z
34772026-06-04T08:08:38.973Z Running tests/test_all.rs (target/debug/deps/test_all-cc15e96d07a6bf11)
34782026-06-04T08:08:38.977Z
34792026-06-04T08:08:38.977Zrunning 6 tests
34802026-06-04T08:08:41.984Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34812026-06-04T08:08:41.987Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34822026-06-04T08:08:41.987Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34832026-06-04T08:08:41.992Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34842026-06-04T08:08:42.323Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34852026-06-04T08:08:46.300Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34862026-06-04T08:08:46.301Z
34872026-06-04T08:08:46.301Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.33s
34882026-06-04T08:08:46.301Z
34892026-06-04T08:08:46.307Z Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90)
34902026-06-04T08:08:46.312Z
34912026-06-04T08:08:46.312Zrunning 0 tests
34922026-06-04T08:08:46.315Z
34932026-06-04T08:08:46.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34942026-06-04T08:08:46.315Z
34952026-06-04T08:08:46.315Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675)
34962026-06-04T08:08:46.318Z
34972026-06-04T08:08:46.318Zrunning 0 tests
34982026-06-04T08:08:46.318Z
34992026-06-04T08:08:46.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35002026-06-04T08:08:46.318Z
35012026-06-04T08:08:46.321Z Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e)
35022026-06-04T08:08:46.325Z
35032026-06-04T08:08:46.325Zrunning 12 tests
35042026-06-04T08:08:46.327Ztest icmp::test_v4_checksum ... ok
35052026-06-04T08:08:46.328Ztest ipv6::test_ipv6_parse ... ok
35062026-06-04T08:08:46.328Ztest icmp::test_v6_checksum ... ok
35072026-06-04T08:08:46.328Ztest lldp::test_lldp_parse ... ok
35082026-06-04T08:08:46.328Ztest pbuf::test_byte ... ok
35092026-06-04T08:08:46.328Ztest pbuf::test_nibble ... ok
35102026-06-04T08:08:46.328Ztest pbuf::test_overflow ... ok
35112026-06-04T08:08:46.328Ztest pbuf::test_short ... ok
35122026-06-04T08:08:46.328Ztest pbuf::test_twelve ... ok
35132026-06-04T08:08:46.328Ztest pbuf::test_word ... ok
35142026-06-04T08:08:46.328Ztest tcp::test_checksum_ack_data ... ok
35152026-06-04T08:08:46.328Ztest tcp::test_checksum_syn_nodata ... ok
35162026-06-04T08:08:46.328Z
35172026-06-04T08:08:46.328Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35182026-06-04T08:08:46.328Z
35192026-06-04T08:08:46.328Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
35202026-06-04T08:08:46.331Z
35212026-06-04T08:08:46.331Zrunning 0 tests
35222026-06-04T08:08:46.331Z
35232026-06-04T08:08:46.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35242026-06-04T08:08:46.331Z
35252026-06-04T08:08:46.334Z Running unittests src/main.rs (target/debug/deps/swadm-bb25812c2f9fc8d0)
35262026-06-04T08:08:46.337Z
35272026-06-04T08:08:46.337Zrunning 5 tests
35282026-06-04T08:08:46.337Ztest switchport::test::test_compute_lanes ... ok
35292026-06-04T08:08:46.337Ztest switchport::test::port_id_ordering ... ok
35302026-06-04T08:08:46.337Z Lane 0 Lane 1 Lane 2 Lane 3
35312026-06-04T08:08:46.337Z State: Activated Lane 0 Activated Activated ActivatedLane 1
35322026-06-04T08:08:46.337Z Rx Output Enabled: false Lane 2 false Lane 3false
35332026-06-04T08:08:46.337Zfalse
35342026-06-04T08:08:46.337Z Rx Loss-of-lock: Yes Rx Output Status: valid Yes valid validYes Yesvalid
35352026-06-04T08:08:46.337Z
35362026-06-04T08:08:46.337Z Rx Loss-of-signal: Yes Rx Loss-of-lock: true Yes trueYes Yes
35372026-06-04T08:08:46.337Ztrue Rx CDR Enabled: Yestrue
35382026-06-04T08:08:46.337ZYes Rx Loss-of-signal: falseYes falseYes
35392026-06-04T08:08:46.337Z Tx Enabled: Yesfalse false
35402026-06-04T08:08:46.337ZYes Rx Auto-squelch Disable: true Yes trueYes
35412026-06-04T08:08:46.337Ztrue Tx Loss-of-lock: No trueNo
35422026-06-04T08:08:46.337Z Tx Output Enabled: trueNo true No
35432026-06-04T08:08:46.337Ztrue Tx Loss-of-signal: Notrue
35442026-06-04T08:08:46.337ZNo Tx Output Status: invalidNo invalidNo
35452026-06-04T08:08:46.337Z Tx CDR Enabled: Noinvalid Noinvalid
35462026-06-04T08:08:46.337ZNo Tx Loss-of-lock: falseNo
35472026-06-04T08:08:46.337Z Tx Adaptive EQ Fault: No falseNo falseNo Nofalse
35482026-06-04T08:08:46.337Z
35492026-06-04T08:08:46.337Z Tx Fault: Yes Yes Tx Loss-of-signal: true Yestrue Yes
35502026-06-04T08:08:46.337Ztrue true
35512026-06-04T08:08:46.337ZTx Auto-squelch Disable: false false false false
35522026-06-04T08:08:46.337Z Tx Adaptive EQ Fail: true true true true
35532026-06-04T08:08:46.337Z Tx Failure: false false false false
35542026-06-04T08:08:46.337Z Tx Force Squelch: true true true true
35552026-06-04T08:08:46.337Z Tx Input Polarity: normal normal normal normal
35562026-06-04T08:08:46.338Ztest switchport::test::test_print_sff_datapath ... ok
35572026-06-04T08:08:46.338Ztest switchport::test::test_print_cmis_datapath ... ok
35582026-06-04T08:08:46.338Ztest link::test_filter ... ok
35592026-06-04T08:08:46.338Z
35602026-06-04T08:08:46.338Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35612026-06-04T08:08:46.338Z
35622026-06-04T08:08:46.341Z Running tests/counters.rs (target/debug/deps/counters-a0d292c5cb080f90)
35632026-06-04T08:08:46.341Z
35642026-06-04T08:08:46.341Zrunning 1 test
35652026-06-04T08:08:46.341Ztest test_p4_counter_list ... ignored
35662026-06-04T08:08:46.341Z
35672026-06-04T08:08:46.341Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35682026-06-04T08:08:46.341Z
35692026-06-04T08:08:46.341Z Running tests/port-link.rs (target/debug/deps/port_link-53f8e7f4b11eea02)
35702026-06-04T08:08:46.341Z
35712026-06-04T08:08:46.341Zrunning 5 tests
35722026-06-04T08:08:46.341Ztest test_an ... ignored
35732026-06-04T08:08:46.341Ztest test_enable ... ignored
35742026-06-04T08:08:46.341Ztest test_ip_addresses ... ignored
35752026-06-04T08:08:46.341Ztest test_kr ... ignored
35762026-06-04T08:08:46.341Ztest test_mac ... ignored
35772026-06-04T08:08:46.341Z
35782026-06-04T08:08:46.341Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35792026-06-04T08:08:46.341Z
35802026-06-04T08:08:46.341Z Running unittests src/main.rs (target/debug/deps/tfportd-90ff1c52c1a1a268)
35812026-06-04T08:08:46.344Z
35822026-06-04T08:08:46.344Zrunning 3 tests
35832026-06-04T08:08:46.344Ztest linklocal::test_parse_ipadm ... ok
35842026-06-04T08:08:46.344Ztest tfport::test_parse_tfport ... ok
35852026-06-04T08:08:46.344Ztest config::tests::test_updates ... ok
35862026-06-04T08:08:46.344Z
35872026-06-04T08:08:46.344Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35882026-06-04T08:08:46.344Z
35892026-06-04T08:08:46.344Z Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c)
35902026-06-04T08:08:46.350Z
35912026-06-04T08:08:46.350Zrunning 0 tests
35922026-06-04T08:08:46.353Z
35932026-06-04T08:08:46.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35942026-06-04T08:08:46.353Z
35952026-06-04T08:08:46.353Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
35962026-06-04T08:08:46.353Z
35972026-06-04T08:08:46.353Zrunning 0 tests
35982026-06-04T08:08:46.353Z
35992026-06-04T08:08:46.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36002026-06-04T08:08:46.353Z
36012026-06-04T08:08:46.357Z Doc-tests aal
36022026-06-04T08:08:46.490Z
36032026-06-04T08:08:46.490Zrunning 0 tests
36042026-06-04T08:08:46.490Z
36052026-06-04T08:08:46.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36062026-06-04T08:08:46.493Z
36072026-06-04T08:08:46.507Z Doc-tests aal_macros
36082026-06-04T08:08:46.580Z
36092026-06-04T08:08:46.580Zrunning 0 tests
36102026-06-04T08:08:46.580Z
36112026-06-04T08:08:46.581Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36122026-06-04T08:08:46.581Z
36132026-06-04T08:08:46.592Z Doc-tests common
36142026-06-04T08:08:46.822Z
36152026-06-04T08:08:46.823Zrunning 0 tests
36162026-06-04T08:08:46.823Z
36172026-06-04T08:08:46.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36182026-06-04T08:08:46.823Z
36192026-06-04T08:08:46.843Z Doc-tests dpd_api
36202026-06-04T08:08:47.633Z
36212026-06-04T08:08:47.633Zrunning 2 tests
36222026-06-04T08:08:47.633Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36232026-06-04T08:08:47.633Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36242026-06-04T08:08:47.633Z
36252026-06-04T08:08:47.633Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36262026-06-04T08:08:47.634Z
36272026-06-04T08:08:47.666Z Doc-tests dpd_client
36282026-06-04T08:08:48.933Z
36292026-06-04T08:08:48.933Zrunning 0 tests
36302026-06-04T08:08:48.933Z
36312026-06-04T08:08:48.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36322026-06-04T08:08:48.933Z
36332026-06-04T08:08:48.980Z Doc-tests dpd_types
36342026-06-04T08:08:49.194Z
36352026-06-04T08:08:49.194Zrunning 0 tests
36362026-06-04T08:08:49.194Z
36372026-06-04T08:08:49.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36382026-06-04T08:08:49.195Z
36392026-06-04T08:08:49.222Z Doc-tests dpd_types_versions
36402026-06-04T08:08:50.442Z
36412026-06-04T08:08:50.442Zrunning 1 test
36422026-06-04T08:08:50.443Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36432026-06-04T08:08:50.443Z
36442026-06-04T08:08:50.443Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36452026-06-04T08:08:50.443Z
36462026-06-04T08:08:50.486Z Doc-tests packet
36472026-06-04T08:08:50.599Z
36482026-06-04T08:08:50.599Zrunning 0 tests
36492026-06-04T08:08:50.599Z
36502026-06-04T08:08:50.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36512026-06-04T08:08:50.599Z
36522026-06-04T08:08:50.613Z Doc-tests pcap
36532026-06-04T08:08:50.667Z
36542026-06-04T08:08:50.667Zrunning 0 tests
36552026-06-04T08:08:50.667Z
36562026-06-04T08:08:50.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36572026-06-04T08:08:50.667Z
36582026-06-04T08:08:50.716Zprocess exited: duration 589173 ms, exit code 0
 
36592026-06-04T08:08:50.724Zfound 0 output files