01KT3WXJQ90F2RKJF4VHZJQEKH: test

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

Buildomat Job: 01KT3WY3P18NJVW8ZAAPY6MY8S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T10:10:02.053Zjob assigned to worker 01KT3WY8M3CV9409T5KTQHTQTF [factory aws, i-0d77dab992149f672] (queued for 47 s)
 
22026-06-02T10:10:08.786Zstarting task 0: "setup"
32026-06-02T10:10:08.791Z++ uname -s
42026-06-02T10:10:08.794Z+ kern=SunOS
52026-06-02T10:10:08.795Z+ build_user=build
62026-06-02T10:10:08.795Z+ build_uid=12345
72026-06-02T10:10:08.795Z+ work_dir=/work
82026-06-02T10:10:08.795Z+ input_dir=/input
92026-06-02T10:10:08.795Z+ [[ 0 == 12345 ]]
102026-06-02T10:10:08.795Z+ case "$kern" in
112026-06-02T10:10:08.795Z+ groupadd -g 12345 build
122026-06-02T10:10:08.798Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T10:10:10.799Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T10:10:10.842Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T10:10:10.845Z+ home_fs=zfs
162026-06-02T10:10:10.845Z+ [[ zfs == autofs ]]
172026-06-02T10:10:10.845Z+ mkdir -p /home/build
182026-06-02T10:10:10.845Z+ chown build:build /home/build /work
192026-06-02T10:10:12.846Z+ chmod 0700 /home/build /work
202026-06-02T10:10:12.849Zprocess exited: duration 4061 ms, exit code 0
 
212026-06-02T10:10:12.855Zstarting task 1: "rust-toolchain"
222026-06-02T10:10:12.858Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-02T10:10:12.858Z * rust toolchain channel = "1.90.0"
242026-06-02T10:10:12.858Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-02T10:10:12.858Z * rust toolchain profile = "default"
262026-06-02T10:10:12.859Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T10:10:12.859Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T10:10:12.862Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T10:10:12.862Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-02T10:10:12.962Zinfo: downloading installer
312026-06-02T10:10:14.283Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T10:10:14.283Zwarn: /home/build/.rustup/settings.toml
332026-06-02T10:10:14.283Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T10:10:14.283Zwarn: instead of the one inferred from the default host triple.
352026-06-02T10:10:14.295Zinfo: profile set to default
362026-06-02T10:10:14.295Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T10:10:14.322Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-02T10:10:14.454Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-02T10:10:14.457Zinfo: downloading 6 components
402026-06-02T10:10:28.089Z
412026-06-02T10:10:28.089Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
422026-06-02T10:10:28.122Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-02T10:10:28.122Z
442026-06-02T10:10:28.122Z
452026-06-02T10:10:28.122ZRust is installed now. Great!
462026-06-02T10:10:28.122Z
472026-06-02T10:10:28.125ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T10:10:28.125Zenvironment variable. This has not been done automatically.
492026-06-02T10:10:28.125Z
502026-06-02T10:10:28.125ZTo configure your current shell, you need to source
512026-06-02T10:10:28.125Zthe corresponding env file under $HOME/.cargo.
522026-06-02T10:10:28.125Z
532026-06-02T10:10:28.125ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T10:10:28.125Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T10:10:28.125Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T10:10:28.125Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T10:10:28.125Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T10:10:28.125Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T10:10:28.125Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T10:10:28.125Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T10:10:28.125Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T10:10:28.206Z+ rustup --version
632026-06-02T10:10:28.226Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T10:10:28.230Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T10:10:28.238Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-02T10:10:28.241Z+ cargo --version
672026-06-02T10:10:28.254Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-02T10:10:28.257Z+ rustc --version
692026-06-02T10:10:28.278Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-02T10:10:28.282Zprocess exited: duration 15424 ms, exit code 0
 
712026-06-02T10:10:28.294Zstarting task 2: "authentication"
722026-06-02T10:10:28.309Zprocess exited: duration 16 ms, exit code 0
 
732026-06-02T10:10:28.317Zstarting task 3: "clone repository"
742026-06-02T10:10:28.320Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-02T10:10:28.323Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-02T10:10:28.357ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-02T10:10:29.501Z+ cd /work/oxidecomputer/dendrite
782026-06-02T10:10:29.501Z+ git fetch origin f27f612dde317f2f05716c761a14500e46581ff7
792026-06-02T10:10:29.757ZFrom https://github.com/oxidecomputer/dendrite
802026-06-02T10:10:29.757Z * branch f27f612dde317f2f05716c761a14500e46581ff7 -> FETCH_HEAD
812026-06-02T10:10:29.764Z+ [[ -n multicast-e2e ]]
822026-06-02T10:10:29.808Z++ git branch --show-current
832026-06-02T10:10:29.808Z+ current=main
842026-06-02T10:10:29.808Z+ [[ main != multicast-e2e ]]
852026-06-02T10:10:29.808Z+ git branch -f multicast-e2e f27f612dde317f2f05716c761a14500e46581ff7
862026-06-02T10:10:29.812Z+ git checkout -f multicast-e2e
872026-06-02T10:10:29.812ZSwitched to branch 'multicast-e2e'
882026-06-02T10:10:29.812Z+ git reset --hard f27f612dde317f2f05716c761a14500e46581ff7
892026-06-02T10:10:29.812ZHEAD is now at f27f612 [swadm,multicast] add multicast inspection subcommand
902026-06-02T10:10:29.812Zprocess exited: duration 1480 ms, exit code 0
 
912026-06-02T10:10:29.819Zstarting task 4: "build"
922026-06-02T10:10:29.823Z+ source .github/buildomat/common.sh
932026-06-02T10:10:29.826Z++ TOFINO_STAGES=20
942026-06-02T10:10:29.826Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-02T10:10:29.826Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-02T10:10:29.826Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-02T10:10:29.826Z+++ uname -s
982026-06-02T10:10:29.826Z++ '[' SunOS == SunOS ']'
992026-06-02T10:10:29.827Z++ SERIES=illumos
1002026-06-02T10:10:29.827Z+++ uname -s
1012026-06-02T10:10:29.827Z++ '[' SunOS == SunOS ']'
1022026-06-02T10:10:29.827Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-02T10:10:29.827Z++ rustup show active-toolchain
1042026-06-02T10:10:29.831Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-02T10:10:29.834Z+ source .github/buildomat/illumos.sh
1062026-06-02T10:10:29.834Z++ banner 'sde setup'
1072026-06-02T10:10:29.834Z
1082026-06-02T10:10:29.834Z #### ##### ###### #### ###### ##### # # #####
1092026-06-02T10:10:29.834Z # # # # # # # # # # #
1102026-06-02T10:10:29.834Z #### # # ##### #### ##### # # # # #
1112026-06-02T10:10:29.834Z # # # # # # # # # #####
1122026-06-02T10:10:29.834Z # # # # # # # # # # # #
1132026-06-02T10:10:29.834Z #### ##### ###### #### ###### # #### #
1142026-06-02T10:10:29.834Z
1152026-06-02T10:10:29.834Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-02T10:10:29.834Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-02T10:10:29.834Z++ export PKG=tofino_sde.p5p
1182026-06-02T10:10:29.834Z++ PKG=tofino_sde.p5p
1192026-06-02T10:10:29.834Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-02T10:10:29.840Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-02T10:10:29.842Z Dload Upload Total Spent Left Speed
1222026-06-02T10:10:30.989Z 0 0 0 0 0 0 0 0 0 81 76.03M 81 61.62M 0 0 61.66M 0 00:01 00:01 61.67M 100 76.03M 100 76.03M 0 0 66.29M 0 00:01 00:01 61.67M 100 76.03M 100 76.03M 0 0 66.29M 0 00:01 00:01 61.67M 100 76.03M 100 76.03M 0 0 66.29M 0 00:01 00:01 61.67M
1232026-06-02T10:10:30.993Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-02T10:10:31.039Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-02T10:10:31.039Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-02T10:10:31.043Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-02T10:10:31.896Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-02T10:10:31.976Z Startup: Caching catalogs ... Done
1292026-06-02T10:10:32.014Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-02T10:10:32.378ZPlanning: Solver setup ... Done
1312026-06-02T10:10:32.400ZPlanning: Running solver ... Done
1322026-06-02T10:10:32.407ZPlanning: Finding local manifests ... Done
1332026-06-02T10:10:32.410ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-02T10:10:32.414ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-02T10:10:32.428ZPlanning: Package planning ... Done
1362026-06-02T10:10:32.430ZPlanning: Merging actions ... Done
1372026-06-02T10:10:32.551ZPlanning: Checking for conflicting actions ... Done
1382026-06-02T10:10:32.554ZPlanning: Consolidating action changes ... Done
1392026-06-02T10:10:33.089ZPlanning: Evaluating mediators ... Done
1402026-06-02T10:10:33.093ZPlanning: Planning completed in 1.07 seconds
1412026-06-02T10:10:33.096Z Packages to install: 1
1422026-06-02T10:10:33.096Z Create boot environment: No
1432026-06-02T10:10:33.096ZCreate backup boot environment: No
1442026-06-02T10:10:33.116Z
1452026-06-02T10:10:33.116ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-02T10:10:33.252ZDownload: Completed 75.30 MB in 0.14 seconds (553M/s)
1472026-06-02T10:10:33.356Z Actions: 1/293 actions (Installing new actions)
1482026-06-02T10:10:34.332Z Actions: Completed 293 actions in 0.98 seconds.
1492026-06-02T10:10:34.335ZFinalize: Updating package state database ... Done
1502026-06-02T10:10:34.377ZFinalize: Updating package cache ... Done
1512026-06-02T10:10:34.398ZFinalize: Updating image state ... Done
1522026-06-02T10:10:36.679ZFinalize: Creating fast lookup database ... Done
1532026-06-02T10:10:36.750ZFinalize: Reading search index ... Done
1542026-06-02T10:10:36.754ZFinalize: Updating search index ... Done
1552026-06-02T10:10:36.969ZFinalize: Updating package cache ... Done
1562026-06-02T10:10:37.067Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-02T10:10:37.067Z++ SDE=/opt/oxide/tofino_sde
1582026-06-02T10:10:37.070Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-02T10:10:37.070Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-02T10:10:37.070Z++ banner packages
1612026-06-02T10:10:37.070Z
1622026-06-02T10:10:37.070Z ##### ## #### # # ## #### ###### ####
1632026-06-02T10:10:37.070Z # # # # # # # # # # # # # #
1642026-06-02T10:10:37.070Z # # # # # #### # # # ##### ####
1652026-06-02T10:10:37.070Z ##### ###### # # # ###### # ### # #
1662026-06-02T10:10:37.071Z # # # # # # # # # # # # # #
1672026-06-02T10:10:37.071Z # # # #### # # # # #### ###### ####
1682026-06-02T10:10:37.071Z
1692026-06-02T10:10:37.071Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-02T10:10:37.324Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-02T10:10:37.328Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-02T10:10:37.616ZPlanning: Solver setup ... Done
1732026-06-02T10:10:37.638ZPlanning: Running solver ... Done
1742026-06-02T10:10:37.643ZPlanning: Consolidating action changes ... Done
1752026-06-02T10:10:37.646ZPlanning: Evaluating mediators ... Done
1762026-06-02T10:10:37.646ZPlanning: Planning completed in 0.32 seconds
1772026-06-02T10:10:37.661ZNo updates necessary for this image.
1782026-06-02T10:10:37.722Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-02T10:10:37.938ZPlanning: Evaluating mediator changes ... Done
1802026-06-02T10:10:38.053ZPlanning: Checking for conflicting actions ... Done
1812026-06-02T10:10:38.056ZPlanning: Consolidating action changes ... Done
1822026-06-02T10:10:38.221ZPlanning: Evaluating mediators ... Done
1832026-06-02T10:10:38.224ZPlanning: Planning completed in 0.28 seconds
1842026-06-02T10:10:38.247Z Mediators to change: 2
1852026-06-02T10:10:38.247Z Create boot environment: No
1862026-06-02T10:10:38.247ZCreate backup boot environment: No
1872026-06-02T10:10:38.278ZFinalize: Updating package state database ... Done
1882026-06-02T10:10:38.278ZFinalize: Updating package cache ... Done
1892026-06-02T10:10:38.289ZFinalize: Updating image state ... Done
1902026-06-02T10:10:40.347ZFinalize: Creating fast lookup database ... Done
1912026-06-02T10:10:40.421ZFinalize: Reading search index ... Done
1922026-06-02T10:10:40.423ZFinalize: Updating search index ... Done
1932026-06-02T10:10:40.491ZFinalize: Updating package cache ... Done
1942026-06-02T10:10:40.570Z++ cargo --version
1952026-06-02T10:10:40.581Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-02T10:10:40.583Z++ rustc --version
1972026-06-02T10:10:40.604Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-02T10:10:40.607Z+ banner copyrights
1992026-06-02T10:10:40.610Z
2002026-06-02T10:10:40.610Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-02T10:10:40.610Z # # # # # # # # # # # # # # # # #
2022026-06-02T10:10:40.610Z # # # # # # # # # # ###### # ####
2032026-06-02T10:10:40.610Z # # # ##### # ##### # # ### # # # #
2042026-06-02T10:10:40.610Z # # # # # # # # # # # # # # # #
2052026-06-02T10:10:40.610Z #### #### # # # # # #### # # # ####
2062026-06-02T10:10:40.610Z
2072026-06-02T10:10:40.611Z+ ./tools/check_copyrights.sh
2082026-06-02T10:10:41.654Zdpd/p4/headers.p4: Copyright with wrong year
2092026-06-02T10:10:42.187Zpcap/build.rs: Copyright with wrong year
2102026-06-02T10:10:42.366Ztfportd/src/linklocal.rs: Copyright with wrong year
2112026-06-02T10:10:42.587Z+ banner clippy
2122026-06-02T10:10:42.589Z
2132026-06-02T10:10:42.590Z #### # # ##### ##### # #
2142026-06-02T10:10:42.590Z # # # # # # # # # #
2152026-06-02T10:10:42.590Z # # # # # # # #
2162026-06-02T10:10:42.590Z # # # ##### ##### #
2172026-06-02T10:10:42.590Z # # # # # # #
2182026-06-02T10:10:42.590Z #### ###### # # # #
2192026-06-02T10:10:42.590Z
2202026-06-02T10:10:42.590Z+ for feat in tofino_stub tofino_asic softnpu chaos
2212026-06-02T10:10:42.590Z+ cargo clippy --features tofino_stub -- --deny warnings
2222026-06-02T10:10:42.747Z Updating git repository `https://github.com/oxidecomputer/omicron`
2232026-06-02T10:10:52.402Z Updating crates.io index
2242026-06-02T10:10:52.434Z Updating git repository `https://github.com/illumos/smf-rs`
2252026-06-02T10:10:52.665Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-06-02T10:10:53.473Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2272026-06-02T10:10:53.809Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-06-02T10:10:54.116Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2292026-06-02T10:10:55.132Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2302026-06-02T10:10:55.421Z Updating git repository `https://github.com/oxidecomputer/ispf`
2312026-06-02T10:10:55.856Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2322026-06-02T10:10:56.177Z Updating git repository `https://github.com/oxidecomputer/lldp`
2332026-06-02T10:10:56.531Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-06-02T10:10:56.936Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2352026-06-02T10:10:57.253Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2362026-06-02T10:10:57.571Z Updating git repository `https://github.com/oxidecomputer/vm-attest`
2372026-06-02T10:10:57.885Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-02T10:10:58.578Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-02T10:10:58.829Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-02T10:10:59.152Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-02T10:11:00.005Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-02T10:11:00.339Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-06-02T10:11:00.576Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-02T10:11:00.872Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-02T10:11:01.637Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-02T10:11:02.049Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-02T10:11:02.311Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-02T10:11:02.651Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2492026-06-02T10:11:03.133Z Updating git repository `https://github.com/oxidecomputer/omicron`
2502026-06-02T10:11:04.460Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2512026-06-02T10:11:06.046Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-06-02T10:11:06.528Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-06-02T10:11:07.922Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-06-02T10:11:08.554Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-06-02T10:11:08.808Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-06-02T10:11:09.188Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-06-02T10:11:09.597Z Updating git repository `https://github.com/oxidecomputer/opte`
2582026-06-02T10:11:10.062Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592026-06-02T10:11:11.776Z Downloading crates ...
2602026-06-02T10:11:11.832Z Downloaded aead v0.5.2
2612026-06-02T10:11:11.835Z Downloaded adler2 v2.0.1
2622026-06-02T10:11:11.842Z Downloaded compression-codecs v0.4.32
2632026-06-02T10:11:11.845Z Downloaded backoff v0.4.0
2642026-06-02T10:11:11.848Z Downloaded bit-set v0.8.0
2652026-06-02T10:11:11.851Z Downloaded anstyle v1.0.14
2662026-06-02T10:11:11.854Z Downloaded cfg_aliases v0.2.1
2672026-06-02T10:11:11.857Z Downloaded autocfg v1.5.0
2682026-06-02T10:11:11.860Z Downloaded base16ct v0.2.0
2692026-06-02T10:11:11.860Z Downloaded digest v0.10.7
2702026-06-02T10:11:11.863Z Downloaded base64ct v1.8.0
2712026-06-02T10:11:11.866Z Downloaded defmt v1.0.1
2722026-06-02T10:11:11.869Z Downloaded display-error-chain v0.2.2
2732026-06-02T10:11:11.872Z Downloaded derive-ex v0.1.8
2742026-06-02T10:11:11.875Z Downloaded derive-where v1.6.0
2752026-06-02T10:11:11.879Z Downloaded futures-core v0.3.32
2762026-06-02T10:11:11.882Z Downloaded dropshot_endpoint v0.16.7
2772026-06-02T10:11:11.887Z Downloaded defmt-parser v1.0.0
2782026-06-02T10:11:11.887Z Downloaded cargo-platform v0.1.9
2792026-06-02T10:11:11.891Z Downloaded dunce v1.0.5
2802026-06-02T10:11:11.891Z Downloaded derive_more v0.99.20
2812026-06-02T10:11:11.895Z Downloaded heck v0.5.0
2822026-06-02T10:11:11.898Z Downloaded displaydoc v0.2.5
2832026-06-02T10:11:11.901Z Downloaded argon2 v0.5.3
2842026-06-02T10:11:11.907Z Downloaded hostname v0.3.1
2852026-06-02T10:11:11.907Z Downloaded enum-as-inner v0.6.1
2862026-06-02T10:11:11.912Z Downloaded futures-task v0.3.32
2872026-06-02T10:11:11.912Z Downloaded foreign-types v0.5.0
2882026-06-02T10:11:11.916Z Downloaded async-recursion v1.1.1
2892026-06-02T10:11:11.916Z Downloaded httpdate v1.0.3
2902026-06-02T10:11:11.922Z Downloaded futures-sink v0.3.32
2912026-06-02T10:11:11.922Z Downloaded git-stub v1.0.0
2922026-06-02T10:11:11.925Z Downloaded darling_macro v0.21.3
2932026-06-02T10:11:11.925Z Downloaded constant_time_eq v0.3.1
2942026-06-02T10:11:11.925Z Downloaded heck v0.4.1
2952026-06-02T10:11:11.928Z Downloaded form_urlencoded v1.2.2
2962026-06-02T10:11:11.931Z Downloaded ciborium-ll v0.2.2
2972026-06-02T10:11:11.931Z Downloaded debug-ignore v1.0.5
2982026-06-02T10:11:11.935Z Downloaded hubpack v0.1.2
2992026-06-02T10:11:11.935Z Downloaded clap_lex v1.1.0
3002026-06-02T10:11:11.937Z Downloaded colorchoice v1.0.4
3012026-06-02T10:11:11.941Z Downloaded cobs v0.3.0
3022026-06-02T10:11:11.944Z Downloaded http-body v1.0.1
3032026-06-02T10:11:11.944Z Downloaded bit-vec v0.8.0
3042026-06-02T10:11:11.947Z Downloaded dtrace-parser v0.2.0
3052026-06-02T10:11:11.950Z Downloaded anstyle-parse v1.0.0
3062026-06-02T10:11:11.950Z Downloaded gethostname v0.5.0
3072026-06-02T10:11:11.953Z Downloaded dof v0.4.0
3082026-06-02T10:11:11.956Z Downloaded hostname v0.4.2
3092026-06-02T10:11:11.956Z Downloaded darling_macro v0.23.0
3102026-06-02T10:11:11.962Z Downloaded hex v0.4.3
3112026-06-02T10:11:11.962Z Downloaded hubpack_derive v0.1.1
3122026-06-02T10:11:11.968Z Downloaded hyper-tls v0.6.0
3132026-06-02T10:11:11.968Z Downloaded darling v0.23.0
3142026-06-02T10:11:11.972Z Downloaded bitflags v1.3.2
3152026-06-02T10:11:11.972Z Downloaded crossbeam-epoch v0.9.18
3162026-06-02T10:11:11.975Z Downloaded clap v4.6.0
3172026-06-02T10:11:11.979Z Downloaded embedded-io v0.6.1
3182026-06-02T10:11:11.982Z Downloaded daft-derive v0.1.5
3192026-06-02T10:11:11.986Z Downloaded foreign-types-macros v0.2.3
3202026-06-02T10:11:11.989Z Downloaded fnv v1.0.7
3212026-06-02T10:11:11.989Z Downloaded arrayvec v0.7.6
3222026-06-02T10:11:12.032Z Downloaded ident_case v1.0.1
3232026-06-02T10:11:12.038Z Downloaded critical-section v1.2.0
3242026-06-02T10:11:12.038Z Downloaded indent_write v2.2.0
3252026-06-02T10:11:12.038Z Downloaded crossbeam-deque v0.8.6
3262026-06-02T10:11:12.038Z Downloaded idna_adapter v1.2.1
3272026-06-02T10:11:12.038Z Downloaded cargo_metadata v0.18.1
3282026-06-02T10:11:12.038Z Downloaded is-terminal v0.4.16
3292026-06-02T10:11:12.038Z Downloaded itoa v1.0.15
3302026-06-02T10:11:12.038Z Downloaded is_ci v1.2.0
3312026-06-02T10:11:12.038Z Downloaded is_terminal_polyfill v1.70.1
3322026-06-02T10:11:12.038Z Downloaded colored v3.0.0
3332026-06-02T10:11:12.038Z Downloaded internet-checksum v0.2.1
3342026-06-02T10:11:12.038Z Downloaded glob v0.3.3
3352026-06-02T10:11:12.038Z Downloaded instant v0.1.13
3362026-06-02T10:11:12.038Z Downloaded byteorder v1.5.0
3372026-06-02T10:11:12.039Z Downloaded flate2 v1.1.2
3382026-06-02T10:11:12.039Z Downloaded humantime v2.3.0
3392026-06-02T10:11:12.039Z Downloaded lru-slab v0.1.2
3402026-06-02T10:11:12.039Z Downloaded lru-cache v0.1.2
3412026-06-02T10:11:12.039Z Downloaded linked-hash-map v0.5.6
3422026-06-02T10:11:12.039Z Downloaded macaddr v1.0.1
3432026-06-02T10:11:12.039Z Downloaded kstat-rs v0.2.4
3442026-06-02T10:11:12.039Z Downloaded keccak v0.1.6
3452026-06-02T10:11:12.046Z Downloaded http-body-util v0.1.3
3462026-06-02T10:11:12.046Z Downloaded futures-executor v0.3.32
3472026-06-02T10:11:12.046Z Downloaded memoffset v0.9.1
3482026-06-02T10:11:12.049Z Downloaded newline-converter v0.3.0
3492026-06-02T10:11:12.049Z Downloaded mime v0.3.17
3502026-06-02T10:11:12.049Z Downloaded num-iter v0.1.45
3512026-06-02T10:11:12.049Z Downloaded num-conv v0.2.1
3522026-06-02T10:11:12.052Z Downloaded managed v0.8.0
3532026-06-02T10:11:12.052Z Downloaded newtype_derive v0.1.6
3542026-06-02T10:11:12.055Z Downloaded match_cfg v0.1.0
3552026-06-02T10:11:12.055Z Downloaded crossbeam-utils v0.8.21
3562026-06-02T10:11:12.058Z Downloaded highway v1.3.0
3572026-06-02T10:11:12.060Z Downloaded cookie v0.18.1
3582026-06-02T10:11:12.063Z Downloaded git-stub-vcs v0.1.0
3592026-06-02T10:11:12.066Z Downloaded lazy_static v1.5.0
3602026-06-02T10:11:12.066Z Downloaded openssl-macros v0.1.1
3612026-06-02T10:11:12.069Z Downloaded anyhow v1.0.102
3622026-06-02T10:11:12.072Z Downloaded opaque-debug v0.3.1
3632026-06-02T10:11:12.073Z Downloaded libloading v0.8.9
3642026-06-02T10:11:12.076Z Downloaded openssl-probe v0.1.6
3652026-06-02T10:11:12.079Z Downloaded num-derive v0.4.2
3662026-06-02T10:11:12.079Z Downloaded ipnetwork v0.21.1
3672026-06-02T10:11:12.082Z Downloaded ingot v0.1.1
3682026-06-02T10:11:12.085Z Downloaded num v0.4.3
3692026-06-02T10:11:12.085Z Downloaded num_threads v0.1.7
3702026-06-02T10:11:12.089Z Downloaded num_enum_derive v0.5.11
3712026-06-02T10:11:12.089Z Downloaded hyper-rustls v0.27.7
3722026-06-02T10:11:12.092Z Downloaded chacha20 v0.9.1
3732026-06-02T10:11:12.092Z Downloaded percent-encoding v2.3.2
3742026-06-02T10:11:12.095Z Downloaded parse-display v0.10.0
3752026-06-02T10:11:12.095Z Downloaded getrandom v0.2.16
3762026-06-02T10:11:12.099Z Downloaded globset v0.4.16
3772026-06-02T10:11:12.102Z Downloaded futures-channel v0.3.32
3782026-06-02T10:11:12.102Z Downloaded native-tls v0.2.14
3792026-06-02T10:11:12.105Z Downloaded omicron-workspace-hack v0.1.0
3802026-06-02T10:11:12.108Z Downloaded olpc-cjson v0.1.4
3812026-06-02T10:11:12.108Z Downloaded newtype-uuid v1.3.2
3822026-06-02T10:11:12.111Z Downloaded num-rational v0.4.2
3832026-06-02T10:11:12.111Z Downloaded linear-map v1.2.0
3842026-06-02T10:11:12.114Z Downloaded phf_shared v0.12.1
3852026-06-02T10:11:12.114Z Downloaded drift v0.2.0
3862026-06-02T10:11:12.121Z Downloaded plain v0.2.3
3872026-06-02T10:11:12.124Z Downloaded console v0.15.11
3882026-06-02T10:11:12.127Z Downloaded libsw-core v0.3.2
3892026-06-02T10:11:12.128Z Downloaded cmake v0.1.54
3902026-06-02T10:11:12.132Z Downloaded potential_utf v0.1.3
3912026-06-02T10:11:12.132Z Downloaded proc-macro-error-attr2 v2.0.0
3922026-06-02T10:11:12.137Z Downloaded proc-macro-crate v1.3.1
3932026-06-02T10:11:12.137Z Downloaded pin-utils v0.1.0
3942026-06-02T10:11:12.141Z Downloaded pretty-hex v0.4.1
3952026-06-02T10:11:12.141Z Downloaded num_enum_derive v0.7.5
3962026-06-02T10:11:12.141Z Downloaded blake2 v0.10.6
3972026-06-02T10:11:12.145Z Downloaded owo-colors v4.3.0
3982026-06-02T10:11:12.145Z Downloaded oxide-tokio-rt v0.1.6
3992026-06-02T10:11:12.148Z Downloaded httparse v1.10.1
4002026-06-02T10:11:12.148Z Downloaded libsw v3.5.0
4012026-06-02T10:11:12.152Z Downloaded oxnet v0.1.4
4022026-06-02T10:11:12.155Z Downloaded ipnet v2.11.0
4032026-06-02T10:11:12.155Z Downloaded darling v0.21.3
4042026-06-02T10:11:12.158Z Downloaded password-hash v0.5.0
4052026-06-02T10:11:12.162Z Downloaded multer v3.1.0
4062026-06-02T10:11:12.165Z Downloaded proc-macro-error-attr v1.0.4
4072026-06-02T10:11:12.165Z Downloaded quick-error v1.2.3
4082026-06-02T10:11:12.165Z Downloaded progenitor-macro v0.13.0
4092026-06-02T10:11:12.168Z Downloaded progenitor-macro v0.11.1
4102026-06-02T10:11:12.168Z Downloaded hmac v0.12.1
4112026-06-02T10:11:12.171Z Downloaded memmap2 v0.9.8
4122026-06-02T10:11:12.177Z Downloaded num_enum v0.7.5
4132026-06-02T10:11:12.183Z Downloaded pin-project-lite v0.2.16
4142026-06-02T10:11:12.183Z Downloaded pkg-config v0.3.32
4152026-06-02T10:11:12.189Z Downloaded pin-project-internal v1.1.10
4162026-06-02T10:11:12.189Z Downloaded ref-cast-impl v1.0.25
4172026-06-02T10:11:12.189Z Downloaded ref-cast v1.0.25
4182026-06-02T10:11:12.192Z Downloaded once_cell v1.21.3
4192026-06-02T10:11:12.192Z Downloaded futures v0.3.32
4202026-06-02T10:11:12.195Z Downloaded darling_core v0.23.0
4212026-06-02T10:11:12.198Z Downloaded rustc_version v0.4.1
4222026-06-02T10:11:12.198Z Downloaded rustc_version v0.1.7
4232026-06-02T10:11:12.203Z Downloaded ppv-lite86 v0.2.21
4242026-06-02T10:11:12.203Z Downloaded curl v0.4.49
4252026-06-02T10:11:12.207Z Downloaded const_format v0.2.34
4262026-06-02T10:11:12.210Z Downloaded rand_xorshift v0.4.0
4272026-06-02T10:11:12.210Z Downloaded progenitor v0.10.0
4282026-06-02T10:11:12.217Z Downloaded proc-macro-error2 v2.0.1
4292026-06-02T10:11:12.221Z Downloaded rustc-hash v2.1.1
4302026-06-02T10:11:12.221Z Downloaded pest_derive v2.8.2
4312026-06-02T10:11:12.221Z Downloaded progenitor-client v0.13.0
4322026-06-02T10:11:12.221Z Downloaded parking_lot v0.12.5
4332026-06-02T10:11:12.228Z Downloaded parking_lot_core v0.9.12
4342026-06-02T10:11:12.228Z Downloaded dropshot_endpoint v0.17.0
4352026-06-02T10:11:12.232Z Downloaded scopeguard v1.2.0
4362026-06-02T10:11:12.232Z Downloaded icu_normalizer v2.0.0
4372026-06-02T10:11:12.232Z Downloaded icu_provider v2.0.0
4382026-06-02T10:11:12.236Z Downloaded pest_meta v2.8.2
4392026-06-02T10:11:12.236Z Downloaded rand_core v0.6.4
4402026-06-02T10:11:12.240Z Downloaded rand_chacha v0.9.0
4412026-06-02T10:11:12.240Z Downloaded secrecy v0.10.3
4422026-06-02T10:11:12.240Z Downloaded scroll_derive v0.13.1
4432026-06-02T10:11:12.243Z Downloaded scroll_derive v0.12.1
4442026-06-02T10:11:12.243Z Downloaded serde-big-array v0.5.1
4452026-06-02T10:11:12.246Z Downloaded crypto-bigint v0.5.5
4462026-06-02T10:11:12.249Z Downloaded same-file v1.0.6
4472026-06-02T10:11:12.252Z Downloaded resolv-conf v0.7.5
4482026-06-02T10:11:12.252Z Downloaded async-compression v0.4.33
4492026-06-02T10:11:12.256Z Downloaded omicron-zone-package v0.12.2
4502026-06-02T10:11:12.260Z Downloaded rusty-fork v0.3.0
4512026-06-02T10:11:12.263Z Downloaded search_path v0.1.4
4522026-06-02T10:11:12.263Z Downloaded serde_spanned v0.6.9
4532026-06-02T10:11:12.266Z Downloaded serde_spanned v1.0.4
4542026-06-02T10:11:12.266Z Downloaded rustls-pemfile v2.2.0
4552026-06-02T10:11:12.269Z Downloaded icu_normalizer_data v2.0.0
4562026-06-02T10:11:12.272Z Downloaded hickory-resolver v0.25.2
4572026-06-02T10:11:12.272Z Downloaded bytes v1.11.1
4582026-06-02T10:11:12.275Z Downloaded quote v1.0.45
4592026-06-02T10:11:12.280Z Downloaded sha1 v0.10.6
4602026-06-02T10:11:12.283Z Downloaded log v0.4.29
4612026-06-02T10:11:12.283Z Downloaded serde_plain v1.0.2
4622026-06-02T10:11:12.283Z Downloaded rustversion v1.0.22
4632026-06-02T10:11:12.286Z Downloaded scroll v0.12.0
4642026-06-02T10:11:12.289Z Downloaded rand_core v0.9.3
4652026-06-02T10:11:12.289Z Downloaded pin-project v1.1.10
4662026-06-02T10:11:12.295Z Downloaded siphasher v1.0.1
4672026-06-02T10:11:12.298Z Downloaded smawk v0.3.2
4682026-06-02T10:11:12.303Z Downloaded slog-bunyan v2.5.0
4692026-06-02T10:11:12.303Z Downloaded sigpipe v0.1.3
4702026-06-02T10:11:12.303Z Downloaded signal-hook-tokio v0.3.1
4712026-06-02T10:11:12.306Z Downloaded serde_urlencoded v0.7.1
4722026-06-02T10:11:12.306Z Downloaded semver v1.0.27
4732026-06-02T10:11:12.306Z Downloaded schemars_derive v0.8.22
4742026-06-02T10:11:12.309Z Downloaded icu_collections v2.0.0
4752026-06-02T10:11:12.312Z Downloaded progenitor v0.13.0
4762026-06-02T10:11:12.316Z Downloaded stable_deref_trait v1.2.0
4772026-06-02T10:11:12.316Z Downloaded getrandom v0.4.2
4782026-06-02T10:11:12.319Z Downloaded serde_derive_internals v0.29.1
4792026-06-02T10:11:12.319Z Downloaded structmeta-derive v0.3.0
4802026-06-02T10:11:12.323Z Downloaded structmeta v0.3.0
4812026-06-02T10:11:12.323Z Downloaded strsim v0.11.1
4822026-06-02T10:11:12.323Z Downloaded postcard v1.1.3
4832026-06-02T10:11:12.326Z Downloaded progenitor v0.11.1
4842026-06-02T10:11:12.326Z Downloaded progenitor-impl v0.13.0
4852026-06-02T10:11:12.330Z Downloaded progenitor-impl v0.11.1
4862026-06-02T10:11:12.330Z Downloaded papergrid v0.11.0
4872026-06-02T10:11:12.333Z Downloaded tagptr v0.2.0
4882026-06-02T10:11:12.335Z Downloaded tabled_derive v0.11.0
4892026-06-02T10:11:12.335Z Downloaded serde_tokenstream v0.2.3
4902026-06-02T10:11:12.338Z Downloaded hickory-resolver v0.24.4
4912026-06-02T10:11:12.341Z Downloaded signal-hook-registry v1.4.6
4922026-06-02T10:11:12.341Z Downloaded ryu v1.0.20
4932026-06-02T10:11:12.344Z Downloaded num-traits v0.2.19
4942026-06-02T10:11:12.347Z Downloaded testing_table v0.3.0
4952026-06-02T10:11:12.347Z Downloaded termtree v0.5.1
4962026-06-02T10:11:12.350Z Downloaded terminal_size v0.4.3
4972026-06-02T10:11:12.350Z Downloaded take_mut v0.2.2
4982026-06-02T10:11:12.350Z Downloaded supports-color v3.0.2
4992026-06-02T10:11:12.353Z Downloaded smf v0.2.3
5002026-06-02T10:11:12.353Z Downloaded thread-id v4.2.2
5012026-06-02T10:11:12.356Z Downloaded quinn-udp v0.5.14
5022026-06-02T10:11:12.356Z Downloaded thiserror-impl-no-std v2.0.2
5032026-06-02T10:11:12.359Z Downloaded slog-json v2.6.1
5042026-06-02T10:11:12.359Z Downloaded slog-dtrace v0.3.0
5052026-06-02T10:11:12.362Z Downloaded thread-id v5.0.0
5062026-06-02T10:11:12.362Z Downloaded swrite v0.1.0
5072026-06-02T10:11:12.362Z Downloaded sync_wrapper v1.0.2
5082026-06-02T10:11:12.365Z Downloaded strum v0.27.2
5092026-06-02T10:11:12.365Z Downloaded strum v0.26.3
5102026-06-02T10:11:12.369Z Downloaded static_assertions v1.1.0
5112026-06-02T10:11:12.369Z Downloaded subtle v2.6.1
5122026-06-02T10:11:12.369Z Downloaded serde_path_to_error v0.1.20
5132026-06-02T10:11:12.372Z Downloaded miniz_oxide v0.8.9
5142026-06-02T10:11:12.372Z Downloaded slab v0.4.11
5152026-06-02T10:11:12.375Z Downloaded scroll v0.13.0
5162026-06-02T10:11:12.375Z Downloaded tokio-macros v2.7.0
5172026-06-02T10:11:12.375Z Downloaded jiff-static v0.2.15
5182026-06-02T10:11:12.378Z Downloaded hyper-util v0.1.20
5192026-06-02T10:11:12.381Z Downloaded tabwriter v1.4.1
5202026-06-02T10:11:12.381Z Downloaded tabled_derive v0.7.0
5212026-06-02T10:11:12.384Z Downloaded shlex v1.3.0
5222026-06-02T10:11:12.384Z Downloaded serde_repr v0.1.20
5232026-06-02T10:11:12.384Z Downloaded progenitor-impl v0.10.0
5242026-06-02T10:11:12.387Z Downloaded tinyvec_macros v0.1.1
5252026-06-02T10:11:12.387Z Downloaded synstructure v0.13.2
5262026-06-02T10:11:12.390Z Downloaded minimal-lexical v0.2.1
5272026-06-02T10:11:12.394Z Downloaded heapless v0.8.0
5282026-06-02T10:11:12.394Z Downloaded topological-sort v0.2.2
5292026-06-02T10:11:12.397Z Downloaded toml_datetime v0.6.11
5302026-06-02T10:11:12.397Z Downloaded sha2 v0.10.9
5312026-06-02T10:11:12.397Z Downloaded elliptic-curve v0.13.8
5322026-06-02T10:11:12.400Z Downloaded rayon-core v1.13.0
5332026-06-02T10:11:12.403Z Downloaded crossbeam-channel v0.5.15
5342026-06-02T10:11:12.406Z Downloaded cc v1.2.58
5352026-06-02T10:11:12.407Z Downloaded thiserror-impl v1.0.69
5362026-06-02T10:11:12.409Z Downloaded thiserror v2.0.18
5372026-06-02T10:11:12.412Z Downloaded slog-async v2.8.0
5382026-06-02T10:11:12.412Z Downloaded snafu-derive v0.8.9
5392026-06-02T10:11:12.415Z Downloaded slog-term v2.9.2
5402026-06-02T10:11:12.415Z Downloaded thiserror v1.0.69
5412026-06-02T10:11:12.418Z Downloaded semver v0.1.20
5422026-06-02T10:11:12.421Z Downloaded rand_chacha v0.3.1
5432026-06-02T10:11:12.421Z Downloaded tower-service v0.3.3
5442026-06-02T10:11:12.421Z Downloaded tower-layer v0.3.3
5452026-06-02T10:11:12.424Z Downloaded thiserror-impl v2.0.18
5462026-06-02T10:11:12.424Z Downloaded openssl-sys v0.9.112
5472026-06-02T10:11:12.427Z Downloaded hashbrown v0.12.3
5482026-06-02T10:11:12.430Z Downloaded aho-corasick v1.1.3
5492026-06-02T10:11:12.432Z Downloaded tokio-native-tls v0.3.1
5502026-06-02T10:11:12.435Z Downloaded tokio-rustls v0.25.0
5512026-06-02T10:11:12.435Z Downloaded thread_local v1.1.9
5522026-06-02T10:11:12.438Z Downloaded try-lock v0.2.5
5532026-06-02T10:11:12.438Z Downloaded proc-macro2 v1.0.106
5542026-06-02T10:11:12.438Z Downloaded tinystr v0.8.1
5552026-06-02T10:11:12.441Z Downloaded papergrid v0.17.0
5562026-06-02T10:11:12.444Z Downloaded time-macros v0.2.27
5572026-06-02T10:11:12.448Z Downloaded strum_macros v0.26.4
5582026-06-02T10:11:12.448Z Downloaded strum_macros v0.27.2
5592026-06-02T10:11:12.452Z Downloaded serde_yaml v0.9.34+deprecated
5602026-06-02T10:11:12.452Z Downloaded schemars v0.8.22
5612026-06-02T10:11:12.456Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5622026-06-02T10:11:12.459Z Downloaded universal-hash v0.5.1
5632026-06-02T10:11:12.459Z Downloaded unicode-xid v0.2.6
5642026-06-02T10:11:12.459Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5652026-06-02T10:11:12.461Z Downloaded http v1.4.0
5662026-06-02T10:11:12.464Z Downloaded signal-hook v0.3.18
5672026-06-02T10:11:12.465Z Downloaded thiserror-no-std v2.0.2
5682026-06-02T10:11:12.470Z Downloaded slog v2.8.2
5692026-06-02T10:11:12.473Z Downloaded typify-macro v0.6.1
5702026-06-02T10:11:12.473Z Downloaded term v1.2.0
5712026-06-02T10:11:12.473Z Downloaded untrusted v0.9.0
5722026-06-02T10:11:12.473Z Downloaded toml_writer v1.0.6+spec-1.1.0
5732026-06-02T10:11:12.476Z Downloaded untrusted v0.7.1
5742026-06-02T10:11:12.476Z Downloaded expectorate v1.2.0
5752026-06-02T10:11:12.476Z Downloaded toml_write v0.1.2
5762026-06-02T10:11:12.479Z Downloaded usdt-attr-macro v0.5.0
5772026-06-02T10:11:12.479Z Downloaded usdt v0.6.0
5782026-06-02T10:11:12.479Z Downloaded tempfile v3.27.0
5792026-06-02T10:11:12.482Z Downloaded typify-macro v0.4.3
5802026-06-02T10:11:12.482Z Downloaded serde_with_macros v3.20.0
5812026-06-02T10:11:12.484Z Downloaded indexmap v1.9.3
5822026-06-02T10:11:12.484Z Downloaded icu_locale_core v2.0.0
5832026-06-02T10:11:12.487Z Downloaded indexmap v2.13.0
5842026-06-02T10:11:12.490Z Downloaded serde_core v1.0.228
5852026-06-02T10:11:12.493Z Downloaded tokio-dtrace v0.1.1
5862026-06-02T10:11:12.493Z Downloaded wait-timeout v0.2.1
5872026-06-02T10:11:12.496Z Downloaded usdt-macro v0.5.0
5882026-06-02T10:11:12.496Z Downloaded version_check v0.9.5
5892026-06-02T10:11:12.496Z Downloaded utf8_iter v1.0.4
5902026-06-02T10:11:12.499Z Downloaded spin v0.9.8
5912026-06-02T10:11:12.499Z Downloaded utf8parse v0.2.2
5922026-06-02T10:11:12.499Z Downloaded usdt-macro v0.6.0
5932026-06-02T10:11:12.502Z Downloaded socket2 v0.5.10
5942026-06-02T10:11:12.502Z Downloaded smallvec v1.15.1
5952026-06-02T10:11:12.502Z Downloaded tokio-rustls v0.26.3
5962026-06-02T10:11:12.505Z Downloaded socket2 v0.6.3
5972026-06-02T10:11:12.505Z Downloaded usdt-attr-macro v0.6.0
5982026-06-02T10:11:12.508Z Downloaded time-core v0.1.8
5992026-06-02T10:11:12.508Z Downloaded prettyplease v0.2.37
6002026-06-02T10:11:12.508Z Downloaded half v2.7.1
6012026-06-02T10:11:12.511Z Downloaded proc-macro-error v1.0.4
6022026-06-02T10:11:12.514Z Downloaded poly1305 v0.8.0
6032026-06-02T10:11:12.514Z Downloaded phf v0.12.1
6042026-06-02T10:11:12.517Z Downloaded pest_generator v2.8.2
6052026-06-02T10:11:12.517Z Downloaded pem v3.0.5
6062026-06-02T10:11:12.517Z Downloaded paste v1.0.15
6072026-06-02T10:11:12.520Z Downloaded parse-display-derive v0.10.0
6082026-06-02T10:11:12.520Z Downloaded memmap v0.7.0
6092026-06-02T10:11:12.520Z Downloaded chacha20poly1305 v0.10.1
6102026-06-02T10:11:12.523Z Downloaded serde_derive v1.0.228
6112026-06-02T10:11:12.523Z Downloaded unarray v0.1.4
6122026-06-02T10:11:12.526Z Downloaded futures-util v0.3.32
6132026-06-02T10:11:12.530Z Downloaded yoke-derive v0.8.0
6142026-06-02T10:11:12.533Z Downloaded xattr v1.6.1
6152026-06-02T10:11:12.535Z Downloaded want v0.3.1
6162026-06-02T10:11:12.535Z Downloaded memchr v2.7.5
6172026-06-02T10:11:12.547Z Downloaded toml_parser v1.1.2+spec-1.1.0
6182026-06-02T10:11:12.547Z Downloaded similar v2.7.0
6192026-06-02T10:11:12.547Z Downloaded rand v0.9.2
6202026-06-02T10:11:12.551Z Downloaded textwrap v0.16.2
6212026-06-02T10:11:12.551Z Downloaded test-strategy v0.4.3
6222026-06-02T10:11:12.551Z Downloaded usdt v0.5.0
6232026-06-02T10:11:12.551Z Downloaded waitgroup v0.1.2
6242026-06-02T10:11:12.551Z Downloaded zerofrom-derive v0.1.6
6252026-06-02T10:11:12.551Z Downloaded ciborium v0.2.2
6262026-06-02T10:11:12.551Z Downloaded unicode-linebreak v0.1.5
6272026-06-02T10:11:12.551Z Downloaded serde v1.0.228
6282026-06-02T10:11:12.555Z Downloaded iri-string v0.7.8
6292026-06-02T10:11:12.560Z Downloaded snafu v0.8.9
6302026-06-02T10:11:12.564Z Downloaded zeroize_derive v1.4.3
6312026-06-02T10:11:12.564Z Downloaded mio v1.2.0
6322026-06-02T10:11:12.564Z Downloaded zone_cfg_derive v0.3.1
6332026-06-02T10:11:12.568Z Downloaded zerofrom v0.1.6
6342026-06-02T10:11:12.568Z Downloaded rustls-pki-types v1.12.0
6352026-06-02T10:11:12.568Z Downloaded darling_core v0.21.3
6362026-06-02T10:11:12.573Z Downloaded tinyvec v1.10.0
6372026-06-02T10:11:12.573Z Downloaded progenitor-client v0.11.1
6382026-06-02T10:11:12.579Z Downloaded progenitor-client v0.10.0
6392026-06-02T10:11:12.579Z Downloaded num_enum v0.5.11
6402026-06-02T10:11:12.579Z Downloaded whoami v1.6.1
6412026-06-02T10:11:12.582Z Downloaded tokio-stream v0.1.17
6422026-06-02T10:11:12.582Z Downloaded zone v0.3.1
6432026-06-02T10:11:12.582Z Downloaded schemars v0.9.0
6442026-06-02T10:11:12.587Z Downloaded toml v0.9.11+spec-1.1.0
6452026-06-02T10:11:12.590Z Downloaded writeable v0.6.1
6462026-06-02T10:11:12.593Z Downloaded toml v0.8.23
6472026-06-02T10:11:12.593Z Downloaded pest v2.8.2
6482026-06-02T10:11:12.596Z Downloaded ucd-trie v0.1.7
6492026-06-02T10:11:12.596Z Downloaded num-complex v0.4.6
6502026-06-02T10:11:12.599Z Downloaded ingot-macros v0.1.1
6512026-06-02T10:11:12.599Z Downloaded zeroize v1.8.1
6522026-06-02T10:11:12.599Z Downloaded rand v0.8.5
6532026-06-02T10:11:12.602Z Downloaded quinn v0.11.9
6542026-06-02T10:11:12.602Z Downloaded icu_properties_data v2.0.1
6552026-06-02T10:11:12.607Z Downloaded usdt-impl v0.5.0
6562026-06-02T10:11:12.612Z Downloaded clap_builder v4.6.0
6572026-06-02T10:11:12.615Z Downloaded icu_properties v2.0.1
6582026-06-02T10:11:12.615Z Downloaded iana-time-zone v0.1.64
6592026-06-02T10:11:12.615Z Downloaded zmij v1.0.17
6602026-06-02T10:11:12.618Z Downloaded zerovec-derive v0.11.1
6612026-06-02T10:11:12.618Z Downloaded tracing-attributes v0.1.30
6622026-06-02T10:11:12.623Z Downloaded progenitor-macro v0.10.0
6632026-06-02T10:11:12.623Z Downloaded powerfmt v0.2.0
6642026-06-02T10:11:12.623Z Downloaded tracing-core v0.1.34
6652026-06-02T10:11:12.625Z Downloaded vsss-rs v3.3.4
6662026-06-02T10:11:12.625Z Downloaded steno v0.4.1
6672026-06-02T10:11:12.632Z Downloaded lock_api v0.4.14
6682026-06-02T10:11:12.632Z Downloaded litemap v0.8.0
6692026-06-02T10:11:12.632Z Downloaded typify v0.6.1
6702026-06-02T10:11:12.632Z Downloaded clang-sys v1.8.1
6712026-06-02T10:11:12.632Z Downloaded getrandom v0.3.4
6722026-06-02T10:11:12.637Z Downloaded num-integer v0.1.46
6732026-06-02T10:11:12.637Z Downloaded jobserver v0.1.34
6742026-06-02T10:11:12.640Z Downloaded erased-serde v0.3.31
6752026-06-02T10:11:12.640Z Downloaded unicode-ident v1.0.24
6762026-06-02T10:11:12.640Z Downloaded rustls-webpki v0.103.6
6772026-06-02T10:11:12.643Z Downloaded unsafe-libyaml v0.2.11
6782026-06-02T10:11:12.643Z Downloaded usdt-impl v0.6.0
6792026-06-02T10:11:12.646Z Downloaded toml_edit v0.22.27
6802026-06-02T10:11:12.646Z Downloaded hyper v1.8.1
6812026-06-02T10:11:12.654Z Downloaded nom v7.1.3
6822026-06-02T10:11:12.659Z Downloaded vergen v8.3.2
6832026-06-02T10:11:12.660Z Downloaded toml v0.7.8
6842026-06-02T10:11:12.660Z Downloaded schemars v1.2.0
6852026-06-02T10:11:12.664Z Downloaded walkdir v2.5.0
6862026-06-02T10:11:12.668Z Downloaded typenum v1.18.0
6872026-06-02T10:11:12.668Z Downloaded libm v0.2.15
6882026-06-02T10:11:12.672Z Downloaded toml_edit v0.19.15
6892026-06-02T10:11:12.682Z Downloaded zerocopy-derive v0.7.35
6902026-06-02T10:11:12.689Z Downloaded dropshot-api-manager v0.7.2
6912026-06-02T10:11:12.692Z Downloaded blake3 v1.8.2
6922026-06-02T10:11:12.692Z Downloaded typify v0.4.3
6932026-06-02T10:11:12.695Z Downloaded itertools v0.12.1
6942026-06-02T10:11:12.698Z Downloaded iddqd v0.3.18
6952026-06-02T10:11:12.701Z Downloaded toml v1.0.6+spec-1.1.0
6962026-06-02T10:11:12.704Z Downloaded yoke v0.8.0
6972026-06-02T10:11:12.704Z Downloaded tar v0.4.45
6982026-06-02T10:11:12.707Z Downloaded qorb v0.4.1
6992026-06-02T10:11:12.710Z Downloaded hashbrown v0.16.1
7002026-06-02T10:11:12.713Z Downloaded cancel-safe-futures v0.1.5
7012026-06-02T10:11:12.713Z Downloaded reqwest v0.13.2
7022026-06-02T10:11:12.716Z Downloaded zerotrie v0.2.2
7032026-06-02T10:11:12.719Z Downloaded chrono v0.4.44
7042026-06-02T10:11:12.722Z Downloaded inout v0.1.4
7052026-06-02T10:11:12.725Z Downloaded group v0.13.0
7062026-06-02T10:11:12.725Z Downloaded crc32fast v1.5.0
7072026-06-02T10:11:12.725Z Downloaded aws-lc-rs v1.16.2
7082026-06-02T10:11:12.731Z Downloaded ff v0.13.1
7092026-06-02T10:11:12.734Z Downloaded bitflags v2.11.1
7102026-06-02T10:11:12.734Z Downloaded unicode-segmentation v1.12.0
7112026-06-02T10:11:12.737Z Downloaded tower v0.5.2
7122026-06-02T10:11:12.741Z Downloaded newtype-uuid-macros v0.1.0
7132026-06-02T10:11:12.744Z Downloaded ingot-types v0.1.2
7142026-06-02T10:11:12.744Z Downloaded filetime v0.2.26
7152026-06-02T10:11:12.744Z Downloaded itertools v0.14.0
7162026-06-02T10:11:12.747Z Downloaded bindgen v0.72.1
7172026-06-02T10:11:12.751Z Downloaded libscf-sys v1.2.0
7182026-06-02T10:11:12.754Z Downloaded fs_extra v1.3.0
7192026-06-02T10:11:12.754Z Downloaded find-msvc-tools v0.1.9
7202026-06-02T10:11:12.754Z Downloaded hashbrown v0.15.5
7212026-06-02T10:11:12.757Z Downloaded uuid v1.23.1
7222026-06-02T10:11:12.760Z Downloaded reqwest v0.12.23
7232026-06-02T10:11:12.763Z Downloaded tokio-util v0.7.16
7242026-06-02T10:11:12.766Z Downloaded serde_json v1.0.149
7252026-06-02T10:11:12.770Z Downloaded camino v1.2.2
7262026-06-02T10:11:12.773Z Downloaded proptest v1.8.0
7272026-06-02T10:11:12.777Z Downloaded dof v0.3.0
7282026-06-02T10:11:12.779Z Downloaded cipher v0.4.4
7292026-06-02T10:11:12.779Z Downloaded tracing v0.1.41
7302026-06-02T10:11:12.782Z Downloaded bytecount v0.6.9
7312026-06-02T10:11:12.782Z Downloaded tower-http v0.6.8
7322026-06-02T10:11:12.786Z Downloaded url v2.5.7
7332026-06-02T10:11:12.789Z Downloaded dtrace-parser v0.3.0
7342026-06-02T10:11:12.789Z Downloaded h2 v0.4.12
7352026-06-02T10:11:12.793Z Downloaded const_format_proc_macros v0.2.34
7362026-06-02T10:11:12.796Z Downloaded camino-tempfile v1.4.1
7372026-06-02T10:11:12.796Z Downloaded bcs v0.1.6
7382026-06-02T10:11:12.798Z Downloaded clap_derive v4.6.0
7392026-06-02T10:11:12.799Z Downloaded dropshot-api-manager-types v0.7.2
7402026-06-02T10:11:12.801Z Downloaded crucible-workspace-hack v0.1.0
7412026-06-02T10:11:12.801Z Downloaded hash32 v0.3.1
7422026-06-02T10:11:12.801Z Downloaded float-ord v0.3.2
7432026-06-02T10:11:12.801Z Downloaded equivalent v1.0.2
7442026-06-02T10:11:12.801Z Downloaded crc8 v0.1.1
7452026-06-02T10:11:12.801Z Downloaded cexpr v0.6.0
7462026-06-02T10:11:12.809Z Downloaded foreign-types-shared v0.1.1
7472026-06-02T10:11:12.809Z Downloaded daft v0.1.5
7482026-06-02T10:11:12.809Z Downloaded csv-core v0.1.12
7492026-06-02T10:11:12.813Z Downloaded anstyle-query v1.1.4
7502026-06-02T10:11:12.813Z Downloaded futures-io v0.3.32
7512026-06-02T10:11:12.813Z Downloaded fixedbitset v0.4.2
7522026-06-02T10:11:12.813Z Downloaded fastrand v2.3.0
7532026-06-02T10:11:12.813Z Downloaded bs58 v0.5.1
7542026-06-02T10:11:12.813Z Downloaded async-trait v0.1.89
7552026-06-02T10:11:12.813Z Downloaded generic-array v0.14.7
7562026-06-02T10:11:12.813Z Downloaded futures-macro v0.3.32
7572026-06-02T10:11:12.816Z Downloaded foreign-types v0.3.2
7582026-06-02T10:11:12.816Z Downloaded cstr-argument v0.1.2
7592026-06-02T10:11:12.816Z Downloaded async-stream-impl v0.3.6
7602026-06-02T10:11:12.816Z Downloaded fixedbitset v0.5.7
7612026-06-02T10:11:12.816Z Downloaded either v1.15.0
7622026-06-02T10:11:12.816Z Downloaded atomic-waker v1.1.2
7632026-06-02T10:11:12.816Z Downloaded convert_case v0.4.0
7642026-06-02T10:11:12.819Z Downloaded compression-core v0.4.32
7652026-06-02T10:11:12.819Z Downloaded cfg-if v1.0.3
7662026-06-02T10:11:12.819Z Downloaded fs-err v3.1.2
7672026-06-02T10:11:12.820Z Downloaded foreign-types-shared v0.3.1
7682026-06-02T10:11:12.859Z Downloaded curve25519-dalek-derive v0.1.1
7692026-06-02T10:11:12.859Z Downloaded arrayref v0.3.9
7702026-06-02T10:11:12.860Z Downloaded dyn-clone v1.0.20
7712026-06-02T10:11:12.860Z Downloaded cpufeatures v0.2.17
7722026-06-02T10:11:12.860Z Downloaded embedded-io v0.4.0
7732026-06-02T10:11:12.860Z Downloaded foldhash v0.2.0
7742026-06-02T10:11:12.860Z Downloaded foldhash v0.1.5
7752026-06-02T10:11:12.860Z Downloaded errno v0.3.14
7762026-06-02T10:11:12.860Z Downloaded crypto-common v0.1.6
7772026-06-02T10:11:12.860Z Downloaded block-buffer v0.10.4
7782026-06-02T10:11:12.860Z Downloaded defmt v0.3.100
7792026-06-02T10:11:12.860Z Downloaded base64 v0.22.1
7802026-06-02T10:11:12.860Z Downloaded deranged v0.5.3
7812026-06-02T10:11:12.860Z Downloaded zerocopy-derive v0.8.27
7822026-06-02T10:11:12.860Z Downloaded quinn-proto v0.11.14
7832026-06-02T10:11:12.860Z Downloaded zerocopy v0.7.35
7842026-06-02T10:11:12.860Z Downloaded tabled v0.15.0
7852026-06-02T10:11:12.865Z Downloaded idna v1.1.0
7862026-06-02T10:11:12.865Z Downloaded hkdf v0.12.4
7872026-06-02T10:11:12.865Z Downloaded curve25519-dalek v4.1.3
7882026-06-02T10:11:12.868Z Downloaded ciborium-io v0.2.2
7892026-06-02T10:11:12.868Z Downloaded defmt-macros v1.0.1
7902026-06-02T10:11:12.868Z Downloaded allocator-api2 v0.2.21
7912026-06-02T10:11:12.868Z Downloaded winnow v0.7.14
7922026-06-02T10:11:12.873Z Downloaded regex v1.12.3
7932026-06-02T10:11:12.876Z Downloaded tabled v0.20.0
7942026-06-02T10:11:12.886Z Downloaded winnow v1.0.3
7952026-06-02T10:11:12.891Z Downloaded bstr v1.12.0
7962026-06-02T10:11:12.897Z Downloaded typed-path v0.9.3
7972026-06-02T10:11:12.900Z Downloaded goblin v0.8.2
7982026-06-02T10:11:12.903Z Downloaded vcpkg v0.2.15
7992026-06-02T10:11:12.925Z Downloaded unicode-normalization v0.1.24
8002026-06-02T10:11:12.927Z Downloaded unicode-width v0.1.14
8012026-06-02T10:11:12.930Z Downloaded syn v2.0.117
8022026-06-02T10:11:12.937Z Downloaded unicode-width v0.2.1
8032026-06-02T10:11:12.940Z Downloaded git2 v0.19.0
8042026-06-02T10:11:12.945Z Downloaded smoltcp v0.11.0
8052026-06-02T10:11:12.951Z Downloaded tough v0.20.0
8062026-06-02T10:11:12.956Z Downloaded portable-atomic v1.11.1
8072026-06-02T10:11:12.960Z Downloaded rayon v1.11.0
8082026-06-02T10:11:12.965Z Downloaded anstream v1.0.0
8092026-06-02T10:11:12.968Z Downloaded data-encoding v2.9.0
8102026-06-02T10:11:12.968Z Downloaded atomicwrites v0.4.4
8112026-06-02T10:11:12.968Z Downloaded async-stream v0.3.6
8122026-06-02T10:11:12.971Z Downloaded goblin v0.10.1
8132026-06-02T10:11:12.974Z Downloaded zerovec v0.11.4
8142026-06-02T10:11:13.002Z Downloaded typify-impl v0.4.3
8152026-06-02T10:11:13.010Z Downloaded typify-impl v0.6.1
8162026-06-02T10:11:13.019Z Downloaded serde_with v3.20.0
8172026-06-02T10:11:13.026Z Downloaded rustls-webpki v0.102.8
8182026-06-02T10:11:13.042Z Downloaded winnow v0.5.40
8192026-06-02T10:11:13.046Z Downloaded moka v0.12.11
8202026-06-02T10:11:13.075Z Downloaded chrono-tz v0.10.4
8212026-06-02T10:11:13.095Z Downloaded csv v1.3.1
8222026-06-02T10:11:13.107Z Downloaded sha3 v0.10.8
8232026-06-02T10:11:13.115Z Downloaded time v0.3.47
8242026-06-02T10:11:13.123Z Downloaded openssl v0.10.76
8252026-06-02T10:11:13.127Z Downloaded syn v1.0.109
8262026-06-02T10:11:13.154Z Downloaded dropshot v0.16.7
8272026-06-02T10:11:13.200Z Downloaded zerocopy v0.8.27
8282026-06-02T10:11:13.213Z Downloaded webpki-roots v1.0.2
8292026-06-02T10:11:13.216Z Downloaded hickory-proto v0.24.4
8302026-06-02T10:11:13.225Z Downloaded nix v0.31.3
8312026-06-02T10:11:13.231Z Downloaded dropshot v0.17.0
8322026-06-02T10:11:13.244Z Downloaded nix v0.30.1
8332026-06-02T10:11:13.251Z Downloaded rustls v0.22.4
8342026-06-02T10:11:13.259Z Downloaded regex-syntax v0.8.6
8352026-06-02T10:11:13.263Z Downloaded curl-sys v0.4.83+curl-8.15.0
8362026-06-02T10:11:13.300Z Downloaded rustix v0.38.44
8372026-06-02T10:11:13.313Z Downloaded rustls v0.23.32
8382026-06-02T10:11:13.319Z Downloaded regress v0.10.5
8392026-06-02T10:11:13.327Z Downloaded hickory-proto v0.25.2
8402026-06-02T10:11:13.334Z Downloaded openapiv3 v2.2.0
8412026-06-02T10:11:13.341Z Downloaded rustix v1.1.4
8422026-06-02T10:11:13.474Z Downloaded regex-automata v0.4.13
8432026-06-02T10:11:13.503Z Downloaded jiff v0.2.15
8442026-06-02T10:11:13.514Z Downloaded petgraph v0.6.5
8452026-06-02T10:11:13.555Z Downloaded petgraph v0.8.2
8462026-06-02T10:11:13.569Z Downloaded libc v0.2.186
8472026-06-02T10:11:13.597Z Downloaded libz-sys v1.1.22
8482026-06-02T10:11:13.621Z Downloaded tokio v1.52.3
8492026-06-02T10:11:13.710Z Downloaded encoding_rs v0.8.35
8502026-06-02T10:11:13.742Z Downloaded ring v0.17.14
8512026-06-02T10:11:13.770Z Downloaded libgit2-sys v0.17.0+1.8.1
8522026-06-02T10:11:13.894Z Downloaded aws-lc-sys v0.39.1
8532026-06-02T10:11:14.220Z Compiling proc-macro2 v1.0.106
8542026-06-02T10:11:14.220Z Compiling quote v1.0.45
8552026-06-02T10:11:14.220Z Compiling unicode-ident v1.0.24
8562026-06-02T10:11:14.224Z Compiling serde_core v1.0.228
8572026-06-02T10:11:14.224Z Compiling serde v1.0.228
8582026-06-02T10:11:14.224Z Compiling libc v0.2.186
8592026-06-02T10:11:14.224Z Checking cfg-if v1.0.3
8602026-06-02T10:11:14.544Z Compiling zmij v1.0.17
8612026-06-02T10:11:14.567Z Compiling autocfg v1.5.0
8622026-06-02T10:11:14.887Z Compiling memchr v2.7.5
8632026-06-02T10:11:15.427Z Compiling libm v0.2.15
8642026-06-02T10:11:15.433Z Compiling getrandom v0.4.2
8652026-06-02T10:11:15.805Z Checking smallvec v1.15.1
8662026-06-02T10:11:15.879Z Checking itoa v1.0.15
8672026-06-02T10:11:15.893Z Compiling version_check v0.9.5
8682026-06-02T10:11:15.908Z Compiling thiserror v2.0.18
8692026-06-02T10:11:15.936Z Compiling shlex v1.3.0
8702026-06-02T10:11:15.981Z Compiling jobserver v0.1.34
8712026-06-02T10:11:15.995Z Compiling find-msvc-tools v0.1.9
8722026-06-02T10:11:16.117Z Compiling icu_normalizer_data v2.0.0
8732026-06-02T10:11:16.251Z Compiling cc v1.2.58
8742026-06-02T10:11:16.311Z Compiling icu_properties_data v2.0.1
8752026-06-02T10:11:16.376Z Compiling syn v2.0.117
8762026-06-02T10:11:16.416Z Compiling parking_lot_core v0.9.12
8772026-06-02T10:11:16.462Z Checking stable_deref_trait v1.2.0
8782026-06-02T10:11:16.477Z Compiling serde_json v1.0.149
8792026-06-02T10:11:16.563Z Compiling heck v0.5.0
8802026-06-02T10:11:16.751Z Checking writeable v0.6.1
8812026-06-02T10:11:16.770Z Checking litemap v0.8.0
8822026-06-02T10:11:16.929Z Compiling num-traits v0.2.19
8832026-06-02T10:11:16.960Z Checking percent-encoding v2.3.2
8842026-06-02T10:11:17.126Z Checking form_urlencoded v1.2.2
8852026-06-02T10:11:17.289Z Checking utf8_iter v1.0.4
8862026-06-02T10:11:17.315Z Compiling zerocopy v0.8.27
8872026-06-02T10:11:17.373Z Checking pin-project-lite v0.2.16
8882026-06-02T10:11:17.410Z Checking iana-time-zone v0.1.64
8892026-06-02T10:11:17.462Z Compiling rustversion v1.0.22
8902026-06-02T10:11:17.517Z Compiling log v0.4.29
8912026-06-02T10:11:17.558Z Compiling semver v1.0.27
8922026-06-02T10:11:17.591Z Checking socket2 v0.6.3
8932026-06-02T10:11:17.699Z Compiling allocator-api2 v0.2.21
8942026-06-02T10:11:17.758Z Compiling foldhash v0.2.0
8952026-06-02T10:11:17.848Z Compiling equivalent v1.0.2
8962026-06-02T10:11:17.869Z Checking uuid v1.23.1
8972026-06-02T10:11:17.931Z Checking scopeguard v1.2.0
8982026-06-02T10:11:18.029Z Compiling hashbrown v0.16.1
8992026-06-02T10:11:18.043Z Checking lock_api v0.4.14
9002026-06-02T10:11:18.166Z Checking signal-hook-registry v1.4.6
9012026-06-02T10:11:18.182Z Checking bitflags v2.11.1
9022026-06-02T10:11:18.230Z Checking getrandom v0.2.16
9032026-06-02T10:11:18.249Z Checking mio v1.2.0
9042026-06-02T10:11:18.315Z Compiling schemars v0.8.22
9052026-06-02T10:11:18.317Z Checking parking_lot v0.12.5
9062026-06-02T10:11:18.378Z Checking dyn-clone v1.0.20
9072026-06-02T10:11:18.384Z Compiling portable-atomic v1.11.1
9082026-06-02T10:11:18.527Z Checking critical-section v1.2.0
9092026-06-02T10:11:18.575Z Checking futures-core v0.3.32
9102026-06-02T10:11:18.666Z Compiling ring v0.17.14
9112026-06-02T10:11:18.710Z Compiling typenum v1.18.0
9122026-06-02T10:11:18.852Z Compiling indexmap v2.13.0
9132026-06-02T10:11:18.977Z Compiling httparse v1.10.1
9142026-06-02T10:11:19.076Z Compiling thiserror v1.0.69
9152026-06-02T10:11:19.260Z Compiling synstructure v0.13.2
9162026-06-02T10:11:19.317Z Compiling serde_derive_internals v0.29.1
9172026-06-02T10:11:19.379Z Checking once_cell v1.21.3
9182026-06-02T10:11:19.593Z Compiling regex-syntax v0.8.6
9192026-06-02T10:11:19.606Z Checking futures-sink v0.3.32
9202026-06-02T10:11:19.752Z Checking slab v0.4.11
9212026-06-02T10:11:19.908Z Compiling rustix v1.1.4
9222026-06-02T10:11:19.986Z Compiling aho-corasick v1.1.3
9232026-06-02T10:11:20.020Z Checking subtle v2.6.1
9242026-06-02T10:11:20.036Z Compiling ucd-trie v0.1.7
9252026-06-02T10:11:20.059Z Checking futures-channel v0.3.32
9262026-06-02T10:11:20.243Z Checking rand_core v0.6.4
9272026-06-02T10:11:20.258Z Compiling anyhow v1.0.102
9282026-06-02T10:11:20.404Z Checking futures-task v0.3.32
9292026-06-02T10:11:20.425Z Compiling serde_derive v1.0.228
9302026-06-02T10:11:20.527Z Compiling zerofrom-derive v0.1.6
9312026-06-02T10:11:20.557Z Compiling yoke-derive v0.8.0
9322026-06-02T10:11:20.608Z Compiling zerovec-derive v0.11.1
9332026-06-02T10:11:20.743Z Compiling displaydoc v0.2.5
9342026-06-02T10:11:21.445Z Compiling thiserror-impl v2.0.18
9352026-06-02T10:11:21.459Z Compiling schemars_derive v0.8.22
9362026-06-02T10:11:21.576Z Compiling tokio-macros v2.7.0
9372026-06-02T10:11:21.645Z Compiling zerocopy-derive v0.8.27
9382026-06-02T10:11:21.676Z Compiling futures-macro v0.3.32
9392026-06-02T10:11:21.723Z Checking zerofrom v0.1.6
9402026-06-02T10:11:21.839Z Checking yoke v0.8.0
9412026-06-02T10:11:22.009Z Checking zerovec v0.11.4
9422026-06-02T10:11:22.282Z Checking zerotrie v0.2.2
9432026-06-02T10:11:22.470Z Compiling zeroize_derive v1.4.3
9442026-06-02T10:11:22.519Z Compiling thiserror-impl v1.0.69
9452026-06-02T10:11:22.613Z Compiling regex-automata v0.4.13
9462026-06-02T10:11:22.709Z Checking tinystr v0.8.1
9472026-06-02T10:11:22.727Z Checking potential_utf v0.1.3
9482026-06-02T10:11:22.852Z Checking icu_collections v2.0.0
9492026-06-02T10:11:22.882Z Checking icu_locale_core v2.0.0
9502026-06-02T10:11:23.138Z Checking zeroize v1.8.1
9512026-06-02T10:11:23.284Z Compiling pest v2.8.2
9522026-06-02T10:11:23.321Z Checking icu_provider v2.0.0
9532026-06-02T10:11:23.460Z Checking bytes v1.11.1
9542026-06-02T10:11:23.553Z Checking icu_normalizer v2.0.0
9552026-06-02T10:11:23.608Z Checking icu_properties v2.0.1
9562026-06-02T10:11:23.655Z Checking chrono v0.4.44
9572026-06-02T10:11:23.888Z Compiling serde_tokenstream v0.2.3
9582026-06-02T10:11:24.163Z Checking tokio v1.52.3
9592026-06-02T10:11:24.411Z Checking idna_adapter v1.2.1
9602026-06-02T10:11:24.414Z Compiling regex v1.12.3
9612026-06-02T10:11:24.480Z Compiling pest_meta v2.8.2
9622026-06-02T10:11:24.531Z Checking idna v1.1.0
9632026-06-02T10:11:24.699Z Checking futures-io v0.3.32
9642026-06-02T10:11:24.764Z Checking url v2.5.7
9652026-06-02T10:11:24.807Z Compiling getrandom v0.3.4
9662026-06-02T10:11:24.810Z Checking futures-util v0.3.32
9672026-06-02T10:11:25.130Z Compiling pest_generator v2.8.2
9682026-06-02T10:11:25.180Z Compiling tracing-attributes v0.1.30
9692026-06-02T10:11:25.463Z Checking tracing-core v0.1.34
9702026-06-02T10:11:25.790Z Compiling pkg-config v0.3.32
9712026-06-02T10:11:25.803Z Compiling generic-array v0.14.7
9722026-06-02T10:11:25.823Z Compiling pest_derive v2.8.2
9732026-06-02T10:11:26.002Z Checking fnv v1.0.7
9742026-06-02T10:11:26.095Z Checking http v1.4.0
9752026-06-02T10:11:26.295Z Compiling vcpkg v0.2.15
9762026-06-02T10:11:26.440Z Checking tracing v0.1.41
9772026-06-02T10:11:26.555Z Compiling byteorder v1.5.0
9782026-06-02T10:11:26.616Z Compiling num-conv v0.2.1
9792026-06-02T10:11:26.664Z Compiling time-core v0.1.8
9802026-06-02T10:11:26.779Z Compiling regress v0.10.5
9812026-06-02T10:11:26.815Z Compiling time-macros v0.2.27
9822026-06-02T10:11:26.891Z Checking errno v0.3.14
9832026-06-02T10:11:26.994Z Checking ipnet v2.11.0
9842026-06-02T10:11:27.175Z Checking base64 v0.22.1
9852026-06-02T10:11:27.189Z Checking crypto-common v0.1.6
9862026-06-02T10:11:27.217Z Compiling scroll_derive v0.13.1
9872026-06-02T10:11:27.305Z Compiling camino v1.2.2
9882026-06-02T10:11:27.384Z Checking tokio-util v0.7.16
9892026-06-02T10:11:27.675Z Checking http-body v1.0.1
9902026-06-02T10:11:27.805Z Checking atomic-waker v1.1.2
9912026-06-02T10:11:27.820Z Compiling crossbeam-utils v0.8.21
9922026-06-02T10:11:27.863Z Checking ppv-lite86 v0.2.21
9932026-06-02T10:11:28.031Z Compiling slog v2.8.2
9942026-06-02T10:11:28.136Z Checking tower-service v0.3.3
9952026-06-02T10:11:28.159Z Checking tower-layer v0.3.3
9962026-06-02T10:11:28.203Z Compiling paste v1.0.15
9972026-06-02T10:11:28.222Z Checking try-lock v0.2.5
9982026-06-02T10:11:28.282Z Checking h2 v0.4.12
9992026-06-02T10:11:28.300Z Checking ipnetwork v0.21.1
10002026-06-02T10:11:28.316Z Checking want v0.3.1
10012026-06-02T10:11:28.420Z Checking erased-serde v0.3.31
10022026-06-02T10:11:28.435Z Checking rustls-pki-types v1.12.0
10032026-06-02T10:11:28.499Z Checking pin-utils v0.1.0
10042026-06-02T10:11:28.533Z Compiling strsim v0.11.1
10052026-06-02T10:11:28.568Z Checking ryu v1.0.20
10062026-06-02T10:11:28.589Z Checking httpdate v1.0.3
10072026-06-02T10:11:28.639Z Checking pretty-hex v0.4.1
10082026-06-02T10:11:28.703Z Compiling async-trait v0.1.89
10092026-06-02T10:11:28.730Z Checking socket2 v0.5.10
10102026-06-02T10:11:28.826Z Checking untrusted v0.9.0
10112026-06-02T10:11:28.960Z Compiling scroll v0.13.0
10122026-06-02T10:11:29.048Z Checking plain v0.2.3
10132026-06-02T10:11:29.202Z Compiling usdt-impl v0.6.0
10142026-06-02T10:11:29.217Z Compiling ident_case v1.0.1
10152026-06-02T10:11:29.259Z Compiling goblin v0.10.1
10162026-06-02T10:11:29.330Z Checking http-body-util v0.1.3
10172026-06-02T10:11:29.333Z Checking block-buffer v0.10.4
10182026-06-02T10:11:29.358Z Compiling openssl-sys v0.9.112
10192026-06-02T10:11:29.541Z Compiling slog-async v2.8.0
10202026-06-02T10:11:29.612Z Checking rand_core v0.9.3
10212026-06-02T10:11:29.690Z Checking digest v0.10.7
10222026-06-02T10:11:29.777Z Checking serde_urlencoded v0.7.1
10232026-06-02T10:11:29.875Z Checking oxnet v0.1.4
10242026-06-02T10:11:29.888Z Compiling dtrace-parser v0.3.0
10252026-06-02T10:11:29.919Z Compiling openapiv3 v2.2.0
10262026-06-02T10:11:29.975Z Compiling thread-id v5.0.0
10272026-06-02T10:11:30.059Z Compiling typify-impl v0.4.3
10282026-06-02T10:11:30.139Z Compiling cmake v0.1.54
10292026-06-02T10:11:30.146Z Checking hyper v1.8.1
10302026-06-02T10:11:30.449Z Compiling dunce v1.0.5
10312026-06-02T10:11:30.513Z Compiling fs_extra v1.3.0
10322026-06-02T10:11:30.567Z Compiling omicron-workspace-hack v0.1.0
10332026-06-02T10:11:30.770Z Compiling aws-lc-sys v0.39.1
10342026-06-02T10:11:30.805Z Checking rand_chacha v0.9.0
10352026-06-02T10:11:30.818Z Compiling daft-derive v0.1.5
10362026-06-02T10:11:30.994Z Checking powerfmt v0.2.0
10372026-06-02T10:11:31.054Z Checking hyper-util v0.1.20
10382026-06-02T10:11:31.146Z Checking deranged v0.5.3
10392026-06-02T10:11:31.346Z Checking rand v0.9.2
10402026-06-02T10:11:31.526Z Checking num_threads v0.1.7
10412026-06-02T10:11:31.553Z Checking cpufeatures v0.2.17
10422026-06-02T10:11:31.616Z Compiling unsafe-libyaml v0.2.11
10432026-06-02T10:11:31.871Z Compiling rustls v0.22.4
10442026-06-02T10:11:31.947Z Compiling syn v1.0.109
10452026-06-02T10:11:32.078Z Compiling dof v0.4.0
10462026-06-02T10:11:32.135Z Compiling serde_yaml v0.9.34+deprecated
10472026-06-02T10:11:32.164Z Checking time v0.3.47
10482026-06-02T10:11:32.303Z Checking sync_wrapper v1.0.2
10492026-06-02T10:11:33.013Z Checking encoding_rs v0.8.35
10502026-06-02T10:11:33.056Z Compiling aws-lc-rs v1.16.2
10512026-06-02T10:11:33.289Z Checking mime v0.3.17
10522026-06-02T10:11:33.319Z Compiling usdt-attr-macro v0.6.0
10532026-06-02T10:11:33.353Z Compiling usdt-macro v0.6.0
10542026-06-02T10:11:33.457Z Checking tower v0.5.2
10552026-06-02T10:11:33.476Z Compiling typify-macro v0.4.3
10562026-06-02T10:11:33.833Z Checking crossbeam-channel v0.5.15
10572026-06-02T10:11:33.941Z Checking futures-executor v0.3.32
10582026-06-02T10:11:34.084Z Compiling structmeta-derive v0.3.0
10592026-06-02T10:11:34.119Z Compiling multer v3.1.0
10602026-06-02T10:11:34.137Z Checking iri-string v0.7.8
10612026-06-02T10:11:34.141Z Checking futures v0.3.32
10622026-06-02T10:11:34.226Z Compiling async-stream-impl v0.3.6
10632026-06-02T10:11:34.385Z Checking thread_local v1.1.9
10642026-06-02T10:11:34.400Z Checking unicode-width v0.2.1
10652026-06-02T10:11:34.541Z Checking foreign-types-shared v0.1.1
10662026-06-02T10:11:34.624Z Checking hex v0.4.3
10672026-06-02T10:11:34.643Z Compiling openssl v0.10.76
10682026-06-02T10:11:34.729Z Checking untrusted v0.7.1
10692026-06-02T10:11:34.832Z Checking fastrand v2.3.0
10702026-06-02T10:11:34.835Z Checking foreign-types v0.3.2
10712026-06-02T10:11:34.932Z Compiling strum_macros v0.26.4
10722026-06-02T10:11:34.973Z Compiling typify v0.4.3
10732026-06-02T10:11:35.006Z Checking tempfile v3.27.0
10742026-06-02T10:11:35.062Z Compiling openssl-macros v0.1.1
10752026-06-02T10:11:35.090Z Compiling structmeta v0.3.0
10762026-06-02T10:11:35.144Z Checking tower-http v0.6.8
10772026-06-02T10:11:35.194Z Checking is-terminal v0.4.16
10782026-06-02T10:11:35.280Z Checking memmap2 v0.9.8
10792026-06-02T10:11:35.294Z Checking winnow v0.7.14
10802026-06-02T10:11:35.402Z Checking openssl-probe v0.1.6
10812026-06-02T10:11:35.439Z Compiling native-tls v0.2.14
10822026-06-02T10:11:35.509Z Checking take_mut v0.2.2
10832026-06-02T10:11:35.608Z Checking match_cfg v0.1.0
10842026-06-02T10:11:35.661Z Compiling rustls v0.23.32
10852026-06-02T10:11:35.721Z Checking term v1.2.0
10862026-06-02T10:11:35.883Z Checking hostname v0.3.1
10872026-06-02T10:11:35.939Z Checking slog-term v2.9.2
10882026-06-02T10:11:36.463Z Checking slog-json v2.6.1
10892026-06-02T10:11:36.493Z Compiling newtype-uuid-macros v0.1.0
10902026-06-02T10:11:36.569Z Compiling ref-cast v1.0.25
10912026-06-02T10:11:36.607Z Checking slog-bunyan v2.5.0
10922026-06-02T10:11:36.718Z Compiling darling_core v0.23.0
10932026-06-02T10:11:36.811Z Compiling ref-cast-impl v1.0.25
10942026-06-02T10:11:36.927Z Compiling dropshot v0.16.7
10952026-06-02T10:11:37.247Z Compiling derive-ex v0.1.8
10962026-06-02T10:11:37.278Z Checking webpki-roots v1.0.2
10972026-06-02T10:11:37.394Z Compiling dropshot_endpoint v0.16.7
10982026-06-02T10:11:37.407Z Compiling strum_macros v0.27.2
10992026-06-02T10:11:38.200Z Checking tokio-native-tls v0.3.1
11002026-06-02T10:11:38.417Z Checking hyper-tls v0.6.0
11012026-06-02T10:11:38.451Z Compiling progenitor-impl v0.11.1
11022026-06-02T10:11:38.652Z Checking newtype-uuid v1.3.2
11032026-06-02T10:11:38.778Z Compiling test-strategy v0.4.3
11042026-06-02T10:11:38.781Z Compiling darling_macro v0.23.0
11052026-06-02T10:11:38.829Z Checking either v1.15.0
11062026-06-02T10:11:38.969Z Checking winnow v1.0.3
11072026-06-02T10:11:39.066Z Checking usdt v0.6.0
11082026-06-02T10:11:39.167Z Checking daft v0.1.5
11092026-06-02T10:11:39.211Z Checking rustls-webpki v0.102.8
11102026-06-02T10:11:39.249Z Checking toml_parser v1.1.2+spec-1.1.0
11112026-06-02T10:11:39.336Z Compiling darling v0.23.0
11122026-06-02T10:11:39.350Z Checking serde_spanned v1.0.4
11132026-06-02T10:11:39.387Z Checking toml_writer v1.0.6+spec-1.1.0
11142026-06-02T10:11:39.415Z Compiling serde_with_macros v3.20.0
11152026-06-02T10:11:39.473Z Checking debug-ignore v1.0.5
11162026-06-02T10:11:39.585Z Checking spin v0.9.8
11172026-06-02T10:11:39.825Z Compiling parse-display-derive v0.10.0
11182026-06-02T10:11:39.906Z Checking async-stream v0.3.6
11192026-06-02T10:11:40.032Z Checking sha1 v0.10.6
11202026-06-02T10:11:40.176Z Checking rustls-pemfile v2.2.0
11212026-06-02T10:11:40.190Z Checking waitgroup v0.1.2
11222026-06-02T10:11:40.289Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11232026-06-02T10:11:40.316Z Checking serde_path_to_error v0.1.20
11242026-06-02T10:11:40.505Z Checking hostname v0.4.2
11252026-06-02T10:11:40.565Z Compiling progenitor-macro v0.11.1
11262026-06-02T10:11:40.622Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11272026-06-02T10:11:40.787Z Checking strum v0.26.3
11282026-06-02T10:11:40.893Z Checking rand_chacha v0.3.1
11292026-06-02T10:11:40.940Z Compiling toml_datetime v0.6.11
11302026-06-02T10:11:40.970Z Checking macaddr v1.0.1
11312026-06-02T10:11:41.086Z Checking toml_datetime v0.7.5+spec-1.1.0
11322026-06-02T10:11:41.101Z Checking tokio-rustls v0.25.0
11332026-06-02T10:11:41.146Z Checking wait-timeout v0.2.1
11342026-06-02T10:11:41.179Z Checking lazy_static v1.5.0
11352026-06-02T10:11:41.268Z Checking quick-error v1.2.3
11362026-06-02T10:11:41.283Z Checking bit-vec v0.8.0
11372026-06-02T10:11:41.309Z Checking toml v0.9.11+spec-1.1.0
11382026-06-02T10:11:41.366Z Checking rusty-fork v0.3.0
11392026-06-02T10:11:41.406Z Checking rand v0.8.5
11402026-06-02T10:11:41.425Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11412026-06-02T10:11:41.473Z Checking bit-set v0.8.0
11422026-06-02T10:11:41.616Z Checking tabwriter v1.4.1
11432026-06-02T10:11:41.619Z Checking rand_xorshift v0.4.0
11442026-06-02T10:11:41.759Z Compiling clap_derive v4.6.0
11452026-06-02T10:11:41.871Z Checking unarray v0.1.4
11462026-06-02T10:11:41.874Z Checking utf8parse v0.2.2
11472026-06-02T10:11:41.908Z Checking colored v3.0.0
11482026-06-02T10:11:41.976Z Checking proptest v1.8.0
11492026-06-02T10:11:41.989Z Checking anstyle-parse v1.0.0
11502026-06-02T10:11:42.089Z Checking strum v0.27.2
11512026-06-02T10:11:42.198Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-06-02T10:11:42.233Z Checking terminal_size v0.4.3
11532026-06-02T10:11:42.611Z Checking colorchoice v1.0.4
11542026-06-02T10:11:42.684Z Checking anstyle-query v1.1.4
11552026-06-02T10:11:42.698Z Checking anstyle v1.0.14
11562026-06-02T10:11:42.714Z Checking is_terminal_polyfill v1.70.1
11572026-06-02T10:11:42.871Z Checking anstream v1.0.0
11582026-06-02T10:11:42.993Z Checking itertools v0.14.0
11592026-06-02T10:11:43.444Z Checking clap_lex v1.1.0
11602026-06-02T10:11:43.572Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-06-02T10:11:43.766Z Checking clap_builder v4.6.0
11622026-06-02T10:11:44.162Z Checking serde_with v3.20.0
11632026-06-02T10:11:44.970Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11642026-06-02T10:11:44.984Z Checking instant v0.1.13
11652026-06-02T10:11:44.987Z Checking clap v4.6.0
11662026-06-02T10:11:45.084Z Checking rustc-hash v2.1.1
11672026-06-02T10:11:45.189Z Checking iddqd v0.3.18
11682026-06-02T10:11:45.217Z Checking backoff v0.4.0
11692026-06-02T10:11:45.382Z Checking parse-display v0.10.0
11702026-06-02T10:11:45.544Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11712026-06-02T10:11:45.622Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11722026-06-02T10:11:46.821Z Compiling cfg_aliases v0.2.1
11732026-06-02T10:11:47.045Z Compiling num-derive v0.4.2
11742026-06-02T10:11:47.633Z Compiling rustls-webpki v0.103.6
11752026-06-02T10:11:48.099Z Compiling prettyplease v0.2.37
11762026-06-02T10:11:50.076Z Checking serde_spanned v0.6.9
11772026-06-02T10:11:50.259Z Compiling memoffset v0.9.1
11782026-06-02T10:11:50.997Z Compiling tokio-rustls v0.26.3
11792026-06-02T10:11:51.250Z Compiling nix v0.30.1
11802026-06-02T10:11:51.542Z Compiling hyper-rustls v0.27.7
11812026-06-02T10:11:51.819Z Compiling reqwest v0.12.23
11822026-06-02T10:11:52.755Z Checking crossbeam-epoch v0.9.18
11832026-06-02T10:11:52.942Z Compiling progenitor-client v0.11.1
11842026-06-02T10:11:53.209Z Compiling winnow v0.5.40
11852026-06-02T10:11:54.452Z Compiling toml_edit v0.19.15
11862026-06-02T10:11:54.481Z Compiling progenitor v0.11.1
11872026-06-02T10:11:55.319Z Compiling num-integer v0.1.46
11882026-06-02T10:11:55.895Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11892026-06-02T10:11:55.910Z Compiling proc-macro-crate v1.3.1
11902026-06-02T10:11:56.176Z Compiling progenitor-client v0.10.0
11912026-06-02T10:11:56.808Z Compiling hubpack_derive v0.1.1
11922026-06-02T10:11:57.065Z Compiling rayon-core v1.13.0
11932026-06-02T10:11:57.240Z Checking toml_write v0.1.2
11942026-06-02T10:11:57.299Z Checking hubpack v0.1.2
11952026-06-02T10:11:57.382Z Checking toml_edit v0.22.27
11962026-06-02T10:11:57.416Z Checking num-iter v0.1.45
11972026-06-02T10:11:57.461Z Checking num-rational v0.4.2
11982026-06-02T10:11:57.723Z Compiling darling_core v0.21.3
11992026-06-02T10:11:57.775Z Compiling zerocopy-derive v0.7.35
12002026-06-02T10:11:57.898Z Compiling num-complex v0.4.6
12012026-06-02T10:11:58.445Z Checking static_assertions v1.1.0
12022026-06-02T10:11:58.493Z Checking num v0.4.3
12032026-06-02T10:11:58.516Z Checking toml v0.8.23
12042026-06-02T10:11:58.674Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12052026-06-02T10:11:58.825Z Checking crossbeam-deque v0.8.6
12062026-06-02T10:11:58.998Z Compiling float-ord v0.3.2
12072026-06-02T10:11:59.046Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12082026-06-02T10:11:59.306Z Compiling proc-macro-error-attr v1.0.4
12092026-06-02T10:11:59.340Z Checking bytecount v0.6.9
12102026-06-02T10:11:59.444Z Compiling heapless v0.8.0
12112026-06-02T10:11:59.584Z Checking libscf-sys v1.2.0
12122026-06-02T10:11:59.711Z Checking hash32 v0.3.1
12132026-06-02T10:11:59.809Z Compiling darling_macro v0.21.3
12142026-06-02T10:11:59.835Z Compiling proc-macro-error v1.0.4
12152026-06-02T10:11:59.908Z Compiling smoltcp v0.11.0
12162026-06-02T10:12:00.063Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12172026-06-02T10:12:00.354Z Compiling darling v0.21.3
12182026-06-02T10:12:00.438Z Compiling ingot-macros v0.1.1
12192026-06-02T10:12:00.613Z Compiling zerocopy v0.7.35
12202026-06-02T10:12:00.745Z Compiling num_enum_derive v0.7.5
12212026-06-02T10:12:00.875Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12222026-06-02T10:12:00.998Z Checking cobs v0.3.0
12232026-06-02T10:12:01.107Z Compiling foreign-types-macros v0.2.3
12242026-06-02T10:12:01.141Z Compiling scroll_derive v0.12.1
12252026-06-02T10:12:01.165Z Compiling usdt-impl v0.5.0
12262026-06-02T10:12:01.420Z Checking foreign-types-shared v0.3.1
12272026-06-02T10:12:01.439Z Compiling crucible-workspace-hack v0.1.0
12282026-06-02T10:12:01.517Z Checking managed v0.8.0
12292026-06-02T10:12:01.654Z Checking bitflags v1.3.2
12302026-06-02T10:12:01.740Z Checking foreign-types v0.5.0
12312026-06-02T10:12:01.794Z Checking num_enum v0.7.5
12322026-06-02T10:12:01.814Z Checking postcard v1.1.3
12332026-06-02T10:12:01.830Z Compiling dof v0.3.0
12342026-06-02T10:12:01.844Z Checking scroll v0.12.0
12352026-06-02T10:12:02.087Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12362026-06-02T10:12:02.182Z Compiling dtrace-parser v0.2.0
12372026-06-02T10:12:02.185Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12382026-06-02T10:12:02.277Z Checking camino-tempfile v1.4.1
12392026-06-02T10:12:02.280Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-06-02T10:12:02.448Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-06-02T10:12:02.481Z Checking cstr-argument v0.1.2
12422026-06-02T10:12:02.605Z Compiling thread-id v4.2.2
12432026-06-02T10:12:02.676Z Compiling heck v0.4.1
12442026-06-02T10:12:02.689Z Compiling minimal-lexical v0.2.1
12452026-06-02T10:12:02.704Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12462026-06-02T10:12:02.856Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12472026-06-02T10:12:02.876Z Compiling nom v7.1.3
12482026-06-02T10:12:02.903Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12492026-06-02T10:12:02.929Z Checking goblin v0.8.2
12502026-06-02T10:12:03.047Z Checking rayon v1.11.0
12512026-06-02T10:12:03.151Z Checking ingot-types v0.1.2
12522026-06-02T10:12:03.348Z Compiling num_enum_derive v0.5.11
12532026-06-02T10:12:03.489Z Checking ingot v0.1.1
12542026-06-02T10:12:03.561Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-06-02T10:12:04.071Z Compiling rustc_version v0.4.1
12562026-06-02T10:12:04.155Z Compiling proc-macro-error-attr2 v2.0.0
12572026-06-02T10:12:04.339Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12582026-06-02T10:12:04.456Z Compiling convert_case v0.4.0
12592026-06-02T10:12:04.555Z Compiling rustix v0.38.44
12602026-06-02T10:12:04.603Z Checking tinyvec_macros v0.1.1
12612026-06-02T10:12:04.673Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12622026-06-02T10:12:04.751Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-06-02T10:12:04.765Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12642026-06-02T10:12:04.847Z Compiling derive_more v0.99.20
12652026-06-02T10:12:04.919Z Checking tinyvec v1.10.0
12662026-06-02T10:12:05.108Z Compiling proc-macro-error2 v2.0.1
12672026-06-02T10:12:05.147Z Checking num_enum v0.5.11
12682026-06-02T10:12:05.259Z Compiling libz-sys v1.1.22
12692026-06-02T10:12:05.376Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12702026-06-02T10:12:05.558Z Compiling crc32fast v1.5.0
12712026-06-02T10:12:05.794Z Compiling tabled_derive v0.11.0
12722026-06-02T10:12:05.874Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12732026-06-02T10:12:05.890Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12742026-06-02T10:12:06.072Z Compiling usdt-attr-macro v0.5.0
12752026-06-02T10:12:06.498Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12762026-06-02T10:12:06.762Z Compiling usdt-macro v0.5.0
12772026-06-02T10:12:06.762Z Compiling zone_cfg_derive v0.3.1
12782026-06-02T10:12:06.801Z Checking papergrid v0.17.0
12792026-06-02T10:12:06.893Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12802026-06-02T10:12:07.103Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12812026-06-02T10:12:07.118Z Checking itertools v0.12.1
12822026-06-02T10:12:07.271Z Checking testing_table v0.3.0
12832026-06-02T10:12:07.367Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12842026-06-02T10:12:07.428Z Checking memmap v0.7.0
12852026-06-02T10:12:07.443Z Checking sigpipe v0.1.3
12862026-06-02T10:12:07.523Z Checking jiff v0.2.15
12872026-06-02T10:12:07.556Z Checking adler2 v2.0.1
12882026-06-02T10:12:07.569Z Checking glob v0.3.3
12892026-06-02T10:12:07.591Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12902026-06-02T10:12:07.635Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12912026-06-02T10:12:07.660Z Checking miniz_oxide v0.8.9
12922026-06-02T10:12:07.673Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-06-02T10:12:07.787Z Checking usdt v0.5.0
12942026-06-02T10:12:07.822Z Checking tabled v0.20.0
12952026-06-02T10:12:07.946Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12962026-06-02T10:12:07.997Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12972026-06-02T10:12:08.097Z Checking zone v0.3.1
12982026-06-02T10:12:08.242Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12992026-06-02T10:12:08.329Z Checking smf v0.2.3
13002026-06-02T10:12:08.452Z Checking secrecy v0.10.3
13012026-06-02T10:12:08.468Z Checking bstr v1.12.0
13022026-06-02T10:12:08.550Z Checking whoami v1.6.1
13032026-06-02T10:12:08.569Z Checking flate2 v1.1.2
13042026-06-02T10:12:08.719Z Compiling curve25519-dalek v4.1.3
13052026-06-02T10:12:08.792Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13062026-06-02T10:12:08.830Z Compiling clang-sys v1.8.1
13072026-06-02T10:12:08.848Z Checking hmac v0.12.1
13082026-06-02T10:12:08.979Z Checking inout v0.1.4
13092026-06-02T10:12:08.994Z Compiling enum-as-inner v0.6.1
13102026-06-02T10:12:09.109Z Checking ff v0.13.1
13112026-06-02T10:12:09.191Z Compiling semver v0.1.20
13122026-06-02T10:12:09.231Z Checking data-encoding v2.9.0
13132026-06-02T10:12:09.449Z Compiling rustc_version v0.1.7
13142026-06-02T10:12:09.496Z Checking group v0.13.0
13152026-06-02T10:12:09.558Z Checking cipher v0.4.4
13162026-06-02T10:12:09.649Z Checking hkdf v0.12.4
13172026-06-02T10:12:09.684Z Checking atomicwrites v0.4.4
13182026-06-02T10:12:09.749Z Compiling nix v0.31.3
13192026-06-02T10:12:09.767Z Compiling thiserror-impl-no-std v2.0.2
13202026-06-02T10:12:09.781Z Checking universal-hash v0.5.1
13212026-06-02T10:12:09.810Z Checking crypto-bigint v0.5.5
13222026-06-02T10:12:09.902Z Checking half v2.7.1
13232026-06-02T10:12:09.925Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13242026-06-02T10:12:10.081Z Compiling curve25519-dalek-derive v0.1.1
13252026-06-02T10:12:10.129Z Checking base16ct v0.2.0
13262026-06-02T10:12:10.146Z Checking opaque-debug v0.3.1
13272026-06-02T10:12:10.185Z Checking ciborium-io v0.2.2
13282026-06-02T10:12:10.215Z Checking indent_write v2.2.0
13292026-06-02T10:12:10.246Z Checking base64ct v1.8.0
13302026-06-02T10:12:10.274Z Checking ciborium-ll v0.2.2
13312026-06-02T10:12:10.343Z Checking poly1305 v0.8.0
13322026-06-02T10:12:10.479Z Checking password-hash v0.5.0
13332026-06-02T10:12:10.517Z Checking chacha20 v0.9.1
13342026-06-02T10:12:10.606Z Compiling newtype_derive v0.1.6
13352026-06-02T10:12:10.703Z Checking similar v2.7.0
13362026-06-02T10:12:10.724Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13372026-06-02T10:12:10.834Z Checking blake2 v0.10.6
13382026-06-02T10:12:10.849Z Checking elliptic-curve v0.13.8
13392026-06-02T10:12:10.870Z Checking thiserror-no-std v2.0.2
13402026-06-02T10:12:10.958Z Compiling typify-impl v0.6.1
13412026-06-02T10:12:10.973Z Checking aead v0.5.2
13422026-06-02T10:12:11.034Z Compiling libloading v0.8.9
13432026-06-02T10:12:11.048Z Checking compression-core v0.4.32
13442026-06-02T10:12:11.091Z Checking resolv-conf v0.7.5
13452026-06-02T10:12:11.107Z Checking linked-hash-map v0.5.6
13462026-06-02T10:12:11.178Z Checking keccak v0.1.6
13472026-06-02T10:12:11.223Z Compiling bindgen v0.72.1
13482026-06-02T10:12:11.267Z Compiling owo-colors v4.3.0
13492026-06-02T10:12:11.270Z Checking lru-cache v0.1.2
13502026-06-02T10:12:11.320Z Checking sha3 v0.10.8
13512026-06-02T10:12:11.384Z Checking compression-codecs v0.4.32
13522026-06-02T10:12:11.475Z Checking vsss-rs v3.3.4
13532026-06-02T10:12:11.515Z Checking chacha20poly1305 v0.10.1
13542026-06-02T10:12:11.532Z Checking argon2 v0.5.3
13552026-06-02T10:12:11.634Z Checking ciborium v0.2.2
13562026-06-02T10:12:11.648Z Checking hickory-proto v0.24.4
13572026-06-02T10:12:11.821Z Checking tokio-dtrace v0.1.1
13582026-06-02T10:12:11.968Z Compiling cexpr v0.6.0
13592026-06-02T10:12:11.995Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13602026-06-02T10:12:12.268Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13612026-06-02T10:12:12.496Z Checking serde-big-array v0.5.1
13622026-06-02T10:12:12.519Z Compiling serde_repr v0.1.20
13632026-06-02T10:12:12.542Z Compiling derive-where v1.6.0
13642026-06-02T10:12:12.626Z Checking toml_datetime v1.1.1+spec-1.1.0
13652026-06-02T10:12:12.822Z Compiling dropshot v0.17.0
13662026-06-02T10:12:12.897Z Checking same-file v1.0.6
13672026-06-02T10:12:13.017Z Checking unicode-segmentation v1.12.0
13682026-06-02T10:12:13.054Z Checking siphasher v1.0.1
13692026-06-02T10:12:13.077Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13702026-06-02T10:12:13.139Z Checking hickory-resolver v0.24.4
13712026-06-02T10:12:13.208Z Checking phf_shared v0.12.1
13722026-06-02T10:12:13.331Z Checking newline-converter v0.3.0
13732026-06-02T10:12:13.397Z Checking walkdir v2.5.0
13742026-06-02T10:12:13.558Z Checking toml v1.0.6+spec-1.1.0
13752026-06-02T10:12:13.765Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13762026-06-02T10:12:13.807Z Checking oxide-tokio-rt v0.1.6
13772026-06-02T10:12:13.968Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13782026-06-02T10:12:14.261Z Checking async-compression v0.4.33
13792026-06-02T10:12:14.293Z Compiling progenitor-impl v0.10.0
13802026-06-02T10:12:14.316Z Compiling typify-macro v0.6.1
13812026-06-02T10:12:14.498Z Checking console v0.15.11
13822026-06-02T10:12:14.709Z Checking tokio-stream v0.1.17
13832026-06-02T10:12:14.771Z Compiling dropshot_endpoint v0.17.0
13842026-06-02T10:12:14.986Z Compiling pin-project-internal v1.1.10
13852026-06-02T10:12:15.083Z Compiling slog-dtrace v0.3.0
13862026-06-02T10:12:15.271Z Checking csv-core v0.1.12
13872026-06-02T10:12:15.313Z Checking unicode-linebreak v0.1.5
13882026-06-02T10:12:15.450Z Checking foldhash v0.1.5
13892026-06-02T10:12:15.572Z Compiling cancel-safe-futures v0.1.5
13902026-06-02T10:12:15.651Z Compiling chrono-tz v0.10.4
13912026-06-02T10:12:15.827Z Compiling unicode-xid v0.2.6
13922026-06-02T10:12:15.874Z Checking smawk v0.3.2
13932026-06-02T10:12:15.901Z Checking swrite v0.1.0
13942026-06-02T10:12:15.952Z Checking unicode-width v0.1.14
13952026-06-02T10:12:15.996Z Compiling const_format_proc_macros v0.2.34
13962026-06-02T10:12:16.009Z Checking textwrap v0.16.2
13972026-06-02T10:12:16.062Z Checking pin-project v1.1.10
13982026-06-02T10:12:16.202Z Checking hashbrown v0.15.5
13992026-06-02T10:12:16.206Z Checking csv v1.3.1
14002026-06-02T10:12:16.282Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14012026-06-02T10:12:16.410Z Compiling progenitor-macro v0.10.0
14022026-06-02T10:12:16.593Z Checking qorb v0.4.1
14032026-06-02T10:12:16.669Z Checking expectorate v1.2.0
14042026-06-02T10:12:16.791Z Checking phf v0.12.1
14052026-06-02T10:12:16.805Z Checking unicode-normalization v0.1.24
14062026-06-02T10:12:16.936Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14072026-06-02T10:12:17.435Z Checking libsw-core v0.3.2
14082026-06-02T10:12:17.559Z Compiling libgit2-sys v0.17.0+1.8.1
14092026-06-02T10:12:17.583Z Compiling snafu-derive v0.8.9
14102026-06-02T10:12:17.749Z Compiling async-recursion v1.1.1
14112026-06-02T10:12:17.992Z Compiling cookie v0.18.1
14122026-06-02T10:12:18.066Z Checking fixedbitset v0.5.7
14132026-06-02T10:12:18.169Z Checking highway v1.3.0
14142026-06-02T10:12:18.220Z Checking fixedbitset v0.4.2
14152026-06-02T10:12:18.327Z Compiling moka v0.12.11
14162026-06-02T10:12:18.376Z Checking petgraph v0.6.5
14172026-06-02T10:12:18.396Z Checking petgraph v0.8.2
14182026-06-02T10:12:18.567Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14192026-06-02T10:12:18.723Z Checking libsw v3.5.0
14202026-06-02T10:12:18.890Z Checking olpc-cjson v0.1.4
14212026-06-02T10:12:19.273Z Checking snafu v0.8.9
14222026-06-02T10:12:19.489Z Checking const_format v0.2.34
14232026-06-02T10:12:19.502Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14242026-06-02T10:12:19.813Z Checking papergrid v0.11.0
14252026-06-02T10:12:19.887Z Compiling typify v0.6.1
14262026-06-02T10:12:19.936Z Checking globset v0.4.16
14272026-06-02T10:12:19.951Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14282026-06-02T10:12:19.978Z Checking gethostname v0.5.0
14292026-06-02T10:12:20.173Z Compiling tabled_derive v0.7.0
14302026-06-02T10:12:20.177Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14312026-06-02T10:12:20.435Z Checking reqwest v0.13.2
14322026-06-02T10:12:20.550Z Checking progenitor v0.10.0
14332026-06-02T10:12:20.569Z Checking bcs v0.1.6
14342026-06-02T10:12:20.682Z Checking pem v3.0.5
14352026-06-02T10:12:20.801Z Checking serde_plain v1.0.2
14362026-06-02T10:12:20.843Z Checking crc8 v0.1.1
14372026-06-02T10:12:20.943Z Checking linear-map v1.2.0
14382026-06-02T10:12:20.957Z Checking tagptr v0.2.0
14392026-06-02T10:12:21.042Z Checking typed-path v0.9.3
14402026-06-02T10:12:21.095Z Checking termtree v0.5.1
14412026-06-02T10:12:21.110Z Checking humantime v2.3.0
14422026-06-02T10:12:21.160Z Compiling signal-hook v0.3.18
14432026-06-02T10:12:21.231Z Checking tabled v0.15.0
14442026-06-02T10:12:21.290Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-06-02T10:12:21.699Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14462026-06-02T10:12:21.806Z Checking tough v0.20.0
14472026-06-02T10:12:22.015Z Compiling progenitor-impl v0.13.0
14482026-06-02T10:12:22.361Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-06-02T10:12:22.518Z Checking steno v0.4.1
14502026-06-02T10:12:22.742Z Checking hickory-proto v0.25.2
14512026-06-02T10:12:23.384Z Compiling curl-sys v0.4.83+curl-8.15.0
14522026-06-02T10:12:23.509Z Compiling cargo-platform v0.1.9
14532026-06-02T10:12:23.742Z Compiling vergen v8.3.2
14542026-06-02T10:12:23.745Z Compiling fs-err v3.1.2
14552026-06-02T10:12:23.801Z Compiling cargo_metadata v0.18.1
14562026-06-02T10:12:24.072Z Checking progenitor-client v0.13.0
14572026-06-02T10:12:24.086Z Compiling progenitor-macro v0.13.0
14582026-06-02T10:12:24.185Z Checking dropshot-api-manager-types v0.7.2
14592026-06-02T10:12:24.284Z Checking sha2 v0.10.9
14602026-06-02T10:12:24.318Z Checking hickory-resolver v0.25.2
14612026-06-02T10:12:24.351Z Compiling blake3 v1.8.2
14622026-06-02T10:12:24.927Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14632026-06-02T10:12:25.017Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14642026-06-02T10:12:25.178Z Checking git-stub v1.0.0
14652026-06-02T10:12:25.212Z Checking filetime v0.2.26
14662026-06-02T10:12:25.327Z Checking arrayvec v0.7.6
14672026-06-02T10:12:25.347Z Checking xattr v1.6.1
14682026-06-02T10:12:25.504Z Compiling curl v0.4.49
14692026-06-02T10:12:25.518Z Checking arrayref v0.3.9
14702026-06-02T10:12:25.594Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14712026-06-02T10:12:25.759Z Checking constant_time_eq v0.3.1
14722026-06-02T10:12:25.818Z Checking is_ci v1.2.0
14732026-06-02T10:12:25.918Z Checking supports-color v3.0.2
14742026-06-02T10:12:26.086Z Checking tar v0.4.45
14752026-06-02T10:12:26.131Z Checking git-stub-vcs v0.1.0
14762026-06-02T10:12:26.410Z Checking drift v0.2.0
14772026-06-02T10:12:26.447Z Checking kstat-rs v0.2.4
14782026-06-02T10:12:26.480Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14792026-06-02T10:12:26.630Z Checking topological-sort v0.2.2
14802026-06-02T10:12:26.713Z Checking dropshot-api-manager v0.7.2
14812026-06-02T10:12:26.801Z Checking toml v0.7.8
14822026-06-02T10:12:27.099Z Checking omicron-zone-package v0.12.2
14832026-06-02T10:12:27.900Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-06-02T10:12:27.944Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-06-02T10:12:28.230Z Checking progenitor v0.13.0
14862026-06-02T10:12:28.358Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14872026-06-02T10:12:28.430Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-02T10:12:28.446Z Checking signal-hook-tokio v0.3.1
14892026-06-02T10:12:28.564Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14902026-06-02T10:12:28.836Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-06-02T10:12:28.986Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-06-02T10:12:29.069Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-06-02T10:12:29.202Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14942026-06-02T10:12:29.256Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14952026-06-02T10:12:29.328Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-06-02T10:12:29.543Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-06-02T10:12:29.720Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14982026-06-02T10:12:29.751Z Checking display-error-chain v0.2.2
14992026-06-02T10:12:29.778Z Checking internet-checksum v0.2.1
15002026-06-02T10:12:29.794Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-06-02T10:12:29.797Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-06-02T10:12:29.861Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15032026-06-02T10:12:29.906Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-06-02T10:12:30.030Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-06-02T10:12:30.271Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15062026-06-02T10:12:30.594Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-06-02T10:12:30.698Z Checking search_path v0.1.4
15082026-06-02T10:12:30.834Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15092026-06-02T10:12:30.849Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15102026-06-02T10:12:30.995Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-06-02T10:12:31.080Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15122026-06-02T10:12:33.969Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15132026-06-02T10:12:34.338Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15142026-06-02T10:12:34.679Z Compiling git2 v0.19.0
15152026-06-02T10:12:35.155Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-06-02T10:12:35.242Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15172026-06-02T10:12:35.986Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-06-02T10:12:36.145Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15192026-06-02T10:12:36.277Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15202026-06-02T10:12:36.352Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15212026-06-02T10:12:36.878Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-06-02T10:12:37.051Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15232026-06-02T10:12:47.632Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-06-02T10:12:48.920Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-06-02T10:12:54.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
15262026-06-02T10:12:54.674Z+ for feat in tofino_stub tofino_asic softnpu chaos
15272026-06-02T10:12:54.674Z+ cargo clippy --features tofino_asic -- --deny warnings
15282026-06-02T10:12:55.219Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15292026-06-02T10:12:55.222Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15302026-06-02T10:12:55.305Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-06-02T10:12:55.308Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15322026-06-02T10:13:02.441Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15332026-06-02T10:13:02.441Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15342026-06-02T10:13:05.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.64s
15352026-06-02T10:13:05.516Z+ for feat in tofino_stub tofino_asic softnpu chaos
15362026-06-02T10:13:05.516Z+ cargo clippy --features softnpu -- --deny warnings
15372026-06-02T10:13:05.911Z Downloading crates ...
15382026-06-02T10:13:06.047Z Downloaded pem-rfc7468 v0.7.0
15392026-06-02T10:13:06.052Z Downloaded const-oid v0.9.6
15402026-06-02T10:13:06.055Z Downloaded der v0.7.10
15412026-06-02T10:13:06.058Z Downloaded ascii v1.1.0
15422026-06-02T10:13:06.061Z Downloaded env_filter v1.0.1
15432026-06-02T10:13:06.065Z Downloaded tap v1.0.1
15442026-06-02T10:13:06.068Z Downloaded signature v2.2.0
15452026-06-02T10:13:06.068Z Downloaded flagset v0.4.7
15462026-06-02T10:13:06.068Z Downloaded bitstruct_derive v0.1.0
15472026-06-02T10:13:06.071Z Downloaded bit_field v0.10.3
15482026-06-02T10:13:06.074Z Downloaded utf-8 v0.7.6
15492026-06-02T10:13:06.074Z Downloaded typeid v1.0.3
15502026-06-02T10:13:06.074Z Downloaded spki v0.7.3
15512026-06-02T10:13:06.074Z Downloaded funty v2.0.0
15522026-06-02T10:13:06.077Z Downloaded serde_arrays v0.1.0
15532026-06-02T10:13:06.077Z Downloaded tls_codec_derive v0.4.2
15542026-06-02T10:13:06.081Z Downloaded rfc6979 v0.4.0
15552026-06-02T10:13:06.088Z Downloaded primeorder v0.13.6
15562026-06-02T10:13:06.092Z Downloaded tokio-tungstenite v0.21.0
15572026-06-02T10:13:06.095Z Downloaded bitstruct v0.1.1
15582026-06-02T10:13:06.095Z Downloaded sec1 v0.7.3
15592026-06-02T10:13:06.098Z Downloaded erased-serde v0.4.8
15602026-06-02T10:13:06.098Z Downloaded radium v0.7.0
15612026-06-02T10:13:06.101Z Downloaded env_logger v0.11.10
15622026-06-02T10:13:06.101Z Downloaded der_derive v0.7.3
15632026-06-02T10:13:06.104Z Downloaded tungstenite v0.21.0
15642026-06-02T10:13:06.104Z Downloaded wyz v0.5.1
15652026-06-02T10:13:06.104Z Downloaded tls_codec v0.4.2
15662026-06-02T10:13:06.107Z Downloaded pkcs8 v0.10.2
15672026-06-02T10:13:06.107Z Downloaded libloading v0.7.4
15682026-06-02T10:13:06.110Z Downloaded ed25519 v2.2.3
15692026-06-02T10:13:06.110Z Downloaded ecdsa v0.16.9
15702026-06-02T10:13:06.118Z Downloaded num-bigint v0.4.6
15712026-06-02T10:13:06.126Z Downloaded ed25519-dalek v2.2.0
15722026-06-02T10:13:06.129Z Downloaded base64 v0.21.7
15732026-06-02T10:13:06.133Z Downloaded x509-cert v0.2.5
15742026-06-02T10:13:06.142Z Downloaded itertools v0.13.0
15752026-06-02T10:13:06.147Z Downloaded salty v0.3.0
15762026-06-02T10:13:06.153Z Downloaded bitvec v1.0.1
15772026-06-02T10:13:06.161Z Downloaded p384 v0.13.1
15782026-06-02T10:13:06.328Z Checking log v0.4.29
15792026-06-02T10:13:06.428Z Checking const-oid v0.9.6
15802026-06-02T10:13:06.440Z Checking serde_with v3.20.0
15812026-06-02T10:13:06.453Z Checking pem-rfc7468 v0.7.0
15822026-06-02T10:13:06.457Z Compiling der_derive v0.7.3
15832026-06-02T10:13:06.457Z Checking flagset v0.4.7
15842026-06-02T10:13:06.478Z Checking num-integer v0.1.46
15852026-06-02T10:13:06.489Z Checking num-complex v0.4.6
15862026-06-02T10:13:06.570Z Checking rustls v0.23.32
15872026-06-02T10:13:06.579Z Checking native-tls v0.2.14
15882026-06-02T10:13:06.590Z Checking goblin v0.10.1
15892026-06-02T10:13:06.689Z Checking typify-impl v0.4.3
15902026-06-02T10:13:06.768Z Checking tokio-native-tls v0.3.1
15912026-06-02T10:13:06.827Z Checking rustls v0.22.4
15922026-06-02T10:13:06.886Z Checking hyper-tls v0.6.0
15932026-06-02T10:13:07.054Z Checking num-bigint v0.4.6
15942026-06-02T10:13:07.085Z Checking digest v0.10.7
15952026-06-02T10:13:07.270Z Checking sha1 v0.10.6
15962026-06-02T10:13:07.404Z Checking der v0.7.10
15972026-06-02T10:13:07.426Z Checking num-iter v0.1.45
15982026-06-02T10:13:07.536Z Checking hmac v0.12.1
15992026-06-02T10:13:07.669Z Checking ff v0.13.1
16002026-06-02T10:13:07.795Z Checking base16ct v0.2.0
16012026-06-02T10:13:07.806Z Checking typify v0.4.3
16022026-06-02T10:13:07.855Z Checking group v0.13.0
16032026-06-02T10:13:07.866Z Checking num-rational v0.4.2
16042026-06-02T10:13:07.899Z Checking progenitor-impl v0.11.1
16052026-06-02T10:13:07.913Z Checking hkdf v0.12.4
16062026-06-02T10:13:07.994Z Checking goblin v0.8.2
16072026-06-02T10:13:08.039Z Checking curve25519-dalek v4.1.3
16082026-06-02T10:13:08.122Z Checking spki v0.7.3
16092026-06-02T10:13:08.140Z Checking num v0.4.3
16102026-06-02T10:13:08.215Z Checking sha3 v0.10.8
16112026-06-02T10:13:08.267Z Checking tokio-rustls v0.25.0
16122026-06-02T10:13:08.279Z Checking pkcs8 v0.10.2
16132026-06-02T10:13:08.402Z Checking blake2 v0.10.6
16142026-06-02T10:13:08.426Z Checking sec1 v0.7.3
16152026-06-02T10:13:08.456Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16162026-06-02T10:13:08.613Z Checking argon2 v0.5.3
16172026-06-02T10:13:08.624Z Checking elliptic-curve v0.13.8
16182026-06-02T10:13:08.655Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16192026-06-02T10:13:08.736Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16202026-06-02T10:13:08.746Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16212026-06-02T10:13:08.893Z Checking tokio-rustls v0.26.3
16222026-06-02T10:13:08.903Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16232026-06-02T10:13:08.915Z Checking vsss-rs v3.3.4
16242026-06-02T10:13:08.919Z Checking dof v0.4.0
16252026-06-02T10:13:08.934Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16262026-06-02T10:13:09.111Z Checking hyper-rustls v0.27.7
16272026-06-02T10:13:09.121Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16282026-06-02T10:13:09.236Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16292026-06-02T10:13:09.300Z Checking usdt-impl v0.6.0
16302026-06-02T10:13:09.303Z Checking reqwest v0.12.23
16312026-06-02T10:13:09.380Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16322026-06-02T10:13:09.399Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16332026-06-02T10:13:09.423Z Checking progenitor-impl v0.10.0
16342026-06-02T10:13:09.541Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16352026-06-02T10:13:09.572Z Checking usdt v0.6.0
16362026-06-02T10:13:09.604Z Compiling nix v0.31.3
16372026-06-02T10:13:09.689Z Checking sha2 v0.10.9
16382026-06-02T10:13:09.726Z Checking dropshot v0.16.7
16392026-06-02T10:13:09.779Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16402026-06-02T10:13:09.929Z Checking dof v0.3.0
16412026-06-02T10:13:09.940Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
16422026-06-02T10:13:09.987Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16432026-06-02T10:13:10.020Z Checking progenitor-client v0.11.1
16442026-06-02T10:13:10.212Z Checking progenitor-client v0.10.0
16452026-06-02T10:13:10.234Z Checking usdt-impl v0.5.0
16462026-06-02T10:13:10.244Z Checking progenitor v0.11.1
16472026-06-02T10:13:10.284Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16482026-06-02T10:13:10.371Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
16492026-06-02T10:13:10.431Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16502026-06-02T10:13:10.468Z Checking progenitor v0.10.0
16512026-06-02T10:13:10.531Z Checking usdt v0.5.0
16522026-06-02T10:13:10.551Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16532026-06-02T10:13:10.599Z Checking signature v2.2.0
16542026-06-02T10:13:10.690Z Checking tokio-dtrace v0.1.1
16552026-06-02T10:13:10.702Z Checking utf-8 v0.7.6
16562026-06-02T10:13:10.722Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16572026-06-02T10:13:10.756Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16582026-06-02T10:13:10.779Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16592026-06-02T10:13:10.826Z Checking tungstenite v0.21.0
16602026-06-02T10:13:10.861Z Checking oxide-tokio-rt v0.1.6
16612026-06-02T10:13:10.912Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16622026-06-02T10:13:10.953Z Compiling radium v0.7.0
16632026-06-02T10:13:11.022Z Compiling salty v0.3.0
16642026-06-02T10:13:11.109Z Checking dropshot v0.17.0
16652026-06-02T10:13:11.254Z Checking qorb v0.4.1
16662026-06-02T10:13:11.264Z Checking tokio-tungstenite v0.21.0
16672026-06-02T10:13:11.306Z Checking rfc6979 v0.4.0
16682026-06-02T10:13:11.422Z Checking tap v1.0.1
16692026-06-02T10:13:11.528Z Checking base64 v0.21.7
16702026-06-02T10:13:11.531Z Checking wyz v0.5.1
16712026-06-02T10:13:11.643Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16722026-06-02T10:13:11.707Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16732026-06-02T10:13:11.760Z Checking ecdsa v0.16.9
16742026-06-02T10:13:12.019Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16752026-06-02T10:13:12.192Z Checking slog-dtrace v0.3.0
16762026-06-02T10:13:12.243Z Checking ed25519 v2.2.3
16772026-06-02T10:13:12.286Z Checking globset v0.4.16
16782026-06-02T10:13:12.403Z Checking primeorder v0.13.6
16792026-06-02T10:13:12.413Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
16802026-06-02T10:13:12.525Z Checking env_filter v1.0.1
16812026-06-02T10:13:12.631Z Checking reqwest v0.13.2
16822026-06-02T10:13:12.668Z Checking typify-impl v0.6.1
16832026-06-02T10:13:12.969Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16842026-06-02T10:13:12.980Z Compiling typeid v1.0.3
16852026-06-02T10:13:13.021Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
16862026-06-02T10:13:13.032Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16872026-06-02T10:13:13.068Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16882026-06-02T10:13:13.174Z Checking funty v2.0.0
16892026-06-02T10:13:13.229Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16902026-06-02T10:13:13.253Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16912026-06-02T10:13:13.308Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
16922026-06-02T10:13:13.472Z Checking tough v0.20.0
16932026-06-02T10:13:13.484Z Checking bitvec v1.0.1
16942026-06-02T10:13:13.683Z Checking env_logger v0.11.10
16952026-06-02T10:13:13.792Z Checking typify v0.6.1
16962026-06-02T10:13:13.862Z Checking p384 v0.13.1
16972026-06-02T10:13:13.893Z Checking ed25519-dalek v2.2.0
16982026-06-02T10:13:14.083Z Checking x509-cert v0.2.5
16992026-06-02T10:13:14.265Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
17002026-06-02T10:13:14.501Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17012026-06-02T10:13:14.512Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17022026-06-02T10:13:14.625Z Compiling erased-serde v0.4.8
17032026-06-02T10:13:14.671Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17042026-06-02T10:13:14.721Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17052026-06-02T10:13:14.837Z Checking progenitor-impl v0.13.0
17062026-06-02T10:13:14.960Z Checking progenitor-client v0.13.0
17072026-06-02T10:13:14.971Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
17082026-06-02T10:13:15.048Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17092026-06-02T10:13:15.176Z Compiling bitstruct_derive v0.1.0
17102026-06-02T10:13:15.188Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17112026-06-02T10:13:15.288Z Checking ascii v1.1.0
17122026-06-02T10:13:15.347Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
17132026-06-02T10:13:15.402Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17142026-06-02T10:13:15.417Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17152026-06-02T10:13:15.483Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17162026-06-02T10:13:15.575Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17172026-06-02T10:13:15.707Z Checking progenitor v0.13.0
17182026-06-02T10:13:15.720Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
17192026-06-02T10:13:15.813Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17202026-06-02T10:13:15.832Z Checking itertools v0.13.0
17212026-06-02T10:13:15.843Z Checking bitstruct v0.1.1
17222026-06-02T10:13:15.882Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17232026-06-02T10:13:15.922Z Checking serde_arrays v0.1.0
17242026-06-02T10:13:15.932Z Checking libloading v0.7.4
17252026-06-02T10:13:16.028Z Checking bit_field v0.10.3
17262026-06-02T10:13:16.042Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17272026-06-02T10:13:16.073Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17282026-06-02T10:13:16.163Z Checking omicron-zone-package v0.12.2
17292026-06-02T10:13:16.362Z Checking dropshot-api-manager v0.7.2
17302026-06-02T10:13:16.832Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
17312026-06-02T10:13:17.019Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
17322026-06-02T10:13:17.806Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17332026-06-02T10:13:17.806Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17342026-06-02T10:13:17.809Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17352026-06-02T10:13:17.809Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17362026-06-02T10:13:18.194Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17372026-06-02T10:13:18.327Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17382026-06-02T10:13:18.735Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17392026-06-02T10:13:18.848Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17402026-06-02T10:13:19.434Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17412026-06-02T10:13:19.464Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17422026-06-02T10:13:19.466Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17432026-06-02T10:13:19.533Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17442026-06-02T10:13:19.870Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17452026-06-02T10:13:19.873Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17462026-06-02T10:13:19.953Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17472026-06-02T10:13:19.978Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17482026-06-02T10:13:19.981Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17492026-06-02T10:13:20.190Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
17502026-06-02T10:13:20.194Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17512026-06-02T10:13:20.194Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17522026-06-02T10:13:20.646Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
17532026-06-02T10:13:20.659Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17542026-06-02T10:13:20.764Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17552026-06-02T10:13:20.900Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17562026-06-02T10:13:21.018Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17572026-06-02T10:13:21.110Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17582026-06-02T10:13:21.123Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17592026-06-02T10:13:24.146Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17602026-06-02T10:13:24.224Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
17612026-06-02T10:13:24.600Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
17622026-06-02T10:13:25.123Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17632026-06-02T10:13:25.348Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17642026-06-02T10:13:25.483Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
17652026-06-02T10:13:25.990Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17662026-06-02T10:13:26.220Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17672026-06-02T10:13:26.264Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17682026-06-02T10:13:26.391Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17692026-06-02T10:13:26.842Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17702026-06-02T10:13:31.255Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17712026-06-02T10:13:32.465Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17722026-06-02T10:13:37.762Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17732026-06-02T10:13:39.072Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17742026-06-02T10:13:39.615Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17752026-06-02T10:13:44.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.06s
17762026-06-02T10:13:44.805Z+ for feat in tofino_stub tofino_asic softnpu chaos
17772026-06-02T10:13:44.805Z+ cargo clippy --features chaos -- --deny warnings
17782026-06-02T10:13:45.378Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17792026-06-02T10:13:45.381Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17802026-06-02T10:13:45.381Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17812026-06-02T10:13:52.582Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17822026-06-02T10:13:52.602Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17832026-06-02T10:13:55.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.26s
17842026-06-02T10:13:55.278Z+ banner fmt
17852026-06-02T10:13:55.281Z
17862026-06-02T10:13:55.281Z ###### # # #####
17872026-06-02T10:13:55.281Z # ## ## #
17882026-06-02T10:13:55.281Z ##### # ## # #
17892026-06-02T10:13:55.281Z # # # #
17902026-06-02T10:13:55.281Z # # # #
17912026-06-02T10:13:55.281Z # # # #
17922026-06-02T10:13:55.281Z
17932026-06-02T10:13:55.281Z+ cargo fmt -- --check
17942026-06-02T10:13:55.743Z+ banner test
17952026-06-02T10:13:55.746Z
17962026-06-02T10:13:55.746Z ##### ###### #### #####
17972026-06-02T10:13:55.746Z # # # #
17982026-06-02T10:13:55.746Z # ##### #### #
17992026-06-02T10:13:55.746Z # # # #
18002026-06-02T10:13:55.746Z # # # # #
18012026-06-02T10:13:55.746Z # ###### #### #
18022026-06-02T10:13:55.746Z
18032026-06-02T10:13:55.746Z+ for feat in tofino_stub tofino_asic softnpu chaos
18042026-06-02T10:13:55.746Z+ RUST_BACKTRACE=full
18052026-06-02T10:13:55.746Z+ cargo test --features tofino_stub --no-fail-fast
18062026-06-02T10:13:56.701Z Compiling unicode-ident v1.0.24
18072026-06-02T10:13:56.701Z Compiling cfg-if v1.0.3
18082026-06-02T10:13:56.705Z Compiling memchr v2.7.5
18092026-06-02T10:13:56.816Z Compiling serde_core v1.0.228
18102026-06-02T10:13:56.838Z Compiling itoa v1.0.15
18112026-06-02T10:13:56.841Z Compiling libc v0.2.186
18122026-06-02T10:13:56.851Z Compiling zmij v1.0.17
18132026-06-02T10:13:56.919Z Compiling proc-macro2 v1.0.106
18142026-06-02T10:13:56.935Z Compiling libm v0.2.15
18152026-06-02T10:13:56.998Z Compiling heck v0.5.0
18162026-06-02T10:13:57.261Z Compiling quote v1.0.45
18172026-06-02T10:13:57.371Z Compiling smallvec v1.15.1
18182026-06-02T10:13:57.398Z Compiling log v0.4.29
18192026-06-02T10:13:57.480Z Compiling syn v2.0.117
18202026-06-02T10:13:57.555Z Compiling equivalent v1.0.2
18212026-06-02T10:13:57.582Z Compiling iana-time-zone v0.1.64
18222026-06-02T10:13:57.585Z Compiling allocator-api2 v0.2.21
18232026-06-02T10:13:57.621Z Compiling foldhash v0.2.0
18242026-06-02T10:13:57.718Z Compiling dyn-clone v1.0.20
18252026-06-02T10:13:57.807Z Compiling stable_deref_trait v1.2.0
18262026-06-02T10:13:57.846Z Compiling pin-project-lite v0.2.16
18272026-06-02T10:13:57.865Z Compiling hashbrown v0.16.1
18282026-06-02T10:13:57.890Z Compiling percent-encoding v2.3.2
18292026-06-02T10:13:57.914Z Compiling writeable v0.6.1
18302026-06-02T10:13:57.944Z Compiling litemap v0.8.0
18312026-06-02T10:13:58.056Z Compiling icu_normalizer_data v2.0.0
18322026-06-02T10:13:58.089Z Compiling icu_properties_data v2.0.1
18332026-06-02T10:13:58.137Z Compiling regex-syntax v0.8.6
18342026-06-02T10:13:58.163Z Compiling form_urlencoded v1.2.2
18352026-06-02T10:13:58.222Z Compiling utf8_iter v1.0.4
18362026-06-02T10:13:58.234Z Compiling scopeguard v1.2.0
18372026-06-02T10:13:58.345Z Compiling lock_api v0.4.14
18382026-06-02T10:13:58.358Z Compiling num-traits v0.2.19
18392026-06-02T10:13:58.374Z Compiling getrandom v0.4.2
18402026-06-02T10:13:58.465Z Compiling fnv v1.0.7
18412026-06-02T10:13:58.524Z Compiling semver v1.0.27
18422026-06-02T10:13:58.565Z Compiling serde_json v1.0.149
18432026-06-02T10:13:58.578Z Compiling indexmap v2.13.0
18442026-06-02T10:13:58.640Z Compiling aho-corasick v1.1.3
18452026-06-02T10:13:58.870Z Compiling byteorder v1.5.0
18462026-06-02T10:13:58.963Z Compiling ucd-trie v0.1.7
18472026-06-02T10:13:59.095Z Compiling futures-core v0.3.32
18482026-06-02T10:13:59.217Z Compiling uuid v1.23.1
18492026-06-02T10:13:59.264Z Compiling time-core v0.1.8
18502026-06-02T10:13:59.415Z Compiling num-conv v0.2.1
18512026-06-02T10:13:59.484Z Compiling futures-sink v0.3.32
18522026-06-02T10:13:59.575Z Compiling regex-automata v0.4.13
18532026-06-02T10:13:59.594Z Compiling time-macros v0.2.27
18542026-06-02T10:13:59.625Z Compiling ryu v1.0.20
18552026-06-02T10:13:59.821Z Compiling pretty-hex v0.4.1
18562026-06-02T10:13:59.966Z Compiling strsim v0.11.1
18572026-06-02T10:14:00.065Z Compiling regress v0.10.5
18582026-06-02T10:14:00.271Z Compiling synstructure v0.13.2
18592026-06-02T10:14:00.364Z Compiling serde_derive_internals v0.29.1
18602026-06-02T10:14:00.401Z Compiling slab v0.4.11
18612026-06-02T10:14:00.630Z Compiling plain v0.2.3
18622026-06-02T10:14:00.772Z Compiling futures-channel v0.3.32
18632026-06-02T10:14:00.817Z Compiling futures-io v0.3.32
18642026-06-02T10:14:00.925Z Compiling futures-task v0.3.32
18652026-06-02T10:14:00.959Z Compiling socket2 v0.6.3
18662026-06-02T10:14:00.998Z Compiling parking_lot_core v0.9.12
18672026-06-02T10:14:01.099Z Compiling signal-hook-registry v1.4.6
18682026-06-02T10:14:01.178Z Compiling parking_lot v0.12.5
18692026-06-02T10:14:01.309Z Compiling regex v1.12.3
18702026-06-02T10:14:01.409Z Compiling thread-id v5.0.0
18712026-06-02T10:14:01.422Z Compiling mio v1.2.0
18722026-06-02T10:14:01.509Z Compiling bitflags v2.11.1
18732026-06-02T10:14:01.528Z Compiling serde_derive v1.0.228
18742026-06-02T10:14:01.580Z Compiling zerofrom-derive v0.1.6
18752026-06-02T10:14:01.593Z Compiling yoke-derive v0.8.0
18762026-06-02T10:14:01.756Z Compiling zerovec-derive v0.11.1
18772026-06-02T10:14:01.773Z Compiling displaydoc v0.2.5
18782026-06-02T10:14:01.941Z Compiling thiserror-impl v2.0.18
18792026-06-02T10:14:02.208Z Compiling schemars_derive v0.8.22
18802026-06-02T10:14:02.543Z Compiling tokio-macros v2.7.0
18812026-06-02T10:14:02.644Z Compiling zerocopy-derive v0.8.27
18822026-06-02T10:14:02.808Z Compiling zeroize_derive v1.4.3
18832026-06-02T10:14:02.882Z Compiling futures-macro v0.3.32
18842026-06-02T10:14:03.204Z Compiling thiserror v2.0.18
18852026-06-02T10:14:03.311Z Compiling zerofrom v0.1.6
18862026-06-02T10:14:03.324Z Compiling thiserror-impl v1.0.69
18872026-06-02T10:14:03.441Z Compiling yoke v0.8.0
18882026-06-02T10:14:03.454Z Compiling tracing-attributes v0.1.30
18892026-06-02T10:14:03.508Z Compiling pest v2.8.2
18902026-06-02T10:14:03.636Z Compiling zerovec v0.11.4
18912026-06-02T10:14:03.740Z Compiling zerotrie v0.2.2
18922026-06-02T10:14:03.915Z Compiling zerocopy v0.8.27
18932026-06-02T10:14:03.963Z Compiling scroll_derive v0.13.1
18942026-06-02T10:14:04.058Z Compiling async-trait v0.1.89
18952026-06-02T10:14:04.213Z Compiling serde v1.0.228
18962026-06-02T10:14:04.523Z Compiling tinystr v0.8.1
18972026-06-02T10:14:04.704Z Compiling bytes v1.11.1
18982026-06-02T10:14:04.736Z Compiling serde_tokenstream v0.2.3
18992026-06-02T10:14:04.739Z Compiling icu_locale_core v2.0.0
19002026-06-02T10:14:04.810Z Compiling potential_utf v0.1.3
19012026-06-02T10:14:04.814Z Compiling chrono v0.4.44
19022026-06-02T10:14:04.984Z Compiling icu_collections v2.0.0
19032026-06-02T10:14:05.000Z Compiling pest_meta v2.8.2
19042026-06-02T10:14:05.352Z Compiling icu_provider v2.0.0
19052026-06-02T10:14:05.393Z Compiling http v1.4.0
19062026-06-02T10:14:05.500Z Compiling scroll v0.13.0
19072026-06-02T10:14:05.634Z Compiling pest_generator v2.8.2
19082026-06-02T10:14:05.734Z Compiling icu_properties v2.0.1
19092026-06-02T10:14:05.749Z Compiling icu_normalizer v2.0.0
19102026-06-02T10:14:05.776Z Compiling goblin v0.10.1
19112026-06-02T10:14:06.286Z Compiling schemars v0.8.22
19122026-06-02T10:14:06.376Z Compiling thiserror v1.0.69
19132026-06-02T10:14:06.399Z Compiling pest_derive v2.8.2
19142026-06-02T10:14:06.412Z Compiling tokio v1.52.3
19152026-06-02T10:14:06.448Z Compiling openapiv3 v2.2.0
19162026-06-02T10:14:06.613Z Compiling idna_adapter v1.2.1
19172026-06-02T10:14:06.665Z Compiling daft-derive v0.1.5
19182026-06-02T10:14:06.766Z Compiling idna v1.1.0
19192026-06-02T10:14:06.970Z Compiling dtrace-parser v0.3.0
19202026-06-02T10:14:07.154Z Compiling url v2.5.7
19212026-06-02T10:14:07.425Z Compiling base64 v0.22.1
19222026-06-02T10:14:07.443Z Compiling serde_yaml v0.9.34+deprecated
19232026-06-02T10:14:07.579Z Compiling typify-impl v0.4.3
19242026-06-02T10:14:07.876Z Compiling http-body v1.0.1
19252026-06-02T10:14:08.036Z Compiling ppv-lite86 v0.2.21
19262026-06-02T10:14:08.047Z Compiling erased-serde v0.3.31
19272026-06-02T10:14:08.332Z Compiling atomic-waker v1.1.2
19282026-06-02T10:14:08.353Z Compiling ipnet v2.11.0
19292026-06-02T10:14:08.546Z Compiling dof v0.4.0
19302026-06-02T10:14:08.895Z Compiling openssl-macros v0.1.1
19312026-06-02T10:14:09.247Z Compiling usdt-impl v0.6.0
19322026-06-02T10:14:09.381Z Compiling httparse v1.10.1
19332026-06-02T10:14:09.559Z Compiling typenum v1.18.0
19342026-06-02T10:14:09.572Z Compiling portable-atomic v1.11.1
19352026-06-02T10:14:09.645Z Compiling getrandom v0.2.16
19362026-06-02T10:14:09.705Z Compiling tower-layer v0.3.3
19372026-06-02T10:14:09.841Z Compiling tower-service v0.3.3
19382026-06-02T10:14:09.874Z Compiling anyhow v1.0.102
19392026-06-02T10:14:09.941Z Compiling critical-section v1.2.0
19402026-06-02T10:14:09.976Z Compiling try-lock v0.2.5
19412026-06-02T10:14:10.057Z Compiling untrusted v0.9.0
19422026-06-02T10:14:10.091Z Compiling want v0.3.1
19432026-06-02T10:14:10.106Z Compiling once_cell v1.21.3
19442026-06-02T10:14:10.109Z Compiling syn v1.0.109
19452026-06-02T10:14:10.183Z Compiling httpdate v1.0.3
19462026-06-02T10:14:10.268Z Compiling pin-utils v0.1.0
19472026-06-02T10:14:10.326Z Compiling zeroize v1.8.1
19482026-06-02T10:14:10.552Z Compiling usdt-attr-macro v0.6.0
19492026-06-02T10:14:10.578Z Compiling usdt-macro v0.6.0
19502026-06-02T10:14:11.019Z Compiling async-stream-impl v0.3.6
19512026-06-02T10:14:11.575Z Compiling structmeta-derive v0.3.0
19522026-06-02T10:14:11.729Z Compiling powerfmt v0.2.0
19532026-06-02T10:14:11.763Z Compiling newtype-uuid-macros v0.1.0
19542026-06-02T10:14:11.787Z Compiling strum_macros v0.26.4
19552026-06-02T10:14:11.943Z Compiling deranged v0.5.3
19562026-06-02T10:14:12.650Z Compiling structmeta v0.3.0
19572026-06-02T10:14:12.904Z Compiling num_threads v0.1.7
19582026-06-02T10:14:13.032Z Compiling http-body-util v0.1.3
19592026-06-02T10:14:13.202Z Compiling serde_urlencoded v0.7.1
19602026-06-02T10:14:13.275Z Compiling omicron-workspace-hack v0.1.0
19612026-06-02T10:14:13.365Z Compiling dropshot_endpoint v0.16.7
19622026-06-02T10:14:13.432Z Compiling ref-cast-impl v1.0.25
19632026-06-02T10:14:13.470Z Compiling derive-ex v0.1.8
19642026-06-02T10:14:13.504Z Compiling strum_macros v0.27.2
19652026-06-02T10:14:13.526Z Compiling darling_core v0.23.0
19662026-06-02T10:14:13.575Z Compiling sync_wrapper v1.0.2
19672026-06-02T10:14:13.724Z Compiling typify-macro v0.4.3
19682026-06-02T10:14:13.793Z Compiling thread_local v1.1.9
19692026-06-02T10:14:14.062Z Compiling iri-string v0.7.8
19702026-06-02T10:14:14.088Z Compiling subtle v2.6.1
19712026-06-02T10:14:14.262Z Compiling futures-util v0.3.32
19722026-06-02T10:14:15.021Z Compiling match_cfg v0.1.0
19732026-06-02T10:14:15.033Z Compiling test-strategy v0.4.3
19742026-06-02T10:14:15.327Z Compiling rand_core v0.6.4
19752026-06-02T10:14:15.608Z Compiling take_mut v0.2.2
19762026-06-02T10:14:15.693Z Compiling term v1.2.0
19772026-06-02T10:14:15.706Z Compiling darling_macro v0.23.0
19782026-06-02T10:14:15.742Z Compiling tracing-core v0.1.34
19792026-06-02T10:14:15.841Z Compiling typify v0.4.3
19802026-06-02T10:14:15.940Z Compiling progenitor-impl v0.11.1
19812026-06-02T10:14:16.151Z Compiling tracing v0.1.41
19822026-06-02T10:14:16.295Z Compiling darling v0.23.0
19832026-06-02T10:14:16.338Z Compiling parse-display-derive v0.10.0
19842026-06-02T10:14:16.380Z Compiling serde_with_macros v3.20.0
19852026-06-02T10:14:16.393Z Compiling toml_datetime v0.6.11
19862026-06-02T10:14:16.405Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19872026-06-02T10:14:16.673Z Compiling clap_derive v4.6.0
19882026-06-02T10:14:16.708Z Compiling camino v1.2.2
19892026-06-02T10:14:16.911Z Compiling cpufeatures v0.2.17
19902026-06-02T10:14:17.337Z Compiling encoding_rs v0.8.35
19912026-06-02T10:14:17.482Z Compiling unicode-width v0.2.1
19922026-06-02T10:14:17.535Z Compiling fastrand v2.3.0
19932026-06-02T10:14:17.546Z Compiling mime v0.3.17
19942026-06-02T10:14:17.615Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19952026-06-02T10:14:18.019Z Compiling errno v0.3.14
19962026-06-02T10:14:18.096Z Compiling generic-array v0.14.7
19972026-06-02T10:14:18.327Z Compiling ipnetwork v0.21.1
19982026-06-02T10:14:18.413Z Compiling crossbeam-utils v0.8.21
19992026-06-02T10:14:18.768Z Compiling hex v0.4.3
20002026-06-02T10:14:18.792Z Compiling tokio-util v0.7.16
20012026-06-02T10:14:18.933Z Compiling slog v2.8.2
20022026-06-02T10:14:19.040Z Compiling winnow v0.7.14
20032026-06-02T10:14:19.430Z Compiling progenitor-macro v0.11.1
20042026-06-02T10:14:19.488Z Compiling rustix v1.1.4
20052026-06-02T10:14:19.540Z Compiling getrandom v0.3.4
20062026-06-02T10:14:19.710Z Compiling rand_core v0.9.3
20072026-06-02T10:14:19.723Z Compiling h2 v0.4.12
20082026-06-02T10:14:19.826Z Compiling crypto-common v0.1.6
20092026-06-02T10:14:19.931Z Compiling oxnet v0.1.4
20102026-06-02T10:14:20.059Z Compiling itertools v0.14.0
20112026-06-02T10:14:20.361Z Compiling num-derive v0.4.2
20122026-06-02T10:14:20.511Z Compiling socket2 v0.5.10
20132026-06-02T10:14:20.719Z Compiling winnow v1.0.3
20142026-06-02T10:14:20.990Z Compiling rand_chacha v0.9.0
20152026-06-02T10:14:21.087Z Compiling toml_parser v1.1.2+spec-1.1.0
20162026-06-02T10:14:21.388Z Compiling serde_spanned v1.0.4
20172026-06-02T10:14:21.403Z Compiling toml_writer v1.0.6+spec-1.1.0
20182026-06-02T10:14:21.552Z Compiling spin v0.9.8
20192026-06-02T10:14:21.629Z Compiling debug-ignore v1.0.5
20202026-06-02T10:14:21.680Z Compiling rand v0.9.2
20212026-06-02T10:14:21.742Z Compiling tabwriter v1.4.1
20222026-06-02T10:14:21.818Z Compiling rustls-pki-types v1.12.0
20232026-06-02T10:14:21.824Z Compiling quick-error v1.2.3
20242026-06-02T10:14:21.945Z Compiling hyper v1.8.1
20252026-06-02T10:14:22.227Z Compiling colored v3.0.0
20262026-06-02T10:14:22.308Z Compiling time v0.3.47
20272026-06-02T10:14:22.440Z Compiling async-stream v0.3.6
20282026-06-02T10:14:22.610Z Compiling waitgroup v0.1.2
20292026-06-02T10:14:22.756Z Compiling serde_path_to_error v0.1.20
20302026-06-02T10:14:22.888Z Compiling lazy_static v1.5.0
20312026-06-02T10:14:22.901Z Compiling anstyle v1.0.14
20322026-06-02T10:14:22.996Z Compiling hyper-util v0.1.20
20332026-06-02T10:14:23.122Z Compiling bit-vec v0.8.0
20342026-06-02T10:14:23.248Z Compiling crossbeam-channel v0.5.15
20352026-06-02T10:14:23.366Z Compiling bit-set v0.8.0
20362026-06-02T10:14:23.535Z Compiling strum v0.26.3
20372026-06-02T10:14:23.673Z Compiling ring v0.17.14
20382026-06-02T10:14:23.676Z Compiling toml_datetime v0.7.5+spec-1.1.0
20392026-06-02T10:14:23.744Z Compiling unarray v0.1.4
20402026-06-02T10:14:23.864Z Compiling utf8parse v0.2.2
20412026-06-02T10:14:24.002Z Compiling anstyle-parse v1.0.0
20422026-06-02T10:14:24.032Z Compiling toml v0.9.11+spec-1.1.0
20432026-06-02T10:14:24.110Z Compiling block-buffer v0.10.4
20442026-06-02T10:14:24.149Z Compiling macaddr v1.0.1
20452026-06-02T10:14:24.167Z Compiling anstyle-query v1.1.4
20462026-06-02T10:14:24.193Z Compiling colorchoice v1.0.4
20472026-06-02T10:14:24.263Z Compiling is_terminal_polyfill v1.70.1
20482026-06-02T10:14:24.280Z Compiling digest v0.10.7
20492026-06-02T10:14:24.314Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20502026-06-02T10:14:24.361Z Compiling anstream v1.0.0
20512026-06-02T10:14:24.381Z Compiling ref-cast v1.0.25
20522026-06-02T10:14:24.485Z Compiling is-terminal v0.4.16
20532026-06-02T10:14:24.498Z Compiling clap_lex v1.1.0
20542026-06-02T10:14:24.498Z Compiling slog-async v2.8.0
20552026-06-02T10:14:24.578Z Compiling slog-term v2.9.2
20562026-06-02T10:14:24.591Z Compiling slog-json v2.6.1
20572026-06-02T10:14:24.721Z Compiling strum v0.27.2
20582026-06-02T10:14:24.745Z Compiling hostname v0.3.1
20592026-06-02T10:14:24.891Z Compiling slog-bunyan v2.5.0
20602026-06-02T10:14:24.909Z Compiling tower v0.5.2
20612026-06-02T10:14:25.038Z Compiling futures-executor v0.3.32
20622026-06-02T10:14:25.213Z Compiling futures v0.3.32
20632026-06-02T10:14:25.298Z Compiling tower-http v0.6.8
20642026-06-02T10:14:25.317Z Compiling instant v0.1.13
20652026-06-02T10:14:25.586Z Compiling memmap2 v0.9.8
20662026-06-02T10:14:25.786Z Compiling openssl-sys v0.9.112
20672026-06-02T10:14:26.500Z Compiling aws-lc-sys v0.39.1
20682026-06-02T10:14:26.978Z Compiling untrusted v0.7.1
20692026-06-02T10:14:27.123Z Compiling foreign-types-shared v0.1.1
20702026-06-02T10:14:27.170Z Compiling aws-lc-rs v1.16.2
20712026-06-02T10:14:27.212Z Compiling foreign-types v0.3.2
20722026-06-02T10:14:27.549Z Compiling tempfile v3.27.0
20732026-06-02T10:14:27.744Z Compiling openssl-probe v0.1.6
20742026-06-02T10:14:27.948Z Compiling usdt v0.6.0
20752026-06-02T10:14:27.995Z Compiling openssl v0.10.76
20762026-06-02T10:14:28.225Z Compiling rustls-webpki v0.103.6
20772026-06-02T10:14:28.408Z Compiling either v1.15.0
20782026-06-02T10:14:28.617Z Compiling webpki-roots v1.0.2
20792026-06-02T10:14:28.746Z Compiling rustls v0.23.32
20802026-06-02T10:14:29.232Z Compiling newtype-uuid v1.3.2
20812026-06-02T10:14:30.317Z Compiling native-tls v0.2.14
20822026-06-02T10:14:30.567Z Compiling tokio-native-tls v0.3.1
20832026-06-02T10:14:30.664Z Compiling daft v0.1.5
20842026-06-02T10:14:30.723Z Compiling hyper-tls v0.6.0
20852026-06-02T10:14:30.750Z Compiling rustls-webpki v0.102.8
20862026-06-02T10:14:31.256Z Compiling rustls v0.22.4
20872026-06-02T10:14:31.796Z Compiling tokio-rustls v0.26.3
20882026-06-02T10:14:31.824Z Compiling sha1 v0.10.6
20892026-06-02T10:14:32.050Z Compiling hyper-rustls v0.27.7
20902026-06-02T10:14:32.208Z Compiling rustls-pemfile v2.2.0
20912026-06-02T10:14:32.390Z Compiling reqwest v0.12.23
20922026-06-02T10:14:32.404Z Compiling multer v3.1.0
20932026-06-02T10:14:32.416Z Compiling terminal_size v0.4.3
20942026-06-02T10:14:32.947Z Compiling hostname v0.4.2
20952026-06-02T10:14:33.100Z Compiling tokio-rustls v0.25.0
20962026-06-02T10:14:33.768Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20972026-06-02T10:14:35.242Z Compiling rand_chacha v0.3.1
20982026-06-02T10:14:35.558Z Compiling hubpack_derive v0.1.1
20992026-06-02T10:14:35.605Z Compiling wait-timeout v0.2.1
21002026-06-02T10:14:36.307Z Compiling rusty-fork v0.3.0
21012026-06-02T10:14:36.320Z Compiling rand v0.8.5
21022026-06-02T10:14:36.982Z Compiling clap_builder v4.6.0
21032026-06-02T10:14:37.049Z Compiling rand_xorshift v0.4.0
21042026-06-02T10:14:37.984Z Compiling proptest v1.8.0
21052026-06-02T10:14:38.046Z Compiling dropshot v0.16.7
21062026-06-02T10:14:38.648Z Compiling clap v4.6.0
21072026-06-02T10:14:38.855Z Compiling serde_spanned v0.6.9
21082026-06-02T10:14:39.992Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21092026-06-02T10:14:40.068Z Compiling prettyplease v0.2.37
21102026-06-02T10:14:41.040Z Compiling progenitor-client v0.11.1
21112026-06-02T10:14:41.361Z Compiling progenitor-client v0.10.0
21122026-06-02T10:14:41.381Z Compiling serde_with v3.20.0
21132026-06-02T10:14:42.182Z Compiling progenitor v0.11.1
21142026-06-02T10:14:42.789Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21152026-06-02T10:14:43.128Z Compiling rustc-hash v2.1.1
21162026-06-02T10:14:43.132Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21172026-06-02T10:14:43.257Z Compiling iddqd v0.3.18
21182026-06-02T10:14:44.162Z Compiling backoff v0.4.0
21192026-06-02T10:14:44.245Z Compiling parse-display v0.10.0
21202026-06-02T10:14:44.293Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21212026-06-02T10:14:44.395Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
21222026-06-02T10:14:44.583Z Compiling toml_write v0.1.2
21232026-06-02T10:14:44.594Z Compiling winnow v0.5.40
21242026-06-02T10:14:44.738Z Compiling toml_edit v0.22.27
21252026-06-02T10:14:46.033Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21262026-06-02T10:14:46.871Z Compiling num-integer v0.1.46
21272026-06-02T10:14:47.207Z Compiling float-ord v0.3.2
21282026-06-02T10:14:48.587Z Compiling toml v0.8.23
21292026-06-02T10:14:50.958Z Compiling num-rational v0.4.2
21302026-06-02T10:14:51.055Z Compiling num-iter v0.1.45
21312026-06-02T10:14:51.802Z Compiling num-complex v0.4.6
21322026-06-02T10:14:52.197Z Compiling num v0.4.3
21332026-06-02T10:14:52.399Z Compiling toml_edit v0.19.15
21342026-06-02T10:14:53.616Z Compiling proc-macro-crate v1.3.1
21352026-06-02T10:14:55.847Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21362026-06-02T10:14:55.856Z Compiling darling_core v0.21.3
21372026-06-02T10:14:56.377Z Compiling zerocopy-derive v0.7.35
21382026-06-02T10:14:57.063Z Compiling memoffset v0.9.1
21392026-06-02T10:14:57.073Z Compiling libscf-sys v1.2.0
21402026-06-02T10:14:57.153Z Compiling proc-macro-error-attr2 v2.0.0
21412026-06-02T10:14:57.221Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21422026-06-02T10:14:57.308Z Compiling nix v0.30.1
21432026-06-02T10:14:57.604Z Compiling proc-macro-error2 v2.0.1
21442026-06-02T10:14:57.772Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21452026-06-02T10:14:57.855Z Compiling darling_macro v0.21.3
21462026-06-02T10:14:58.454Z Compiling darling v0.21.3
21472026-06-02T10:14:58.547Z Compiling ingot-macros v0.1.1
21482026-06-02T10:14:58.624Z Compiling scroll_derive v0.12.1
21492026-06-02T10:14:59.092Z Compiling tabled_derive v0.11.0
21502026-06-02T10:14:59.131Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21512026-06-02T10:14:59.348Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21522026-06-02T10:15:02.270Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21532026-06-02T10:15:02.281Z Compiling zerocopy v0.7.35
21542026-06-02T10:15:02.281Z Compiling hubpack v0.1.2
21552026-06-02T10:15:02.789Z Compiling static_assertions v1.1.0
21562026-06-02T10:15:03.280Z Compiling num_enum_derive v0.7.5
21572026-06-02T10:15:03.460Z Compiling foreign-types-macros v0.2.3
21582026-06-02T10:15:04.514Z Compiling dtrace-parser v0.2.0
21592026-06-02T10:15:04.527Z Compiling bytecount v0.6.9
21602026-06-02T10:15:04.539Z Compiling glob v0.3.3
21612026-06-02T10:15:05.024Z Compiling proc-macro-error-attr v1.0.4
21622026-06-02T10:15:05.254Z Compiling dof v0.3.0
21632026-06-02T10:15:05.374Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21642026-06-02T10:15:05.434Z Compiling thread-id v4.2.2
21652026-06-02T10:15:05.535Z Compiling usdt-impl v0.5.0
21662026-06-02T10:15:05.868Z Compiling proc-macro-error v1.0.4
21672026-06-02T10:15:08.061Z Compiling num_enum_derive v0.5.11
21682026-06-02T10:15:08.099Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21692026-06-02T10:15:08.144Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
21702026-06-02T10:15:08.530Z Compiling derive_more v0.99.20
21712026-06-02T10:15:09.185Z Compiling usdt-attr-macro v0.5.0
21722026-06-02T10:15:09.279Z Compiling usdt-macro v0.5.0
21732026-06-02T10:15:09.433Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-06-02T10:15:10.046Z Compiling minimal-lexical v0.2.1
21752026-06-02T10:15:10.069Z Compiling zone_cfg_derive v0.3.1
21762026-06-02T10:15:10.113Z Compiling papergrid v0.17.0
21772026-06-02T10:15:10.147Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21782026-06-02T10:15:10.303Z Compiling nom v7.1.3
21792026-06-02T10:15:10.783Z Compiling testing_table v0.3.0
21802026-06-02T10:15:10.796Z Compiling rustc_version v0.4.1
21812026-06-02T10:15:10.861Z Compiling crossbeam-epoch v0.9.18
21822026-06-02T10:15:10.884Z Compiling dropshot_endpoint v0.17.0
21832026-06-02T10:15:10.953Z Compiling adler2 v2.0.1
21842026-06-02T10:15:11.081Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21852026-06-02T10:15:11.100Z Compiling miniz_oxide v0.8.9
21862026-06-02T10:15:11.208Z Compiling tabled v0.20.0
21872026-06-02T10:15:11.240Z Compiling crc32fast v1.5.0
21882026-06-02T10:15:11.537Z Compiling enum-as-inner v0.6.1
21892026-06-02T10:15:11.804Z Compiling flate2 v1.1.2
21902026-06-02T10:15:12.228Z Compiling curve25519-dalek v4.1.3
21912026-06-02T10:15:12.232Z Compiling typify-impl v0.6.1
21922026-06-02T10:15:12.567Z Compiling crossbeam-deque v0.8.6
21932026-06-02T10:15:12.615Z Compiling thiserror-impl-no-std v2.0.2
21942026-06-02T10:15:12.714Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21952026-06-02T10:15:12.771Z Compiling curve25519-dalek-derive v0.1.1
21962026-06-02T10:15:12.877Z Compiling rayon-core v1.13.0
21972026-06-02T10:15:13.051Z Compiling clang-sys v1.8.1
21982026-06-02T10:15:14.923Z Compiling scroll v0.12.0
21992026-06-02T10:15:14.945Z Compiling compression-core v0.4.32
22002026-06-02T10:15:14.946Z Compiling goblin v0.8.2
22012026-06-02T10:15:14.946Z Compiling hash32 v0.3.1
22022026-06-02T10:15:14.950Z Compiling compression-codecs v0.4.32
22032026-06-02T10:15:14.951Z Compiling toml_datetime v1.1.1+spec-1.1.0
22042026-06-02T10:15:14.951Z Compiling heapless v0.8.0
22052026-06-02T10:15:14.951Z Compiling ingot-types v0.1.2
22062026-06-02T10:15:14.951Z Compiling async-compression v0.4.33
22072026-06-02T10:15:14.951Z Compiling toml v1.0.6+spec-1.1.0
22082026-06-02T10:15:14.952Z Compiling cobs v0.3.0
22092026-06-02T10:15:14.952Z Compiling libloading v0.8.9
22102026-06-02T10:15:14.952Z Compiling foreign-types-shared v0.3.1
22112026-06-02T10:15:14.952Z Compiling bitflags v1.3.2
22122026-06-02T10:15:14.952Z Compiling managed v0.8.0
22132026-06-02T10:15:14.952Z Compiling foreign-types v0.5.0
22142026-06-02T10:15:14.952Z Compiling bindgen v0.72.1
22152026-06-02T10:15:14.952Z Compiling postcard v1.1.3
22162026-06-02T10:15:14.952Z Compiling smoltcp v0.11.0
22172026-06-02T10:15:15.082Z Compiling dropshot v0.17.0
22182026-06-02T10:15:15.745Z Compiling ingot v0.1.1
22192026-06-02T10:15:17.679Z Compiling cexpr v0.6.0
22202026-06-02T10:15:17.711Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
22212026-06-02T10:15:17.834Z Compiling num_enum v0.7.5
22222026-06-02T10:15:17.968Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22232026-06-02T10:15:18.112Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22242026-06-02T10:15:18.267Z Compiling camino-tempfile v1.4.1
22252026-06-02T10:15:18.452Z Compiling typify-macro v0.6.1
22262026-06-02T10:15:18.519Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22272026-06-02T10:15:18.578Z Compiling derive-where v1.6.0
22282026-06-02T10:15:18.786Z Compiling serde_repr v0.1.20
22292026-06-02T10:15:18.798Z Compiling memmap v0.7.0
22302026-06-02T10:15:18.825Z Compiling cstr-argument v0.1.2
22312026-06-02T10:15:19.075Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-06-02T10:15:19.096Z Compiling usdt v0.5.0
22332026-06-02T10:15:19.298Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22342026-06-02T10:15:19.856Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22352026-06-02T10:15:19.946Z Compiling rayon v1.11.0
22362026-06-02T10:15:20.048Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22372026-06-02T10:15:20.154Z Compiling crucible-workspace-hack v0.1.0
22382026-06-02T10:15:20.557Z Compiling typify v0.6.1
22392026-06-02T10:15:20.742Z Compiling tinyvec_macros v0.1.1
22402026-06-02T10:15:20.866Z Compiling tinyvec v1.10.0
22412026-06-02T10:15:21.028Z Compiling progenitor-impl v0.13.0
22422026-06-02T10:15:21.243Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22432026-06-02T10:15:21.754Z Compiling num_enum v0.5.11
22442026-06-02T10:15:21.951Z Compiling pin-project-internal v1.1.10
22452026-06-02T10:15:22.863Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22462026-06-02T10:15:22.910Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22472026-06-02T10:15:22.973Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
22482026-06-02T10:15:23.048Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
22492026-06-02T10:15:23.384Z Compiling rustix v0.38.44
22502026-06-02T10:15:23.906Z Compiling itertools v0.12.1
22512026-06-02T10:15:24.052Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22522026-06-02T10:15:24.122Z Compiling progenitor-impl v0.10.0
22532026-06-02T10:15:24.263Z Compiling sigpipe v0.1.3
22542026-06-02T10:15:24.275Z Compiling jiff v0.2.15
22552026-06-02T10:15:24.356Z Compiling const_format_proc_macros v0.2.34
22562026-06-02T10:15:24.456Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22572026-06-02T10:15:24.496Z Compiling progenitor-macro v0.13.0
22582026-06-02T10:15:24.711Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22592026-06-02T10:15:25.099Z Compiling zone v0.3.1
22602026-06-02T10:15:26.056Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22612026-06-02T10:15:26.567Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22622026-06-02T10:15:27.552Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22632026-06-02T10:15:27.577Z Compiling secrecy v0.10.3
22642026-06-02T10:15:27.603Z Compiling progenitor-macro v0.10.0
22652026-06-02T10:15:27.747Z Compiling smf v0.2.3
22662026-06-02T10:15:27.832Z Compiling async-recursion v1.1.1
22672026-06-02T10:15:28.116Z Compiling snafu-derive v0.8.9
22682026-06-02T10:15:28.359Z Compiling bstr v1.12.0
22692026-06-02T10:15:28.533Z Compiling whoami v1.6.1
22702026-06-02T10:15:28.855Z Compiling crc8 v0.1.1
22712026-06-02T10:15:28.981Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-06-02T10:15:30.148Z Compiling tokio-dtrace v0.1.1
22732026-06-02T10:15:30.428Z Compiling nix v0.31.3
22742026-06-02T10:15:30.453Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22752026-06-02T10:15:31.658Z Compiling reqwest v0.13.2
22762026-06-02T10:15:32.022Z Compiling hmac v0.12.1
22772026-06-02T10:15:32.177Z Compiling inout v0.1.4
22782026-06-02T10:15:32.307Z Compiling ff v0.13.1
22792026-06-02T10:15:32.455Z Compiling data-encoding v2.9.0
22802026-06-02T10:15:32.648Z Compiling progenitor-client v0.13.0
22812026-06-02T10:15:32.751Z Compiling group v0.13.0
22822026-06-02T10:15:32.876Z Compiling cipher v0.4.4
22832026-06-02T10:15:32.946Z Compiling hkdf v0.12.4
22842026-06-02T10:15:33.261Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22852026-06-02T10:15:33.289Z Compiling oxide-tokio-rt v0.1.6
22862026-06-02T10:15:33.940Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
22872026-06-02T10:15:34.514Z Compiling atomicwrites v0.4.4
22882026-06-02T10:15:34.528Z Compiling tabled_derive v0.7.0
22892026-06-02T10:15:34.890Z Compiling universal-hash v0.5.1
22902026-06-02T10:15:34.923Z Compiling crypto-bigint v0.5.5
22912026-06-02T10:15:34.958Z Compiling half v2.7.1
22922026-06-02T10:15:35.030Z Compiling base64ct v1.8.0
22932026-06-02T10:15:35.342Z Compiling base16ct v0.2.0
22942026-06-02T10:15:35.503Z Compiling ciborium-io v0.2.2
22952026-06-02T10:15:35.571Z Compiling indent_write v2.2.0
22962026-06-02T10:15:35.614Z Compiling opaque-debug v0.3.1
22972026-06-02T10:15:35.627Z Compiling ciborium-ll v0.2.2
22982026-06-02T10:15:35.696Z Compiling poly1305 v0.8.0
22992026-06-02T10:15:35.718Z Compiling password-hash v0.5.0
23002026-06-02T10:15:35.918Z Compiling progenitor v0.13.0
23012026-06-02T10:15:36.068Z Compiling elliptic-curve v0.13.8
23022026-06-02T10:15:36.252Z Compiling chacha20 v0.9.1
23032026-06-02T10:15:36.333Z Compiling similar v2.7.0
23042026-06-02T10:15:36.355Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23052026-06-02T10:15:36.481Z Compiling thiserror-no-std v2.0.2
23062026-06-02T10:15:36.925Z Compiling blake2 v0.10.6
23072026-06-02T10:15:37.225Z Compiling aead v0.5.2
23082026-06-02T10:15:37.347Z Compiling keccak v0.1.6
23092026-06-02T10:15:37.585Z Compiling linked-hash-map v0.5.6
23102026-06-02T10:15:37.596Z Compiling resolv-conf v0.7.5
23112026-06-02T10:15:37.737Z Compiling lru-cache v0.1.2
23122026-06-02T10:15:37.769Z Compiling sha3 v0.10.8
23132026-06-02T10:15:37.950Z Compiling chacha20poly1305 v0.10.1
23142026-06-02T10:15:38.047Z Compiling vsss-rs v3.3.4
23152026-06-02T10:15:38.050Z Compiling argon2 v0.5.3
23162026-06-02T10:15:38.082Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23172026-06-02T10:15:38.128Z Compiling ciborium v0.2.2
23182026-06-02T10:15:38.143Z Compiling hickory-proto v0.24.4
23192026-06-02T10:15:38.358Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
23202026-06-02T10:15:38.361Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23212026-06-02T10:15:38.905Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23222026-06-02T10:15:39.032Z Compiling serde-big-array v0.5.1
23232026-06-02T10:15:39.187Z Compiling unicode-segmentation v1.12.0
23242026-06-02T10:15:39.424Z Compiling siphasher v1.0.1
23252026-06-02T10:15:39.439Z Compiling humantime v2.3.0
23262026-06-02T10:15:39.474Z Compiling same-file v1.0.6
23272026-06-02T10:15:39.596Z Compiling walkdir v2.5.0
23282026-06-02T10:15:39.630Z Compiling phf_shared v0.12.1
23292026-06-02T10:15:39.655Z Compiling newline-converter v0.3.0
23302026-06-02T10:15:39.797Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23312026-06-02T10:15:39.808Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23322026-06-02T10:15:39.874Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23332026-06-02T10:15:39.963Z Compiling hickory-resolver v0.24.4
23342026-06-02T10:15:40.584Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23352026-06-02T10:15:40.997Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
23362026-06-02T10:15:41.777Z Compiling newtype_derive v0.1.6
23372026-06-02T10:15:41.870Z Compiling owo-colors v4.3.0
23382026-06-02T10:15:42.006Z Compiling tokio-stream v0.1.17
23392026-06-02T10:15:42.613Z Compiling console v0.15.11
23402026-06-02T10:15:42.702Z Compiling csv-core v0.1.12
23412026-06-02T10:15:42.781Z Compiling unicode-width v0.1.14
23422026-06-02T10:15:42.982Z Compiling termtree v0.5.1
23432026-06-02T10:15:43.078Z Compiling unicode-linebreak v0.1.5
23442026-06-02T10:15:43.141Z Compiling foldhash v0.1.5
23452026-06-02T10:15:43.186Z Compiling swrite v0.1.0
23462026-06-02T10:15:43.280Z Compiling smawk v0.3.2
23472026-06-02T10:15:43.326Z Compiling hashbrown v0.15.5
23482026-06-02T10:15:43.425Z Compiling textwrap v0.16.2
23492026-06-02T10:15:43.480Z Compiling expectorate v1.2.0
23502026-06-02T10:15:43.616Z Compiling csv v1.3.1
23512026-06-02T10:15:43.965Z Compiling qorb v0.4.1
23522026-06-02T10:15:44.193Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23532026-06-02T10:15:44.554Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23542026-06-02T10:15:45.661Z Compiling phf v0.12.1
23552026-06-02T10:15:46.069Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
23562026-06-02T10:15:46.156Z Compiling pin-project v1.1.10
23572026-06-02T10:15:46.274Z Compiling unicode-normalization v0.1.24
23582026-06-02T10:15:46.484Z Compiling libz-sys v1.1.22
23592026-06-02T10:15:46.611Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23602026-06-02T10:15:47.400Z Compiling libsw-core v0.3.2
23612026-06-02T10:15:47.606Z Compiling fixedbitset v0.5.7
23622026-06-02T10:15:47.822Z Compiling highway v1.3.0
23632026-06-02T10:15:47.952Z Compiling fixedbitset v0.4.2
23642026-06-02T10:15:48.025Z Compiling progenitor v0.10.0
23652026-06-02T10:15:48.176Z Compiling petgraph v0.6.5
23662026-06-02T10:15:48.189Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23672026-06-02T10:15:48.221Z Compiling petgraph v0.8.2
23682026-06-02T10:15:49.950Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23692026-06-02T10:15:50.222Z Compiling libsw v3.5.0
23702026-06-02T10:15:50.406Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23712026-06-02T10:15:50.713Z Compiling olpc-cjson v0.1.4
23722026-06-02T10:15:50.873Z Compiling libgit2-sys v0.17.0+1.8.1
23732026-06-02T10:15:51.156Z Compiling snafu v0.8.9
23742026-06-02T10:15:51.763Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23752026-06-02T10:15:51.795Z Compiling chrono-tz v0.10.4
23762026-06-02T10:15:51.814Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23772026-06-02T10:15:51.960Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23782026-06-02T10:15:52.408Z Compiling papergrid v0.11.0
23792026-06-02T10:15:52.687Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23802026-06-02T10:15:52.937Z Compiling globset v0.4.16
23812026-06-02T10:15:52.981Z Compiling const_format v0.2.34
23822026-06-02T10:15:53.327Z Compiling slog-dtrace v0.3.0
23832026-06-02T10:15:53.674Z Compiling cancel-safe-futures v0.1.5
23842026-06-02T10:15:53.688Z Compiling gethostname v0.5.0
23852026-06-02T10:15:53.989Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23862026-06-02T10:15:54.062Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23872026-06-02T10:15:54.297Z Compiling dropshot-api-manager-types v0.7.2
23882026-06-02T10:15:54.327Z Compiling pem v3.0.5
23892026-06-02T10:15:54.641Z Compiling bcs v0.1.6
23902026-06-02T10:15:54.677Z Compiling serde_plain v1.0.2
23912026-06-02T10:15:54.722Z Compiling cargo-platform v0.1.9
23922026-06-02T10:15:54.751Z Compiling linear-map v1.2.0
23932026-06-02T10:15:54.889Z Compiling tagptr v0.2.0
23942026-06-02T10:15:55.139Z Compiling typed-path v0.9.3
23952026-06-02T10:15:56.393Z Compiling tough v0.20.0
23962026-06-02T10:15:57.055Z Compiling moka v0.12.11
23972026-06-02T10:15:57.119Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23982026-06-02T10:15:57.322Z Compiling cargo_metadata v0.18.1
23992026-06-02T10:15:57.839Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24002026-06-02T10:15:58.701Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24012026-06-02T10:15:58.744Z Compiling tabled v0.15.0
24022026-06-02T10:15:58.977Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24032026-06-02T10:15:59.502Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24042026-06-02T10:15:59.710Z Compiling git2 v0.19.0
24052026-06-02T10:16:01.434Z Compiling steno v0.4.1
24062026-06-02T10:16:03.097Z Compiling cookie v0.18.1
24072026-06-02T10:16:03.599Z Compiling hickory-proto v0.25.2
24082026-06-02T10:16:05.462Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24092026-06-02T10:16:05.568Z Compiling hickory-resolver v0.25.2
24102026-06-02T10:16:08.088Z Compiling vergen v8.3.2
24112026-06-02T10:16:08.797Z Compiling signal-hook v0.3.18
24122026-06-02T10:16:10.227Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
24132026-06-02T10:16:10.241Z Compiling mockall_derive v0.13.1
24142026-06-02T10:16:10.384Z Compiling predicates-core v1.0.9
24152026-06-02T10:16:10.913Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24162026-06-02T10:16:11.071Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24172026-06-02T10:16:11.176Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
24182026-06-02T10:16:11.190Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24192026-06-02T10:16:12.630Z Compiling sha2 v0.10.9
24202026-06-02T10:16:13.042Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
24212026-06-02T10:16:13.207Z Compiling yansi v1.0.1
24222026-06-02T10:16:13.278Z Compiling diff v0.1.13
24232026-06-02T10:16:13.542Z Compiling pretty_assertions v1.4.1
24242026-06-02T10:16:13.845Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24252026-06-02T10:16:14.155Z Compiling fs-err v3.1.2
24262026-06-02T10:16:14.478Z Compiling predicates v3.1.3
24272026-06-02T10:16:14.699Z Compiling predicates-tree v1.0.12
24282026-06-02T10:16:15.467Z Compiling git-stub v1.0.0
24292026-06-02T10:16:15.539Z Compiling filetime v0.2.26
24302026-06-02T10:16:15.748Z Compiling constant_time_eq v0.3.1
24312026-06-02T10:16:15.810Z Compiling arrayvec v0.7.6
24322026-06-02T10:16:15.878Z Compiling is_ci v1.2.0
24332026-06-02T10:16:16.030Z Compiling downcast v0.11.0
24342026-06-02T10:16:16.043Z Compiling xattr v1.6.1
24352026-06-02T10:16:16.193Z Compiling fragile v2.0.1
24362026-06-02T10:16:16.236Z Compiling arrayref v0.3.9
24372026-06-02T10:16:16.325Z Compiling blake3 v1.8.2
24382026-06-02T10:16:16.514Z Compiling tar v0.4.45
24392026-06-02T10:16:16.922Z Compiling toml v0.7.8
24402026-06-02T10:16:17.434Z Compiling mockall v0.13.1
24412026-06-02T10:16:17.554Z Compiling supports-color v3.0.2
24422026-06-02T10:16:17.613Z Compiling git-stub-vcs v0.1.0
24432026-06-02T10:16:17.748Z Compiling signal-hook-tokio v0.3.1
24442026-06-02T10:16:17.897Z Compiling curl-sys v0.4.83+curl-8.15.0
24452026-06-02T10:16:18.199Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
24462026-06-02T10:16:19.140Z Compiling drift v0.2.0
24472026-06-02T10:16:19.628Z Compiling kstat-rs v0.2.4
24482026-06-02T10:16:19.959Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24492026-06-02T10:16:20.169Z Compiling display-error-chain v0.2.2
24502026-06-02T10:16:20.282Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24512026-06-02T10:16:20.321Z Compiling hex-literal v1.0.0
24522026-06-02T10:16:20.387Z Compiling topological-sort v0.2.2
24532026-06-02T10:16:20.568Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24542026-06-02T10:16:20.580Z Compiling omicron-zone-package v0.12.2
24552026-06-02T10:16:20.681Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24562026-06-02T10:16:21.234Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24572026-06-02T10:16:22.602Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24582026-06-02T10:16:22.761Z Compiling dropshot-api-manager v0.7.2
24592026-06-02T10:16:23.239Z Compiling curl v0.4.49
24602026-06-02T10:16:23.468Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
24612026-06-02T10:16:23.653Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
24622026-06-02T10:16:23.900Z Compiling search_path v0.1.4
24632026-06-02T10:16:23.913Z Compiling internet-checksum v0.2.1
24642026-06-02T10:16:24.062Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24652026-06-02T10:16:24.306Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
24662026-06-02T10:16:28.244Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
24672026-06-02T10:16:29.735Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
24682026-06-02T10:17:14.468Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s
24692026-06-02T10:17:14.613Z Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e)
24702026-06-02T10:17:14.616Z
24712026-06-02T10:17:14.616Zrunning 5 tests
24722026-06-02T10:17:14.616Ztest fuse::tests::chip_revision_b0 ... ok
24732026-06-02T10:17:14.616Ztest fuse::tests::chip_revision_b1 ... ok
24742026-06-02T10:17:14.616Ztest fuse::tests::chip_revision_a0 ... ok
24752026-06-02T10:17:14.616Ztest fuse::tests::chip_revision_unknown_device_id ... ok
24762026-06-02T10:17:14.616Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
24772026-06-02T10:17:14.617Z
24782026-06-02T10:17:14.617Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24792026-06-02T10:17:14.617Z
24802026-06-02T10:17:14.619Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
24812026-06-02T10:17:14.622Z
24822026-06-02T10:17:14.622Zrunning 0 tests
24832026-06-02T10:17:14.622Z
24842026-06-02T10:17:14.622Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24852026-06-02T10:17:14.622Z
24862026-06-02T10:17:14.622Z Running unittests src/lib.rs (target/debug/deps/asic-4295af201de08ab5)
24872026-06-02T10:17:14.622Z
24882026-06-02T10:17:14.622Zrunning 0 tests
24892026-06-02T10:17:14.623Z
24902026-06-02T10:17:14.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-06-02T10:17:14.623Z
24922026-06-02T10:17:14.625Z Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e)
24932026-06-02T10:17:14.625Z
24942026-06-02T10:17:14.625Zrunning 10 tests
24952026-06-02T10:17:14.626Ztest network::tests::test_equal ... ok
24962026-06-02T10:17:14.626Ztest nat::tests::test_vni ... ok
24972026-06-02T10:17:14.626Ztest network::tests::test_eui64 ... ok
24982026-06-02T10:17:14.626Ztest network::tests::test_into ... ok
24992026-06-02T10:17:14.626Ztest network::tests::test_generate_ipv6_link_local ... ok
25002026-06-02T10:17:14.626Ztest network::tests::test_not_equal ... ok
25012026-06-02T10:17:14.626Ztest network::tests::test_parse ... ok
25022026-06-02T10:17:14.626Ztest network::tests::test_to_string ... ok
25032026-06-02T10:17:14.626Ztest test_purge ... ok
25042026-06-02T10:17:14.629Ztest illumos::test::address_exists_handles_missing_object ... ok
25052026-06-02T10:17:14.629Z
25062026-06-02T10:17:14.631Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25072026-06-02T10:17:14.632Z
25082026-06-02T10:17:14.632Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40)
25092026-06-02T10:17:14.635Z
25102026-06-02T10:17:14.635Zrunning 1 test
25112026-06-02T10:17:14.638Z -------
25122026-06-02T10:17:14.638Z Generating OpenAPI documents from API definitions ...
25132026-06-02T10:17:14.779Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
25142026-06-02T10:17:14.848Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
25152026-06-02T10:17:15.842Z -------
25162026-06-02T10:17:15.843Z Checking 12 OpenAPI documents...
25172026-06-02T10:17:15.843Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
25182026-06-02T10:17:15.845Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
25192026-06-02T10:17:15.845Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
25202026-06-02T10:17:15.845Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
25212026-06-02T10:17:15.845Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
25222026-06-02T10:17:15.845Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
25232026-06-02T10:17:15.845Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
25242026-06-02T10:17:15.845Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
25252026-06-02T10:17:15.845Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
25262026-06-02T10:17:15.846Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
25272026-06-02T10:17:15.846Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
25282026-06-02T10:17:15.846Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
25292026-06-02T10:17:15.846Z Fresh dpd "latest" symlink
25302026-06-02T10:17:15.846Z -------
25312026-06-02T10:17:15.846Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
25322026-06-02T10:17:15.908Ztest test::test_apis_up_to_date ... ok
25332026-06-02T10:17:15.908Z
25342026-06-02T10:17:15.908Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
25352026-06-02T10:17:15.908Z
25362026-06-02T10:17:15.963Z Running unittests src/main.rs (target/debug/deps/dpd-03984d4f9b21105d)
25372026-06-02T10:17:15.969Z
25382026-06-02T10:17:15.969Zrunning 45 tests
25392026-06-02T10:17:15.972Ztest freemap::test_ordering ... ok
25402026-06-02T10:17:15.972Ztest config::tests::test_updates ... ok
25412026-06-02T10:17:15.972Ztest freemap::test_split ... ok
25422026-06-02T10:17:15.972Ztest dhcpv6::tests::test_create_duid_bytes ... ok
25432026-06-02T10:17:15.972Ztest macaddrs::tests::test_mac_offset ... ok
25442026-06-02T10:17:15.974Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25452026-06-02T10:17:15.974Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25462026-06-02T10:17:15.974Ztest macaddrs::tests::test_parse_port_id ... ok
25472026-06-02T10:17:15.975Ztest mcast::tests::test_canonicalize_sources ... ok
25482026-06-02T10:17:15.975ZJun 02 10:17:14.406 DEBG created new freemap, unit: freemap_test
25492026-06-02T10:17:15.975ZJun 02 10:17:14.406 DEBG initted freemap. size: 128, unit: freemap_test
25502026-06-02T10:17:15.975ZJun 02 10:17:14.406 DEBG reset freemap, unit: freemap_test
25512026-06-02T10:17:15.975ZJun 02 10:17:14.406 DEBG created new freemap, unit: freemap_test
25522026-06-02T10:17:15.975ZJun 02 10:17:14.406 DEBG initted freemap. size: 128, unit: freemap_testJun 02 10:17:14.406
25532026-06-02T10:17:15.975Z DEBG created new freemapJun 02 10:17:14.406 DEBG, unitreset freemap:, unitfreemap_test:
25542026-06-02T10:17:15.975Zfreemap_test
25552026-06-02T10:17:15.975ZJun 02 10:17:14.406 DEBG initted freemap. size: 128, unit: freemap_test
25562026-06-02T10:17:15.975ZJun 02 10:17:14.406 DEBG reset freemap, unit: freemap_test
25572026-06-02T10:17:15.975Ztest freemap::test_exhaustion ... ok
25582026-06-02T10:17:15.975Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
25592026-06-02T10:17:15.975Ztest freemap::test_free ... ok
25602026-06-02T10:17:15.975Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
25612026-06-02T10:17:15.975ZJun 02 10:17:14.406 DEBG created new freemap, unit: freemap_test
25622026-06-02T10:17:15.975ZJun 02 10:17:14.406 DEBG initted freemap. size: 128, unit: freemap_test
25632026-06-02T10:17:15.975Ztest mcast::tests::test_create_port_bitmap_empty ... ok
25642026-06-02T10:17:15.975ZJun 02 10:17:14.406 DEBG reset freemap, unit: freemap_test
25652026-06-02T10:17:15.975Ztest freemap::test_reclaim ... ok
25662026-06-02T10:17:15.975Ztest freemap::test_basic ... ok
25672026-06-02T10:17:15.975Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
25682026-06-02T10:17:15.975Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
25692026-06-02T10:17:15.975Ztest mcast::tests::test_concurrent_id_allocation ... ok
25702026-06-02T10:17:15.975Ztest mcast::tests::test_sources_contain_any ... ok
25712026-06-02T10:17:15.975Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
25722026-06-02T10:17:15.975Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
25732026-06-02T10:17:15.978Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
25742026-06-02T10:17:15.978Ztest mcast::validate::tests::test_address_validation_integrated ... ok
25752026-06-02T10:17:15.978Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
25762026-06-02T10:17:15.978Ztest mcast::validate::tests::test_ipv4_validation ... ok
25772026-06-02T10:17:15.978Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
25782026-06-02T10:17:15.978Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
25792026-06-02T10:17:15.978Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
25802026-06-02T10:17:15.978Ztest mcast::validate::tests::test_is_ssm_function ... ok
25812026-06-02T10:17:15.978Ztest mcast::validate::tests::test_validate_nat_target ... ok
25822026-06-02T10:17:15.978Ztest mcast::validate::tests::test_ipv6_validation ... ok
25832026-06-02T10:17:15.978Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
25842026-06-02T10:17:15.979Ztest mcast::validate::tests::test_validate_source_addresses ... ok
25852026-06-02T10:17:15.979Ztest mcast::validate::tests::test_validate_tag ... ok
25862026-06-02T10:17:15.979Ztest nat::test_mapping ... ok
25872026-06-02T10:17:15.979Ztest mcast::validate::tests::test_validate_tag_format ... ok
25882026-06-02T10:17:15.979ZJun 02 10:17:14.408 DEBG created new freemap, unit: freemap_test
25892026-06-02T10:17:15.979ZJun 02 10:17:14.408 DEBG initted freemap. size: 128, unit: freemap_test
25902026-06-02T10:17:15.979ZJun 02 10:17:14.408 DEBG reset freemap, unit: freemap_test
25912026-06-02T10:17:15.979Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
25922026-06-02T10:17:15.979Ztest port_map::tests::test_backplane_group ... ok
25932026-06-02T10:17:15.979Ztest api_server::tests::test_build_info ... ok
25942026-06-02T10:17:15.979Ztest freemap::test_span ... ok
25952026-06-02T10:17:15.979Ztest port_map::tests::test_port_map ... ok
25962026-06-02T10:17:15.979Ztest port_map::tests::dump_map ... ok
25972026-06-02T10:17:15.979Ztest mcast::tests::test_id_range_boundaries ... ok
25982026-06-02T10:17:15.979Ztest port_map::tests::parse_softnpu_revision ... ok
25992026-06-02T10:17:15.979Z
26002026-06-02T10:17:15.979Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26012026-06-02T10:17:15.980Z
26022026-06-02T10:17:15.982Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a1140eb46f3fd2ae)
26032026-06-02T10:17:15.982Z
26042026-06-02T10:17:15.982Zrunning 0 tests
26052026-06-02T10:17:15.983Z
26062026-06-02T10:17:15.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26072026-06-02T10:17:15.983Z
26082026-06-02T10:17:15.983Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd)
26092026-06-02T10:17:15.985Z
26102026-06-02T10:17:15.985Zrunning 0 tests
26112026-06-02T10:17:15.985Z
26122026-06-02T10:17:15.985Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26132026-06-02T10:17:15.985Z
26142026-06-02T10:17:15.985Z Running unittests src/lib.rs (target/debug/deps/dpd_client-655de5cc01686e0a)
26152026-06-02T10:17:15.986Z
26162026-06-02T10:17:15.986Zrunning 6 tests
26172026-06-02T10:17:15.988Ztest tests::test_full_lot_id_neither_present ... ok
26182026-06-02T10:17:15.988Ztest tests::test_full_lot_id_both_present ... ok
26192026-06-02T10:17:15.988Ztest tests::test_port_id_cmp ... ok
26202026-06-02T10:17:15.988Ztest tests::test_full_lot_id_lot_only ... ok
26212026-06-02T10:17:15.988Ztest tests::test_parse_client_port_id ... ok
26222026-06-02T10:17:15.988Ztest tests::test_full_lot_id_lotnum_only ... ok
26232026-06-02T10:17:15.988Z
26242026-06-02T10:17:15.988Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26252026-06-02T10:17:15.988Z
26262026-06-02T10:17:15.988Z Running tests/test_all.rs (target/debug/deps/test_all-a0aaaec21b1322d6)
26272026-06-02T10:17:15.988Z
26282026-06-02T10:17:15.988Zrunning 0 tests
26292026-06-02T10:17:15.988Z
26302026-06-02T10:17:15.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26312026-06-02T10:17:15.988Z
26322026-06-02T10:17:15.988Z Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3)
26332026-06-02T10:17:15.991Z
26342026-06-02T10:17:15.991Zrunning 0 tests
26352026-06-02T10:17:15.991Z
26362026-06-02T10:17:15.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26372026-06-02T10:17:15.991Z
26382026-06-02T10:17:15.991Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e)
26392026-06-02T10:17:15.994Z
26402026-06-02T10:17:15.994Zrunning 0 tests
26412026-06-02T10:17:15.994Z
26422026-06-02T10:17:15.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26432026-06-02T10:17:15.994Z
26442026-06-02T10:17:15.994Z Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518)
26452026-06-02T10:17:15.994Z
26462026-06-02T10:17:15.994Zrunning 12 tests
26472026-06-02T10:17:15.994Ztest icmp::test_v6_checksum ... ok
26482026-06-02T10:17:15.994Ztest icmp::test_v4_checksum ... ok
26492026-06-02T10:17:15.994Ztest lldp::test_lldp_parse ... ok
26502026-06-02T10:17:15.994Ztest pbuf::test_byte ... ok
26512026-06-02T10:17:15.994Ztest ipv6::test_ipv6_parse ... ok
26522026-06-02T10:17:15.994Ztest pbuf::test_nibble ... ok
26532026-06-02T10:17:15.995Ztest pbuf::test_short ... ok
26542026-06-02T10:17:15.995Ztest pbuf::test_overflow ... ok
26552026-06-02T10:17:15.995Ztest pbuf::test_twelve ... ok
26562026-06-02T10:17:15.995Ztest pbuf::test_word ... ok
26572026-06-02T10:17:15.995Ztest tcp::test_checksum_syn_nodata ... ok
26582026-06-02T10:17:15.995Ztest tcp::test_checksum_ack_data ... ok
26592026-06-02T10:17:15.995Z
26602026-06-02T10:17:15.995Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26612026-06-02T10:17:15.995Z
26622026-06-02T10:17:15.997Z Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d)
26632026-06-02T10:17:15.997Z
26642026-06-02T10:17:15.997Zrunning 0 tests
26652026-06-02T10:17:15.998Z
26662026-06-02T10:17:15.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26672026-06-02T10:17:15.998Z
26682026-06-02T10:17:15.998Z Running unittests src/main.rs (target/debug/deps/swadm-3bf0add306f0648f)
26692026-06-02T10:17:16.002Z
26702026-06-02T10:17:16.002Zrunning 5 tests
26712026-06-02T10:17:16.002Ztest switchport::test::test_compute_lanes ... ok
26722026-06-02T10:17:16.002Ztest switchport::test::port_id_ordering ... ok
26732026-06-02T10:17:16.002Z Lane 0 Lane 0Lane 1 Lane 1Lane 2 Lane 3Lane 2
26742026-06-02T10:17:16.002Z Lane 3 Rx Loss-of-lock: Yes
26752026-06-02T10:17:16.002Z State: ActivatedYes YesActivated Yes
26762026-06-02T10:17:16.002ZActivated Rx Loss-of-signal: YesActivated
26772026-06-02T10:17:16.002Z Rx Output Enabled: false Yes Yesfalse Yesfalse
26782026-06-02T10:17:16.002Z false
26792026-06-02T10:17:16.002Z Rx CDR Enabled: Yes Rx Output Status: valid Yes validYes Yesvalid
26802026-06-02T10:17:16.002Z Tx Enabled: Yesvalid
26812026-06-02T10:17:16.002ZYes Rx Loss-of-lock: true Yestrue Yes
26822026-06-02T10:17:16.002Ztrue true Tx Loss-of-lock: No
26832026-06-02T10:17:16.002Z No Rx Loss-of-signal: false Nofalse Nofalse
26842026-06-02T10:17:16.002Z false
26852026-06-02T10:17:16.002Z Tx Loss-of-signal: NoRx Auto-squelch Disable: true Notrue No trueNo
26862026-06-02T10:17:16.002Z true Tx CDR Enabled: No
26872026-06-02T10:17:16.002Z Tx Output Enabled: trueNo true Notrue No
26882026-06-02T10:17:16.002Ztrue
26892026-06-02T10:17:16.003Z Tx Adaptive EQ Fault: No Tx Output Status: invalid No invalid Noinvalid Noinvalid
26902026-06-02T10:17:16.003Z
26912026-06-02T10:17:16.003Z Tx Fault: Yes Tx Loss-of-lock: false Yes false Yes falseYes false
26922026-06-02T10:17:16.003Z
26932026-06-02T10:17:16.003Z Tx Loss-of-signal: true true true true
26942026-06-02T10:17:16.003ZTx Auto-squelch Disable: false false false false
26952026-06-02T10:17:16.003Z Tx Adaptive EQ Fail: true true true true
26962026-06-02T10:17:16.003Z Tx Failure: false false false false
26972026-06-02T10:17:16.003Z Tx Force Squelch: true true true true
26982026-06-02T10:17:16.003Z Tx Input Polarity: normal normal normal normal
26992026-06-02T10:17:16.003Ztest switchport::test::test_print_sff_datapath ... ok
27002026-06-02T10:17:16.003Ztest switchport::test::test_print_cmis_datapath ... ok
27012026-06-02T10:17:16.003Ztest link::test_filter ... ok
27022026-06-02T10:17:16.003Z
27032026-06-02T10:17:16.003Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27042026-06-02T10:17:16.003Z
27052026-06-02T10:17:16.003Z Running tests/counters.rs (target/debug/deps/counters-1471c2478fa74711)
27062026-06-02T10:17:16.006Z
27072026-06-02T10:17:16.006Zrunning 1 test
27082026-06-02T10:17:16.006Ztest test_p4_counter_list ... ignored
27092026-06-02T10:17:16.006Z
27102026-06-02T10:17:16.006Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27112026-06-02T10:17:16.006Z
27122026-06-02T10:17:16.006Z Running tests/multicast.rs (target/debug/deps/multicast-08ed361848077899)
27132026-06-02T10:17:16.006Z
27142026-06-02T10:17:16.006Zrunning 1 test
27152026-06-02T10:17:16.006Ztest test_multicast_list_and_get ... ignored
27162026-06-02T10:17:16.007Z
27172026-06-02T10:17:16.007Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27182026-06-02T10:17:16.007Z
27192026-06-02T10:17:16.007Z Running tests/port-link.rs (target/debug/deps/port_link-7ff66e93d623aab7)
27202026-06-02T10:17:16.010Z
27212026-06-02T10:17:16.010Zrunning 5 tests
27222026-06-02T10:17:16.010Ztest test_an ... ignored
27232026-06-02T10:17:16.010Ztest test_enable ... ignored
27242026-06-02T10:17:16.010Ztest test_ip_addresses ... ignored
27252026-06-02T10:17:16.010Ztest test_kr ... ignored
27262026-06-02T10:17:16.010Ztest test_mac ... ignored
27272026-06-02T10:17:16.010Z
27282026-06-02T10:17:16.010Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27292026-06-02T10:17:16.010Z
27302026-06-02T10:17:16.010Z Running unittests src/main.rs (target/debug/deps/tfportd-7735c9dd777f743d)
27312026-06-02T10:17:16.013Z
27322026-06-02T10:17:16.013Zrunning 3 tests
27332026-06-02T10:17:16.013Ztest linklocal::test_parse_ipadm ... ok
27342026-06-02T10:17:16.013Ztest tfport::test_parse_tfport ... ok
27352026-06-02T10:17:16.013Ztest config::tests::test_updates ... ok
27362026-06-02T10:17:16.013Z
27372026-06-02T10:17:16.013Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27382026-06-02T10:17:16.013Z
27392026-06-02T10:17:16.016Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907)
27402026-06-02T10:17:16.016Z
27412026-06-02T10:17:16.016Zrunning 0 tests
27422026-06-02T10:17:16.016Z
27432026-06-02T10:17:16.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27442026-06-02T10:17:16.016Z
27452026-06-02T10:17:16.016Z Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39)
27462026-06-02T10:17:16.019Z
27472026-06-02T10:17:16.019Zrunning 0 tests
27482026-06-02T10:17:16.019Z
27492026-06-02T10:17:16.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27502026-06-02T10:17:16.019Z
27512026-06-02T10:17:16.019Z Doc-tests aal
27522026-06-02T10:17:16.146Z
27532026-06-02T10:17:16.146Zrunning 0 tests
27542026-06-02T10:17:16.147Z
27552026-06-02T10:17:16.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27562026-06-02T10:17:16.147Z
27572026-06-02T10:17:16.164Z Doc-tests aal_macros
27582026-06-02T10:17:16.233Z
27592026-06-02T10:17:16.233Zrunning 0 tests
27602026-06-02T10:17:16.233Z
27612026-06-02T10:17:16.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27622026-06-02T10:17:16.233Z
27632026-06-02T10:17:16.244Z Doc-tests common
27642026-06-02T10:17:16.478Z
27652026-06-02T10:17:16.478Zrunning 0 tests
27662026-06-02T10:17:16.478Z
27672026-06-02T10:17:16.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27682026-06-02T10:17:16.478Z
27692026-06-02T10:17:16.500Z Doc-tests dpd_api
27702026-06-02T10:17:17.229Z
27712026-06-02T10:17:17.229Zrunning 2 tests
27722026-06-02T10:17:17.229Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
27732026-06-02T10:17:17.229Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
27742026-06-02T10:17:17.229Z
27752026-06-02T10:17:17.229Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
27762026-06-02T10:17:17.229Z
27772026-06-02T10:17:17.260Z Doc-tests dpd_client
27782026-06-02T10:17:18.508Z
27792026-06-02T10:17:18.508Zrunning 0 tests
27802026-06-02T10:17:18.508Z
27812026-06-02T10:17:18.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-06-02T10:17:18.509Z
27832026-06-02T10:17:18.553Z Doc-tests dpd_types
27842026-06-02T10:17:18.764Z
27852026-06-02T10:17:18.764Zrunning 0 tests
27862026-06-02T10:17:18.764Z
27872026-06-02T10:17:18.764Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27882026-06-02T10:17:18.764Z
27892026-06-02T10:17:18.792Z Doc-tests dpd_types_versions
27902026-06-02T10:17:19.980Z
27912026-06-02T10:17:19.980Zrunning 1 test
27922026-06-02T10:17:19.980Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
27932026-06-02T10:17:19.980Z
27942026-06-02T10:17:19.980Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27952026-06-02T10:17:19.980Z
27962026-06-02T10:17:20.023Z Doc-tests packet
27972026-06-02T10:17:20.135Z
27982026-06-02T10:17:20.135Zrunning 0 tests
27992026-06-02T10:17:20.135Z
28002026-06-02T10:17:20.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28012026-06-02T10:17:20.135Z
28022026-06-02T10:17:20.151Z Doc-tests pcap
28032026-06-02T10:17:20.203Z
28042026-06-02T10:17:20.203Zrunning 0 tests
28052026-06-02T10:17:20.203Z
28062026-06-02T10:17:20.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28072026-06-02T10:17:20.204Z
28082026-06-02T10:17:20.276Z+ for feat in tofino_stub tofino_asic softnpu chaos
28092026-06-02T10:17:20.276Z+ RUST_BACKTRACE=full
28102026-06-02T10:17:20.276Z+ cargo test --features tofino_asic --no-fail-fast
28112026-06-02T10:17:20.971Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28122026-06-02T10:17:21.060Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
28132026-06-02T10:17:21.067Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
28142026-06-02T10:17:21.075Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
28152026-06-02T10:17:29.470Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
28162026-06-02T10:17:29.659Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
28172026-06-02T10:18:11.130Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.84s
28182026-06-02T10:18:11.262Z Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e)
28192026-06-02T10:18:11.265Z
28202026-06-02T10:18:11.265Zrunning 5 tests
28212026-06-02T10:18:11.268Ztest fuse::tests::chip_revision_b1 ... ok
28222026-06-02T10:18:11.268Ztest fuse::tests::chip_revision_a0 ... ok
28232026-06-02T10:18:11.268Ztest fuse::tests::chip_revision_b0 ... ok
28242026-06-02T10:18:11.268Ztest fuse::tests::chip_revision_unknown_device_id ... ok
28252026-06-02T10:18:11.268Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
28262026-06-02T10:18:11.268Z
28272026-06-02T10:18:11.268Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28282026-06-02T10:18:11.268Z
28292026-06-02T10:18:11.268Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
28302026-06-02T10:18:11.272Z
28312026-06-02T10:18:11.272Zrunning 0 tests
28322026-06-02T10:18:11.272Z
28332026-06-02T10:18:11.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28342026-06-02T10:18:11.272Z
28352026-06-02T10:18:11.272Z Running unittests src/lib.rs (target/debug/deps/asic-9afb5547a0add77a)
28362026-06-02T10:18:11.375Z
28372026-06-02T10:18:11.375Zrunning 8 tests
28382026-06-02T10:18:11.377Ztest tofino_asic::qsfp::tests::fix_link ... ok
28392026-06-02T10:18:11.378Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
28402026-06-02T10:18:11.378Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
28412026-06-02T10:18:11.378Ztest tofino_asic::stats::constants_sanity_check ... ok
28422026-06-02T10:18:11.378Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
28432026-06-02T10:18:11.378Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
28442026-06-02T10:18:11.385Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
28452026-06-02T10:18:11.876Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
28462026-06-02T10:18:11.877Z
28472026-06-02T10:18:11.877Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
28482026-06-02T10:18:11.877Z
28492026-06-02T10:18:11.886Z Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e)
28502026-06-02T10:18:11.890Z
28512026-06-02T10:18:11.890Zrunning 10 tests
28522026-06-02T10:18:11.890Ztest nat::tests::test_vni ... ok
28532026-06-02T10:18:11.890Ztest network::tests::test_equal ... ok
28542026-06-02T10:18:11.890Ztest network::tests::test_eui64 ... ok
28552026-06-02T10:18:11.890Ztest network::tests::test_generate_ipv6_link_local ... ok
28562026-06-02T10:18:11.890Ztest network::tests::test_into ... ok
28572026-06-02T10:18:11.890Ztest network::tests::test_not_equal ... ok
28582026-06-02T10:18:11.890Ztest network::tests::test_to_string ... ok
28592026-06-02T10:18:11.890Ztest network::tests::test_parse ... ok
28602026-06-02T10:18:11.893Ztest test_purge ... ok
28612026-06-02T10:18:11.893Ztest illumos::test::address_exists_handles_missing_object ... ok
28622026-06-02T10:18:11.893Z
28632026-06-02T10:18:11.893Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28642026-06-02T10:18:11.893Z
28652026-06-02T10:18:11.893Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40)
28662026-06-02T10:18:11.897Z
28672026-06-02T10:18:11.897Zrunning 1 test
28682026-06-02T10:18:11.900Z -------
28692026-06-02T10:18:11.900Z Generating OpenAPI documents from API definitions ...
28702026-06-02T10:18:12.042Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
28712026-06-02T10:18:12.111Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
28722026-06-02T10:18:13.096Z -------
28732026-06-02T10:18:13.096Z Checking 12 OpenAPI documents...
28742026-06-02T10:18:13.096Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
28752026-06-02T10:18:13.096Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
28762026-06-02T10:18:13.096Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
28772026-06-02T10:18:13.096Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
28782026-06-02T10:18:13.096Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
28792026-06-02T10:18:13.103Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
28802026-06-02T10:18:13.103Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
28812026-06-02T10:18:13.103Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
28822026-06-02T10:18:13.103Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
28832026-06-02T10:18:13.103Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
28842026-06-02T10:18:13.103Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
28852026-06-02T10:18:13.103Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
28862026-06-02T10:18:13.103Z Fresh dpd "latest" symlink
28872026-06-02T10:18:13.103Z -------
28882026-06-02T10:18:13.103Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
28892026-06-02T10:18:13.156Ztest test::test_apis_up_to_date ... ok
28902026-06-02T10:18:13.156Z
28912026-06-02T10:18:13.156Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
28922026-06-02T10:18:13.156Z
28932026-06-02T10:18:13.215Z Running unittests src/main.rs (target/debug/deps/dpd-50f4d62469890175)
28942026-06-02T10:18:13.285Z
28952026-06-02T10:18:13.285Zrunning 77 tests
28962026-06-02T10:18:13.289Ztest config::tests::test_updates ... ok
28972026-06-02T10:18:13.292Ztest dhcpv6::tests::test_create_duid_bytes ... ok
28982026-06-02T10:18:13.292Ztest freemap::test_ordering ... ok
28992026-06-02T10:18:13.292Ztest freemap::test_split ... ok
29002026-06-02T10:18:13.292Ztest macaddrs::tests::test_mac_offset ... ok
29012026-06-02T10:18:13.292Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29022026-06-02T10:18:13.292Ztest macaddrs::tests::test_parse_port_id ... ok
29032026-06-02T10:18:13.292Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29042026-06-02T10:18:13.292ZJun 02 10:18:11.722 DEBG created new freemap, unit: freemap_test
29052026-06-02T10:18:13.292ZJun 02 10:18:11.722 DEBG initted freemap. size: 128, unit: freemap_test
29062026-06-02T10:18:13.292ZJun 02 10:18:11.722 DEBG reset freemap, unit: freemap_test
29072026-06-02T10:18:13.292Ztest mcast::tests::test_canonicalize_sources ... ok
29082026-06-02T10:18:13.292Ztest freemap::test_exhaustion ... ok
29092026-06-02T10:18:13.292Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
29102026-06-02T10:18:13.292Ztest mcast::tests::test_create_port_bitmap_empty ... ok
29112026-06-02T10:18:13.292Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
29122026-06-02T10:18:13.292Ztest api_server::tests::test_build_info ... ok
29132026-06-02T10:18:13.292ZJun 02 10:18:11.723 DEBG created new freemap, unit: freemap_test
29142026-06-02T10:18:13.292ZJun 02 10:18:11.723 DEBG initted freemap. size: 128, unit: freemap_test
29152026-06-02T10:18:13.293ZJun 02 10:18:11.724 DEBG reset freemap, unit: freemap_test
29162026-06-02T10:18:13.293Ztest freemap::test_basic ... ok
29172026-06-02T10:18:13.293Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
29182026-06-02T10:18:13.297Ztest mcast::tests::test_concurrent_id_allocation ... ok
29192026-06-02T10:18:13.297Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
29202026-06-02T10:18:13.297Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
29212026-06-02T10:18:13.297Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
29222026-06-02T10:18:13.297Ztest mcast::tests::test_sources_contain_any ... ok
29232026-06-02T10:18:13.297Ztest mcast::validate::tests::test_address_validation_integrated ... ok
29242026-06-02T10:18:13.297Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
29252026-06-02T10:18:13.297Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
29262026-06-02T10:18:13.297Ztest mcast::validate::tests::test_ipv4_validation ... ok
29272026-06-02T10:18:13.297Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
29282026-06-02T10:18:13.297Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
29292026-06-02T10:18:13.297Ztest mcast::validate::tests::test_ipv6_validation ... ok
29302026-06-02T10:18:13.297Ztest mcast::validate::tests::test_validate_nat_target ... ok
29312026-06-02T10:18:13.297Ztest mcast::tests::test_id_range_boundaries ... ok
29322026-06-02T10:18:13.297Ztest mcast::validate::tests::test_is_ssm_function ... ok
29332026-06-02T10:18:13.297Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
29342026-06-02T10:18:13.297Ztest mcast::validate::tests::test_validate_source_addresses ... ok
29352026-06-02T10:18:13.297Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
29362026-06-02T10:18:13.297Ztest mcast::validate::tests::test_validate_tag ... ok
29372026-06-02T10:18:13.297Ztest nat::test_mapping ... ok
29382026-06-02T10:18:13.297Ztest mcast::validate::tests::test_validate_tag_format ... ok
29392026-06-02T10:18:13.298Ztest port_map::tests::test_backplane_group ... ok
29402026-06-02T10:18:13.298Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
29412026-06-02T10:18:13.298Ztest transceivers::mpn_test::test_mpn_missing ... ok
29422026-06-02T10:18:13.298Ztest port_map::tests::test_port_map ... ok
29432026-06-02T10:18:13.298Ztest transceivers::mpn_test::test_mpn_present ... ok
29442026-06-02T10:18:13.298Ztest transceivers::mpn_test::test_xcvr_missing ... ok
29452026-06-02T10:18:13.298Ztest port_map::tests::dump_map ... ok
29462026-06-02T10:18:13.298Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
29472026-06-02T10:18:13.298Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
29482026-06-02T10:18:13.298Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
29492026-06-02T10:18:13.298ZJun 02 10:18:11.725 DEBG created new freemap, unit: freemap_test
29502026-06-02T10:18:13.298ZJun 02 10:18:11.725 DEBG initted freemap. size: 128, unit: freemap_test
29512026-06-02T10:18:13.298ZJun 02 10:18:11.725 DEBG reset freemap, unit: freemap_test
29522026-06-02T10:18:13.298Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
29532026-06-02T10:18:13.298Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
29542026-06-02T10:18:13.298Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
29552026-06-02T10:18:13.298Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
29562026-06-02T10:18:13.298Ztest freemap::test_span ... ok
29572026-06-02T10:18:13.298ZJun 02 10:18:11.725 DEBG created new freemap, unit: freemap_test
29582026-06-02T10:18:13.298ZJun 02 10:18:11.725 DEBG initted freemap. size: 128, unit: freemap_test
29592026-06-02T10:18:13.298ZJun 02 10:18:11.725 DEBG reset freemap, unit: freemap_test
29602026-06-02T10:18:13.298Ztest freemap::test_reclaim ... ok
29612026-06-02T10:18:13.298ZJun 02 10:18:11.725 DEBG created new freemap, unit: freemap_test
29622026-06-02T10:18:13.298ZJun 02 10:18:11.725 DEBG initted freemap. size: 128, unit: freemap_test
29632026-06-02T10:18:13.298ZJun 02 10:18:11.725 DEBG reset freemap, unit: freemap_test
29642026-06-02T10:18:13.298Ztest freemap::test_free ... ok
29652026-06-02T10:18:13.298Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
29662026-06-02T10:18:13.298Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
29672026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
29682026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
29692026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
29702026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
29712026-06-02T10:18:13.299Ztest port_map::tests::parse_softnpu_revision ... ok
29722026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
29732026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
29742026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
29752026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
29762026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
29772026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
29782026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
29792026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
29802026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
29812026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
29822026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
29832026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
29842026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
29852026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
29862026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
29872026-06-02T10:18:13.299Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
29882026-06-02T10:18:13.299Z
29892026-06-02T10:18:13.299Ztest result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
29902026-06-02T10:18:13.299Z
29912026-06-02T10:18:13.309Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-70a0748be508ffa7)
29922026-06-02T10:18:13.311Z
29932026-06-02T10:18:13.311Zrunning 0 tests
29942026-06-02T10:18:13.311Z
29952026-06-02T10:18:13.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29962026-06-02T10:18:13.312Z
29972026-06-02T10:18:13.312Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd)
29982026-06-02T10:18:13.316Z
29992026-06-02T10:18:13.316Zrunning 0 tests
30002026-06-02T10:18:13.316Z
30012026-06-02T10:18:13.316Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30022026-06-02T10:18:13.316Z
30032026-06-02T10:18:13.316Z Running unittests src/lib.rs (target/debug/deps/dpd_client-fdb35d0653f7f3be)
30042026-06-02T10:18:13.316Z
30052026-06-02T10:18:13.316Zrunning 6 tests
30062026-06-02T10:18:13.319Ztest tests::test_parse_client_port_id ... ok
30072026-06-02T10:18:13.319Ztest tests::test_port_id_cmp ... ok
30082026-06-02T10:18:13.319Ztest tests::test_full_lot_id_neither_present ... ok
30092026-06-02T10:18:13.319Ztest tests::test_full_lot_id_both_present ... ok
30102026-06-02T10:18:13.319Ztest tests::test_full_lot_id_lotnum_only ... ok
30112026-06-02T10:18:13.319Ztest tests::test_full_lot_id_lot_only ... ok
30122026-06-02T10:18:13.319Z
30132026-06-02T10:18:13.319Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30142026-06-02T10:18:13.319Z
30152026-06-02T10:18:13.319Z Running tests/test_all.rs (target/debug/deps/test_all-29a769a1e5f8d44b)
30162026-06-02T10:18:13.319Z
30172026-06-02T10:18:13.319Zrunning 0 tests
30182026-06-02T10:18:13.319Z
30192026-06-02T10:18:13.319Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30202026-06-02T10:18:13.319Z
30212026-06-02T10:18:13.319Z Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3)
30222026-06-02T10:18:13.323Z
30232026-06-02T10:18:13.323Zrunning 0 tests
30242026-06-02T10:18:13.323Z
30252026-06-02T10:18:13.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30262026-06-02T10:18:13.323Z
30272026-06-02T10:18:13.323Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e)
30282026-06-02T10:18:13.323Z
30292026-06-02T10:18:13.323Zrunning 0 tests
30302026-06-02T10:18:13.323Z
30312026-06-02T10:18:13.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30322026-06-02T10:18:13.323Z
30332026-06-02T10:18:13.323Z Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518)
30342026-06-02T10:18:13.326Z
30352026-06-02T10:18:13.326Zrunning 12 tests
30362026-06-02T10:18:13.326Ztest icmp::test_v4_checksum ... ok
30372026-06-02T10:18:13.326Ztest icmp::test_v6_checksum ... ok
30382026-06-02T10:18:13.326Ztest ipv6::test_ipv6_parse ... ok
30392026-06-02T10:18:13.326Ztest lldp::test_lldp_parse ... ok
30402026-06-02T10:18:13.326Ztest pbuf::test_byte ... ok
30412026-06-02T10:18:13.326Ztest pbuf::test_nibble ... ok
30422026-06-02T10:18:13.326Ztest pbuf::test_short ... ok
30432026-06-02T10:18:13.326Ztest pbuf::test_overflow ... ok
30442026-06-02T10:18:13.326Ztest pbuf::test_twelve ... ok
30452026-06-02T10:18:13.326Ztest pbuf::test_word ... ok
30462026-06-02T10:18:13.326Ztest tcp::test_checksum_ack_data ... ok
30472026-06-02T10:18:13.326Ztest tcp::test_checksum_syn_nodata ... ok
30482026-06-02T10:18:13.326Z
30492026-06-02T10:18:13.326Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-06-02T10:18:13.327Z
30512026-06-02T10:18:13.327Z Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d)
30522026-06-02T10:18:13.330Z
30532026-06-02T10:18:13.330Zrunning 0 tests
30542026-06-02T10:18:13.330Z
30552026-06-02T10:18:13.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30562026-06-02T10:18:13.330Z
30572026-06-02T10:18:13.330Z Running unittests src/main.rs (target/debug/deps/swadm-affed2872ce06858)
30582026-06-02T10:18:13.330Z
30592026-06-02T10:18:13.330Zrunning 5 tests
30602026-06-02T10:18:13.331Ztest switchport::test::test_compute_lanes ... ok
30612026-06-02T10:18:13.331Ztest switchport::test::port_id_ordering ... ok
30622026-06-02T10:18:13.331Z Lane 0 Lane 1 Lane 2 Lane 3
30632026-06-02T10:18:13.331Z Rx Loss-of-lock: Yes Yes Yes Yes
30642026-06-02T10:18:13.331Z Rx Loss-of-signal: Yes Yes Yes Yes
30652026-06-02T10:18:13.331Z Rx CDR Enabled: Yes Yes Yes Yes
30662026-06-02T10:18:13.331Z Tx Enabled: Yes Yes Yes Yes
30672026-06-02T10:18:13.331Z Tx Loss-of-lock: No No No No
30682026-06-02T10:18:13.331Z Tx Loss-of-signal: No No No No
30692026-06-02T10:18:13.331Z Tx CDR Enabled: No Lane 0 No Lane 1No Lane 2No
30702026-06-02T10:18:13.331Z Lane 3 Tx Adaptive EQ Fault: No
30712026-06-02T10:18:13.331Z No State: Activated No No
30722026-06-02T10:18:13.331ZActivated Tx Fault: Yes ActivatedYes Activated
30732026-06-02T10:18:13.331ZYes Rx Output Enabled: falseYes
30742026-06-02T10:18:13.331Zfalse false false
30752026-06-02T10:18:13.331Z Rx Output Status: valid valid valid valid
30762026-06-02T10:18:13.331Z Rx Loss-of-lock: true true true true
30772026-06-02T10:18:13.331Z Rx Loss-of-signal: false false false false
30782026-06-02T10:18:13.331ZRx Auto-squelch Disable: true true true true
30792026-06-02T10:18:13.331Z Tx Output Enabled: true true true true
30802026-06-02T10:18:13.331Z Tx Output Status: invalid invalid invalid invalid
30812026-06-02T10:18:13.331Z Tx Loss-of-lock: false false false false
30822026-06-02T10:18:13.331Z Tx Loss-of-signal: true true true true
30832026-06-02T10:18:13.331ZTx Auto-squelch Disable: false false false false
30842026-06-02T10:18:13.331Z Tx Adaptive EQ Fail: true true true true
30852026-06-02T10:18:13.331Z Tx Failure: false false false false
30862026-06-02T10:18:13.331Z Tx Force Squelch: true true true true
30872026-06-02T10:18:13.332Z Tx Input Polarity: normal normal normal normal
30882026-06-02T10:18:13.332Ztest switchport::test::test_print_sff_datapath ... ok
30892026-06-02T10:18:13.332Ztest switchport::test::test_print_cmis_datapath ... ok
30902026-06-02T10:18:13.337Ztest link::test_filter ... ok
30912026-06-02T10:18:13.337Z
30922026-06-02T10:18:13.337Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30932026-06-02T10:18:13.337Z
30942026-06-02T10:18:13.337Z Running tests/counters.rs (target/debug/deps/counters-c4918923edd4a818)
30952026-06-02T10:18:13.337Z
30962026-06-02T10:18:13.337Zrunning 1 test
30972026-06-02T10:18:13.337Ztest test_p4_counter_list ... ignored
30982026-06-02T10:18:13.337Z
30992026-06-02T10:18:13.338Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31002026-06-02T10:18:13.338Z
31012026-06-02T10:18:13.338Z Running tests/multicast.rs (target/debug/deps/multicast-dcd78b13ecc07844)
31022026-06-02T10:18:13.342Z
31032026-06-02T10:18:13.342Zrunning 1 test
31042026-06-02T10:18:13.342Ztest test_multicast_list_and_get ... ignored
31052026-06-02T10:18:13.342Z
31062026-06-02T10:18:13.342Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31072026-06-02T10:18:13.342Z
31082026-06-02T10:18:13.342Z Running tests/port-link.rs (target/debug/deps/port_link-0f7f0d3e7564ebbd)
31092026-06-02T10:18:13.342Z
31102026-06-02T10:18:13.342Zrunning 5 tests
31112026-06-02T10:18:13.342Ztest test_an ... ignored
31122026-06-02T10:18:13.342Ztest test_enable ... ignored
31132026-06-02T10:18:13.342Ztest test_ip_addresses ... ignored
31142026-06-02T10:18:13.342Ztest test_kr ... ignored
31152026-06-02T10:18:13.342Ztest test_mac ... ignored
31162026-06-02T10:18:13.342Z
31172026-06-02T10:18:13.342Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31182026-06-02T10:18:13.342Z
31192026-06-02T10:18:13.342Z Running unittests src/main.rs (target/debug/deps/tfportd-804bd2e7005fa02b)
31202026-06-02T10:18:13.345Z
31212026-06-02T10:18:13.345Zrunning 3 tests
31222026-06-02T10:18:13.345Ztest linklocal::test_parse_ipadm ... ok
31232026-06-02T10:18:13.345Ztest tfport::test_parse_tfport ... ok
31242026-06-02T10:18:13.346Ztest config::tests::test_updates ... ok
31252026-06-02T10:18:13.346Z
31262026-06-02T10:18:13.346Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31272026-06-02T10:18:13.346Z
31282026-06-02T10:18:13.346Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907)
31292026-06-02T10:18:13.348Z
31302026-06-02T10:18:13.348Zrunning 0 tests
31312026-06-02T10:18:13.348Z
31322026-06-02T10:18:13.348Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31332026-06-02T10:18:13.348Z
31342026-06-02T10:18:13.348Z Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39)
31352026-06-02T10:18:13.349Z
31362026-06-02T10:18:13.349Zrunning 0 tests
31372026-06-02T10:18:13.349Z
31382026-06-02T10:18:13.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31392026-06-02T10:18:13.349Z
31402026-06-02T10:18:13.349Z Doc-tests aal
31412026-06-02T10:18:13.472Z
31422026-06-02T10:18:13.472Zrunning 0 tests
31432026-06-02T10:18:13.472Z
31442026-06-02T10:18:13.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31452026-06-02T10:18:13.472Z
31462026-06-02T10:18:13.488Z Doc-tests aal_macros
31472026-06-02T10:18:13.557Z
31482026-06-02T10:18:13.557Zrunning 0 tests
31492026-06-02T10:18:13.558Z
31502026-06-02T10:18:13.558Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31512026-06-02T10:18:13.558Z
31522026-06-02T10:18:13.568Z Doc-tests common
31532026-06-02T10:18:13.804Z
31542026-06-02T10:18:13.804Zrunning 0 tests
31552026-06-02T10:18:13.804Z
31562026-06-02T10:18:13.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31572026-06-02T10:18:13.806Z
31582026-06-02T10:18:13.825Z Doc-tests dpd_api
31592026-06-02T10:18:14.561Z
31602026-06-02T10:18:14.561Zrunning 2 tests
31612026-06-02T10:18:14.561Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
31622026-06-02T10:18:14.561Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
31632026-06-02T10:18:14.562Z
31642026-06-02T10:18:14.562Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31652026-06-02T10:18:14.562Z
31662026-06-02T10:18:14.593Z Doc-tests dpd_client
31672026-06-02T10:18:15.875Z
31682026-06-02T10:18:15.875Zrunning 0 tests
31692026-06-02T10:18:15.875Z
31702026-06-02T10:18:15.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31712026-06-02T10:18:15.875Z
31722026-06-02T10:18:15.919Z Doc-tests dpd_types
31732026-06-02T10:18:16.130Z
31742026-06-02T10:18:16.130Zrunning 0 tests
31752026-06-02T10:18:16.130Z
31762026-06-02T10:18:16.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31772026-06-02T10:18:16.130Z
31782026-06-02T10:18:16.155Z Doc-tests dpd_types_versions
31792026-06-02T10:18:17.345Z
31802026-06-02T10:18:17.346Zrunning 1 test
31812026-06-02T10:18:17.346Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
31822026-06-02T10:18:17.346Z
31832026-06-02T10:18:17.346Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31842026-06-02T10:18:17.346Z
31852026-06-02T10:18:17.388Z Doc-tests packet
31862026-06-02T10:18:17.497Z
31872026-06-02T10:18:17.497Zrunning 0 tests
31882026-06-02T10:18:17.497Z
31892026-06-02T10:18:17.498Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31902026-06-02T10:18:17.498Z
31912026-06-02T10:18:17.512Z Doc-tests pcap
31922026-06-02T10:18:17.563Z
31932026-06-02T10:18:17.563Zrunning 0 tests
31942026-06-02T10:18:17.563Z
31952026-06-02T10:18:17.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31962026-06-02T10:18:17.564Z
31972026-06-02T10:18:17.615Z+ for feat in tofino_stub tofino_asic softnpu chaos
31982026-06-02T10:18:17.615Z+ RUST_BACKTRACE=full
31992026-06-02T10:18:17.615Z+ cargo test --features softnpu --no-fail-fast
32002026-06-02T10:18:18.501Z Compiling goblin v0.10.1
32012026-06-02T10:18:18.616Z Compiling typify-impl v0.4.3
32022026-06-02T10:18:18.630Z Compiling log v0.4.29
32032026-06-02T10:18:18.642Z Compiling const-oid v0.9.6
32042026-06-02T10:18:18.652Z Compiling serde_with v3.20.0
32052026-06-02T10:18:18.655Z Compiling der_derive v0.7.3
32062026-06-02T10:18:18.897Z Compiling rustls v0.23.32
32072026-06-02T10:18:19.421Z Compiling digest v0.10.7
32082026-06-02T10:18:19.460Z Compiling native-tls v0.2.14
32092026-06-02T10:18:19.708Z Compiling sha1 v0.10.6
32102026-06-02T10:18:19.784Z Compiling tokio-native-tls v0.3.1
32112026-06-02T10:18:19.958Z Compiling hyper-tls v0.6.0
32122026-06-02T10:18:19.970Z Compiling rustls v0.22.4
32132026-06-02T10:18:23.356Z Compiling dof v0.4.0
32142026-06-02T10:18:23.953Z Compiling usdt-impl v0.6.0
32152026-06-02T10:18:24.678Z Compiling tokio-rustls v0.26.3
32162026-06-02T10:18:24.680Z Compiling usdt-attr-macro v0.6.0
32172026-06-02T10:18:24.781Z Compiling usdt-macro v0.6.0
32182026-06-02T10:18:24.802Z Compiling typify-macro v0.4.3
32192026-06-02T10:18:24.964Z Compiling hyper-rustls v0.27.7
32202026-06-02T10:18:25.253Z Compiling reqwest v0.12.23
32212026-06-02T10:18:25.315Z Compiling tokio-rustls v0.25.0
32222026-06-02T10:18:25.928Z Compiling usdt v0.6.0
32232026-06-02T10:18:26.110Z Compiling dropshot v0.16.7
32242026-06-02T10:18:26.613Z Compiling progenitor-client v0.11.1
32252026-06-02T10:18:26.763Z Compiling progenitor-client v0.10.0
32262026-06-02T10:18:26.897Z Compiling typify v0.4.3
32272026-06-02T10:18:27.003Z Compiling progenitor-impl v0.11.1
32282026-06-02T10:18:30.213Z Compiling num-integer v0.1.46
32292026-06-02T10:18:30.588Z Compiling progenitor-macro v0.11.1
32302026-06-02T10:18:30.602Z Compiling num-rational v0.4.2
32312026-06-02T10:18:30.699Z Compiling num-iter v0.1.45
32322026-06-02T10:18:30.979Z Compiling num-complex v0.4.6
32332026-06-02T10:18:31.457Z Compiling num v0.4.3
32342026-06-02T10:18:32.218Z Compiling num-bigint v0.4.6
32352026-06-02T10:18:32.322Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32362026-06-02T10:18:32.410Z Compiling pem-rfc7468 v0.7.0
32372026-06-02T10:18:32.770Z Compiling flagset v0.4.7
32382026-06-02T10:18:32.870Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32392026-06-02T10:18:32.919Z Compiling der v0.7.10
32402026-06-02T10:18:33.527Z Compiling progenitor-impl v0.10.0
32412026-06-02T10:18:34.097Z Compiling spki v0.7.3
32422026-06-02T10:18:34.124Z Compiling hmac v0.12.1
32432026-06-02T10:18:34.284Z Compiling pkcs8 v0.10.2
32442026-06-02T10:18:34.329Z Compiling goblin v0.8.2
32452026-06-02T10:18:34.344Z Compiling ff v0.13.1
32462026-06-02T10:18:34.500Z Compiling base16ct v0.2.0
32472026-06-02T10:18:34.590Z Compiling group v0.13.0
32482026-06-02T10:18:34.708Z Compiling sec1 v0.7.3
32492026-06-02T10:18:34.793Z Compiling hkdf v0.12.4
32502026-06-02T10:18:34.960Z Compiling elliptic-curve v0.13.8
32512026-06-02T10:18:35.017Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32522026-06-02T10:18:35.320Z Compiling curve25519-dalek v4.1.3
32532026-06-02T10:18:35.718Z Compiling sha3 v0.10.8
32542026-06-02T10:18:35.760Z Compiling progenitor v0.11.1
32552026-06-02T10:18:35.919Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
32562026-06-02T10:18:36.332Z Compiling blake2 v0.10.6
32572026-06-02T10:18:36.465Z Compiling typify-impl v0.6.1
32582026-06-02T10:18:36.768Z Compiling dof v0.3.0
32592026-06-02T10:18:37.074Z Compiling progenitor-macro v0.10.0
32602026-06-02T10:18:37.107Z Compiling argon2 v0.5.3
32612026-06-02T10:18:37.652Z Compiling usdt-impl v0.5.0
32622026-06-02T10:18:38.435Z Compiling usdt v0.5.0
32632026-06-02T10:18:38.484Z Compiling vsss-rs v3.3.4
32642026-06-02T10:18:38.917Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32652026-06-02T10:18:40.081Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32662026-06-02T10:18:40.409Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32672026-06-02T10:18:41.597Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32682026-06-02T10:18:42.117Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
32692026-06-02T10:18:42.262Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32702026-06-02T10:18:42.478Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
32712026-06-02T10:18:42.680Z Compiling nix v0.31.3
32722026-06-02T10:18:42.706Z Compiling typify-macro v0.6.1
32732026-06-02T10:18:43.598Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32742026-06-02T10:18:43.736Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32752026-06-02T10:18:44.504Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32762026-06-02T10:18:44.518Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32772026-06-02T10:18:44.599Z Compiling dropshot v0.17.0
32782026-06-02T10:18:44.775Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32792026-06-02T10:18:44.824Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32802026-06-02T10:18:45.580Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32812026-06-02T10:18:45.646Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32822026-06-02T10:18:47.329Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32832026-06-02T10:18:48.093Z Compiling bindgen v0.72.1
32842026-06-02T10:18:48.449Z Compiling progenitor v0.10.0
32852026-06-02T10:18:49.460Z Compiling typify v0.6.1
32862026-06-02T10:18:49.573Z Compiling progenitor-impl v0.13.0
32872026-06-02T10:18:49.590Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32882026-06-02T10:18:49.797Z Compiling sha2 v0.10.9
32892026-06-02T10:18:50.436Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32902026-06-02T10:18:51.091Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32912026-06-02T10:18:51.419Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32922026-06-02T10:18:51.446Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32932026-06-02T10:18:53.067Z Compiling progenitor-macro v0.13.0
32942026-06-02T10:18:53.859Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32952026-06-02T10:18:54.008Z Compiling signature v2.2.0
32962026-06-02T10:18:54.175Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
32972026-06-02T10:18:54.445Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32982026-06-02T10:18:54.543Z Compiling utf-8 v0.7.6
32992026-06-02T10:18:54.600Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33002026-06-02T10:18:54.755Z Compiling tungstenite v0.21.0
33012026-06-02T10:18:55.738Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33022026-06-02T10:18:56.030Z Compiling tokio-dtrace v0.1.1
33032026-06-02T10:18:56.152Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33042026-06-02T10:18:57.087Z Compiling reqwest v0.13.2
33052026-06-02T10:18:57.640Z Compiling bitstruct_derive v0.1.0
33062026-06-02T10:18:58.076Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33072026-06-02T10:18:58.378Z Compiling progenitor-client v0.13.0
33082026-06-02T10:18:58.449Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
33092026-06-02T10:18:58.466Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33102026-06-02T10:18:58.886Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
33112026-06-02T10:18:59.214Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33122026-06-02T10:19:00.448Z Compiling oxide-tokio-rt v0.1.6
33132026-06-02T10:19:00.605Z Compiling tokio-tungstenite v0.21.0
33142026-06-02T10:19:00.792Z Compiling rfc6979 v0.4.0
33152026-06-02T10:19:00.939Z Compiling base64 v0.21.7
33162026-06-02T10:19:00.952Z Compiling tap v1.0.1
33172026-06-02T10:19:00.982Z Compiling ecdsa v0.16.9
33182026-06-02T10:19:01.080Z Compiling wyz v0.5.1
33192026-06-02T10:19:01.284Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33202026-06-02T10:19:01.703Z Compiling progenitor v0.13.0
33212026-06-02T10:19:02.592Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
33222026-06-02T10:19:03.165Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33232026-06-02T10:19:03.230Z Compiling ed25519 v2.2.3
33242026-06-02T10:19:03.549Z Compiling salty v0.3.0
33252026-06-02T10:19:03.746Z Compiling radium v0.7.0
33262026-06-02T10:19:03.784Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33272026-06-02T10:19:03.928Z Compiling primeorder v0.13.6
33282026-06-02T10:19:03.970Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33292026-06-02T10:19:03.999Z Compiling env_filter v1.0.1
33302026-06-02T10:19:04.088Z Compiling funty v2.0.0
33312026-06-02T10:19:04.194Z Compiling env_logger v0.11.10
33322026-06-02T10:19:04.343Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33332026-06-02T10:19:04.368Z Compiling p384 v0.13.1
33342026-06-02T10:19:04.558Z Compiling bitvec v1.0.1
33352026-06-02T10:19:04.774Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33362026-06-02T10:19:04.978Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
33372026-06-02T10:19:05.670Z Compiling ed25519-dalek v2.2.0
33382026-06-02T10:19:05.749Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33392026-06-02T10:19:05.913Z Compiling x509-cert v0.2.5
33402026-06-02T10:19:06.011Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33412026-06-02T10:19:06.184Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33422026-06-02T10:19:06.232Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33432026-06-02T10:19:06.380Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33442026-06-02T10:19:06.403Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33452026-06-02T10:19:06.589Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
33462026-06-02T10:19:07.327Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33472026-06-02T10:19:07.379Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33482026-06-02T10:19:07.741Z Compiling typeid v1.0.3
33492026-06-02T10:19:07.875Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
33502026-06-02T10:19:08.014Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33512026-06-02T10:19:08.338Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33522026-06-02T10:19:08.504Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33532026-06-02T10:19:08.548Z Compiling ascii v1.1.0
33542026-06-02T10:19:08.855Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33552026-06-02T10:19:08.872Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33562026-06-02T10:19:09.073Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33572026-06-02T10:19:09.982Z Compiling qorb v0.4.1
33582026-06-02T10:19:10.009Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
33592026-06-02T10:19:10.268Z Compiling erased-serde v0.4.8
33602026-06-02T10:19:10.712Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
33612026-06-02T10:19:10.761Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33622026-06-02T10:19:11.000Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33632026-06-02T10:19:11.124Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
33642026-06-02T10:19:11.926Z Compiling bitstruct v0.1.1
33652026-06-02T10:19:12.041Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
33662026-06-02T10:19:12.458Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33672026-06-02T10:19:13.021Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
33682026-06-02T10:19:13.830Z Compiling itertools v0.13.0
33692026-06-02T10:19:14.034Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33702026-06-02T10:19:15.037Z Compiling serde_arrays v0.1.0
33712026-06-02T10:19:15.109Z Compiling libloading v0.7.4
33722026-06-02T10:19:15.176Z Compiling bit_field v0.10.3
33732026-06-02T10:19:15.355Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33742026-06-02T10:19:15.602Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33752026-06-02T10:19:17.584Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33762026-06-02T10:19:18.306Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33772026-06-02T10:19:18.548Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33782026-06-02T10:19:18.683Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33792026-06-02T10:19:19.473Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33802026-06-02T10:19:19.638Z Compiling globset v0.4.16
33812026-06-02T10:19:19.793Z Compiling slog-dtrace v0.3.0
33822026-06-02T10:19:20.832Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33832026-06-02T10:19:21.084Z Compiling tough v0.20.0
33842026-06-02T10:19:21.264Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33852026-06-02T10:19:21.353Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33862026-06-02T10:19:22.843Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33872026-06-02T10:19:23.641Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33882026-06-02T10:19:23.925Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33892026-06-02T10:19:25.691Z Compiling git2 v0.19.0
33902026-06-02T10:19:29.780Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33912026-06-02T10:19:32.346Z Compiling vergen v8.3.2
33922026-06-02T10:19:34.255Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33932026-06-02T10:19:35.816Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33942026-06-02T10:19:35.849Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33952026-06-02T10:19:36.290Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
33962026-06-02T10:19:36.769Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
33972026-06-02T10:19:38.061Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
33982026-06-02T10:19:39.871Z Compiling omicron-zone-package v0.12.2
33992026-06-02T10:19:40.885Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34002026-06-02T10:19:41.870Z Compiling dropshot-api-manager v0.7.2
34012026-06-02T10:19:42.754Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
34022026-06-02T10:19:45.031Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34032026-06-02T10:19:47.761Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34042026-06-02T10:19:48.703Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
34052026-06-02T10:19:48.858Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
34062026-06-02T10:19:49.626Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
34072026-06-02T10:19:52.452Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
34082026-06-02T10:19:57.575Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
34092026-06-02T10:19:57.812Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
34102026-06-02T10:20:45.906Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 28s
34112026-06-02T10:20:46.055Z Running unittests src/lib.rs (target/debug/deps/aal-a873888a80499353)
34122026-06-02T10:20:46.060Z
34132026-06-02T10:20:46.060Zrunning 5 tests
34142026-06-02T10:20:46.063Ztest fuse::tests::chip_revision_a0 ... ok
34152026-06-02T10:20:46.063Ztest fuse::tests::chip_revision_b1 ... ok
34162026-06-02T10:20:46.063Ztest fuse::tests::chip_revision_unknown_device_id ... ok
34172026-06-02T10:20:46.063Ztest fuse::tests::chip_revision_b0 ... ok
34182026-06-02T10:20:46.063Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
34192026-06-02T10:20:46.063Z
34202026-06-02T10:20:46.064Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34212026-06-02T10:20:46.064Z
34222026-06-02T10:20:46.064Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
34232026-06-02T10:20:46.068Z
34242026-06-02T10:20:46.068Zrunning 0 tests
34252026-06-02T10:20:46.068Z
34262026-06-02T10:20:46.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34272026-06-02T10:20:46.068Z
34282026-06-02T10:20:46.068Z Running unittests src/lib.rs (target/debug/deps/asic-907fba7b6b66caff)
34292026-06-02T10:20:46.096Z
34302026-06-02T10:20:46.097Zrunning 14 tests
34312026-06-02T10:20:46.099Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
34322026-06-02T10:20:46.099Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
34332026-06-02T10:20:46.100Ztest softnpu::mcast::tests::groups_are_independent ... ok
34342026-06-02T10:20:46.101Ztest softnpu::mcast::tests::group_lifecycle ... ok
34352026-06-02T10:20:46.105Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
34362026-06-02T10:20:46.105Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
34372026-06-02T10:20:46.105Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
34382026-06-02T10:20:46.105Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
34392026-06-02T10:20:46.105Ztest softnpu::mcast::tests::port_bitmap_ignores_ports_above_127 ... ok
34402026-06-02T10:20:46.105Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
34412026-06-02T10:20:46.105Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
34422026-06-02T10:20:46.105Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
34432026-06-02T10:20:46.105Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
34442026-06-02T10:20:46.105Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
34452026-06-02T10:20:46.105Z
34462026-06-02T10:20:46.105Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34472026-06-02T10:20:46.105Z
34482026-06-02T10:20:46.105Z Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e)
34492026-06-02T10:20:46.108Z
34502026-06-02T10:20:46.108Zrunning 10 tests
34512026-06-02T10:20:46.112Ztest network::tests::test_equal ... ok
34522026-06-02T10:20:46.112Ztest network::tests::test_eui64 ... ok
34532026-06-02T10:20:46.112Ztest nat::tests::test_vni ... ok
34542026-06-02T10:20:46.112Ztest network::tests::test_generate_ipv6_link_local ... ok
34552026-06-02T10:20:46.112Ztest network::tests::test_into ... ok
34562026-06-02T10:20:46.112Ztest network::tests::test_not_equal ... ok
34572026-06-02T10:20:46.112Ztest network::tests::test_to_string ... ok
34582026-06-02T10:20:46.112Ztest network::tests::test_parse ... ok
34592026-06-02T10:20:46.112Ztest test_purge ... ok
34602026-06-02T10:20:46.115Ztest illumos::test::address_exists_handles_missing_object ... ok
34612026-06-02T10:20:46.115Z
34622026-06-02T10:20:46.115Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34632026-06-02T10:20:46.116Z
34642026-06-02T10:20:46.118Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c6ddc0da34da8692)
34652026-06-02T10:20:46.140Z
34662026-06-02T10:20:46.140Zrunning 1 test
34672026-06-02T10:20:46.145Z -------
34682026-06-02T10:20:46.148Z Generating OpenAPI documents from API definitions ...
34692026-06-02T10:20:46.305Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
34702026-06-02T10:20:46.374Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
34712026-06-02T10:20:47.365Z -------
34722026-06-02T10:20:47.365Z Checking 12 OpenAPI documents...
34732026-06-02T10:20:47.365Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
34742026-06-02T10:20:47.365Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
34752026-06-02T10:20:47.368Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34762026-06-02T10:20:47.368Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34772026-06-02T10:20:47.368Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34782026-06-02T10:20:47.368Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34792026-06-02T10:20:47.368Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34802026-06-02T10:20:47.369Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34812026-06-02T10:20:47.369Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34822026-06-02T10:20:47.369Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34832026-06-02T10:20:47.369Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34842026-06-02T10:20:47.369Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34852026-06-02T10:20:47.369Z Fresh dpd "latest" symlink
34862026-06-02T10:20:47.369Z -------
34872026-06-02T10:20:47.369Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34882026-06-02T10:20:47.430Ztest test::test_apis_up_to_date ... ok
34892026-06-02T10:20:47.430Z
34902026-06-02T10:20:47.430Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
34912026-06-02T10:20:47.430Z
34922026-06-02T10:20:47.489Z Running unittests src/main.rs (target/debug/deps/dpd-16540b1579aff3a9)
34932026-06-02T10:20:47.495Z
34942026-06-02T10:20:47.495Zrunning 45 tests
34952026-06-02T10:20:47.498Ztest freemap::test_ordering ... ok
34962026-06-02T10:20:47.498Ztest config::tests::test_updates ... ok
34972026-06-02T10:20:47.498Ztest freemap::test_split ... ok
34982026-06-02T10:20:47.498Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34992026-06-02T10:20:47.498Ztest macaddrs::tests::test_mac_offset ... ok
35002026-06-02T10:20:47.500Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
35012026-06-02T10:20:47.500Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
35022026-06-02T10:20:47.500Ztest macaddrs::tests::test_parse_port_id ... ok
35032026-06-02T10:20:47.501Ztest mcast::tests::test_canonicalize_sources ... ok
35042026-06-02T10:20:47.501ZJun 02 10:20:45.931 DEBG Jun 02 10:20:45.931 DEBGcreated new freemap created new freemap, , unitunit:Jun 02 10:20:45.931: DEBG freemap_testcreated new freemapfreemap_test, unit
35052026-06-02T10:20:47.501Z: freemap_test
35062026-06-02T10:20:47.501ZJun 02 10:20:45.931
35072026-06-02T10:20:47.501ZDEBG initted freemap. size: 128, unit: freemap_testJun 02 10:20:45.931
35082026-06-02T10:20:47.501Z DEBG initted freemap. size: 128, Jun 02 10:20:45.931unitJun 02 10:20:45.931 Jun 02 10:20:45.931DEBG DEBGreset freemapDEBG, unitinitted freemap. size: 128created new freemap::, unitfreemap_test
35092026-06-02T10:20:47.501Zfreemap_test:, unit
35102026-06-02T10:20:47.501Zfreemap_test:
35112026-06-02T10:20:47.501Z freemap_test
35122026-06-02T10:20:47.501ZJun 02 10:20:45.931 DEBG reset freemap, Jun 02 10:20:45.931unit :DEBG Jun 02 10:20:45.931freemap_testinitted freemap. size: 128
35132026-06-02T10:20:47.501Z, unitDEBG: reset freemapfreemap_test,
35142026-06-02T10:20:47.501Zunit: freemap_test
35152026-06-02T10:20:47.501ZJun 02 10:20:45.931 DEBG reset freemap, unit: freemap_test
35162026-06-02T10:20:47.502Ztest freemap::test_exhaustion ... ok
35172026-06-02T10:20:47.502Ztest freemap::test_free ... ok
35182026-06-02T10:20:47.505Ztest freemap::test_basic ... ok
35192026-06-02T10:20:47.505Ztest freemap::test_reclaim ... ok
35202026-06-02T10:20:47.505Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
35212026-06-02T10:20:47.505Ztest mcast::tests::test_concurrent_id_allocation ... ok
35222026-06-02T10:20:47.505Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
35232026-06-02T10:20:47.505Ztest mcast::tests::test_create_port_bitmap_empty ... ok
35242026-06-02T10:20:47.505Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
35252026-06-02T10:20:47.505Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
35262026-06-02T10:20:47.505Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
35272026-06-02T10:20:47.505Ztest mcast::tests::test_sources_contain_any ... ok
35282026-06-02T10:20:47.505Ztest mcast::validate::tests::test_address_validation_integrated ... ok
35292026-06-02T10:20:47.505Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
35302026-06-02T10:20:47.505Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
35312026-06-02T10:20:47.505Ztest mcast::validate::tests::test_ipv4_validation ... ok
35322026-06-02T10:20:47.505Ztest api_server::tests::test_build_info ... ok
35332026-06-02T10:20:47.505Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
35342026-06-02T10:20:47.505Ztest mcast::validate::tests::test_ipv6_validation ... ok
35352026-06-02T10:20:47.505Ztest mcast::validate::tests::test_is_ssm_function ... ok
35362026-06-02T10:20:47.505Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
35372026-06-02T10:20:47.506Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
35382026-06-02T10:20:47.506Ztest mcast::validate::tests::test_validate_nat_target ... ok
35392026-06-02T10:20:47.506Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
35402026-06-02T10:20:47.506Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
35412026-06-02T10:20:47.506ZJun 02 10:20:45.933 DEBG created new freemap, unit: freemap_test
35422026-06-02T10:20:47.506Ztest mcast::validate::tests::test_validate_source_addresses ... ok
35432026-06-02T10:20:47.506ZJun 02 10:20:45.933 DEBG initted freemap. size: 128, unit: freemap_test
35442026-06-02T10:20:47.506Ztest mcast::validate::tests::test_validate_tag ... ok
35452026-06-02T10:20:47.506ZJun 02 10:20:45.933 DEBG reset freemap, unit: freemap_test
35462026-06-02T10:20:47.506Ztest nat::test_mapping ... ok
35472026-06-02T10:20:47.506Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
35482026-06-02T10:20:47.506Ztest freemap::test_span ... ok
35492026-06-02T10:20:47.506Ztest port_map::tests::test_backplane_group ... ok
35502026-06-02T10:20:47.506Ztest mcast::validate::tests::test_validate_tag_format ... ok
35512026-06-02T10:20:47.506Ztest port_map::tests::test_port_map ... ok
35522026-06-02T10:20:47.506Ztest port_map::tests::dump_map ... ok
35532026-06-02T10:20:47.506Ztest mcast::tests::test_id_range_boundaries ... ok
35542026-06-02T10:20:47.506Ztest port_map::tests::parse_softnpu_revision ... ok
35552026-06-02T10:20:47.506Z
35562026-06-02T10:20:47.506Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35572026-06-02T10:20:47.506Z
35582026-06-02T10:20:47.509Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f0f70f9b6b92cbf0)
35592026-06-02T10:20:47.512Z
35602026-06-02T10:20:47.512Zrunning 0 tests
35612026-06-02T10:20:47.512Z
35622026-06-02T10:20:47.513Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35632026-06-02T10:20:47.513Z
35642026-06-02T10:20:47.513Z Running unittests src/lib.rs (target/debug/deps/dpd_api-5480c5e134f4395d)
35652026-06-02T10:20:47.517Z
35662026-06-02T10:20:47.517Zrunning 0 tests
35672026-06-02T10:20:47.517Z
35682026-06-02T10:20:47.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35692026-06-02T10:20:47.519Z
35702026-06-02T10:20:47.519Z Running unittests src/lib.rs (target/debug/deps/dpd_client-f5f2f33f5e486edf)
35712026-06-02T10:20:47.526Z
35722026-06-02T10:20:47.526Zrunning 6 tests
35732026-06-02T10:20:47.528Ztest tests::test_full_lot_id_neither_present ... ok
35742026-06-02T10:20:47.528Ztest tests::test_full_lot_id_lot_only ... ok
35752026-06-02T10:20:47.528Ztest tests::test_full_lot_id_lotnum_only ... ok
35762026-06-02T10:20:47.529Ztest tests::test_full_lot_id_both_present ... ok
35772026-06-02T10:20:47.531Ztest tests::test_port_id_cmp ... ok
35782026-06-02T10:20:47.532Ztest tests::test_parse_client_port_id ... ok
35792026-06-02T10:20:47.532Z
35802026-06-02T10:20:47.532Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35812026-06-02T10:20:47.532Z
35822026-06-02T10:20:47.532Z Running tests/test_all.rs (target/debug/deps/test_all-40b546e71ace4fa0)
35832026-06-02T10:20:47.535Z
35842026-06-02T10:20:47.535Zrunning 0 tests
35852026-06-02T10:20:47.535Z
35862026-06-02T10:20:47.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35872026-06-02T10:20:47.536Z
35882026-06-02T10:20:47.536Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c09736893816366c)
35892026-06-02T10:20:47.540Z
35902026-06-02T10:20:47.540Zrunning 0 tests
35912026-06-02T10:20:47.540Z
35922026-06-02T10:20:47.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35932026-06-02T10:20:47.543Z
35942026-06-02T10:20:47.543Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-02e6a42601bf7a56)
35952026-06-02T10:20:47.546Z
35962026-06-02T10:20:47.546Zrunning 0 tests
35972026-06-02T10:20:47.546Z
35982026-06-02T10:20:47.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35992026-06-02T10:20:47.546Z
36002026-06-02T10:20:47.546Z Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518)
36012026-06-02T10:20:47.552Z
36022026-06-02T10:20:47.552Zrunning 12 tests
36032026-06-02T10:20:47.555Ztest icmp::test_v6_checksum ... ok
36042026-06-02T10:20:47.555Ztest icmp::test_v4_checksum ... ok
36052026-06-02T10:20:47.555Ztest ipv6::test_ipv6_parse ... ok
36062026-06-02T10:20:47.555Ztest pbuf::test_byte ... ok
36072026-06-02T10:20:47.555Ztest lldp::test_lldp_parse ... ok
36082026-06-02T10:20:47.555Ztest pbuf::test_nibble ... ok
36092026-06-02T10:20:47.556Ztest pbuf::test_short ... ok
36102026-06-02T10:20:47.556Ztest pbuf::test_twelve ... ok
36112026-06-02T10:20:47.556Ztest pbuf::test_overflow ... ok
36122026-06-02T10:20:47.556Ztest pbuf::test_word ... ok
36132026-06-02T10:20:47.556Ztest tcp::test_checksum_ack_data ... ok
36142026-06-02T10:20:47.556Ztest tcp::test_checksum_syn_nodata ... ok
36152026-06-02T10:20:47.556Z
36162026-06-02T10:20:47.556Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36172026-06-02T10:20:47.556Z
36182026-06-02T10:20:47.556Z Running unittests src/lib.rs (target/debug/deps/pcap-0dd4c4ccc505c806)
36192026-06-02T10:20:47.560Z
36202026-06-02T10:20:47.560Zrunning 0 tests
36212026-06-02T10:20:47.560Z
36222026-06-02T10:20:47.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36232026-06-02T10:20:47.560Z
36242026-06-02T10:20:47.560Z Running unittests src/main.rs (target/debug/deps/swadm-c3ed4ea5be34a5aa)
36252026-06-02T10:20:47.569Z
36262026-06-02T10:20:47.569Zrunning 5 tests
36272026-06-02T10:20:47.573Ztest switchport::test::test_compute_lanes ... ok
36282026-06-02T10:20:47.576Ztest link::test_filter ... ok
36292026-06-02T10:20:47.576Ztest switchport::test::port_id_ordering ... ok
36302026-06-02T10:20:47.579Z Lane 0 Lane 1 Lane 2 Lane 3
36312026-06-02T10:20:47.579Z State: Activated Activated Activated Activated
36322026-06-02T10:20:47.579Z Lane 0 Rx Output Enabled: false false false Lane 1false
36332026-06-02T10:20:47.580ZLane 2 Rx Output Status: valid Lane 3valid
36342026-06-02T10:20:47.580Z valid Rx Loss-of-lock: Yes valid
36352026-06-02T10:20:47.580ZYes Rx Loss-of-lock: true Yes trueYes
36362026-06-02T10:20:47.580Ztrue Rx Loss-of-signal: Yes trueYes
36372026-06-02T10:20:47.580ZYes Rx Loss-of-signal: falseYes
36382026-06-02T10:20:47.580Zfalse Rx CDR Enabled: Yes false Yesfalse
36392026-06-02T10:20:47.580ZYes Rx Auto-squelch Disable: trueYes
36402026-06-02T10:20:47.580Ztrue Tx Enabled: Yes Yestrue true
36412026-06-02T10:20:47.580ZYes Tx Output Enabled: trueYes
36422026-06-02T10:20:47.580Ztrue Tx Loss-of-lock: No true Notrue
36432026-06-02T10:20:47.580Z Tx Output Status: invalidNo Noinvalid
36442026-06-02T10:20:47.580Z invalid Tx Loss-of-signal: No invalid
36452026-06-02T10:20:47.580ZNo Tx Loss-of-lock: false Nofalse Nofalse
36462026-06-02T10:20:47.580Z false Tx CDR Enabled: No
36472026-06-02T10:20:47.580ZNo Tx Loss-of-signal: true Notrue No
36482026-06-02T10:20:47.580Ztrue Tx Adaptive EQ Fault: Notrue
36492026-06-02T10:20:47.581Z Tx Auto-squelch Disable: falseNo falseNo Nofalse
36502026-06-02T10:20:47.581Z false Tx Fault: Yes
36512026-06-02T10:20:47.581Z Yes Tx Adaptive EQ Fail: true Yestrue Yes
36522026-06-02T10:20:47.581Ztrue true
36532026-06-02T10:20:47.581Z Tx Failure: false false false false
36542026-06-02T10:20:47.581Z Tx Force Squelch: true true true true
36552026-06-02T10:20:47.581Z Tx Input Polarity: normal normal normal normal
36562026-06-02T10:20:47.581Ztest switchport::test::test_print_cmis_datapath ... ok
36572026-06-02T10:20:47.581Ztest switchport::test::test_print_sff_datapath ... ok
36582026-06-02T10:20:47.581Z
36592026-06-02T10:20:47.581Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
36602026-06-02T10:20:47.581Z
36612026-06-02T10:20:47.581Z Running tests/counters.rs (target/debug/deps/counters-4c1feb3087dabd06)
36622026-06-02T10:20:47.584Z
36632026-06-02T10:20:47.585Zrunning 1 test
36642026-06-02T10:20:47.585Ztest test_p4_counter_list ... ignored
36652026-06-02T10:20:47.585Z
36662026-06-02T10:20:47.585Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36672026-06-02T10:20:47.585Z
36682026-06-02T10:20:47.587Z Running tests/multicast.rs (target/debug/deps/multicast-57eff3fafa89c9af)
36692026-06-02T10:20:47.594Z
36702026-06-02T10:20:47.594Zrunning 1 test
36712026-06-02T10:20:47.597Ztest test_multicast_list_and_get ... ignored
36722026-06-02T10:20:47.597Z
36732026-06-02T10:20:47.597Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36742026-06-02T10:20:47.597Z
36752026-06-02T10:20:47.597Z Running tests/port-link.rs (target/debug/deps/port_link-47ab29e9ffde4f0a)
36762026-06-02T10:20:47.601Z
36772026-06-02T10:20:47.601Zrunning 5 tests
36782026-06-02T10:20:47.604Ztest test_an ... ignored
36792026-06-02T10:20:47.604Ztest test_enable ... ignored
36802026-06-02T10:20:47.604Ztest test_ip_addresses ... ignored
36812026-06-02T10:20:47.604Ztest test_kr ... ignored
36822026-06-02T10:20:47.604Ztest test_mac ... ignored
36832026-06-02T10:20:47.604Z
36842026-06-02T10:20:47.604Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
36852026-06-02T10:20:47.604Z
36862026-06-02T10:20:47.604Z Running unittests src/main.rs (target/debug/deps/tfportd-ba2de7876a5e52ca)
36872026-06-02T10:20:47.612Z
36882026-06-02T10:20:47.612Zrunning 3 tests
36892026-06-02T10:20:47.616Ztest linklocal::test_parse_ipadm ... ok
36902026-06-02T10:20:47.616Ztest tfport::test_parse_tfport ... ok
36912026-06-02T10:20:47.619Ztest config::tests::test_updates ... ok
36922026-06-02T10:20:47.619Z
36932026-06-02T10:20:47.620Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36942026-06-02T10:20:47.620Z
36952026-06-02T10:20:47.620Z Running unittests src/main.rs (target/debug/deps/uplinkd-40194b60a2416f84)
36962026-06-02T10:20:47.623Z
36972026-06-02T10:20:47.623Zrunning 0 tests
36982026-06-02T10:20:47.623Z
36992026-06-02T10:20:47.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37002026-06-02T10:20:47.626Z
37012026-06-02T10:20:47.626Z Running unittests src/main.rs (target/debug/deps/xtask-f723ad30680a9885)
37022026-06-02T10:20:47.626Z
37032026-06-02T10:20:47.626Zrunning 0 tests
37042026-06-02T10:20:47.627Z
37052026-06-02T10:20:47.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37062026-06-02T10:20:47.627Z
37072026-06-02T10:20:47.627Z Doc-tests aal
37082026-06-02T10:20:47.818Z
37092026-06-02T10:20:47.818Zrunning 0 tests
37102026-06-02T10:20:47.818Z
37112026-06-02T10:20:47.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37122026-06-02T10:20:47.821Z
37132026-06-02T10:20:47.834Z Doc-tests aal_macros
37142026-06-02T10:20:47.908Z
37152026-06-02T10:20:47.908Zrunning 0 tests
37162026-06-02T10:20:47.908Z
37172026-06-02T10:20:47.908Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37182026-06-02T10:20:47.908Z
37192026-06-02T10:20:47.918Z Doc-tests common
37202026-06-02T10:20:48.157Z
37212026-06-02T10:20:48.158Zrunning 0 tests
37222026-06-02T10:20:48.158Z
37232026-06-02T10:20:48.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37242026-06-02T10:20:48.158Z
37252026-06-02T10:20:48.178Z Doc-tests dpd_api
37262026-06-02T10:20:49.063Z
37272026-06-02T10:20:49.063Zrunning 2 tests
37282026-06-02T10:20:49.063Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
37292026-06-02T10:20:49.064Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
37302026-06-02T10:20:49.064Z
37312026-06-02T10:20:49.064Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
37322026-06-02T10:20:49.064Z
37332026-06-02T10:20:49.105Z Doc-tests dpd_client
37342026-06-02T10:20:50.528Z
37352026-06-02T10:20:50.528Zrunning 0 tests
37362026-06-02T10:20:50.528Z
37372026-06-02T10:20:50.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37382026-06-02T10:20:50.528Z
37392026-06-02T10:20:50.551Z Doc-tests dpd_types
37402026-06-02T10:20:50.784Z
37412026-06-02T10:20:50.784Zrunning 0 tests
37422026-06-02T10:20:50.784Z
37432026-06-02T10:20:50.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37442026-06-02T10:20:50.803Z
37452026-06-02T10:20:50.807Z Doc-tests dpd_types_versions
37462026-06-02T10:20:52.027Z
37472026-06-02T10:20:52.027Zrunning 1 test
37482026-06-02T10:20:52.027Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
37492026-06-02T10:20:52.027Z
37502026-06-02T10:20:52.027Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
37512026-06-02T10:20:52.027Z
37522026-06-02T10:20:52.070Z Doc-tests packet
37532026-06-02T10:20:52.180Z
37542026-06-02T10:20:52.180Zrunning 0 tests
37552026-06-02T10:20:52.181Z
37562026-06-02T10:20:52.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37572026-06-02T10:20:52.181Z
37582026-06-02T10:20:52.195Z Doc-tests pcap
37592026-06-02T10:20:52.249Z
37602026-06-02T10:20:52.249Zrunning 0 tests
37612026-06-02T10:20:52.249Z
37622026-06-02T10:20:52.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37632026-06-02T10:20:52.249Z
37642026-06-02T10:20:52.315Z+ for feat in tofino_stub tofino_asic softnpu chaos
37652026-06-02T10:20:52.315Z+ RUST_BACKTRACE=full
37662026-06-02T10:20:52.315Z+ cargo test --features chaos --no-fail-fast
37672026-06-02T10:20:53.025Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
37682026-06-02T10:20:53.115Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
37692026-06-02T10:20:53.123Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
37702026-06-02T10:20:53.209Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
37712026-06-02T10:21:01.696Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
37722026-06-02T10:21:01.891Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
37732026-06-02T10:21:40.335Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.00s
37742026-06-02T10:21:40.480Z Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e)
37752026-06-02T10:21:40.485Z
37762026-06-02T10:21:40.485Zrunning 5 tests
37772026-06-02T10:21:40.487Ztest fuse::tests::chip_revision_a0 ... ok
37782026-06-02T10:21:40.487Ztest fuse::tests::chip_revision_b1 ... ok
37792026-06-02T10:21:40.488Ztest fuse::tests::chip_revision_unknown_device_id ... ok
37802026-06-02T10:21:40.488Ztest fuse::tests::chip_revision_b0 ... ok
37812026-06-02T10:21:40.488Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
37822026-06-02T10:21:40.488Z
37832026-06-02T10:21:40.488Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37842026-06-02T10:21:40.488Z
37852026-06-02T10:21:40.488Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
37862026-06-02T10:21:40.492Z
37872026-06-02T10:21:40.492Zrunning 0 tests
37882026-06-02T10:21:40.494Z
37892026-06-02T10:21:40.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37902026-06-02T10:21:40.495Z
37912026-06-02T10:21:40.495Z Running unittests src/lib.rs (target/debug/deps/asic-8d7f092fe7364d44)
37922026-06-02T10:21:40.499Z
37932026-06-02T10:21:40.499Zrunning 0 tests
37942026-06-02T10:21:40.499Z
37952026-06-02T10:21:40.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37962026-06-02T10:21:40.502Z
37972026-06-02T10:21:40.502Z Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e)
37982026-06-02T10:21:40.508Z
37992026-06-02T10:21:40.508Zrunning 10 tests
38002026-06-02T10:21:40.511Ztest nat::tests::test_vni ... ok
38012026-06-02T10:21:40.511Ztest network::tests::test_equal ... ok
38022026-06-02T10:21:40.511Ztest network::tests::test_eui64 ... ok
38032026-06-02T10:21:40.511Ztest network::tests::test_into ... ok
38042026-06-02T10:21:40.511Ztest network::tests::test_not_equal ... ok
38052026-06-02T10:21:40.511Ztest network::tests::test_generate_ipv6_link_local ... ok
38062026-06-02T10:21:40.511Ztest network::tests::test_parse ... ok
38072026-06-02T10:21:40.511Ztest network::tests::test_to_string ... ok
38082026-06-02T10:21:40.514Ztest test_purge ... ok
38092026-06-02T10:21:40.522Ztest illumos::test::address_exists_handles_missing_object ... ok
38102026-06-02T10:21:40.522Z
38112026-06-02T10:21:40.525Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
38122026-06-02T10:21:40.525Z
38132026-06-02T10:21:40.525Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40)
38142026-06-02T10:21:40.553Z
38152026-06-02T10:21:40.553Zrunning 1 test
38162026-06-02T10:21:40.558Z -------
38172026-06-02T10:21:40.561Z Generating OpenAPI documents from API definitions ...
38182026-06-02T10:21:40.723Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
38192026-06-02T10:21:40.796Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
38202026-06-02T10:21:41.824Z -------
38212026-06-02T10:21:41.824Z Checking 12 OpenAPI documents...
38222026-06-02T10:21:41.825Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
38232026-06-02T10:21:41.825Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
38242026-06-02T10:21:41.825Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
38252026-06-02T10:21:41.825Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
38262026-06-02T10:21:41.825Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
38272026-06-02T10:21:41.825Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
38282026-06-02T10:21:41.825Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
38292026-06-02T10:21:41.825Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
38302026-06-02T10:21:41.828Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
38312026-06-02T10:21:41.828Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
38322026-06-02T10:21:41.828Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
38332026-06-02T10:21:41.828Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
38342026-06-02T10:21:41.828Z Fresh dpd "latest" symlink
38352026-06-02T10:21:41.828Z -------
38362026-06-02T10:21:41.829Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
38372026-06-02T10:21:41.890Ztest test::test_apis_up_to_date ... ok
38382026-06-02T10:21:41.890Z
38392026-06-02T10:21:41.890Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
38402026-06-02T10:21:41.890Z
38412026-06-02T10:21:41.951Z Running unittests src/main.rs (target/debug/deps/dpd-ddd33926a1c74b4c)
38422026-06-02T10:21:41.958Z
38432026-06-02T10:21:41.958Zrunning 45 tests
38442026-06-02T10:21:41.961Ztest freemap::test_ordering ... ok
38452026-06-02T10:21:41.961Ztest config::tests::test_updates ... ok
38462026-06-02T10:21:41.961Ztest freemap::test_split ... ok
38472026-06-02T10:21:41.961Ztest dhcpv6::tests::test_create_duid_bytes ... ok
38482026-06-02T10:21:41.961Ztest macaddrs::tests::test_mac_offset ... ok
38492026-06-02T10:21:41.964Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
38502026-06-02T10:21:41.964Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
38512026-06-02T10:21:41.964Ztest macaddrs::tests::test_parse_port_id ... ok
38522026-06-02T10:21:41.964Ztest mcast::tests::test_canonicalize_sources ... ok
38532026-06-02T10:21:41.964ZJun 02 10:21:40.394 DEBG created new freemap, unit: freemap_test
38542026-06-02T10:21:41.964ZJun 02 10:21:40.394 DEBG initted freemap. size: 128, unit: freemap_test
38552026-06-02T10:21:41.964ZJun 02 10:21:40.394 DEBG reset freemap, unit: freemap_test
38562026-06-02T10:21:41.964Ztest freemap::test_exhaustion ... ok
38572026-06-02T10:21:41.964ZJun 02 10:21:40.394 DEBG created new freemap, unit: freemap_test
38582026-06-02T10:21:41.964ZJun 02 10:21:40.394 DEBG initted freemap. size: 128, unit: freemap_test
38592026-06-02T10:21:41.964ZJun 02 10:21:40.394 DEBG reset freemap, unit: freemap_test
38602026-06-02T10:21:41.964Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
38612026-06-02T10:21:41.964ZJun 02 10:21:40.394 DEBG created new freemap, unit: freemap_test
38622026-06-02T10:21:41.964ZJun 02 10:21:40.394 DEBG initted freemap. size: 128, unit: freemap_test
38632026-06-02T10:21:41.964ZJun 02 10:21:40.394 DEBG reset freemap, unit: freemap_test
38642026-06-02T10:21:41.964Ztest freemap::test_free ... ok
38652026-06-02T10:21:41.964ZJun 02 10:21:40.394 DEBG created new freemap, unit: freemap_test
38662026-06-02T10:21:41.964ZJun 02 10:21:40.395 DEBG initted freemap. size: 128, unit: freemap_test
38672026-06-02T10:21:41.964ZJun 02 10:21:40.395 DEBG reset freemap, unit: freemap_test
38682026-06-02T10:21:41.964Ztest freemap::test_basic ... ok
38692026-06-02T10:21:41.964Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
38702026-06-02T10:21:41.964Ztest freemap::test_reclaim ... ok
38712026-06-02T10:21:41.964Ztest mcast::tests::test_create_port_bitmap_empty ... ok
38722026-06-02T10:21:41.964Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
38732026-06-02T10:21:41.964Ztest mcast::tests::test_concurrent_id_allocation ... ok
38742026-06-02T10:21:41.964Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
38752026-06-02T10:21:41.964Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
38762026-06-02T10:21:41.964Ztest mcast::tests::test_sources_contain_any ... ok
38772026-06-02T10:21:41.964Ztest mcast::validate::tests::test_address_validation_integrated ... ok
38782026-06-02T10:21:41.967Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
38792026-06-02T10:21:41.967Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
38802026-06-02T10:21:41.967Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
38812026-06-02T10:21:41.967Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
38822026-06-02T10:21:41.967Ztest mcast::validate::tests::test_ipv4_validation ... ok
38832026-06-02T10:21:41.967Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
38842026-06-02T10:21:41.967Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
38852026-06-02T10:21:41.968Ztest mcast::validate::tests::test_ipv6_validation ... ok
38862026-06-02T10:21:41.968Ztest mcast::validate::tests::test_is_ssm_function ... ok
38872026-06-02T10:21:41.968Ztest mcast::validate::tests::test_validate_nat_target ... ok
38882026-06-02T10:21:41.968Ztest mcast::validate::tests::test_validate_source_addresses ... ok
38892026-06-02T10:21:41.968ZJun 02 10:21:40.396 DEBG created new freemap, unit: freemap_test
38902026-06-02T10:21:41.968ZJun 02 10:21:40.396 DEBG initted freemap. size: 128, unit: freemap_test
38912026-06-02T10:21:41.968ZJun 02 10:21:40.396 DEBG reset freemap, unit: freemap_test
38922026-06-02T10:21:41.968Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
38932026-06-02T10:21:41.968Ztest mcast::validate::tests::test_validate_tag ... ok
38942026-06-02T10:21:41.968Ztest mcast::validate::tests::test_validate_tag_format ... ok
38952026-06-02T10:21:41.968Ztest api_server::tests::test_build_info ... ok
38962026-06-02T10:21:41.968Ztest nat::test_mapping ... ok
38972026-06-02T10:21:41.968Ztest freemap::test_span ... ok
38982026-06-02T10:21:41.968Ztest port_map::tests::test_backplane_group ... ok
38992026-06-02T10:21:41.968Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
39002026-06-02T10:21:41.968Ztest port_map::tests::test_port_map ... ok
39012026-06-02T10:21:41.968Ztest port_map::tests::dump_map ... ok
39022026-06-02T10:21:41.968Ztest mcast::tests::test_id_range_boundaries ... ok
39032026-06-02T10:21:41.968Ztest port_map::tests::parse_softnpu_revision ... ok
39042026-06-02T10:21:41.968Z
39052026-06-02T10:21:41.968Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
39062026-06-02T10:21:41.968Z
39072026-06-02T10:21:41.971Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-586dda32bdaf75b9)
39082026-06-02T10:21:41.973Z
39092026-06-02T10:21:41.973Zrunning 0 tests
39102026-06-02T10:21:41.973Z
39112026-06-02T10:21:41.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39122026-06-02T10:21:41.973Z
39132026-06-02T10:21:41.973Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd)
39142026-06-02T10:21:41.977Z
39152026-06-02T10:21:41.977Zrunning 0 tests
39162026-06-02T10:21:41.977Z
39172026-06-02T10:21:41.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39182026-06-02T10:21:41.979Z
39192026-06-02T10:21:41.979Z Running unittests src/lib.rs (target/debug/deps/dpd_client-50a8e5d195d1a16d)
39202026-06-02T10:21:41.986Z
39212026-06-02T10:21:41.986Zrunning 6 tests
39222026-06-02T10:21:41.989Ztest tests::test_full_lot_id_lot_only ... ok
39232026-06-02T10:21:41.989Ztest tests::test_full_lot_id_lotnum_only ... ok
39242026-06-02T10:21:41.990Ztest tests::test_full_lot_id_both_present ... ok
39252026-06-02T10:21:41.990Ztest tests::test_full_lot_id_neither_present ... ok
39262026-06-02T10:21:41.990Ztest tests::test_port_id_cmp ... ok
39272026-06-02T10:21:41.990Ztest tests::test_parse_client_port_id ... ok
39282026-06-02T10:21:41.990Z
39292026-06-02T10:21:41.993Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39302026-06-02T10:21:41.994Z
39312026-06-02T10:21:41.994Z Running tests/test_all.rs (target/debug/deps/test_all-b5ced0f45fac3b2b)
39322026-06-02T10:21:41.996Z
39332026-06-02T10:21:41.996Zrunning 6 tests
39342026-06-02T10:21:45.007Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
39352026-06-02T10:21:45.010Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
39362026-06-02T10:21:45.010Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
39372026-06-02T10:21:45.016Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
39382026-06-02T10:21:45.345Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
39392026-06-02T10:21:46.509Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
39402026-06-02T10:21:46.509Z
39412026-06-02T10:21:46.509Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.51s
39422026-06-02T10:21:46.509Z
39432026-06-02T10:21:46.515Z Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3)
39442026-06-02T10:21:46.521Z
39452026-06-02T10:21:46.521Zrunning 0 tests
39462026-06-02T10:21:46.521Z
39472026-06-02T10:21:46.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39482026-06-02T10:21:46.524Z
39492026-06-02T10:21:46.524Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e)
39502026-06-02T10:21:46.527Z
39512026-06-02T10:21:46.527Zrunning 0 tests
39522026-06-02T10:21:46.527Z
39532026-06-02T10:21:46.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39542026-06-02T10:21:46.527Z
39552026-06-02T10:21:46.527Z Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518)
39562026-06-02T10:21:46.534Z
39572026-06-02T10:21:46.534Zrunning 12 tests
39582026-06-02T10:21:46.537Ztest icmp::test_v6_checksum ... ok
39592026-06-02T10:21:46.537Ztest icmp::test_v4_checksum ... ok
39602026-06-02T10:21:46.537Ztest ipv6::test_ipv6_parse ... ok
39612026-06-02T10:21:46.537Ztest lldp::test_lldp_parse ... ok
39622026-06-02T10:21:46.537Ztest pbuf::test_byte ... ok
39632026-06-02T10:21:46.537Ztest pbuf::test_nibble ... ok
39642026-06-02T10:21:46.537Ztest pbuf::test_overflow ... ok
39652026-06-02T10:21:46.537Ztest pbuf::test_short ... ok
39662026-06-02T10:21:46.537Ztest pbuf::test_twelve ... ok
39672026-06-02T10:21:46.537Ztest pbuf::test_word ... ok
39682026-06-02T10:21:46.540Ztest tcp::test_checksum_syn_nodata ... ok
39692026-06-02T10:21:46.540Ztest tcp::test_checksum_ack_data ... ok
39702026-06-02T10:21:46.540Z
39712026-06-02T10:21:46.540Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39722026-06-02T10:21:46.540Z
39732026-06-02T10:21:46.540Z Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d)
39742026-06-02T10:21:46.543Z
39752026-06-02T10:21:46.543Zrunning 0 tests
39762026-06-02T10:21:46.543Z
39772026-06-02T10:21:46.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39782026-06-02T10:21:46.543Z
39792026-06-02T10:21:46.543Z Running unittests src/main.rs (target/debug/deps/swadm-08aaf64423fc8256)
39802026-06-02T10:21:46.551Z
39812026-06-02T10:21:46.552Zrunning 5 tests
39822026-06-02T10:21:46.554Ztest switchport::test::test_compute_lanes ... ok
39832026-06-02T10:21:46.557Ztest switchport::test::port_id_ordering ... ok
39842026-06-02T10:21:46.557Z Lane 0 Lane 1 Lane 2 Lane 3
39852026-06-02T10:21:46.557Z State: Activated Activated Activated Activated
39862026-06-02T10:21:46.557Z Rx Output Enabled: false false false false
39872026-06-02T10:21:46.557Z Rx Output Status: valid valid valid valid
39882026-06-02T10:21:46.557Z Lane 0 Rx Loss-of-lock: true true trueLane 1 true
39892026-06-02T10:21:46.557ZLane 2 Rx Loss-of-signal: false Lane 3false
39902026-06-02T10:21:46.557Zfalse false Rx Loss-of-lock: Yes
39912026-06-02T10:21:46.557Z Rx Auto-squelch Disable: trueYes trueYes trueYes
39922026-06-02T10:21:46.558Ztrue
39932026-06-02T10:21:46.558Z Rx Loss-of-signal: Yes Tx Output Enabled: trueYes true trueYes trueYes
39942026-06-02T10:21:46.558Z
39952026-06-02T10:21:46.558Z Tx Output Status: invalid Rx CDR Enabled: Yesinvalid Yes invalid Yesinvalid
39962026-06-02T10:21:46.558ZYes
39972026-06-02T10:21:46.558Z Tx Loss-of-lock: false Tx Enabled: Yes false Yesfalse falseYes
39982026-06-02T10:21:46.558Z Yes Tx Loss-of-signal: true
39992026-06-02T10:21:46.558Ztrue Tx Loss-of-lock: Notrue Notrue
40002026-06-02T10:21:46.558Z Tx Auto-squelch Disable: falseNo No
40012026-06-02T10:21:46.558Zfalse Tx Loss-of-signal: No falseNo false
40022026-06-02T10:21:46.558Ztest link::test_filter ... No Tx Adaptive EQ Fail: true okNo
40032026-06-02T10:21:46.558Z
40042026-06-02T10:21:46.558Z Tx CDR Enabled: Notrue Notrue Notrue
40052026-06-02T10:21:46.558Z No
40062026-06-02T10:21:46.558Z Tx Failure: false Tx Adaptive EQ Fault: No falseNo false false
40072026-06-02T10:21:46.558ZNo Tx Force Squelch: true No
40082026-06-02T10:21:46.558Ztrue Tx Fault: Yes true Yestrue
40092026-06-02T10:21:46.558ZYes Tx Input Polarity: normalYes
40102026-06-02T10:21:46.558Znormal normal normal
40112026-06-02T10:21:46.561Ztest switchport::test::test_print_cmis_datapath ... ok
40122026-06-02T10:21:46.561Ztest switchport::test::test_print_sff_datapath ... ok
40132026-06-02T10:21:46.561Z
40142026-06-02T10:21:46.562Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
40152026-06-02T10:21:46.562Z
40162026-06-02T10:21:46.562Z Running tests/counters.rs (target/debug/deps/counters-f8ab66d33567d3ae)
40172026-06-02T10:21:46.565Z
40182026-06-02T10:21:46.565Zrunning 1 test
40192026-06-02T10:21:46.565Ztest test_p4_counter_list ... ignored
40202026-06-02T10:21:46.565Z
40212026-06-02T10:21:46.565Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
40222026-06-02T10:21:46.565Z
40232026-06-02T10:21:46.565Z Running tests/multicast.rs (target/debug/deps/multicast-d2fd99524fa73d14)
40242026-06-02T10:21:46.571Z
40252026-06-02T10:21:46.571Zrunning 1 test
40262026-06-02T10:21:46.574Ztest test_multicast_list_and_get ... ignored
40272026-06-02T10:21:46.574Z
40282026-06-02T10:21:46.574Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
40292026-06-02T10:21:46.574Z
40302026-06-02T10:21:46.574Z Running tests/port-link.rs (target/debug/deps/port_link-620d030b91218425)
40312026-06-02T10:21:46.577Z
40322026-06-02T10:21:46.577Zrunning 5 tests
40332026-06-02T10:21:46.577Ztest test_an ... ignored
40342026-06-02T10:21:46.577Ztest test_enable ... ignored
40352026-06-02T10:21:46.577Ztest test_ip_addresses ... ignored
40362026-06-02T10:21:46.577Ztest test_kr ... ignored
40372026-06-02T10:21:46.577Ztest test_mac ... ignored
40382026-06-02T10:21:46.577Z
40392026-06-02T10:21:46.577Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
40402026-06-02T10:21:46.577Z
40412026-06-02T10:21:46.577Z Running unittests src/main.rs (target/debug/deps/tfportd-7b4df52dfc0a7aa8)
40422026-06-02T10:21:46.580Z
40432026-06-02T10:21:46.580Zrunning 3 tests
40442026-06-02T10:21:46.583Ztest linklocal::test_parse_ipadm ... ok
40452026-06-02T10:21:46.583Ztest tfport::test_parse_tfport ... ok
40462026-06-02T10:21:46.583Ztest config::tests::test_updates ... ok
40472026-06-02T10:21:46.583Z
40482026-06-02T10:21:46.583Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40492026-06-02T10:21:46.583Z
40502026-06-02T10:21:46.583Z Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907)
40512026-06-02T10:21:46.587Z
40522026-06-02T10:21:46.587Zrunning 0 tests
40532026-06-02T10:21:46.587Z
40542026-06-02T10:21:46.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40552026-06-02T10:21:46.590Z
40562026-06-02T10:21:46.590Z Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39)
40572026-06-02T10:21:46.593Z
40582026-06-02T10:21:46.593Zrunning 0 tests
40592026-06-02T10:21:46.593Z
40602026-06-02T10:21:46.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40612026-06-02T10:21:46.593Z
40622026-06-02T10:21:46.596Z Doc-tests aal
40632026-06-02T10:21:46.845Z
40642026-06-02T10:21:46.845Zrunning 0 tests
40652026-06-02T10:21:46.845Z
40662026-06-02T10:21:46.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40672026-06-02T10:21:46.848Z
40682026-06-02T10:21:46.862Z Doc-tests aal_macros
40692026-06-02T10:21:46.937Z
40702026-06-02T10:21:46.938Zrunning 0 tests
40712026-06-02T10:21:46.938Z
40722026-06-02T10:21:46.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40732026-06-02T10:21:46.938Z
40742026-06-02T10:21:47.017Z Doc-tests common
40752026-06-02T10:21:47.191Z
40762026-06-02T10:21:47.192Zrunning 0 tests
40772026-06-02T10:21:47.192Z
40782026-06-02T10:21:47.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40792026-06-02T10:21:47.192Z
40802026-06-02T10:21:47.213Z Doc-tests dpd_api
40812026-06-02T10:21:48.212Z
40822026-06-02T10:21:48.212Zrunning 2 tests
40832026-06-02T10:21:48.212Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
40842026-06-02T10:21:48.212Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
40852026-06-02T10:21:48.212Z
40862026-06-02T10:21:48.212Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
40872026-06-02T10:21:48.212Z
40882026-06-02T10:21:48.243Z Doc-tests dpd_client
40892026-06-02T10:21:49.658Z
40902026-06-02T10:21:49.658Zrunning 0 tests
40912026-06-02T10:21:49.658Z
40922026-06-02T10:21:49.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40932026-06-02T10:21:49.659Z
40942026-06-02T10:21:49.704Z Doc-tests dpd_types
40952026-06-02T10:21:49.920Z
40962026-06-02T10:21:49.920Zrunning 0 tests
40972026-06-02T10:21:49.920Z
40982026-06-02T10:21:49.920Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40992026-06-02T10:21:49.921Z
41002026-06-02T10:21:49.946Z Doc-tests dpd_types_versions
41012026-06-02T10:21:51.185Z
41022026-06-02T10:21:51.185Zrunning 1 test
41032026-06-02T10:21:51.185Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
41042026-06-02T10:21:51.185Z
41052026-06-02T10:21:51.185Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41062026-06-02T10:21:51.185Z
41072026-06-02T10:21:51.228Z Doc-tests packet
41082026-06-02T10:21:51.339Z
41092026-06-02T10:21:51.339Zrunning 0 tests
41102026-06-02T10:21:51.340Z
41112026-06-02T10:21:51.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41122026-06-02T10:21:51.340Z
41132026-06-02T10:21:51.355Z Doc-tests pcap
41142026-06-02T10:21:51.410Z
41152026-06-02T10:21:51.410Zrunning 0 tests
41162026-06-02T10:21:51.410Z
41172026-06-02T10:21:51.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41182026-06-02T10:21:51.410Z
41192026-06-02T10:21:51.466Zprocess exited: duration 681644 ms, exit code 0
 
41202026-06-02T10:21:51.475Zfound 0 output files