01KTND8S3TG70WF4W3YH4KPNAH: test

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

Buildomat Job: 01KTND96MCE9V8RJ6CYJCVSNGJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T05:23:00.528Zjob assigned to worker 01KTND9FCCEEJ39S9XQFJGFKVX [factory aws, i-0b7bfdc5fba895f92] (queued for 1 m 0 s)
 
22026-06-09T05:23:07.435Zstarting task 0: "setup"
32026-06-09T05:23:07.440Z++ uname -s
42026-06-09T05:23:07.443Z+ kern=SunOS
52026-06-09T05:23:07.443Z+ build_user=build
62026-06-09T05:23:07.443Z+ build_uid=12345
72026-06-09T05:23:07.444Z+ work_dir=/work
82026-06-09T05:23:07.444Z+ input_dir=/input
92026-06-09T05:23:07.444Z+ [[ 0 == 12345 ]]
102026-06-09T05:23:07.444Z+ case "$kern" in
112026-06-09T05:23:07.444Z+ groupadd -g 12345 build
122026-06-09T05:23:07.444Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T05:23:09.449Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T05:23:09.570Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T05:23:09.575Z+ home_fs=zfs
162026-06-09T05:23:09.575Z+ [[ zfs == autofs ]]
172026-06-09T05:23:09.575Z+ mkdir -p /home/build
182026-06-09T05:23:09.575Z+ chown build:build /home/build /work
192026-06-09T05:23:11.574Z+ chmod 0700 /home/build /work
202026-06-09T05:23:11.577Zprocess exited: duration 4140 ms, exit code 0
 
212026-06-09T05:23:11.584Zstarting task 1: "rust-toolchain"
222026-06-09T05:23:11.588Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-09T05:23:11.588Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-09T05:23:11.588Z * rust toolchain channel = "1.90.0"
252026-06-09T05:23:11.588Z * rust toolchain profile = "default"
262026-06-09T05:23:11.588Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T05:23:11.588Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T05:23:11.591Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T05:23:11.591Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-09T05:23:11.693Zinfo: downloading installer
312026-06-09T05:23:13.104Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T05:23:13.105Zwarn: /home/build/.rustup/settings.toml
332026-06-09T05:23:13.105Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T05:23:13.105Zwarn: instead of the one inferred from the default host triple.
352026-06-09T05:23:13.117Zinfo: profile set to default
362026-06-09T05:23:13.117Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T05:23:13.120Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-09T05:23:13.264Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-09T05:23:13.268Zinfo: downloading 6 components
402026-06-09T05:23:27.465Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-09T05:23:27.465Z
422026-06-09T05:23:27.503Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-09T05:23:27.503Z
442026-06-09T05:23:27.503Z
452026-06-09T05:23:27.503ZRust is installed now. Great!
462026-06-09T05:23:27.503Z
472026-06-09T05:23:27.503ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T05:23:27.503Zenvironment variable. This has not been done automatically.
492026-06-09T05:23:27.503Z
502026-06-09T05:23:27.503ZTo configure your current shell, you need to source
512026-06-09T05:23:27.503Zthe corresponding env file under $HOME/.cargo.
522026-06-09T05:23:27.503Z
532026-06-09T05:23:27.503ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T05:23:27.507Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T05:23:27.507Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T05:23:27.507Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T05:23:27.507Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T05:23:27.507Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T05:23:27.507Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T05:23:27.507Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T05:23:27.507Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T05:23:27.590Z+ rustup --version
632026-06-09T05:23:27.599Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T05:23:27.602Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T05:23:27.622Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-09T05:23:27.625Z+ cargo --version
672026-06-09T05:23:27.638Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-09T05:23:27.641Z+ rustc --version
692026-06-09T05:23:27.662Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-09T05:23:27.665Zprocess exited: duration 16081 ms, exit code 0
 
712026-06-09T05:23:27.671Zstarting task 2: "authentication"
722026-06-09T05:23:27.687Zprocess exited: duration 16 ms, exit code 0
 
732026-06-09T05:23:27.695Zstarting task 3: "clone repository"
742026-06-09T05:23:27.701Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-09T05:23:27.705Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-09T05:23:27.739ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-09T05:23:28.796Z+ cd /work/oxidecomputer/dendrite
782026-06-09T05:23:28.796Z+ git fetch origin eb0ac9553c67a0c45ea72cf13138f0de52519d70
792026-06-09T05:23:29.017ZFrom https://github.com/oxidecomputer/dendrite
802026-06-09T05:23:29.017Z * branch eb0ac9553c67a0c45ea72cf13138f0de52519d70 -> FETCH_HEAD
812026-06-09T05:23:29.022Z+ [[ -n multicast-e2e ]]
822026-06-09T05:23:29.025Z++ git branch --show-current
832026-06-09T05:23:29.025Z+ current=main
842026-06-09T05:23:29.025Z+ [[ main != multicast-e2e ]]
852026-06-09T05:23:29.025Z+ git branch -f multicast-e2e eb0ac9553c67a0c45ea72cf13138f0de52519d70
862026-06-09T05:23:29.028Z+ git checkout -f multicast-e2e
872026-06-09T05:23:29.045ZSwitched to branch 'multicast-e2e'
882026-06-09T05:23:29.048Z+ git reset --hard eb0ac9553c67a0c45ea72cf13138f0de52519d70
892026-06-09T05:23:29.064ZHEAD is now at eb0ac95 merge main
902026-06-09T05:23:29.067Zprocess exited: duration 1369 ms, exit code 0
 
912026-06-09T05:23:29.164Zstarting task 4: "build"
922026-06-09T05:23:29.168Z+ source .github/buildomat/common.sh
932026-06-09T05:23:29.168Z++ TOFINO_STAGES=20
942026-06-09T05:23:29.168Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-09T05:23:29.168Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-09T05:23:29.168Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-09T05:23:29.168Z+++ uname -s
982026-06-09T05:23:29.169Z++ '[' SunOS == SunOS ']'
992026-06-09T05:23:29.169Z++ SERIES=illumos
1002026-06-09T05:23:29.169Z+++ uname -s
1012026-06-09T05:23:29.169Z++ '[' SunOS == SunOS ']'
1022026-06-09T05:23:29.169Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-09T05:23:29.169Z++ rustup show active-toolchain
1042026-06-09T05:23:29.173Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-09T05:23:29.173Z+ source .github/buildomat/illumos.sh
1062026-06-09T05:23:29.173Z++ banner 'sde setup'
1072026-06-09T05:23:29.173Z
1082026-06-09T05:23:29.173Z #### ##### ###### #### ###### ##### # # #####
1092026-06-09T05:23:29.173Z # # # # # # # # # # #
1102026-06-09T05:23:29.173Z #### # # ##### #### ##### # # # # #
1112026-06-09T05:23:29.173Z # # # # # # # # # #####
1122026-06-09T05:23:29.173Z # # # # # # # # # # # #
1132026-06-09T05:23:29.173Z #### ##### ###### #### ###### # #### #
1142026-06-09T05:23:29.173Z
1152026-06-09T05:23:29.173Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-09T05:23:29.173Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-09T05:23:29.173Z++ export PKG=tofino_sde.p5p
1182026-06-09T05:23:29.173Z++ PKG=tofino_sde.p5p
1192026-06-09T05:23:29.173Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-09T05:23:29.177Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-09T05:23:29.180Z Dload Upload Total Spent Left Speed
1222026-06-09T05:23:30.156Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 78.21M 0 0 100 76.03M 100 76.03M 0 0 78.20M 0 0 100 76.03M 100 76.03M 0 0 78.20M 0 0
1232026-06-09T05:23:30.162Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-09T05:23:30.278Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-09T05:23:30.284Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-09T05:23:30.284Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-09T05:23:31.169Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-09T05:23:31.406Z Startup: Caching catalogs ... Done
1292026-06-09T05:23:31.443Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-09T05:23:31.820ZPlanning: Solver setup ... Done
1312026-06-09T05:23:31.841ZPlanning: Running solver ... Done
1322026-06-09T05:23:31.847ZPlanning: Finding local manifests ... Done
1332026-06-09T05:23:31.850ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-09T05:23:31.854ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-09T05:23:31.868ZPlanning: Package planning ... Done
1362026-06-09T05:23:31.870ZPlanning: Merging actions ... Done
1372026-06-09T05:23:31.995ZPlanning: Checking for conflicting actions ... Done
1382026-06-09T05:23:31.998ZPlanning: Consolidating action changes ... Done
1392026-06-09T05:23:32.817ZPlanning: Evaluating mediators ... Done
1402026-06-09T05:23:32.822ZPlanning: Planning completed in 1.37 seconds
1412026-06-09T05:23:32.829Z Packages to install: 1
1422026-06-09T05:23:32.829Z Create boot environment: No
1432026-06-09T05:23:32.829ZCreate backup boot environment: No
1442026-06-09T05:23:32.850Z
1452026-06-09T05:23:32.850ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-09T05:23:32.986ZDownload: Completed 75.30 MB in 0.14 seconds (555M/s)
1472026-06-09T05:23:33.184Z Actions: 1/293 actions (Installing new actions)
1482026-06-09T05:23:34.146Z Actions: Completed 293 actions in 0.96 seconds.
1492026-06-09T05:23:34.155ZFinalize: Updating package state database ... Done
1502026-06-09T05:23:34.191ZFinalize: Updating package cache ... Done
1512026-06-09T05:23:34.213ZFinalize: Updating image state ... Done
1522026-06-09T05:23:36.712ZFinalize: Creating fast lookup database ... Done
1532026-06-09T05:23:36.746ZFinalize: Reading search index ... Done
1542026-06-09T05:23:36.746ZFinalize: Updating search index ... Done
1552026-06-09T05:23:36.921ZFinalize: Updating package cache ... Done
1562026-06-09T05:23:37.003Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-09T05:23:37.003Z++ SDE=/opt/oxide/tofino_sde
1582026-06-09T05:23:37.011Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-09T05:23:37.011Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-09T05:23:37.011Z++ banner packages
1612026-06-09T05:23:37.011Z
1622026-06-09T05:23:37.011Z ##### ## #### # # ## #### ###### ####
1632026-06-09T05:23:37.011Z # # # # # # # # # # # # # #
1642026-06-09T05:23:37.011Z # # # # # #### # # # ##### ####
1652026-06-09T05:23:37.012Z ##### ###### # # # ###### # ### # #
1662026-06-09T05:23:37.012Z # # # # # # # # # # # # # #
1672026-06-09T05:23:37.012Z # # # #### # # # # #### ###### ####
1682026-06-09T05:23:37.012Z
1692026-06-09T05:23:37.012Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-09T05:23:37.261Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-09T05:23:37.268Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-09T05:23:37.589ZPlanning: Solver setup ... Done
1732026-06-09T05:23:37.606ZPlanning: Running solver ... Done
1742026-06-09T05:23:37.611ZPlanning: Consolidating action changes ... Done
1752026-06-09T05:23:37.618ZPlanning: Evaluating mediators ... Done
1762026-06-09T05:23:37.618ZPlanning: Planning completed in 0.35 seconds
1772026-06-09T05:23:37.632ZNo updates necessary for this image.
1782026-06-09T05:23:37.688Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-09T05:23:37.902ZPlanning: Evaluating mediator changes ... Done
1802026-06-09T05:23:38.016ZPlanning: Checking for conflicting actions ... Done
1812026-06-09T05:23:38.023ZPlanning: Consolidating action changes ... Done
1822026-06-09T05:23:38.182ZPlanning: Evaluating mediators ... Done
1832026-06-09T05:23:38.193ZPlanning: Planning completed in 0.28 seconds
1842026-06-09T05:23:38.221Z Mediators to change: 2
1852026-06-09T05:23:38.226Z Create boot environment: No
1862026-06-09T05:23:38.226ZCreate backup boot environment: No
1872026-06-09T05:23:38.261ZFinalize: Updating package state database ... Done
1882026-06-09T05:23:38.261ZFinalize: Updating package cache ... Done
1892026-06-09T05:23:38.275ZFinalize: Updating image state ... Done
1902026-06-09T05:23:40.303ZFinalize: Creating fast lookup database ... Done
1912026-06-09T05:23:40.372ZFinalize: Reading search index ... Done
1922026-06-09T05:23:40.378ZFinalize: Updating search index ... Done
1932026-06-09T05:23:40.467ZFinalize: Updating package cache ... Done
1942026-06-09T05:23:40.546Z++ cargo --version
1952026-06-09T05:23:40.555Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-09T05:23:40.561Z++ rustc --version
1972026-06-09T05:23:40.579Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-09T05:23:40.582Z+ banner copyrights
1992026-06-09T05:23:40.582Z
2002026-06-09T05:23:40.582Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-09T05:23:40.582Z # # # # # # # # # # # # # # # # #
2022026-06-09T05:23:40.583Z # # # # # # # # # # ###### # ####
2032026-06-09T05:23:40.583Z # # # ##### # ##### # # ### # # # #
2042026-06-09T05:23:40.583Z # # # # # # # # # # # # # # # #
2052026-06-09T05:23:40.588Z #### #### # # # # # #### # # # ####
2062026-06-09T05:23:40.588Z
2072026-06-09T05:23:40.588Z+ ./tools/check_copyrights.sh
2082026-06-09T05:23:41.618Zdpd/p4/headers.p4: Copyright with wrong year
2092026-06-09T05:23:42.144Zpcap/build.rs: Copyright with wrong year
2102026-06-09T05:23:42.322Ztfportd/src/linklocal.rs: Copyright with wrong year
2112026-06-09T05:23:42.538Z+ banner clippy
2122026-06-09T05:23:42.542Z
2132026-06-09T05:23:42.542Z #### # # ##### ##### # #
2142026-06-09T05:23:42.542Z # # # # # # # # # #
2152026-06-09T05:23:42.542Z # # # # # # # #
2162026-06-09T05:23:42.542Z # # # ##### ##### #
2172026-06-09T05:23:42.542Z # # # # # # #
2182026-06-09T05:23:42.542Z #### ###### # # # #
2192026-06-09T05:23:42.542Z
2202026-06-09T05:23:42.542Z+ for feat in tofino_stub tofino_asic softnpu chaos
2212026-06-09T05:23:42.542Z+ cargo clippy --features tofino_stub -- --deny warnings
2222026-06-09T05:23:42.702Z Updating git repository `https://github.com/oxidecomputer/omicron`
2232026-06-09T05:23:52.387Z Updating crates.io index
2242026-06-09T05:23:52.424Z Updating git repository `https://github.com/illumos/smf-rs`
2252026-06-09T05:23:52.706Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-06-09T05:23:53.513Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2272026-06-09T05:23:53.798Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-06-09T05:23:54.032Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2292026-06-09T05:23:55.419Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2302026-06-09T05:23:55.572Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2312026-06-09T05:23:56.048Z Updating git repository `https://github.com/oxidecomputer/ispf`
2322026-06-09T05:23:56.280Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2332026-06-09T05:23:56.703Z Updating git repository `https://github.com/oxidecomputer/lldp`
2342026-06-09T05:23:57.027Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-06-09T05:23:57.313Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-09T05:23:57.602Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-09T05:23:58.109Z Updating git repository `https://github.com/oxidecomputer/vm-attest`
2382026-06-09T05:23:58.235Z Updating git repository `https://github.com/oxidecomputer/p4`
2392026-06-09T05:23:59.276Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2402026-06-09T05:23:59.312Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-09T05:23:59.659Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2422026-06-09T05:24:00.428Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2432026-06-09T05:24:00.615Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-09T05:24:00.880Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-09T05:24:01.636Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-09T05:24:01.859Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-09T05:24:02.111Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-09T05:24:02.818Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2492026-06-09T05:24:02.981Z Updating git repository `https://github.com/oxidecomputer/omicron`
2502026-06-09T05:24:05.370Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2512026-06-09T05:24:06.013Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-06-09T05:24:06.524Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-06-09T05:24:12.212Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-06-09T05:24:12.212Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-06-09T05:24:12.212Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-06-09T05:24:12.212Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-06-09T05:24:12.213Z Updating git repository `https://github.com/oxidecomputer/opte`
2582026-06-09T05:24:12.213Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592026-06-09T05:24:12.483Z Downloading crates ...
2602026-06-09T05:24:12.551Z Downloaded async-stream v0.3.6
2612026-06-09T05:24:12.568Z Downloaded block-buffer v0.10.4
2622026-06-09T05:24:12.570Z Downloaded bit-set v0.8.0
2632026-06-09T05:24:12.573Z Downloaded autocfg v1.5.0
2642026-06-09T05:24:12.574Z Downloaded debug-ignore v1.0.5
2652026-06-09T05:24:12.577Z Downloaded anstream v1.0.0
2662026-06-09T05:24:12.582Z Downloaded block-buffer v0.12.0
2672026-06-09T05:24:12.582Z Downloaded atomic-waker v1.1.2
2682026-06-09T05:24:12.586Z Downloaded daft v0.1.5
2692026-06-09T05:24:12.586Z Downloaded futures-core v0.3.32
2702026-06-09T05:24:12.590Z Downloaded crypto-common v0.1.6
2712026-06-09T05:24:12.590Z Downloaded hash32 v0.3.1
2722026-06-09T05:24:12.594Z Downloaded bit-vec v0.8.0
2732026-06-09T05:24:12.594Z Downloaded bitflags v1.3.2
2742026-06-09T05:24:12.597Z Downloaded foreign-types v0.5.0
2752026-06-09T05:24:12.600Z Downloaded heapless v0.8.0
2762026-06-09T05:24:12.604Z Downloaded drift v0.2.0
2772026-06-09T05:24:12.607Z Downloaded base16ct v0.2.0
2782026-06-09T05:24:12.611Z Downloaded async-stream-impl v0.3.6
2792026-06-09T05:24:12.611Z Downloaded globset v0.4.16
2802026-06-09T05:24:12.616Z Downloaded darling_core v0.21.3
2812026-06-09T05:24:12.619Z Downloaded blake2 v0.10.6
2822026-06-09T05:24:12.623Z Downloaded dyn-clone v1.0.20
2832026-06-09T05:24:12.623Z Downloaded dropshot-api-manager v0.7.2
2842026-06-09T05:24:12.627Z Downloaded icu_normalizer v2.0.0
2852026-06-09T05:24:12.631Z Downloaded git-stub v1.0.0
2862026-06-09T05:24:12.631Z Downloaded cfg_aliases v0.2.1
2872026-06-09T05:24:12.635Z Downloaded digest v0.11.3
2882026-06-09T05:24:12.638Z Downloaded fs_extra v1.3.0
2892026-06-09T05:24:12.638Z Downloaded dropshot-api-manager-types v0.7.2
2902026-06-09T05:24:12.641Z Downloaded cobs v0.3.0
2912026-06-09T05:24:12.641Z Downloaded cfg-if v1.0.4
2922026-06-09T05:24:12.644Z Downloaded adler2 v2.0.1
2932026-06-09T05:24:12.647Z Downloaded futures-task v0.3.32
2942026-06-09T05:24:12.650Z Downloaded async-recursion v1.1.1
2952026-06-09T05:24:12.653Z Downloaded foreign-types-macros v0.2.3
2962026-06-09T05:24:12.653Z Downloaded foreign-types-shared v0.1.1
2972026-06-09T05:24:12.656Z Downloaded hubpack v0.1.2
2982026-06-09T05:24:12.656Z Downloaded heck v0.5.0
2992026-06-09T05:24:12.659Z Downloaded dtrace-parser v0.2.0
3002026-06-09T05:24:12.662Z Downloaded half v2.7.1
3012026-06-09T05:24:12.665Z Downloaded curve25519-dalek-derive v0.1.1
3022026-06-09T05:24:12.665Z Downloaded derive_more v0.99.20
3032026-06-09T05:24:12.668Z Downloaded colorchoice v1.0.4
3042026-06-09T05:24:12.671Z Downloaded futures-macro v0.3.32
3052026-06-09T05:24:12.673Z Downloaded dtrace-parser v0.3.0
3062026-06-09T05:24:12.673Z Downloaded darling_macro v0.21.3
3072026-06-09T05:24:12.676Z Downloaded cpufeatures v0.3.0
3082026-06-09T05:24:12.679Z Downloaded foreign-types-shared v0.3.1
3092026-06-09T05:24:12.679Z Downloaded hubpack_derive v0.1.1
3102026-06-09T05:24:12.681Z Downloaded http-body v1.0.1
3112026-06-09T05:24:12.681Z Downloaded httpdate v1.0.3
3122026-06-09T05:24:12.684Z Downloaded ciborium-io v0.2.2
3132026-06-09T05:24:12.687Z Downloaded defmt-parser v1.0.0
3142026-06-09T05:24:12.687Z Downloaded constant_time_eq v0.3.1
3152026-06-09T05:24:12.690Z Downloaded heck v0.4.1
3162026-06-09T05:24:12.690Z Downloaded hostname v0.4.2
3172026-06-09T05:24:12.693Z Downloaded equivalent v1.0.2
3182026-06-09T05:24:12.697Z Downloaded clap_lex v1.1.0
3192026-06-09T05:24:12.697Z Downloaded form_urlencoded v1.2.2
3202026-06-09T05:24:12.697Z Downloaded darling_macro v0.23.0
3212026-06-09T05:24:12.700Z Downloaded fixedbitset v0.4.2
3222026-06-09T05:24:12.700Z Downloaded fnv v1.0.7
3232026-06-09T05:24:12.710Z Downloaded foreign-types v0.3.2
3242026-06-09T05:24:12.713Z Downloaded getrandom v0.2.16
3252026-06-09T05:24:12.713Z Downloaded hmac v0.12.1
3262026-06-09T05:24:12.713Z Downloaded csv-core v0.1.12
3272026-06-09T05:24:12.713Z Downloaded anstyle v1.0.14
3282026-06-09T05:24:12.713Z Downloaded futures-io v0.3.32
3292026-06-09T05:24:12.717Z Downloaded embedded-io v0.4.0
3302026-06-09T05:24:12.717Z Downloaded hex v0.4.3
3312026-06-09T05:24:12.719Z Downloaded chacha20 v0.9.1
3322026-06-09T05:24:12.719Z Downloaded byteorder v1.5.0
3332026-06-09T05:24:12.723Z Downloaded idna_adapter v1.2.1
3342026-06-09T05:24:12.726Z Downloaded fastrand v2.3.0
3352026-06-09T05:24:12.726Z Downloaded base64ct v1.8.0
3362026-06-09T05:24:12.729Z Downloaded hyper-tls v0.6.0
3372026-06-09T05:24:12.734Z Downloaded indent_write v2.2.0
3382026-06-09T05:24:12.734Z Downloaded cargo_metadata v0.18.1
3392026-06-09T05:24:12.738Z Downloaded inout v0.1.4
3402026-06-09T05:24:12.738Z Downloaded glob v0.3.3
3412026-06-09T05:24:12.738Z Downloaded digest v0.10.7
3422026-06-09T05:24:12.741Z Downloaded critical-section v1.2.0
3432026-06-09T05:24:12.741Z Downloaded cexpr v0.6.0
3442026-06-09T05:24:12.743Z Downloaded itoa v1.0.15
3452026-06-09T05:24:12.746Z Downloaded internet-checksum v0.2.1
3462026-06-09T05:24:12.746Z Downloaded highway v1.3.0
3472026-06-09T05:24:12.749Z Downloaded is-terminal v0.4.16
3482026-06-09T05:24:12.749Z Downloaded kstat-rs v0.2.4
3492026-06-09T05:24:12.752Z Downloaded fixedbitset v0.5.7
3502026-06-09T05:24:12.755Z Downloaded foldhash v0.2.0
3512026-06-09T05:24:12.755Z Downloaded http-body-util v0.1.3
3522026-06-09T05:24:12.758Z Downloaded humantime v2.3.0
3532026-06-09T05:24:12.761Z Downloaded embedded-io v0.6.1
3542026-06-09T05:24:12.761Z Downloaded keccak v0.1.6
3552026-06-09T05:24:12.764Z Downloaded is_terminal_polyfill v1.70.1
3562026-06-09T05:24:12.764Z Downloaded ident_case v1.0.1
3572026-06-09T05:24:12.764Z Downloaded lazy_static v1.5.0
3582026-06-09T05:24:12.769Z Downloaded filetime v0.2.26
3592026-06-09T05:24:12.769Z Downloaded derive-where v1.6.0
3602026-06-09T05:24:12.773Z Downloaded macaddr v1.0.1
3612026-06-09T05:24:12.776Z Downloaded lru-slab v0.1.2
3622026-06-09T05:24:12.776Z Downloaded ingot v0.1.1
3632026-06-09T05:24:12.776Z Downloaded memmap v0.7.0
3642026-06-09T05:24:12.780Z Downloaded mime v0.3.17
3652026-06-09T05:24:12.780Z Downloaded managed v0.8.0
3662026-06-09T05:24:12.785Z Downloaded futures-executor v0.3.32
3672026-06-09T05:24:12.785Z Downloaded linked-hash-map v0.5.6
3682026-06-09T05:24:12.788Z Downloaded match_cfg v0.1.0
3692026-06-09T05:24:12.788Z Downloaded newline-converter v0.3.0
3702026-06-09T05:24:12.788Z Downloaded lru-cache v0.1.2
3712026-06-09T05:24:12.791Z Downloaded data-encoding v2.9.0
3722026-06-09T05:24:12.791Z Downloaded darling v0.21.3
3732026-06-09T05:24:12.794Z Downloaded newtype-uuid-macros v0.1.0
3742026-06-09T05:24:12.798Z Downloaded cancel-safe-futures v0.1.5
3752026-06-09T05:24:12.798Z Downloaded crossbeam-deque v0.8.6
3762026-06-09T05:24:12.803Z Downloaded crossbeam-epoch v0.9.18
3772026-06-09T05:24:12.807Z Downloaded ingot-types v0.1.2
3782026-06-09T05:24:12.807Z Downloaded compression-codecs v0.4.32
3792026-06-09T05:24:12.807Z Downloaded cmake v0.1.54
3802026-06-09T05:24:12.810Z Downloaded colored v3.1.1
3812026-06-09T05:24:12.810Z Downloaded num-iter v0.1.45
3822026-06-09T05:24:12.813Z Downloaded num_threads v0.1.7
3832026-06-09T05:24:12.813Z Downloaded num v0.4.3
3842026-06-09T05:24:12.816Z Downloaded newtype_derive v0.1.6
3852026-06-09T05:24:12.816Z Downloaded generic-array v0.14.7
3862026-06-09T05:24:12.819Z Downloaded num-conv v0.2.1
3872026-06-09T05:24:12.820Z Downloaded ipnetwork v0.21.1
3882026-06-09T05:24:12.823Z Downloaded num-derive v0.4.2
3892026-06-09T05:24:12.823Z Downloaded base64 v0.22.1
3902026-06-09T05:24:12.826Z Downloaded openssl-macros v0.1.1
3912026-06-09T05:24:12.830Z Downloaded httparse v1.10.1
3922026-06-09T05:24:12.830Z Downloaded num_enum_derive v0.5.11
3932026-06-09T05:24:12.832Z Downloaded futures-channel v0.3.32
3942026-06-09T05:24:12.832Z Downloaded openssl-probe v0.1.6
3952026-06-09T05:24:12.837Z Downloaded opaque-debug v0.3.1
3962026-06-09T05:24:12.840Z Downloaded omicron-workspace-hack v0.1.0
3972026-06-09T05:24:12.840Z Downloaded olpc-cjson v0.1.4
3982026-06-09T05:24:12.840Z Downloaded parse-display v0.10.0
3992026-06-09T05:24:12.840Z Downloaded libsw v3.5.0
4002026-06-09T05:24:12.843Z Downloaded ipnet v2.11.0
4012026-06-09T05:24:12.843Z Downloaded percent-encoding v2.3.2
4022026-06-09T05:24:12.845Z Downloaded hybrid-array v0.4.12
4032026-06-09T05:24:12.848Z Downloaded hyper-rustls v0.27.7
4042026-06-09T05:24:12.848Z Downloaded iana-time-zone v0.1.64
4052026-06-09T05:24:12.851Z Downloaded allocator-api2 v0.2.21
4062026-06-09T05:24:12.854Z Downloaded num-complex v0.4.6
4072026-06-09T05:24:12.857Z Downloaded newtype-uuid v1.3.2
4082026-06-09T05:24:12.857Z Downloaded native-tls v0.2.14
4092026-06-09T05:24:12.861Z Downloaded linear-map v1.2.0
4102026-06-09T05:24:12.861Z Downloaded crossbeam-utils v0.8.21
4112026-06-09T05:24:12.864Z Downloaded darling v0.23.0
4122026-06-09T05:24:12.867Z Downloaded ingot-macros v0.1.1
4132026-06-09T05:24:12.867Z Downloaded find-msvc-tools v0.1.9
4142026-06-09T05:24:12.870Z Downloaded indexmap v1.9.3
4152026-06-09T05:24:12.872Z Downloaded potential_utf v0.1.3
4162026-06-09T05:24:12.872Z Downloaded num_enum v0.5.11
4172026-06-09T05:24:12.876Z Downloaded phf_shared v0.12.1
4182026-06-09T05:24:12.878Z Downloaded powerfmt v0.2.0
4192026-06-09T05:24:12.878Z Downloaded progenitor-client v0.10.0
4202026-06-09T05:24:12.881Z Downloaded pretty-hex v0.4.1
4212026-06-09T05:24:12.881Z Downloaded elliptic-curve v0.13.8
4222026-06-09T05:24:12.884Z Downloaded flate2 v1.1.2
4232026-06-09T05:24:12.887Z Downloaded proc-macro-crate v1.3.1
4242026-06-09T05:24:12.889Z Downloaded proc-macro-error-attr v1.0.4
4252026-06-09T05:24:12.889Z Downloaded plain v0.2.3
4262026-06-09T05:24:12.892Z Downloaded progenitor-client v0.11.1
4272026-06-09T05:24:12.893Z Downloaded num_enum_derive v0.7.5
4282026-06-09T05:24:12.895Z Downloaded progenitor-macro v0.10.0
4292026-06-09T05:24:12.895Z Downloaded jobserver v0.1.34
4302026-06-09T05:24:12.899Z Downloaded futures v0.3.32
4312026-06-09T05:24:12.902Z Downloaded proc-macro-error-attr2 v2.0.0
4322026-06-09T05:24:12.902Z Downloaded oxide-tokio-rt v0.1.6
4332026-06-09T05:24:12.904Z Downloaded oxnet v0.1.6
4342026-06-09T05:24:12.907Z Downloaded password-hash v0.5.0
4352026-06-09T05:24:12.907Z Downloaded parse-display-derive v0.10.0
4362026-06-09T05:24:12.910Z Downloaded owo-colors v4.3.0
4372026-06-09T05:24:12.910Z Downloaded rand_xorshift v0.4.0
4382026-06-09T05:24:12.912Z Downloaded progenitor-macro v0.11.1
4392026-06-09T05:24:12.914Z Downloaded progenitor-macro v0.13.0
4402026-06-09T05:24:12.914Z Downloaded libloading v0.8.9
4412026-06-09T05:24:12.916Z Downloaded num-rational v0.4.2
4422026-06-09T05:24:12.916Z Downloaded num-integer v0.1.46
4432026-06-09T05:24:12.920Z Downloaded icu_properties v2.0.1
4442026-06-09T05:24:12.923Z Downloaded rand_chacha v0.3.1
4452026-06-09T05:24:12.923Z Downloaded getrandom v0.4.2
4462026-06-09T05:24:12.931Z Downloaded pem v3.0.5
4472026-06-09T05:24:12.934Z Downloaded ref-cast-impl v1.0.25
4482026-06-09T05:24:12.934Z Downloaded memmap2 v0.9.8
4492026-06-09T05:24:12.937Z Downloaded rustc_version v0.4.1
4502026-06-09T05:24:12.937Z Downloaded rustc-hash v2.1.1
4512026-06-09T05:24:12.939Z Downloaded rustc_version v0.1.7
4522026-06-09T05:24:12.939Z Downloaded lock_api v0.4.14
4532026-06-09T05:24:12.942Z Downloaded ref-cast v1.0.25
4542026-06-09T05:24:12.945Z Downloaded const_format v0.2.34
4552026-06-09T05:24:12.947Z Downloaded phf v0.12.1
4562026-06-09T05:24:12.950Z Downloaded pin-project-internal v1.1.10
4572026-06-09T05:24:12.950Z Downloaded clang-sys v1.8.1
4582026-06-09T05:24:12.952Z Downloaded litemap v0.8.0
4592026-06-09T05:24:12.955Z Downloaded darling_core v0.23.0
4602026-06-09T05:24:12.962Z Downloaded pin-project-lite v0.2.16
4612026-06-09T05:24:12.966Z Downloaded proc-macro-error2 v2.0.1
4622026-06-09T05:24:12.966Z Downloaded progenitor v0.13.0
4632026-06-09T05:24:12.966Z Downloaded progenitor v0.10.0
4642026-06-09T05:24:12.966Z Downloaded num_enum v0.7.5
4652026-06-09T05:24:12.969Z Downloaded paste v1.0.15
4662026-06-09T05:24:12.972Z Downloaded poly1305 v0.8.0
4672026-06-09T05:24:12.974Z Downloaded progenitor v0.11.1
4682026-06-09T05:24:12.974Z Downloaded secrecy v0.10.3
4692026-06-09T05:24:12.977Z Downloaded serde_spanned v1.1.1
4702026-06-09T05:24:12.977Z Downloaded serde_spanned v0.6.9
4712026-06-09T05:24:12.980Z Downloaded serde_repr v0.1.20
4722026-06-09T05:24:12.980Z Downloaded serde_plain v1.0.2
4732026-06-09T05:24:12.982Z Downloaded scopeguard v1.2.0
4742026-06-09T05:24:12.982Z Downloaded search_path v0.1.4
4752026-06-09T05:24:12.984Z Downloaded log v0.4.29
4762026-06-09T05:24:12.988Z Downloaded semver v0.1.20
4772026-06-09T05:24:12.988Z Downloaded scroll_derive v0.13.1
4782026-06-09T05:24:12.991Z Downloaded scroll_derive v0.12.1
4792026-06-09T05:24:12.991Z Downloaded proc-macro-error v1.0.4
4802026-06-09T05:24:12.993Z Downloaded icu_locale_core v2.0.0
4812026-06-09T05:24:12.996Z Downloaded ppv-lite86 v0.2.21
4822026-06-09T05:24:13.000Z Downloaded parking_lot_core v0.9.12
4832026-06-09T05:24:13.000Z Downloaded quick-error v1.2.3
4842026-06-09T05:24:13.003Z Downloaded pest_generator v2.8.2
4852026-06-09T05:24:13.003Z Downloaded pest_derive v2.8.2
4862026-06-09T05:24:13.005Z Downloaded once_cell v1.21.3
4872026-06-09T05:24:13.005Z Downloaded rand_chacha v0.9.0
4882026-06-09T05:24:13.008Z Downloaded pest_meta v2.8.2
4892026-06-09T05:24:13.008Z Downloaded num-traits v0.2.19
4902026-06-09T05:24:13.011Z Downloaded icu_normalizer_data v2.0.0
4912026-06-09T05:24:13.014Z Downloaded parking_lot v0.12.5
4922026-06-09T05:24:13.017Z Downloaded hickory-resolver v0.24.4
4932026-06-09T05:24:13.019Z Downloaded rustversion v1.0.22
4942026-06-09T05:24:13.019Z Downloaded rand_core v0.9.3
4952026-06-09T05:24:13.022Z Downloaded sha1 v0.10.6
4962026-06-09T05:24:13.022Z Downloaded sha1 v0.11.0
4972026-06-09T05:24:13.025Z Downloaded sigpipe v0.1.3
4982026-06-09T05:24:13.025Z Downloaded resolv-conf v0.7.5
4992026-06-09T05:24:13.028Z Downloaded signal-hook-tokio v0.3.1
5002026-06-09T05:24:13.028Z Downloaded chacha20poly1305 v0.10.1
5012026-06-09T05:24:13.030Z Downloaded hickory-resolver v0.25.2
5022026-06-09T05:24:13.032Z Downloaded slog-bunyan v2.5.0
5032026-06-09T05:24:13.032Z Downloaded siphasher v1.0.1
5042026-06-09T05:24:13.037Z Downloaded async-compression v0.4.33
5052026-06-09T05:24:13.040Z Downloaded cc v1.2.63
5062026-06-09T05:24:13.040Z Downloaded bytes v1.11.1
5072026-06-09T05:24:13.042Z Downloaded omicron-zone-package v0.12.2
5082026-06-09T05:24:13.045Z Downloaded clap v4.6.1
5092026-06-09T05:24:13.050Z Downloaded strsim v0.11.1
5102026-06-09T05:24:13.052Z Downloaded serde_path_to_error v0.1.20
5112026-06-09T05:24:13.052Z Downloaded structmeta v0.3.0
5122026-06-09T05:24:13.056Z Downloaded same-file v1.0.6
5132026-06-09T05:24:13.056Z Downloaded serde-big-array v0.5.1
5142026-06-09T05:24:13.059Z Downloaded rusty-fork v0.3.0
5152026-06-09T05:24:13.059Z Downloaded scroll v0.13.0
5162026-06-09T05:24:13.065Z Downloaded serde_tokenstream v0.2.3
5172026-06-09T05:24:13.065Z Downloaded stable_deref_trait v1.2.0
5182026-06-09T05:24:13.065Z Downloaded smawk v0.3.2
5192026-06-09T05:24:13.068Z Downloaded rustls-pemfile v2.2.0
5202026-06-09T05:24:13.068Z Downloaded pkg-config v0.3.32
5212026-06-09T05:24:13.068Z Downloaded icu_provider v2.0.0
5222026-06-09T05:24:13.068Z Downloaded scroll v0.12.0
5232026-06-09T05:24:13.071Z Downloaded schemars_derive v0.8.22
5242026-06-09T05:24:13.071Z Downloaded miniz_oxide v0.8.9
5252026-06-09T05:24:13.074Z Downloaded jiff-static v0.2.15
5262026-06-09T05:24:13.074Z Downloaded strum v0.27.2
5272026-06-09T05:24:13.077Z Downloaded crossbeam-channel v0.5.15
5282026-06-09T05:24:13.081Z Downloaded papergrid v0.17.0
5292026-06-09T05:24:13.083Z Downloaded swrite v0.1.0
5302026-06-09T05:24:13.084Z Downloaded subtle v2.6.1
5312026-06-09T05:24:13.084Z Downloaded quote v1.0.45
5322026-06-09T05:24:13.087Z Downloaded supports-color v3.0.2
5332026-06-09T05:24:13.087Z Downloaded strum v0.26.3
5342026-06-09T05:24:13.087Z Downloaded structmeta-derive v0.3.0
5352026-06-09T05:24:13.089Z Downloaded sync_wrapper v1.0.2
5362026-06-09T05:24:13.089Z Downloaded postcard v1.1.3
5372026-06-09T05:24:13.092Z Downloaded icu_collections v2.0.0
5382026-06-09T05:24:13.095Z Downloaded serde_derive_internals v0.29.1
5392026-06-09T05:24:13.099Z Downloaded tabled_derive v0.11.0
5402026-06-09T05:24:13.099Z Downloaded shlex v1.3.0
5412026-06-09T05:24:13.099Z Downloaded sha2 v0.10.9
5422026-06-09T05:24:13.102Z Downloaded tabled_derive v0.7.0
5432026-06-09T05:24:13.102Z Downloaded serde_urlencoded v0.7.1
5442026-06-09T05:24:13.102Z Downloaded rand_core v0.6.4
5452026-06-09T05:24:13.106Z Downloaded tagptr v0.2.0
5462026-06-09T05:24:13.106Z Downloaded slab v0.4.11
5472026-06-09T05:24:13.110Z Downloaded termtree v0.5.1
5482026-06-09T05:24:13.110Z Downloaded take_mut v0.2.2
5492026-06-09T05:24:13.110Z Downloaded tabwriter v1.4.1
5502026-06-09T05:24:13.110Z Downloaded testing_table v0.3.0
5512026-06-09T05:24:13.113Z Downloaded signal-hook-registry v1.4.6
5522026-06-09T05:24:13.113Z Downloaded terminal_size v0.4.3
5532026-06-09T05:24:13.113Z Downloaded shlex v2.0.1
5542026-06-09T05:24:13.113Z Downloaded papergrid v0.11.0
5552026-06-09T05:24:13.116Z Downloaded curl v0.4.49
5562026-06-09T05:24:13.119Z Downloaded slog-json v2.6.1
5572026-06-09T05:24:13.123Z Downloaded quinn-udp v0.5.14
5582026-06-09T05:24:13.123Z Downloaded thiserror-impl-no-std v2.0.2
5592026-06-09T05:24:13.123Z Downloaded pin-project v1.1.10
5602026-06-09T05:24:13.129Z Downloaded thread-id v5.0.0
5612026-06-09T05:24:13.133Z Downloaded thread-id v4.2.2
5622026-06-09T05:24:13.133Z Downloaded slog-async v2.8.0
5632026-06-09T05:24:13.136Z Downloaded const-oid v0.10.2
5642026-06-09T05:24:13.136Z Downloaded anyhow v1.0.102
5652026-06-09T05:24:13.136Z Downloaded progenitor-client v0.13.0
5662026-06-09T05:24:13.139Z Downloaded libsw-core v0.3.2
5672026-06-09T05:24:13.139Z Downloaded slog-dtrace v0.3.0
5682026-06-09T05:24:13.142Z Downloaded time-core v0.1.8
5692026-06-09T05:24:13.142Z Downloaded static_assertions v1.1.0
5702026-06-09T05:24:13.142Z Downloaded smf v0.2.3
5712026-06-09T05:24:13.145Z Downloaded tokio-macros v2.7.0
5722026-06-09T05:24:13.145Z Downloaded tinyvec_macros v0.1.1
5732026-06-09T05:24:13.147Z Downloaded slog-term v2.9.2
5742026-06-09T05:24:13.147Z Downloaded defmt v1.0.1
5752026-06-09T05:24:13.150Z Downloaded semver v1.0.28
5762026-06-09T05:24:13.153Z Downloaded http v1.4.1
5772026-06-09T05:24:13.156Z Downloaded progenitor-impl v0.13.0
5782026-06-09T05:24:13.156Z Downloaded progenitor-impl v0.10.0
5792026-06-09T05:24:13.160Z Downloaded progenitor-impl v0.11.1
5802026-06-09T05:24:13.160Z Downloaded multer v3.1.0
5812026-06-09T05:24:13.163Z Downloaded memoffset v0.9.1
5822026-06-09T05:24:13.163Z Downloaded strum_macros v0.26.4
5832026-06-09T05:24:13.163Z Downloaded expectorate v1.2.0
5842026-06-09T05:24:13.166Z Downloaded strum_macros v0.27.2
5852026-06-09T05:24:13.166Z Downloaded fs-err v3.1.2
5862026-06-09T05:24:13.168Z Downloaded erased-serde v0.3.31
5872026-06-09T05:24:13.172Z Downloaded indexmap v2.14.0
5882026-06-09T05:24:13.174Z Downloaded memchr v2.7.5
5892026-06-09T05:24:13.174Z Downloaded proc-macro2 v1.0.106
5902026-06-09T05:24:13.177Z Downloaded clap_derive v4.6.1
5912026-06-09T05:24:13.179Z Downloaded ciborium v0.2.2
5922026-06-09T05:24:13.180Z Downloaded serde_with_macros v3.21.0
5932026-06-09T05:24:13.183Z Downloaded crc32fast v1.5.0
5942026-06-09T05:24:13.183Z Downloaded toml_datetime v0.6.11
5952026-06-09T05:24:13.187Z Downloaded cookie v0.18.1
5962026-06-09T05:24:13.187Z Downloaded console v0.15.11
5972026-06-09T05:24:13.190Z Downloaded tower-service v0.3.3
5982026-06-09T05:24:13.190Z Downloaded toml_write v0.1.2
5992026-06-09T05:24:13.190Z Downloaded prettyplease v0.2.37
6002026-06-09T05:24:13.192Z Downloaded async-trait v0.1.89
6012026-06-09T05:24:13.195Z Downloaded topological-sort v0.2.2
6022026-06-09T05:24:13.195Z Downloaded libscf-sys v1.2.0
6032026-06-09T05:24:13.195Z Downloaded const_format_proc_macros v0.2.34
6042026-06-09T05:24:13.198Z Downloaded spin v0.9.8
6052026-06-09T05:24:13.201Z Downloaded camino v1.2.2
6062026-06-09T05:24:13.201Z Downloaded tower-layer v0.3.3
6072026-06-09T05:24:13.201Z Downloaded try-lock v0.2.5
6082026-06-09T05:24:13.203Z Downloaded thiserror-impl v1.0.69
6092026-06-09T05:24:13.203Z Downloaded thiserror v1.0.69
6102026-06-09T05:24:13.206Z Downloaded tinystr v0.8.1
6112026-06-09T05:24:13.208Z Downloaded thiserror v2.0.18
6122026-06-09T05:24:13.211Z Downloaded thread_local v1.1.9
6132026-06-09T05:24:13.213Z Downloaded serde_core v1.0.228
6142026-06-09T05:24:13.213Z Downloaded thiserror-no-std v2.0.2
6152026-06-09T05:24:13.216Z Downloaded snafu-derive v0.8.9
6162026-06-09T05:24:13.219Z Downloaded smallvec v1.15.1
6172026-06-09T05:24:13.219Z Downloaded tokio-dtrace v0.1.1
6182026-06-09T05:24:13.219Z Downloaded serde_derive v1.0.228
6192026-06-09T05:24:13.222Z Downloaded typify-macro v0.6.1
6202026-06-09T05:24:13.222Z Downloaded unicode-linebreak v0.1.5
6212026-06-09T05:24:13.225Z Downloaded typify-macro v0.4.3
6222026-06-09T05:24:13.225Z Downloaded ryu v1.0.20
6232026-06-09T05:24:13.228Z Downloaded time-macros v0.2.27
6242026-06-09T05:24:13.228Z Downloaded rustls-pki-types v1.12.0
6252026-06-09T05:24:13.230Z Downloaded unicode-xid v0.2.6
6262026-06-09T05:24:13.230Z Downloaded usdt-attr-macro v0.6.0
6272026-06-09T05:24:13.234Z Downloaded universal-hash v0.5.1
6282026-06-09T05:24:13.234Z Downloaded minimal-lexical v0.2.1
6292026-06-09T05:24:13.237Z Downloaded openssl-sys v0.9.116
6302026-06-09T05:24:13.240Z Downloaded hashbrown v0.12.3
6312026-06-09T05:24:13.244Z Downloaded crypto-bigint v0.5.5
6322026-06-09T05:24:13.247Z Downloaded usdt-macro v0.5.0
6332026-06-09T05:24:13.247Z Downloaded untrusted v0.7.1
6342026-06-09T05:24:13.247Z Downloaded usdt v0.5.0
6352026-06-09T05:24:13.248Z Downloaded tempfile v3.27.0
6362026-06-09T05:24:13.248Z Downloaded usdt-attr-macro v0.5.0
6372026-06-09T05:24:13.251Z Downloaded synstructure v0.13.2
6382026-06-09T05:24:13.251Z Downloaded utf8_iter v1.0.4
6392026-06-09T05:24:13.251Z Downloaded usdt v0.6.0
6402026-06-09T05:24:13.251Z Downloaded rayon-core v1.13.0
6412026-06-09T05:24:13.255Z Downloaded group v0.13.0
6422026-06-09T05:24:13.255Z Downloaded schemars v0.8.22
6432026-06-09T05:24:13.261Z Downloaded wait-timeout v0.2.1
6442026-06-09T05:24:13.265Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6452026-06-09T05:24:13.265Z Downloaded similar v2.7.0
6462026-06-09T05:24:13.268Z Downloaded serde_yaml v0.9.34+deprecated
6472026-06-09T05:24:13.268Z Downloaded term v1.2.0
6482026-06-09T05:24:13.271Z Downloaded qorb v0.4.1
6492026-06-09T05:24:13.344Z Downloaded hashbrown v0.15.5
6502026-06-09T05:24:13.344Z Downloaded unarray v0.1.4
6512026-06-09T05:24:13.344Z Downloaded thiserror-impl v2.0.18
6522026-06-09T05:24:13.344Z Downloaded usdt-macro v0.6.0
6532026-06-09T05:24:13.345Z Downloaded slog v2.8.2
6542026-06-09T05:24:13.345Z Downloaded toml_writer v1.1.1+spec-1.1.0
6552026-06-09T05:24:13.345Z Downloaded signal-hook v0.3.18
6562026-06-09T05:24:13.345Z Downloaded git-stub-vcs v0.1.0
6572026-06-09T05:24:13.345Z Downloaded waitgroup v0.1.2
6582026-06-09T05:24:13.345Z Downloaded version_check v0.9.5
6592026-06-09T05:24:13.345Z Downloaded want v0.3.1
6602026-06-09T05:24:13.345Z Downloaded ff v0.13.1
6612026-06-09T05:24:13.345Z Downloaded daft-derive v0.1.5
6622026-06-09T05:24:13.345Z Downloaded bytecount v0.6.9
6632026-06-09T05:24:13.345Z Downloaded displaydoc v0.2.5
6642026-06-09T05:24:13.345Z Downloaded is_ci v1.2.0
6652026-06-09T05:24:13.345Z Downloaded hyper-util v0.1.20
6662026-06-09T05:24:13.345Z Downloaded instant v0.1.13
6672026-06-09T05:24:13.345Z Downloaded either v1.15.0
6682026-06-09T05:24:13.345Z Downloaded derive-ex v0.1.8
6692026-06-09T05:24:13.345Z Downloaded argon2 v0.5.3
6702026-06-09T05:24:13.345Z Downloaded hostname v0.3.1
6712026-06-09T05:24:13.345Z Downloaded camino-tempfile v1.4.1
6722026-06-09T05:24:13.345Z Downloaded anstyle-parse v1.0.0
6732026-06-09T05:24:13.345Z Downloaded foldhash v0.1.5
6742026-06-09T05:24:13.345Z Downloaded dropshot_endpoint v0.16.7
6752026-06-09T05:24:13.345Z Downloaded zerofrom v0.1.6
6762026-06-09T05:24:13.346Z Downloaded yoke-derive v0.8.0
6772026-06-09T05:24:13.346Z Downloaded enum-as-inner v0.6.1
6782026-06-09T05:24:13.346Z Downloaded xattr v1.6.1
6792026-06-09T05:24:13.346Z Downloaded bs58 v0.5.1
6802026-06-09T05:24:13.346Z Downloaded cstr-argument v0.1.2
6812026-06-09T05:24:13.346Z Downloaded anstyle-query v1.1.4
6822026-06-09T05:24:13.346Z Downloaded cargo-platform v0.1.9
6832026-06-09T05:24:13.346Z Downloaded tokio-stream v0.1.17
6842026-06-09T05:24:13.346Z Downloaded arrayref v0.3.9
6852026-06-09T05:24:13.346Z Downloaded crc8 v0.1.1
6862026-06-09T05:24:13.346Z Downloaded convert_case v0.4.0
6872026-06-09T05:24:13.346Z Downloaded usdt-impl v0.5.0
6882026-06-09T05:24:13.346Z Downloaded untrusted v0.9.0
6892026-06-09T05:24:13.346Z Downloaded usdt-impl v0.6.0
6902026-06-09T05:24:13.346Z Downloaded tokio-rustls v0.26.4
6912026-06-09T05:24:13.346Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6922026-06-09T05:24:13.346Z Downloaded rand v0.8.5
6932026-06-09T05:24:13.346Z Downloaded ciborium-ll v0.2.2
6942026-06-09T05:24:13.346Z Downloaded dof v0.4.0
6952026-06-09T05:24:13.346Z Downloaded defmt v0.3.100
6962026-06-09T05:24:13.346Z Downloaded compression-core v0.4.32
6972026-06-09T05:24:13.346Z Downloaded zerofrom-derive v0.1.6
6982026-06-09T05:24:13.346Z Downloaded test-strategy v0.4.3
6992026-06-09T05:24:13.346Z Downloaded zeroize_derive v1.4.3
7002026-06-09T05:24:13.347Z Downloaded zone v0.3.1
7012026-06-09T05:24:13.347Z Downloaded atomicwrites v0.4.4
7022026-06-09T05:24:13.347Z Downloaded gethostname v0.5.0
7032026-06-09T05:24:13.347Z Downloaded utf8parse v0.2.2
7042026-06-09T05:24:13.437Z Downloaded vsss-rs v3.3.4
7052026-06-09T05:24:13.437Z Downloaded signal-hook v0.4.4
7062026-06-09T05:24:13.437Z Downloaded bcs v0.1.6
7072026-06-09T05:24:13.437Z Downloaded toml_parser v1.1.2+spec-1.1.0
7082026-06-09T05:24:13.437Z Downloaded toml v0.8.23
7092026-06-09T05:24:13.437Z Downloaded textwrap v0.16.2
7102026-06-09T05:24:13.437Z Downloaded socket2 v0.6.4
7112026-06-09T05:24:13.437Z Downloaded snafu v0.8.9
7122026-06-09T05:24:13.437Z Downloaded rand v0.9.3
7132026-06-09T05:24:13.442Z Downloaded getrandom v0.3.4
7142026-06-09T05:24:13.442Z Downloaded zone_cfg_derive v0.3.1
7152026-06-09T05:24:13.442Z Downloaded dropshot_endpoint v0.17.1
7162026-06-09T05:24:13.442Z Downloaded whoami v1.6.1
7172026-06-09T05:24:13.442Z Downloaded walkdir v2.5.0
7182026-06-09T05:24:13.442Z Downloaded dof v0.3.0
7192026-06-09T05:24:13.442Z Downloaded float-ord v0.3.2
7202026-06-09T05:24:13.442Z Downloaded dunce v1.0.5
7212026-06-09T05:24:13.442Z Downloaded cpufeatures v0.2.17
7222026-06-09T05:24:13.442Z Downloaded tracing-attributes v0.1.30
7232026-06-09T05:24:13.442Z Downloaded schemars v0.9.0
7242026-06-09T05:24:13.442Z Downloaded rustls-webpki v0.103.6
7252026-06-09T05:24:13.442Z Downloaded mio v1.2.1
7262026-06-09T05:24:13.442Z Downloaded nom v7.1.3
7272026-06-09T05:24:13.442Z Downloaded tokio-native-tls v0.3.1
7282026-06-09T05:24:13.442Z Downloaded yoke v0.8.0
7292026-06-09T05:24:13.442Z Downloaded arrayvec v0.7.6
7302026-06-09T05:24:13.442Z Downloaded backoff v0.4.0
7312026-06-09T05:24:13.442Z Downloaded futures-sink v0.3.32
7322026-06-09T05:24:13.442Z Downloaded serde v1.0.228
7332026-06-09T05:24:13.442Z Downloaded toml v0.7.8
7342026-06-09T05:24:13.443Z Downloaded quinn v0.11.9
7352026-06-09T05:24:13.443Z Downloaded writeable v0.6.1
7362026-06-09T05:24:13.443Z Downloaded tokio-rustls v0.25.0
7372026-06-09T05:24:13.443Z Downloaded hashbrown v0.17.1
7382026-06-09T05:24:13.443Z Downloaded itertools v0.12.1
7392026-06-09T05:24:13.443Z Downloaded zerovec-derive v0.11.1
7402026-06-09T05:24:13.443Z Downloaded toml v0.9.12+spec-1.1.0
7412026-06-09T05:24:13.443Z Downloaded tinyvec v1.10.0
7422026-06-09T05:24:13.443Z Downloaded typify v0.4.3
7432026-06-09T05:24:13.443Z Downloaded typify v0.6.1
7442026-06-09T05:24:13.443Z Downloaded unicode-ident v1.0.24
7452026-06-09T05:24:13.443Z Downloaded hashbrown v0.16.1
7462026-06-09T05:24:13.443Z Downloaded zeroize v1.8.1
7472026-06-09T05:24:13.443Z Downloaded vergen v8.3.2
7482026-06-09T05:24:13.443Z Downloaded goblin v0.8.2
7492026-06-09T05:24:13.443Z Downloaded errno v0.3.14
7502026-06-09T05:24:13.444Z Downloaded deranged v0.5.3
7512026-06-09T05:24:13.444Z Downloaded defmt-macros v1.0.1
7522026-06-09T05:24:13.444Z Downloaded crypto-common v0.2.2
7532026-06-09T05:24:13.444Z Downloaded crucible-workspace-hack v0.1.0
7542026-06-09T05:24:13.444Z Downloaded cipher v0.4.4
7552026-06-09T05:24:13.444Z Downloaded iri-string v0.7.8
7562026-06-09T05:24:13.444Z Downloaded iddqd v0.3.18
7572026-06-09T05:24:13.444Z Downloaded icu_properties_data v2.0.1
7582026-06-09T05:24:13.444Z Downloaded ucd-trie v0.1.7
7592026-06-09T05:24:13.444Z Downloaded tracing-core v0.1.34
7602026-06-09T05:24:13.444Z Downloaded zerocopy-derive v0.7.35
7612026-06-09T05:24:13.450Z Downloaded tar v0.4.45
7622026-06-09T05:24:13.450Z Downloaded steno v0.4.1
7632026-06-09T05:24:13.450Z Downloaded h2 v0.4.14
7642026-06-09T05:24:13.455Z Downloaded itertools v0.14.0
7652026-06-09T05:24:13.462Z Downloaded schemars v1.2.0
7662026-06-09T05:24:13.465Z Downloaded zmij v1.0.17
7672026-06-09T05:24:13.465Z Downloaded uuid v1.23.2
7682026-06-09T05:24:13.465Z Downloaded toml v1.1.2+spec-1.1.0
7692026-06-09T05:24:13.468Z Downloaded idna v1.1.0
7702026-06-09T05:24:13.480Z Downloaded futures-util v0.3.32
7712026-06-09T05:24:13.480Z Downloaded hkdf v0.12.4
7722026-06-09T05:24:13.480Z Downloaded unsafe-libyaml v0.2.11
7732026-06-09T05:24:13.480Z Downloaded bitflags v2.11.1
7742026-06-09T05:24:13.483Z Downloaded aead v0.5.2
7752026-06-09T05:24:13.483Z Downloaded pest v2.8.2
7762026-06-09T05:24:13.508Z Downloaded toml_edit v0.19.15
7772026-06-09T05:24:13.522Z Downloaded url v2.5.7
7782026-06-09T05:24:13.525Z Downloaded libm v0.2.15
7792026-06-09T05:24:13.531Z Downloaded toml_edit v0.22.27
7802026-06-09T05:24:13.533Z Downloaded tracing v0.1.41
7812026-06-09T05:24:13.540Z Downloaded blake3 v1.8.2
7822026-06-09T05:24:13.545Z Downloaded clap_builder v4.6.0
7832026-06-09T05:24:13.549Z Downloaded iddqd v0.4.2
7842026-06-09T05:24:13.554Z Downloaded reqwest v0.12.23
7852026-06-09T05:24:13.558Z Downloaded reqwest v0.13.2
7862026-06-09T05:24:13.561Z Downloaded regex v1.12.3
7872026-06-09T05:24:13.564Z Downloaded aho-corasick v1.1.3
7882026-06-09T05:24:13.567Z Downloaded hyper v1.10.1
7892026-06-09T05:24:13.571Z Downloaded zerotrie v0.2.2
7902026-06-09T05:24:13.574Z Downloaded typenum v1.20.1
7912026-06-09T05:24:13.580Z Downloaded typed-path v0.9.3
7922026-06-09T05:24:13.582Z Downloaded serde_json v1.0.150
7932026-06-09T05:24:13.589Z Downloaded zerocopy-derive v0.8.27
7942026-06-09T05:24:13.607Z Downloaded tower v0.5.2
7952026-06-09T05:24:13.619Z Downloaded unicode-segmentation v1.12.0
7962026-06-09T05:24:13.624Z Downloaded git2 v0.19.0
7972026-06-09T05:24:13.629Z Downloaded tokio-util v0.7.16
7982026-06-09T05:24:13.633Z Downloaded rayon v1.11.0
7992026-06-09T05:24:13.638Z Downloaded goblin v0.10.1
8002026-06-09T05:24:13.648Z Downloaded portable-atomic v1.11.1
8012026-06-09T05:24:13.653Z Downloaded proptest v1.8.0
8022026-06-09T05:24:13.658Z Downloaded bindgen v0.72.1
8032026-06-09T05:24:13.662Z Downloaded zerovec v0.11.4
8042026-06-09T05:24:13.665Z Downloaded chrono v0.4.45
8052026-06-09T05:24:13.669Z Downloaded aws-lc-rs v1.16.2
8062026-06-09T05:24:13.675Z Downloaded tower-http v0.6.8
8072026-06-09T05:24:13.684Z Downloaded unicode-normalization v0.1.24
8082026-06-09T05:24:13.687Z Downloaded serde_with v3.21.0
8092026-06-09T05:24:13.706Z Downloaded tough v0.20.0
8102026-06-09T05:24:13.711Z Downloaded rustls-webpki v0.102.8
8112026-06-09T05:24:13.736Z Downloaded winnow v1.0.3
8122026-06-09T05:24:13.743Z Downloaded zerocopy v0.7.35
8132026-06-09T05:24:13.768Z Downloaded dropshot v0.16.7
8142026-06-09T05:24:13.781Z Downloaded winnow v0.5.40
8152026-06-09T05:24:13.785Z Downloaded curve25519-dalek v4.1.3
8162026-06-09T05:24:13.790Z Downloaded syn v1.0.109
8172026-06-09T05:24:13.796Z Downloaded tabled v0.15.0
8182026-06-09T05:24:13.805Z Downloaded winnow v0.7.14
8192026-06-09T05:24:13.810Z Downloaded moka v0.12.11
8202026-06-09T05:24:13.817Z Downloaded quinn-proto v0.11.14
8212026-06-09T05:24:13.821Z Downloaded nix v0.30.1
8222026-06-09T05:24:13.827Z Downloaded time v0.3.47
8232026-06-09T05:24:13.834Z Downloaded zerocopy v0.8.27
8242026-06-09T05:24:13.847Z Downloaded unicode-width v0.2.1
8252026-06-09T05:24:13.852Z Downloaded syn v2.0.117
8262026-06-09T05:24:13.856Z Downloaded vcpkg v0.2.15
8272026-06-09T05:24:13.878Z Downloaded rustls v0.22.4
8282026-06-09T05:24:13.885Z Downloaded regress v0.11.1
8292026-06-09T05:24:13.891Z Downloaded hickory-proto v0.25.2
8302026-06-09T05:24:13.899Z Downloaded webpki-roots v1.0.2
8312026-06-09T05:24:13.902Z Downloaded unicode-width v0.1.14
8322026-06-09T05:24:13.905Z Downloaded bstr v1.12.0
8332026-06-09T05:24:13.910Z Downloaded openssl v0.10.80
8342026-06-09T05:24:13.915Z Downloaded rustix v1.1.4
8352026-06-09T05:24:13.928Z Downloaded nix v0.31.3
8362026-06-09T05:24:13.935Z Downloaded regress v0.10.5
8372026-06-09T05:24:13.940Z Downloaded regex-syntax v0.8.6
8382026-06-09T05:24:13.944Z Downloaded rustls v0.23.40
8392026-06-09T05:24:13.951Z Downloaded openapiv3 v2.2.0
8402026-06-09T05:24:13.959Z Downloaded smoltcp v0.11.0
8412026-06-09T05:24:13.965Z Downloaded rustix v0.38.44
8422026-06-09T05:24:13.977Z Downloaded tabled v0.20.0
8432026-06-09T05:24:13.987Z Downloaded dropshot v0.17.1
8442026-06-09T05:24:13.999Z Downloaded hickory-proto v0.24.4
8452026-06-09T05:24:14.009Z Downloaded regex-automata v0.4.13
8462026-06-09T05:24:14.025Z Downloaded typify-impl v0.6.1
8472026-06-09T05:24:14.038Z Downloaded typify-impl v0.4.3
8482026-06-09T05:24:14.052Z Downloaded libc v0.2.186
8492026-06-09T05:24:14.072Z Downloaded libz-sys v1.1.22
8502026-06-09T05:24:14.094Z Downloaded sha3 v0.10.8
8512026-06-09T05:24:14.109Z Downloaded tokio v1.52.3
8522026-06-09T05:24:14.153Z Downloaded jiff v0.2.15
8532026-06-09T05:24:14.165Z Downloaded petgraph v0.6.5
8542026-06-09T05:24:14.174Z Downloaded chrono-tz v0.10.4
8552026-06-09T05:24:14.185Z Downloaded petgraph v0.8.2
8562026-06-09T05:24:14.196Z Downloaded csv v1.4.0
8572026-06-09T05:24:14.208Z Downloaded encoding_rs v0.8.35
8582026-06-09T05:24:14.228Z Downloaded ring v0.17.14
8592026-06-09T05:24:14.405Z Downloaded libgit2-sys v0.17.0+1.8.1
8602026-06-09T05:24:14.437Z Downloaded curl-sys v0.4.83+curl-8.15.0
8612026-06-09T05:24:14.977Z Downloaded aws-lc-sys v0.39.1
8622026-06-09T05:24:15.303Z Compiling proc-macro2 v1.0.106
8632026-06-09T05:24:15.303Z Compiling quote v1.0.45
8642026-06-09T05:24:15.303Z Compiling unicode-ident v1.0.24
8652026-06-09T05:24:15.303Z Compiling serde_core v1.0.228
8662026-06-09T05:24:15.306Z Compiling serde v1.0.228
8672026-06-09T05:24:15.307Z Compiling libc v0.2.186
8682026-06-09T05:24:15.307Z Checking cfg-if v1.0.4
8692026-06-09T05:24:15.694Z Compiling zmij v1.0.17
8702026-06-09T05:24:15.701Z Compiling autocfg v1.5.0
8712026-06-09T05:24:15.979Z Compiling memchr v2.7.5
8722026-06-09T05:24:16.008Z Compiling libm v0.2.15
8732026-06-09T05:24:16.355Z Compiling getrandom v0.4.2
8742026-06-09T05:24:16.442Z Checking smallvec v1.15.1
8752026-06-09T05:24:16.451Z Compiling version_check v0.9.5
8762026-06-09T05:24:16.467Z Checking itoa v1.0.15
8772026-06-09T05:24:16.619Z Compiling thiserror v2.0.18
8782026-06-09T05:24:16.635Z Compiling jobserver v0.1.34
8792026-06-09T05:24:16.670Z Compiling find-msvc-tools v0.1.9
8802026-06-09T05:24:16.828Z Compiling shlex v2.0.1
8812026-06-09T05:24:16.831Z Compiling icu_normalizer_data v2.0.0
8822026-06-09T05:24:16.851Z Compiling syn v2.0.117
8832026-06-09T05:24:16.906Z Compiling cc v1.2.63
8842026-06-09T05:24:16.922Z Compiling icu_properties_data v2.0.1
8852026-06-09T05:24:17.012Z Compiling parking_lot_core v0.9.12
8862026-06-09T05:24:17.096Z Checking stable_deref_trait v1.2.0
8872026-06-09T05:24:17.169Z Compiling serde_json v1.0.150
8882026-06-09T05:24:17.185Z Compiling heck v0.5.0
8892026-06-09T05:24:17.420Z Checking writeable v0.6.1
8902026-06-09T05:24:17.453Z Checking litemap v0.8.0
8912026-06-09T05:24:17.561Z Compiling num-traits v0.2.19
8922026-06-09T05:24:17.607Z Checking percent-encoding v2.3.2
8932026-06-09T05:24:17.812Z Checking form_urlencoded v1.2.2
8942026-06-09T05:24:17.967Z Checking utf8_iter v1.0.4
8952026-06-09T05:24:17.971Z Compiling zerocopy v0.8.27
8962026-06-09T05:24:17.987Z Checking pin-project-lite v0.2.16
8972026-06-09T05:24:18.076Z Checking iana-time-zone v0.1.64
8982026-06-09T05:24:18.094Z Compiling rustversion v1.0.22
8992026-06-09T05:24:18.127Z Compiling log v0.4.29
9002026-06-09T05:24:18.194Z Compiling semver v1.0.28
9012026-06-09T05:24:18.235Z Checking socket2 v0.6.4
9022026-06-09T05:24:18.296Z Compiling equivalent v1.0.2
9032026-06-09T05:24:18.389Z Checking uuid v1.23.2
9042026-06-09T05:24:18.414Z Checking scopeguard v1.2.0
9052026-06-09T05:24:18.518Z Checking lock_api v0.4.14
9062026-06-09T05:24:18.673Z Checking signal-hook-registry v1.4.6
9072026-06-09T05:24:18.690Z Checking bitflags v2.11.1
9082026-06-09T05:24:18.701Z Checking mio v1.2.1
9092026-06-09T05:24:18.715Z Checking getrandom v0.2.16
9102026-06-09T05:24:18.730Z Checking parking_lot v0.12.5
9112026-06-09T05:24:18.831Z Compiling schemars v0.8.22
9122026-06-09T05:24:18.866Z Checking dyn-clone v1.0.20
9132026-06-09T05:24:18.979Z Compiling portable-atomic v1.11.1
9142026-06-09T05:24:18.995Z Checking futures-core v0.3.32
9152026-06-09T05:24:19.074Z Checking critical-section v1.2.0
9162026-06-09T05:24:19.097Z Compiling ring v0.17.14
9172026-06-09T05:24:19.129Z Compiling hashbrown v0.17.1
9182026-06-09T05:24:19.260Z Compiling thiserror v1.0.69
9192026-06-09T05:24:19.276Z Compiling httparse v1.10.1
9202026-06-09T05:24:19.573Z Checking futures-sink v0.3.32
9212026-06-09T05:24:19.626Z Compiling indexmap v2.14.0
9222026-06-09T05:24:19.708Z Compiling synstructure v0.13.2
9232026-06-09T05:24:19.764Z Compiling serde_derive_internals v0.29.1
9242026-06-09T05:24:19.901Z Checking once_cell v1.21.3
9252026-06-09T05:24:19.954Z Compiling regex-syntax v0.8.6
9262026-06-09T05:24:20.249Z Checking slab v0.4.11
9272026-06-09T05:24:20.276Z Compiling rustix v1.1.4
9282026-06-09T05:24:20.331Z Compiling aho-corasick v1.1.3
9292026-06-09T05:24:20.418Z Checking subtle v2.6.1
9302026-06-09T05:24:20.524Z Compiling ucd-trie v0.1.7
9312026-06-09T05:24:20.606Z Checking futures-channel v0.3.32
9322026-06-09T05:24:20.741Z Compiling anyhow v1.0.102
9332026-06-09T05:24:20.802Z Checking rand_core v0.6.4
9342026-06-09T05:24:20.905Z Checking futures-io v0.3.32
9352026-06-09T05:24:20.956Z Checking futures-task v0.3.32
9362026-06-09T05:24:20.976Z Compiling serde_derive v1.0.228
9372026-06-09T05:24:21.011Z Compiling zerofrom-derive v0.1.6
9382026-06-09T05:24:21.020Z Compiling yoke-derive v0.8.0
9392026-06-09T05:24:21.042Z Compiling zerovec-derive v0.11.1
9402026-06-09T05:24:21.098Z Compiling displaydoc v0.2.5
9412026-06-09T05:24:21.818Z Compiling thiserror-impl v2.0.18
9422026-06-09T05:24:21.853Z Compiling schemars_derive v0.8.22
9432026-06-09T05:24:21.998Z Compiling tokio-macros v2.7.0
9442026-06-09T05:24:22.077Z Compiling zerocopy-derive v0.8.27
9452026-06-09T05:24:22.136Z Compiling futures-macro v0.3.32
9462026-06-09T05:24:22.212Z Checking zerofrom v0.1.6
9472026-06-09T05:24:22.339Z Checking yoke v0.8.0
9482026-06-09T05:24:22.489Z Checking zerovec v0.11.4
9492026-06-09T05:24:22.715Z Checking zerotrie v0.2.2
9502026-06-09T05:24:22.939Z Compiling zeroize_derive v1.4.3
9512026-06-09T05:24:22.970Z Compiling thiserror-impl v1.0.69
9522026-06-09T05:24:23.089Z Compiling regex-automata v0.4.13
9532026-06-09T05:24:23.112Z Compiling pest v2.8.2
9542026-06-09T05:24:23.215Z Checking tinystr v0.8.1
9552026-06-09T05:24:23.295Z Checking potential_utf v0.1.3
9562026-06-09T05:24:23.383Z Checking icu_locale_core v2.0.0
9572026-06-09T05:24:23.415Z Checking icu_collections v2.0.0
9582026-06-09T05:24:23.604Z Checking zeroize v1.8.1
9592026-06-09T05:24:23.824Z Checking icu_provider v2.0.0
9602026-06-09T05:24:24.004Z Checking bytes v1.11.1
9612026-06-09T05:24:24.079Z Checking icu_normalizer v2.0.0
9622026-06-09T05:24:24.101Z Checking icu_properties v2.0.1
9632026-06-09T05:24:24.181Z Checking chrono v0.4.45
9642026-06-09T05:24:24.357Z Compiling serde_tokenstream v0.2.3
9652026-06-09T05:24:24.469Z Checking tokio v1.52.3
9662026-06-09T05:24:24.605Z Compiling pest_meta v2.8.2
9672026-06-09T05:24:24.897Z Compiling regex v1.12.3
9682026-06-09T05:24:24.907Z Checking idna_adapter v1.2.1
9692026-06-09T05:24:25.035Z Checking idna v1.1.0
9702026-06-09T05:24:25.055Z Checking typenum v1.20.1
9712026-06-09T05:24:25.220Z Compiling pest_generator v2.8.2
9722026-06-09T05:24:25.273Z Checking futures-util v0.3.32
9732026-06-09T05:24:25.308Z Checking url v2.5.7
9742026-06-09T05:24:25.665Z Compiling getrandom v0.3.4
9752026-06-09T05:24:25.897Z Compiling tracing-attributes v0.1.30
9762026-06-09T05:24:25.916Z Checking tracing-core v0.1.34
9772026-06-09T05:24:25.952Z Compiling pest_derive v2.8.2
9782026-06-09T05:24:26.050Z Compiling pkg-config v0.3.32
9792026-06-09T05:24:26.344Z Compiling allocator-api2 v0.2.21
9802026-06-09T05:24:26.417Z Compiling foldhash v0.2.0
9812026-06-09T05:24:26.485Z Checking fnv v1.0.7
9822026-06-09T05:24:26.582Z Checking http v1.4.1
9832026-06-09T05:24:26.644Z Compiling generic-array v0.14.7
9842026-06-09T05:24:26.685Z Compiling hashbrown v0.16.1
9852026-06-09T05:24:26.785Z Compiling vcpkg v0.2.15
9862026-06-09T05:24:26.986Z Compiling time-core v0.1.8
9872026-06-09T05:24:27.094Z Checking tracing v0.1.41
9882026-06-09T05:24:27.136Z Compiling num-conv v0.2.1
9892026-06-09T05:24:27.153Z Compiling byteorder v1.5.0
9902026-06-09T05:24:27.237Z Compiling regress v0.10.5
9912026-06-09T05:24:27.290Z Compiling time-macros v0.2.27
9922026-06-09T05:24:27.380Z Checking errno v0.3.14
9932026-06-09T05:24:27.494Z Checking ipnet v2.11.0
9942026-06-09T05:24:27.651Z Checking base64 v0.22.1
9952026-06-09T05:24:27.729Z Checking tokio-util v0.7.16
9962026-06-09T05:24:27.751Z Compiling scroll_derive v0.13.1
9972026-06-09T05:24:27.900Z Compiling camino v1.2.2
9982026-06-09T05:24:27.952Z Checking crypto-common v0.1.6
9992026-06-09T05:24:28.204Z Checking http-body v1.0.1
10002026-06-09T05:24:28.265Z Compiling crossbeam-utils v0.8.21
10012026-06-09T05:24:28.286Z Checking atomic-waker v1.1.2
10022026-06-09T05:24:28.347Z Checking ppv-lite86 v0.2.21
10032026-06-09T05:24:28.527Z Compiling slog v2.8.2
10042026-06-09T05:24:28.603Z Checking tower-service v0.3.3
10052026-06-09T05:24:28.632Z Checking try-lock v0.2.5
10062026-06-09T05:24:28.696Z Compiling paste v1.0.15
10072026-06-09T05:24:28.706Z Checking tower-layer v0.3.3
10082026-06-09T05:24:28.734Z Checking want v0.3.1
10092026-06-09T05:24:28.806Z Checking h2 v0.4.14
10102026-06-09T05:24:28.847Z Checking ipnetwork v0.21.1
10112026-06-09T05:24:28.861Z Checking erased-serde v0.3.31
10122026-06-09T05:24:28.903Z Checking rustls-pki-types v1.12.0
10132026-06-09T05:24:29.022Z Checking httpdate v1.0.3
10142026-06-09T05:24:29.062Z Compiling strsim v0.11.1
10152026-06-09T05:24:29.106Z Checking ryu v1.0.20
10162026-06-09T05:24:29.167Z Checking pretty-hex v0.4.1
10172026-06-09T05:24:29.185Z Compiling async-trait v0.1.89
10182026-06-09T05:24:29.248Z Checking untrusted v0.9.0
10192026-06-09T05:24:29.350Z Compiling scroll v0.13.0
10202026-06-09T05:24:29.625Z Compiling ident_case v1.0.1
10212026-06-09T05:24:29.667Z Compiling plain v0.2.3
10222026-06-09T05:24:29.722Z Compiling usdt-impl v0.6.0
10232026-06-09T05:24:29.735Z Checking http-body-util v0.1.3
10242026-06-09T05:24:29.766Z Compiling goblin v0.10.1
10252026-06-09T05:24:29.796Z Compiling openssl-sys v0.9.116
10262026-06-09T05:24:29.941Z Compiling cmake v0.1.54
10272026-06-09T05:24:29.959Z Compiling slog-async v2.8.0
10282026-06-09T05:24:30.155Z Compiling fs_extra v1.3.0
10292026-06-09T05:24:30.249Z Compiling dunce v1.0.5
10302026-06-09T05:24:30.363Z Checking rand_core v0.9.3
10312026-06-09T05:24:30.395Z Checking serde_urlencoded v0.7.1
10322026-06-09T05:24:30.475Z Compiling aws-lc-sys v0.39.1
10332026-06-09T05:24:30.495Z Checking oxnet v0.1.6
10342026-06-09T05:24:30.501Z Checking block-buffer v0.10.4
10352026-06-09T05:24:30.581Z Compiling dtrace-parser v0.3.0
10362026-06-09T05:24:30.606Z Compiling openapiv3 v2.2.0
10372026-06-09T05:24:30.635Z Compiling thread-id v5.0.0
10382026-06-09T05:24:30.696Z Checking hyper v1.10.1
10392026-06-09T05:24:30.746Z Checking digest v0.10.7
10402026-06-09T05:24:30.945Z Compiling typify-impl v0.4.3
10412026-06-09T05:24:31.214Z Compiling omicron-workspace-hack v0.1.0
10422026-06-09T05:24:31.472Z Checking rand_chacha v0.9.0
10432026-06-09T05:24:31.560Z Compiling daft-derive v0.1.5
10442026-06-09T05:24:31.646Z Checking powerfmt v0.2.0
10452026-06-09T05:24:31.670Z Checking hyper-util v0.1.20
10462026-06-09T05:24:31.801Z Compiling aws-lc-rs v1.16.2
10472026-06-09T05:24:32.108Z Checking deranged v0.5.3
10482026-06-09T05:24:32.154Z Checking rand v0.9.3
10492026-06-09T05:24:32.523Z Compiling dof v0.4.0
10502026-06-09T05:24:32.601Z Compiling unsafe-libyaml v0.2.11
10512026-06-09T05:24:32.695Z Compiling syn v1.0.109
10522026-06-09T05:24:32.883Z Checking num_threads v0.1.7
10532026-06-09T05:24:33.123Z Checking time v0.3.47
10542026-06-09T05:24:33.270Z Compiling serde_yaml v0.9.34+deprecated
10552026-06-09T05:24:33.278Z Checking sync_wrapper v1.0.2
10562026-06-09T05:24:33.473Z Checking encoding_rs v0.8.35
10572026-06-09T05:24:33.513Z Compiling usdt-attr-macro v0.6.0
10582026-06-09T05:24:34.057Z Compiling usdt-macro v0.6.0
10592026-06-09T05:24:34.240Z Checking mime v0.3.17
10602026-06-09T05:24:34.331Z Checking cpufeatures v0.2.17
10612026-06-09T05:24:34.357Z Compiling typify-macro v0.4.3
10622026-06-09T05:24:34.385Z Checking untrusted v0.7.1
10632026-06-09T05:24:34.392Z Checking tower v0.5.2
10642026-06-09T05:24:34.460Z Checking crossbeam-channel v0.5.15
10652026-06-09T05:24:34.548Z Checking futures-executor v0.3.32
10662026-06-09T05:24:34.657Z Compiling structmeta-derive v0.3.0
10672026-06-09T05:24:34.764Z Compiling multer v3.1.0
10682026-06-09T05:24:34.782Z Checking iri-string v0.7.8
10692026-06-09T05:24:34.814Z Compiling rustls v0.22.4
10702026-06-09T05:24:34.844Z Compiling rustls v0.23.40
10712026-06-09T05:24:35.049Z Checking futures v0.3.32
10722026-06-09T05:24:35.085Z Compiling async-stream-impl v0.3.6
10732026-06-09T05:24:35.139Z Checking thread_local v1.1.9
10742026-06-09T05:24:35.280Z Checking foreign-types-shared v0.1.1
10752026-06-09T05:24:35.299Z Checking hex v0.4.3
10762026-06-09T05:24:35.365Z Checking unicode-width v0.2.1
10772026-06-09T05:24:35.548Z Compiling openssl v0.10.80
10782026-06-09T05:24:35.653Z Checking fastrand v2.3.0
10792026-06-09T05:24:35.696Z Checking foreign-types v0.3.2
10802026-06-09T05:24:35.710Z Compiling structmeta v0.3.0
10812026-06-09T05:24:35.800Z Checking tower-http v0.6.8
10822026-06-09T05:24:35.853Z Checking tempfile v3.27.0
10832026-06-09T05:24:35.862Z Compiling typify v0.4.3
10842026-06-09T05:24:35.902Z Compiling openssl-macros v0.1.1
10852026-06-09T05:24:35.947Z Compiling strum_macros v0.26.4
10862026-06-09T05:24:36.032Z Checking memmap2 v0.9.8
10872026-06-09T05:24:36.054Z Checking is-terminal v0.4.16
10882026-06-09T05:24:36.143Z Checking take_mut v0.2.2
10892026-06-09T05:24:36.184Z Checking openssl-probe v0.1.6
10902026-06-09T05:24:36.196Z Checking match_cfg v0.1.0
10912026-06-09T05:24:36.243Z Compiling native-tls v0.2.14
10922026-06-09T05:24:36.283Z Checking term v1.2.0
10932026-06-09T05:24:36.471Z Checking hostname v0.3.1
10942026-06-09T05:24:36.524Z Checking slog-term v2.9.2
10952026-06-09T05:24:36.750Z Checking slog-json v2.6.1
10962026-06-09T05:24:36.903Z Compiling newtype-uuid-macros v0.1.0
10972026-06-09T05:24:36.969Z Compiling ref-cast v1.0.25
10982026-06-09T05:24:37.170Z Checking slog-bunyan v2.5.0
10992026-06-09T05:24:37.319Z Compiling darling_core v0.23.0
11002026-06-09T05:24:37.521Z Compiling ref-cast-impl v1.0.25
11012026-06-09T05:24:37.531Z Compiling dropshot v0.16.7
11022026-06-09T05:24:37.750Z Compiling derive-ex v0.1.8
11032026-06-09T05:24:37.814Z Checking webpki-roots v1.0.2
11042026-06-09T05:24:37.938Z Compiling dropshot_endpoint v0.16.7
11052026-06-09T05:24:38.100Z Compiling strum_macros v0.27.2
11062026-06-09T05:24:38.606Z Checking tokio-native-tls v0.3.1
11072026-06-09T05:24:38.874Z Checking winnow v0.7.14
11082026-06-09T05:24:39.283Z Compiling test-strategy v0.4.3
11092026-06-09T05:24:39.293Z Checking hyper-tls v0.6.0
11102026-06-09T05:24:39.401Z Compiling darling_macro v0.23.0
11112026-06-09T05:24:39.464Z Compiling progenitor-impl v0.11.1
11122026-06-09T05:24:39.534Z Checking usdt v0.6.0
11132026-06-09T05:24:39.638Z Checking newtype-uuid v1.3.2
11142026-06-09T05:24:39.684Z Checking either v1.15.0
11152026-06-09T05:24:39.901Z Checking winnow v1.0.3
11162026-06-09T05:24:39.956Z Checking daft v0.1.5
11172026-06-09T05:24:40.003Z Compiling darling v0.23.0
11182026-06-09T05:24:40.024Z Checking serde_spanned v1.1.1
11192026-06-09T05:24:40.043Z Compiling serde_with_macros v3.21.0
11202026-06-09T05:24:40.150Z Checking toml_parser v1.1.2+spec-1.1.0
11212026-06-09T05:24:40.177Z Checking toml_writer v1.1.1+spec-1.1.0
11222026-06-09T05:24:40.226Z Checking debug-ignore v1.0.5
11232026-06-09T05:24:40.310Z Checking spin v0.9.8
11242026-06-09T05:24:40.490Z Compiling parse-display-derive v0.10.0
11252026-06-09T05:24:40.562Z Checking async-stream v0.3.6
11262026-06-09T05:24:40.659Z Checking rustls-webpki v0.102.8
11272026-06-09T05:24:40.796Z Checking rustls-pemfile v2.2.0
11282026-06-09T05:24:40.813Z Checking waitgroup v0.1.2
11292026-06-09T05:24:41.140Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11302026-06-09T05:24:41.140Z Checking serde_path_to_error v0.1.20
11312026-06-09T05:24:41.184Z Checking hostname v0.4.2
11322026-06-09T05:24:41.228Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11332026-06-09T05:24:41.306Z Checking strum v0.26.3
11342026-06-09T05:24:41.412Z Checking rand_chacha v0.3.1
11352026-06-09T05:24:41.555Z Compiling toml_datetime v0.6.11
11362026-06-09T05:24:41.608Z Checking macaddr v1.0.1
11372026-06-09T05:24:41.640Z Compiling progenitor-macro v0.11.1
11382026-06-09T05:24:41.714Z Checking toml_datetime v0.7.5+spec-1.1.0
11392026-06-09T05:24:41.757Z Checking wait-timeout v0.2.1
11402026-06-09T05:24:41.822Z Checking lazy_static v1.5.0
11412026-06-09T05:24:41.889Z Checking quick-error v1.2.3
11422026-06-09T05:24:41.892Z Checking bit-vec v0.8.0
11432026-06-09T05:24:41.957Z Checking toml v0.9.12+spec-1.1.0
11442026-06-09T05:24:42.160Z Checking rusty-fork v0.3.0
11452026-06-09T05:24:42.221Z Checking rand v0.8.5
11462026-06-09T05:24:42.221Z Checking bit-set v0.8.0
11472026-06-09T05:24:42.221Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11482026-06-09T05:24:42.224Z Checking tabwriter v1.4.1
11492026-06-09T05:24:42.413Z Checking sha1 v0.10.6
11502026-06-09T05:24:42.513Z Checking rand_xorshift v0.4.0
11512026-06-09T05:24:42.535Z Compiling clap_derive v4.6.1
11522026-06-09T05:24:42.603Z Checking tokio-rustls v0.25.0
11532026-06-09T05:24:42.623Z Checking unarray v0.1.4
11542026-06-09T05:24:42.638Z Checking utf8parse v0.2.2
11552026-06-09T05:24:42.688Z Checking colored v3.1.1
11562026-06-09T05:24:42.701Z Checking proptest v1.8.0
11572026-06-09T05:24:42.712Z Checking anstyle-parse v1.0.0
11582026-06-09T05:24:43.256Z Checking strum v0.27.2
11592026-06-09T05:24:43.279Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11602026-06-09T05:24:43.279Z Checking terminal_size v0.4.3
11612026-06-09T05:24:43.390Z Checking colorchoice v1.0.4
11622026-06-09T05:24:43.544Z Checking is_terminal_polyfill v1.70.1
11632026-06-09T05:24:43.568Z Checking anstyle-query v1.1.4
11642026-06-09T05:24:43.568Z Checking anstyle v1.0.14
11652026-06-09T05:24:43.758Z Checking anstream v1.0.0
11662026-06-09T05:24:43.858Z Checking itertools v0.14.0
11672026-06-09T05:24:44.216Z Checking clap_lex v1.1.0
11682026-06-09T05:24:44.376Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11692026-06-09T05:24:44.616Z Checking clap_builder v4.6.0
11702026-06-09T05:24:44.939Z Checking serde_with v3.21.0
11712026-06-09T05:24:45.879Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11722026-06-09T05:24:45.914Z Checking instant v0.1.13
11732026-06-09T05:24:45.941Z Checking clap v4.6.1
11742026-06-09T05:24:45.965Z Checking rustc-hash v2.1.1
11752026-06-09T05:24:46.396Z Checking iddqd v0.3.18
11762026-06-09T05:24:46.402Z Checking backoff v0.4.0
11772026-06-09T05:24:46.403Z Checking parse-display v0.10.0
11782026-06-09T05:24:46.496Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11792026-06-09T05:24:46.544Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11802026-06-09T05:24:48.020Z Compiling cfg_aliases v0.2.1
11812026-06-09T05:24:48.037Z Compiling num-derive v0.4.2
11822026-06-09T05:24:48.511Z Compiling rustls-webpki v0.103.6
11832026-06-09T05:24:48.848Z Compiling prettyplease v0.2.37
11842026-06-09T05:24:51.196Z Checking serde_spanned v0.6.9
11852026-06-09T05:24:51.247Z Compiling memoffset v0.9.1
11862026-06-09T05:24:51.605Z Compiling tokio-rustls v0.26.4
11872026-06-09T05:24:52.109Z Compiling nix v0.30.1
11882026-06-09T05:24:52.330Z Compiling hyper-rustls v0.27.7
11892026-06-09T05:24:52.610Z Compiling reqwest v0.12.23
11902026-06-09T05:24:53.671Z Checking crossbeam-epoch v0.9.18
11912026-06-09T05:24:53.767Z Compiling progenitor-client v0.11.1
11922026-06-09T05:24:54.096Z Compiling winnow v0.5.40
11932026-06-09T05:24:55.356Z Compiling toml_edit v0.19.15
11942026-06-09T05:24:55.576Z Compiling progenitor v0.11.1
11952026-06-09T05:24:56.321Z Compiling num-integer v0.1.46
11962026-06-09T05:24:56.668Z Compiling proc-macro-crate v1.3.1
11972026-06-09T05:24:56.832Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11982026-06-09T05:24:57.000Z Compiling progenitor-client v0.10.0
11992026-06-09T05:24:57.741Z Compiling hubpack_derive v0.1.1
12002026-06-09T05:24:58.149Z Checking toml_write v0.1.2
12012026-06-09T05:24:58.204Z Compiling rayon-core v1.13.0
12022026-06-09T05:24:58.239Z Checking hubpack v0.1.2
12032026-06-09T05:24:58.302Z Checking toml_edit v0.22.27
12042026-06-09T05:24:58.403Z Checking num-iter v0.1.45
12052026-06-09T05:24:58.438Z Checking num-rational v0.4.2
12062026-06-09T05:24:58.688Z Compiling darling_core v0.21.3
12072026-06-09T05:24:58.768Z Compiling zerocopy-derive v0.7.35
12082026-06-09T05:24:58.848Z Compiling num-complex v0.4.6
12092026-06-09T05:24:59.374Z Checking static_assertions v1.1.0
12102026-06-09T05:24:59.459Z Checking toml v0.8.23
12112026-06-09T05:24:59.612Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12122026-06-09T05:24:59.771Z Checking num v0.4.3
12132026-06-09T05:24:59.938Z Checking crossbeam-deque v0.8.6
12142026-06-09T05:25:00.028Z Checking float-ord v0.3.2
12152026-06-09T05:25:00.116Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12162026-06-09T05:25:00.298Z Compiling proc-macro-error-attr v1.0.4
12172026-06-09T05:25:00.392Z Checking bytecount v0.6.9
12182026-06-09T05:25:00.515Z Compiling heapless v0.8.0
12192026-06-09T05:25:00.690Z Checking libscf-sys v1.2.0
12202026-06-09T05:25:00.748Z Checking hash32 v0.3.1
12212026-06-09T05:25:00.820Z Compiling darling_macro v0.21.3
12222026-06-09T05:25:00.882Z Compiling proc-macro-error v1.0.4
12232026-06-09T05:25:01.130Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12242026-06-09T05:25:01.203Z Compiling smoltcp v0.11.0
12252026-06-09T05:25:01.447Z Compiling darling v0.21.3
12262026-06-09T05:25:01.503Z Compiling ingot-macros v0.1.1
12272026-06-09T05:25:01.577Z Compiling zerocopy v0.7.35
12282026-06-09T05:25:01.890Z Compiling num_enum_derive v0.7.5
12292026-06-09T05:25:01.964Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12302026-06-09T05:25:01.984Z Checking cobs v0.3.0
12312026-06-09T05:25:02.066Z Compiling scroll_derive v0.12.1
12322026-06-09T05:25:02.131Z Compiling foreign-types-macros v0.2.3
12332026-06-09T05:25:02.150Z Compiling usdt-impl v0.5.0
12342026-06-09T05:25:02.397Z Checking bitflags v1.3.2
12352026-06-09T05:25:02.641Z Compiling crucible-workspace-hack v0.1.0
12362026-06-09T05:25:02.641Z Checking managed v0.8.0
12372026-06-09T05:25:02.762Z Checking foreign-types-shared v0.3.1
12382026-06-09T05:25:02.772Z Checking scroll v0.12.0
12392026-06-09T05:25:02.784Z Checking foreign-types v0.5.0
12402026-06-09T05:25:02.861Z Checking postcard v1.1.3
12412026-06-09T05:25:02.870Z Compiling dof v0.3.0
12422026-06-09T05:25:02.962Z Checking num_enum v0.7.5
12432026-06-09T05:25:03.136Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12442026-06-09T05:25:03.224Z Compiling dtrace-parser v0.2.0
12452026-06-09T05:25:03.250Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12462026-06-09T05:25:03.265Z Checking camino-tempfile v1.4.1
12472026-06-09T05:25:03.341Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12482026-06-09T05:25:03.421Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12492026-06-09T05:25:03.542Z Checking cstr-argument v0.1.2
12502026-06-09T05:25:03.659Z Compiling thread-id v4.2.2
12512026-06-09T05:25:03.686Z Compiling heck v0.4.1
12522026-06-09T05:25:03.741Z Compiling minimal-lexical v0.2.1
12532026-06-09T05:25:03.752Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12542026-06-09T05:25:03.873Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12552026-06-09T05:25:03.931Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12562026-06-09T05:25:03.942Z Compiling nom v7.1.3
12572026-06-09T05:25:03.997Z Checking goblin v0.8.2
12582026-06-09T05:25:04.048Z Checking rayon v1.11.0
12592026-06-09T05:25:04.146Z Checking ingot-types v0.1.2
12602026-06-09T05:25:04.377Z Compiling num_enum_derive v0.5.11
12612026-06-09T05:25:04.471Z Checking ingot v0.1.1
12622026-06-09T05:25:04.614Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12632026-06-09T05:25:05.124Z Compiling rustc_version v0.4.1
12642026-06-09T05:25:05.218Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12652026-06-09T05:25:05.370Z Compiling proc-macro-error-attr2 v2.0.0
12662026-06-09T05:25:05.476Z Compiling convert_case v0.4.0
12672026-06-09T05:25:05.694Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12682026-06-09T05:25:05.794Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12692026-06-09T05:25:05.803Z Compiling rustix v0.38.44
12702026-06-09T05:25:05.812Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12712026-06-09T05:25:05.820Z Checking tinyvec_macros v0.1.1
12722026-06-09T05:25:05.883Z Checking tinyvec v1.10.0
12732026-06-09T05:25:06.052Z Compiling proc-macro-error2 v2.0.1
12742026-06-09T05:25:06.259Z Compiling derive_more v0.99.20
12752026-06-09T05:25:06.273Z Checking num_enum v0.5.11
12762026-06-09T05:25:06.356Z Compiling libz-sys v1.1.22
12772026-06-09T05:25:06.389Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12782026-06-09T05:25:06.660Z Compiling crc32fast v1.5.0
12792026-06-09T05:25:06.847Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12802026-06-09T05:25:06.864Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12812026-06-09T05:25:06.991Z Compiling tabled_derive v0.11.0
12822026-06-09T05:25:07.050Z Compiling usdt-attr-macro v0.5.0
12832026-06-09T05:25:07.615Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12842026-06-09T05:25:07.714Z Compiling usdt-macro v0.5.0
12852026-06-09T05:25:07.779Z Compiling zone_cfg_derive v0.3.1
12862026-06-09T05:25:07.779Z Checking papergrid v0.17.0
12872026-06-09T05:25:08.014Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12882026-06-09T05:25:08.053Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12892026-06-09T05:25:08.226Z Checking itertools v0.12.1
12902026-06-09T05:25:08.395Z Checking testing_table v0.3.0
12912026-06-09T05:25:08.412Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12922026-06-09T05:25:08.465Z Checking memmap v0.7.0
12932026-06-09T05:25:08.497Z Checking sigpipe v0.1.3
12942026-06-09T05:25:08.547Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12952026-06-09T05:25:08.570Z Checking adler2 v2.0.1
12962026-06-09T05:25:08.598Z Checking glob v0.3.3
12972026-06-09T05:25:08.638Z Checking jiff v0.2.15
12982026-06-09T05:25:08.675Z Checking miniz_oxide v0.8.9
12992026-06-09T05:25:08.767Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13002026-06-09T05:25:08.790Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13012026-06-09T05:25:08.814Z Checking usdt v0.5.0
13022026-06-09T05:25:08.826Z Checking tabled v0.20.0
13032026-06-09T05:25:08.966Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13042026-06-09T05:25:09.015Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13052026-06-09T05:25:09.212Z Checking zone v0.3.1
13062026-06-09T05:25:09.296Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13072026-06-09T05:25:09.361Z Checking smf v0.2.3
13082026-06-09T05:25:09.481Z Checking secrecy v0.10.3
13092026-06-09T05:25:09.550Z Checking bstr v1.12.0
13102026-06-09T05:25:09.590Z Checking whoami v1.6.1
13112026-06-09T05:25:09.615Z Checking flate2 v1.1.2
13122026-06-09T05:25:09.756Z Compiling curve25519-dalek v4.1.3
13132026-06-09T05:25:09.889Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13142026-06-09T05:25:09.893Z Checking hmac v0.12.1
13152026-06-09T05:25:09.919Z Compiling clang-sys v1.8.1
13162026-06-09T05:25:10.030Z Checking inout v0.1.4
13172026-06-09T05:25:10.042Z Checking hybrid-array v0.4.12
13182026-06-09T05:25:10.157Z Compiling enum-as-inner v0.6.1
13192026-06-09T05:25:10.292Z Checking ff v0.13.1
13202026-06-09T05:25:10.439Z Compiling semver v0.1.20
13212026-06-09T05:25:10.584Z Checking data-encoding v2.9.0
13222026-06-09T05:25:10.726Z Compiling rustc_version v0.1.7
13232026-06-09T05:25:10.766Z Checking group v0.13.0
13242026-06-09T05:25:10.849Z Checking cipher v0.4.4
13252026-06-09T05:25:10.864Z Checking hkdf v0.12.4
13262026-06-09T05:25:10.911Z Checking atomicwrites v0.4.4
13272026-06-09T05:25:10.958Z Compiling nix v0.31.3
13282026-06-09T05:25:10.999Z Compiling thiserror-impl-no-std v2.0.2
13292026-06-09T05:25:11.042Z Checking universal-hash v0.5.1
13302026-06-09T05:25:11.055Z Checking crypto-bigint v0.5.5
13312026-06-09T05:25:11.096Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13322026-06-09T05:25:11.162Z Checking half v2.7.1
13332026-06-09T05:25:11.251Z Compiling curve25519-dalek-derive v0.1.1
13342026-06-09T05:25:11.330Z Checking opaque-debug v0.3.1
13352026-06-09T05:25:11.350Z Checking ciborium-io v0.2.2
13362026-06-09T05:25:11.397Z Checking base16ct v0.2.0
13372026-06-09T05:25:11.428Z Checking indent_write v2.2.0
13382026-06-09T05:25:11.442Z Checking base64ct v1.8.0
13392026-06-09T05:25:11.522Z Checking ciborium-ll v0.2.2
13402026-06-09T05:25:11.555Z Checking poly1305 v0.8.0
13412026-06-09T05:25:11.687Z Checking password-hash v0.5.0
13422026-06-09T05:25:11.741Z Checking chacha20 v0.9.1
13432026-06-09T05:25:11.783Z Compiling newtype_derive v0.1.6
13442026-06-09T05:25:11.938Z Checking crypto-common v0.2.2
13452026-06-09T05:25:11.944Z Checking block-buffer v0.12.0
13462026-06-09T05:25:12.017Z Checking similar v2.7.0
13472026-06-09T05:25:12.074Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13482026-06-09T05:25:12.084Z Checking thiserror-no-std v2.0.2
13492026-06-09T05:25:12.097Z Checking elliptic-curve v0.13.8
13502026-06-09T05:25:12.170Z Checking blake2 v0.10.6
13512026-06-09T05:25:12.346Z Compiling typify-impl v0.6.1
13522026-06-09T05:25:12.356Z Checking aead v0.5.2
13532026-06-09T05:25:12.356Z Compiling libloading v0.8.9
13542026-06-09T05:25:12.390Z Compiling bindgen v0.72.1
13552026-06-09T05:25:12.434Z Compiling owo-colors v4.3.0
13562026-06-09T05:25:12.489Z Checking keccak v0.1.6
13572026-06-09T05:25:12.535Z Checking resolv-conf v0.7.5
13582026-06-09T05:25:12.542Z Checking linked-hash-map v0.5.6
13592026-06-09T05:25:12.629Z Checking compression-core v0.4.32
13602026-06-09T05:25:12.637Z Checking const-oid v0.10.2
13612026-06-09T05:25:12.710Z Checking vsss-rs v3.3.4
13622026-06-09T05:25:12.716Z Checking sha3 v0.10.8
13632026-06-09T05:25:12.751Z Checking lru-cache v0.1.2
13642026-06-09T05:25:12.760Z Checking compression-codecs v0.4.32
13652026-06-09T05:25:12.782Z Checking digest v0.11.3
13662026-06-09T05:25:12.846Z Checking chacha20poly1305 v0.10.1
13672026-06-09T05:25:12.903Z Checking argon2 v0.5.3
13682026-06-09T05:25:12.964Z Checking ciborium v0.2.2
13692026-06-09T05:25:12.980Z Checking hickory-proto v0.24.4
13702026-06-09T05:25:13.200Z Checking tokio-dtrace v0.1.1
13712026-06-09T05:25:13.292Z Compiling cexpr v0.6.0
13722026-06-09T05:25:13.365Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13732026-06-09T05:25:13.685Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13742026-06-09T05:25:13.771Z Checking serde-big-array v0.5.1
13752026-06-09T05:25:13.862Z Compiling serde_repr v0.1.20
13762026-06-09T05:25:13.910Z Compiling derive-where v1.6.0
13772026-06-09T05:25:13.918Z Checking toml_datetime v1.1.1+spec-1.1.0
13782026-06-09T05:25:14.136Z Compiling dropshot v0.17.1
13792026-06-09T05:25:14.263Z Compiling shlex v1.3.0
13802026-06-09T05:25:14.368Z Checking same-file v1.0.6
13812026-06-09T05:25:14.432Z Checking unicode-segmentation v1.12.0
13822026-06-09T05:25:14.459Z Checking siphasher v1.0.1
13832026-06-09T05:25:14.484Z Checking cpufeatures v0.3.0
13842026-06-09T05:25:14.492Z Checking hickory-resolver v0.24.4
13852026-06-09T05:25:14.555Z Checking sha1 v0.11.0
13862026-06-09T05:25:14.641Z Checking phf_shared v0.12.1
13872026-06-09T05:25:14.731Z Checking walkdir v2.5.0
13882026-06-09T05:25:14.756Z Checking newline-converter v0.3.0
13892026-06-09T05:25:14.766Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13902026-06-09T05:25:14.948Z Checking toml v1.1.2+spec-1.1.0
13912026-06-09T05:25:15.149Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13922026-06-09T05:25:15.191Z Checking oxide-tokio-rt v0.1.6
13932026-06-09T05:25:15.320Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13942026-06-09T05:25:15.607Z Checking async-compression v0.4.33
13952026-06-09T05:25:15.710Z Compiling progenitor-impl v0.10.0
13962026-06-09T05:25:15.722Z Compiling typify-macro v0.6.1
13972026-06-09T05:25:15.864Z Checking console v0.15.11
13982026-06-09T05:25:16.128Z Checking tokio-stream v0.1.17
13992026-06-09T05:25:16.275Z Compiling dropshot_endpoint v0.17.1
14002026-06-09T05:25:16.483Z Compiling pin-project-internal v1.1.10
14012026-06-09T05:25:16.518Z Compiling slog-dtrace v0.3.0
14022026-06-09T05:25:16.752Z Checking csv-core v0.1.12
14032026-06-09T05:25:16.941Z Checking foldhash v0.1.5
14042026-06-09T05:25:17.012Z Checking unicode-width v0.1.14
14052026-06-09T05:25:17.088Z Checking smawk v0.3.2
14062026-06-09T05:25:17.231Z Compiling unicode-xid v0.2.6
14072026-06-09T05:25:17.262Z Compiling cancel-safe-futures v0.1.5
14082026-06-09T05:25:17.281Z Checking unicode-linebreak v0.1.5
14092026-06-09T05:25:17.363Z Compiling chrono-tz v0.10.4
14102026-06-09T05:25:17.491Z Checking swrite v0.1.0
14112026-06-09T05:25:17.533Z Checking textwrap v0.16.2
14122026-06-09T05:25:17.552Z Checking pin-project v1.1.10
14132026-06-09T05:25:17.604Z Compiling const_format_proc_macros v0.2.34
14142026-06-09T05:25:17.613Z Checking hashbrown v0.15.5
14152026-06-09T05:25:17.665Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14162026-06-09T05:25:17.749Z Checking csv v1.4.0
14172026-06-09T05:25:17.795Z Compiling progenitor-macro v0.10.0
14182026-06-09T05:25:17.946Z Checking qorb v0.4.1
14192026-06-09T05:25:18.149Z Checking expectorate v1.2.0
14202026-06-09T05:25:18.165Z Checking phf v0.12.1
14212026-06-09T05:25:18.194Z Checking unicode-normalization v0.1.24
14222026-06-09T05:25:18.409Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14232026-06-09T05:25:18.858Z Checking libsw-core v0.3.2
14242026-06-09T05:25:18.915Z Compiling libgit2-sys v0.17.0+1.8.1
14252026-06-09T05:25:19.037Z Compiling async-recursion v1.1.1
14262026-06-09T05:25:19.108Z Compiling snafu-derive v0.8.9
14272026-06-09T05:25:19.391Z Compiling cookie v0.18.1
14282026-06-09T05:25:19.626Z Checking fixedbitset v0.4.2
14292026-06-09T05:25:19.670Z Checking highway v1.3.0
14302026-06-09T05:25:19.678Z Checking fixedbitset v0.5.7
14312026-06-09T05:25:19.704Z Compiling moka v0.12.11
14322026-06-09T05:25:19.794Z Checking petgraph v0.6.5
14332026-06-09T05:25:19.873Z Checking petgraph v0.8.2
14342026-06-09T05:25:20.198Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14352026-06-09T05:25:20.383Z Checking libsw v3.5.0
14362026-06-09T05:25:20.574Z Checking olpc-cjson v0.1.4
14372026-06-09T05:25:20.725Z Checking const_format v0.2.34
14382026-06-09T05:25:20.853Z Checking snafu v0.8.9
14392026-06-09T05:25:20.966Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14402026-06-09T05:25:21.277Z Compiling typify v0.6.1
14412026-06-09T05:25:21.310Z Checking papergrid v0.11.0
14422026-06-09T05:25:21.346Z Checking globset v0.4.16
14432026-06-09T05:25:21.356Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14442026-06-09T05:25:21.396Z Checking gethostname v0.5.0
14452026-06-09T05:25:21.592Z Compiling tabled_derive v0.7.0
14462026-06-09T05:25:21.596Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-06-09T05:25:21.903Z Checking reqwest v0.13.2
14482026-06-09T05:25:21.920Z Checking progenitor v0.10.0
14492026-06-09T05:25:21.930Z Checking bcs v0.1.6
14502026-06-09T05:25:22.058Z Checking pem v3.0.5
14512026-06-09T05:25:22.166Z Checking serde_plain v1.0.2
14522026-06-09T05:25:22.232Z Checking crc8 v0.1.1
14532026-06-09T05:25:22.329Z Checking termtree v0.5.1
14542026-06-09T05:25:22.337Z Checking typed-path v0.9.3
14552026-06-09T05:25:22.430Z Checking tagptr v0.2.0
14562026-06-09T05:25:22.453Z Checking linear-map v1.2.0
14572026-06-09T05:25:22.515Z Checking humantime v2.3.0
14582026-06-09T05:25:22.624Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14592026-06-09T05:25:22.678Z Checking tabled v0.15.0
14602026-06-09T05:25:23.076Z Checking tough v0.20.0
14612026-06-09T05:25:23.095Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14622026-06-09T05:25:23.185Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14632026-06-09T05:25:23.369Z Compiling progenitor-impl v0.13.0
14642026-06-09T05:25:23.797Z Checking steno v0.4.1
14652026-06-09T05:25:24.079Z Checking hickory-proto v0.25.2
14662026-06-09T05:25:24.742Z Compiling curl-sys v0.4.83+curl-8.15.0
14672026-06-09T05:25:24.986Z Compiling cargo-platform v0.1.9
14682026-06-09T05:25:25.158Z Compiling vergen v8.3.2
14692026-06-09T05:25:25.226Z Compiling fs-err v3.1.2
14702026-06-09T05:25:25.259Z Compiling signal-hook v0.4.4
14712026-06-09T05:25:25.267Z Compiling cargo_metadata v0.18.1
14722026-06-09T05:25:25.441Z Compiling progenitor-macro v0.13.0
14732026-06-09T05:25:25.540Z Checking progenitor-client v0.13.0
14742026-06-09T05:25:25.598Z Checking dropshot-api-manager-types v0.7.2
14752026-06-09T05:25:25.708Z Checking hickory-resolver v0.25.2
14762026-06-09T05:25:25.734Z Checking sha2 v0.10.9
14772026-06-09T05:25:25.757Z Compiling blake3 v1.8.2
14782026-06-09T05:25:25.996Z Compiling signal-hook v0.3.18
14792026-06-09T05:25:26.549Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14802026-06-09T05:25:26.582Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14812026-06-09T05:25:26.745Z Checking git-stub v1.0.0
14822026-06-09T05:25:26.842Z Checking regress v0.11.1
14832026-06-09T05:25:26.898Z Checking filetime v0.2.26
14842026-06-09T05:25:27.038Z Checking xattr v1.6.1
14852026-06-09T05:25:27.174Z Compiling curl v0.4.49
14862026-06-09T05:25:27.430Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-06-09T05:25:27.727Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-09T05:25:27.974Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-06-09T05:25:28.324Z Checking arrayvec v0.7.6
14902026-06-09T05:25:28.400Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-06-09T05:25:28.555Z Checking is_ci v1.2.0
14922026-06-09T05:25:28.608Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14932026-06-09T05:25:28.807Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-06-09T05:25:28.830Z Checking constant_time_eq v0.3.1
14952026-06-09T05:25:28.854Z Checking arrayref v0.3.9
14962026-06-09T05:25:28.920Z Checking toml v0.7.8
14972026-06-09T05:25:28.973Z Checking supports-color v3.0.2
14982026-06-09T05:25:28.985Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-06-09T05:25:29.025Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-06-09T05:25:29.207Z Checking tar v0.4.45
15012026-06-09T05:25:29.246Z Checking git-stub-vcs v0.1.0
15022026-06-09T05:25:29.460Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-06-09T05:25:29.531Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-06-09T05:25:29.576Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-06-09T05:25:29.619Z Checking progenitor v0.13.0
15062026-06-09T05:25:29.734Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15072026-06-09T05:25:29.751Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15082026-06-09T05:25:29.767Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15092026-06-09T05:25:30.164Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15102026-06-09T05:25:30.212Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-06-09T05:25:30.442Z Checking drift v0.2.0
15122026-06-09T05:25:30.460Z Checking kstat-rs v0.2.4
15132026-06-09T05:25:30.661Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15142026-06-09T05:25:30.671Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15152026-06-09T05:25:30.745Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-06-09T05:25:30.756Z Checking topological-sort v0.2.2
15172026-06-09T05:25:30.890Z Checking omicron-zone-package v0.12.2
15182026-06-09T05:25:31.057Z Checking dropshot-api-manager v0.7.2
15192026-06-09T05:25:31.614Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-06-09T05:25:31.770Z Checking signal-hook-tokio v0.3.1
15212026-06-09T05:25:32.456Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15222026-06-09T05:25:32.950Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
15232026-06-09T05:25:32.984Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15242026-06-09T05:25:33.479Z Checking iddqd v0.4.2
15252026-06-09T05:25:33.755Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15262026-06-09T05:25:33.826Z Checking search_path v0.1.4
15272026-06-09T05:25:33.942Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15282026-06-09T05:25:33.963Z Checking internet-checksum v0.2.1
15292026-06-09T05:25:33.963Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15302026-06-09T05:25:34.088Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15312026-06-09T05:25:34.313Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15322026-06-09T05:25:35.030Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-06-09T05:25:35.261Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15342026-06-09T05:25:35.939Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15352026-06-09T05:25:36.150Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15362026-06-09T05:25:36.397Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15372026-06-09T05:25:36.820Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15382026-06-09T05:25:37.224Z Compiling git2 v0.19.0
15392026-06-09T05:25:37.813Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15402026-06-09T05:25:39.555Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15412026-06-09T05:25:47.729Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15422026-06-09T05:25:49.014Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15432026-06-09T05:25:54.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
15442026-06-09T05:25:54.816Z+ for feat in tofino_stub tofino_asic softnpu chaos
15452026-06-09T05:25:54.816Z+ cargo clippy --features tofino_asic -- --deny warnings
15462026-06-09T05:25:55.410Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15472026-06-09T05:25:55.416Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15482026-06-09T05:25:55.496Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15492026-06-09T05:25:55.505Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15502026-06-09T05:26:02.584Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15512026-06-09T05:26:02.593Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15522026-06-09T05:26:05.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.63s
15532026-06-09T05:26:05.651Z+ for feat in tofino_stub tofino_asic softnpu chaos
15542026-06-09T05:26:05.651Z+ cargo clippy --features softnpu -- --deny warnings
15552026-06-09T05:26:06.042Z Downloading crates ...
15562026-06-09T05:26:06.188Z Downloaded pem-rfc7468 v0.7.0
15572026-06-09T05:26:06.193Z Downloaded spki v0.7.3
15582026-06-09T05:26:06.198Z Downloaded ascii v1.1.0
15592026-06-09T05:26:06.198Z Downloaded utf-8 v0.7.6
15602026-06-09T05:26:06.202Z Downloaded tap v1.0.1
15612026-06-09T05:26:06.202Z Downloaded bitstruct_derive v0.1.0
15622026-06-09T05:26:06.214Z Downloaded bit_field v0.10.3
15632026-06-09T05:26:06.214Z Downloaded env_filter v1.0.1
15642026-06-09T05:26:06.233Z Downloaded tokio-tungstenite v0.21.0
15652026-06-09T05:26:06.233Z Downloaded rfc6979 v0.4.0
15662026-06-09T05:26:06.233Z Downloaded radium v0.7.0
15672026-06-09T05:26:06.233Z Downloaded signature v2.2.0
15682026-06-09T05:26:06.234Z Downloaded flagset v0.4.7
15692026-06-09T05:26:06.238Z Downloaded serde_arrays v0.1.0
15702026-06-09T05:26:06.238Z Downloaded primeorder v0.13.6
15712026-06-09T05:26:06.238Z Downloaded der_derive v0.7.3
15722026-06-09T05:26:06.238Z Downloaded sec1 v0.7.3
15732026-06-09T05:26:06.238Z Downloaded ecdsa v0.16.9
15742026-06-09T05:26:06.238Z Downloaded typeid v1.0.3
15752026-06-09T05:26:06.238Z Downloaded tls_codec v0.4.2
15762026-06-09T05:26:06.238Z Downloaded ed25519 v2.2.3
15772026-06-09T05:26:06.238Z Downloaded pkcs8 v0.10.2
15782026-06-09T05:26:06.245Z Downloaded wyz v0.5.1
15792026-06-09T05:26:06.245Z Downloaded tls_codec_derive v0.4.2
15802026-06-09T05:26:06.251Z Downloaded erased-serde v0.4.8
15812026-06-09T05:26:06.251Z Downloaded const-oid v0.9.6
15822026-06-09T05:26:06.258Z Downloaded env_logger v0.11.10
15832026-06-09T05:26:06.263Z Downloaded funty v2.0.0
15842026-06-09T05:26:06.263Z Downloaded libloading v0.7.4
15852026-06-09T05:26:06.285Z Downloaded tungstenite v0.21.0
15862026-06-09T05:26:06.296Z Downloaded der v0.7.10
15872026-06-09T05:26:06.296Z Downloaded bitstruct v0.1.1
15882026-06-09T05:26:06.296Z Downloaded base64 v0.21.7
15892026-06-09T05:26:06.296Z Downloaded x509-cert v0.2.5
15902026-06-09T05:26:06.302Z Downloaded ed25519-dalek v2.2.0
15912026-06-09T05:26:06.302Z Downloaded num-bigint v0.4.6
15922026-06-09T05:26:06.302Z Downloaded itertools v0.13.0
15932026-06-09T05:26:06.308Z Downloaded salty v0.3.0
15942026-06-09T05:26:06.313Z Downloaded p384 v0.13.1
15952026-06-09T05:26:06.317Z Downloaded bitvec v1.0.1
15962026-06-09T05:26:06.485Z Checking log v0.4.29
15972026-06-09T05:26:06.588Z Checking const-oid v0.9.6
15982026-06-09T05:26:06.606Z Checking serde_with v3.21.0
15992026-06-09T05:26:06.615Z Checking pem-rfc7468 v0.7.0
16002026-06-09T05:26:06.624Z Compiling der_derive v0.7.3
16012026-06-09T05:26:06.624Z Checking flagset v0.4.7
16022026-06-09T05:26:06.638Z Checking num-integer v0.1.46
16032026-06-09T05:26:06.649Z Checking num-complex v0.4.6
16042026-06-09T05:26:06.737Z Checking rustls v0.23.40
16052026-06-09T05:26:06.743Z Checking native-tls v0.2.14
16062026-06-09T05:26:06.753Z Checking goblin v0.10.1
16072026-06-09T05:26:06.849Z Checking typify-impl v0.4.3
16082026-06-09T05:26:06.894Z Checking tokio-native-tls v0.3.1
16092026-06-09T05:26:06.980Z Checking rustls v0.22.4
16102026-06-09T05:26:07.041Z Checking hyper-tls v0.6.0
16112026-06-09T05:26:07.206Z Checking num-bigint v0.4.6
16122026-06-09T05:26:07.236Z Checking digest v0.10.7
16132026-06-09T05:26:07.429Z Checking sha1 v0.10.6
16142026-06-09T05:26:07.614Z Checking der v0.7.10
16152026-06-09T05:26:07.637Z Checking num-iter v0.1.45
16162026-06-09T05:26:07.694Z Checking hmac v0.12.1
16172026-06-09T05:26:07.833Z Checking ff v0.13.1
16182026-06-09T05:26:07.956Z Checking base16ct v0.2.0
16192026-06-09T05:26:07.956Z Checking typify v0.4.3
16202026-06-09T05:26:08.010Z Checking num-rational v0.4.2
16212026-06-09T05:26:08.035Z Checking group v0.13.0
16222026-06-09T05:26:08.053Z Checking progenitor-impl v0.11.1
16232026-06-09T05:26:08.068Z Checking hkdf v0.12.4
16242026-06-09T05:26:08.176Z Checking goblin v0.8.2
16252026-06-09T05:26:08.192Z Checking curve25519-dalek v4.1.3
16262026-06-09T05:26:08.264Z Checking spki v0.7.3
16272026-06-09T05:26:08.291Z Checking num v0.4.3
16282026-06-09T05:26:08.355Z Checking sha3 v0.10.8
16292026-06-09T05:26:08.386Z Checking tokio-rustls v0.25.0
16302026-06-09T05:26:08.423Z Checking pkcs8 v0.10.2
16312026-06-09T05:26:08.548Z Checking blake2 v0.10.6
16322026-06-09T05:26:08.569Z Checking sec1 v0.7.3
16332026-06-09T05:26:08.593Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16342026-06-09T05:26:08.747Z Checking argon2 v0.5.3
16352026-06-09T05:26:08.760Z Checking elliptic-curve v0.13.8
16362026-06-09T05:26:08.774Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16372026-06-09T05:26:08.874Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16382026-06-09T05:26:08.911Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16392026-06-09T05:26:09.027Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16402026-06-09T05:26:09.038Z Checking tokio-rustls v0.26.4
16412026-06-09T05:26:09.049Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16422026-06-09T05:26:09.055Z Checking vsss-rs v3.3.4
16432026-06-09T05:26:09.076Z Checking dof v0.4.0
16442026-06-09T05:26:09.242Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16452026-06-09T05:26:09.257Z Checking hyper-rustls v0.27.7
16462026-06-09T05:26:09.400Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16472026-06-09T05:26:09.440Z Checking usdt-impl v0.6.0
16482026-06-09T05:26:09.440Z Checking reqwest v0.12.23
16492026-06-09T05:26:09.489Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16502026-06-09T05:26:09.553Z Checking progenitor-impl v0.10.0
16512026-06-09T05:26:09.565Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16522026-06-09T05:26:09.712Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16532026-06-09T05:26:09.716Z Checking usdt v0.6.0
16542026-06-09T05:26:09.728Z Compiling nix v0.31.3
16552026-06-09T05:26:09.863Z Checking dropshot v0.16.7
16562026-06-09T05:26:09.875Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
16572026-06-09T05:26:10.047Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16582026-06-09T05:26:10.106Z Checking dof v0.3.0
16592026-06-09T05:26:10.127Z Checking sha2 v0.10.9
16602026-06-09T05:26:10.148Z Checking progenitor-client v0.10.0
16612026-06-09T05:26:10.362Z Checking progenitor-client v0.11.1
16622026-06-09T05:26:10.372Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16632026-06-09T05:26:10.382Z Checking progenitor v0.10.0
16642026-06-09T05:26:10.394Z Checking usdt-impl v0.5.0
16652026-06-09T05:26:10.519Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16662026-06-09T05:26:10.603Z Checking progenitor v0.11.1
16672026-06-09T05:26:10.613Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16682026-06-09T05:26:10.631Z Checking signature v2.2.0
16692026-06-09T05:26:10.659Z Checking utf-8 v0.7.6
16702026-06-09T05:26:10.679Z Checking usdt v0.5.0
16712026-06-09T05:26:10.735Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
16722026-06-09T05:26:10.742Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16732026-06-09T05:26:10.797Z Checking tungstenite v0.21.0
16742026-06-09T05:26:10.803Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16752026-06-09T05:26:10.836Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16762026-06-09T05:26:10.852Z Checking tokio-dtrace v0.1.1
16772026-06-09T05:26:10.939Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16782026-06-09T05:26:11.013Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16792026-06-09T05:26:11.027Z Checking oxide-tokio-rt v0.1.6
16802026-06-09T05:26:11.102Z Compiling radium v0.7.0
16812026-06-09T05:26:11.151Z Compiling salty v0.3.0
16822026-06-09T05:26:11.172Z Checking tokio-tungstenite v0.21.0
16832026-06-09T05:26:11.181Z Checking dropshot v0.17.1
16842026-06-09T05:26:11.397Z Checking qorb v0.4.1
16852026-06-09T05:26:11.426Z Checking rfc6979 v0.4.0
16862026-06-09T05:26:11.447Z Checking base64 v0.21.7
16872026-06-09T05:26:11.542Z Checking tap v1.0.1
16882026-06-09T05:26:11.647Z Checking wyz v0.5.1
16892026-06-09T05:26:11.678Z Checking ecdsa v0.16.9
16902026-06-09T05:26:11.774Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16912026-06-09T05:26:11.816Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16922026-06-09T05:26:12.094Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16932026-06-09T05:26:12.248Z Checking slog-dtrace v0.3.0
16942026-06-09T05:26:12.315Z Checking ed25519 v2.2.3
16952026-06-09T05:26:12.336Z Checking globset v0.4.16
16962026-06-09T05:26:12.459Z Checking primeorder v0.13.6
16972026-06-09T05:26:12.471Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
16982026-06-09T05:26:12.564Z Checking reqwest v0.13.2
16992026-06-09T05:26:12.689Z Checking env_filter v1.0.1
17002026-06-09T05:26:12.836Z Checking typify-impl v0.6.1
17012026-06-09T05:26:13.073Z Checking funty v2.0.0
17022026-06-09T05:26:13.089Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17032026-06-09T05:26:13.105Z Compiling typeid v1.0.3
17042026-06-09T05:26:13.180Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17052026-06-09T05:26:13.303Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17062026-06-09T05:26:13.318Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17072026-06-09T05:26:13.329Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17082026-06-09T05:26:13.359Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17092026-06-09T05:26:13.393Z Checking bitvec v1.0.1
17102026-06-09T05:26:13.421Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17112026-06-09T05:26:13.530Z Checking tough v0.20.0
17122026-06-09T05:26:13.688Z Checking env_logger v0.11.10
17132026-06-09T05:26:13.872Z Checking p384 v0.13.1
17142026-06-09T05:26:13.949Z Checking typify v0.6.1
17152026-06-09T05:26:14.054Z Checking ed25519-dalek v2.2.0
17162026-06-09T05:26:14.246Z Checking x509-cert v0.2.5
17172026-06-09T05:26:14.269Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
17182026-06-09T05:26:14.509Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17192026-06-09T05:26:14.634Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17202026-06-09T05:26:14.673Z Compiling erased-serde v0.4.8
17212026-06-09T05:26:14.748Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17222026-06-09T05:26:14.863Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17232026-06-09T05:26:14.887Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
17242026-06-09T05:26:14.901Z Checking progenitor-impl v0.13.0
17252026-06-09T05:26:15.104Z Checking progenitor-client v0.13.0
17262026-06-09T05:26:15.117Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17272026-06-09T05:26:15.191Z Compiling bitstruct_derive v0.1.0
17282026-06-09T05:26:15.248Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17292026-06-09T05:26:15.317Z Checking ascii v1.1.0
17302026-06-09T05:26:15.420Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
17312026-06-09T05:26:15.479Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17322026-06-09T05:26:15.499Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17332026-06-09T05:26:15.513Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17342026-06-09T05:26:15.664Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17352026-06-09T05:26:15.784Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
17362026-06-09T05:26:15.800Z Checking progenitor v0.13.0
17372026-06-09T05:26:15.839Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17382026-06-09T05:26:15.866Z Checking bitstruct v0.1.1
17392026-06-09T05:26:15.947Z Checking itertools v0.13.0
17402026-06-09T05:26:15.957Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17412026-06-09T05:26:15.957Z Checking serde_arrays v0.1.0
17422026-06-09T05:26:15.983Z Checking libloading v0.7.4
17432026-06-09T05:26:16.064Z Checking bit_field v0.10.3
17442026-06-09T05:26:16.109Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17452026-06-09T05:26:16.127Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17462026-06-09T05:26:16.199Z Checking omicron-zone-package v0.12.2
17472026-06-09T05:26:16.423Z Checking dropshot-api-manager v0.7.2
17482026-06-09T05:26:17.405Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
17492026-06-09T05:26:17.414Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
17502026-06-09T05:26:18.130Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17512026-06-09T05:26:18.130Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17522026-06-09T05:26:18.130Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17532026-06-09T05:26:18.138Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17542026-06-09T05:26:18.531Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17552026-06-09T05:26:18.657Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17562026-06-09T05:26:19.057Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17572026-06-09T05:26:19.174Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17582026-06-09T05:26:37.205Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17592026-06-09T05:26:37.432Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17602026-06-09T05:26:37.432Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17612026-06-09T05:26:37.432Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17622026-06-09T05:26:37.432Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17632026-06-09T05:26:37.432Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17642026-06-09T05:26:37.433Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17652026-06-09T05:26:37.433Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17662026-06-09T05:26:37.433Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17672026-06-09T05:26:37.433Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
17682026-06-09T05:26:37.433Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17692026-06-09T05:26:37.433Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17702026-06-09T05:26:37.433Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17712026-06-09T05:26:37.433Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17722026-06-09T05:26:37.433Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
17732026-06-09T05:26:37.433Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17742026-06-09T05:26:37.433Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17752026-06-09T05:26:37.433Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17762026-06-09T05:26:37.433Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17772026-06-09T05:26:37.516Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17782026-06-09T05:26:37.516Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
17792026-06-09T05:26:37.516Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
17802026-06-09T05:26:37.516Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17812026-06-09T05:26:37.516Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17822026-06-09T05:26:37.516Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
17832026-06-09T05:26:37.516Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17842026-06-09T05:26:37.516Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17852026-06-09T05:26:37.516Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17862026-06-09T05:26:37.517Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17872026-06-09T05:26:37.517Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17882026-06-09T05:26:37.517Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17892026-06-09T05:26:37.517Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17902026-06-09T05:26:38.002Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17912026-06-09T05:26:39.267Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17922026-06-09T05:26:39.801Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17932026-06-09T05:26:44.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.14s
17942026-06-09T05:26:45.008Z+ for feat in tofino_stub tofino_asic softnpu chaos
17952026-06-09T05:26:45.008Z+ cargo clippy --features chaos -- --deny warnings
17962026-06-09T05:26:45.584Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17972026-06-09T05:26:45.588Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17982026-06-09T05:26:45.588Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17992026-06-09T05:26:52.750Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
18002026-06-09T05:26:52.759Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
18012026-06-09T05:26:55.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.22s
18022026-06-09T05:26:55.463Z+ banner fmt
18032026-06-09T05:26:55.467Z
18042026-06-09T05:26:55.467Z ###### # # #####
18052026-06-09T05:26:55.467Z # ## ## #
18062026-06-09T05:26:55.467Z ##### # ## # #
18072026-06-09T05:26:55.467Z # # # #
18082026-06-09T05:26:55.467Z # # # #
18092026-06-09T05:26:55.467Z # # # #
18102026-06-09T05:26:55.467Z
18112026-06-09T05:26:55.467Z+ cargo fmt -- --check
18122026-06-09T05:26:55.919Z+ banner test
18132026-06-09T05:26:55.922Z
18142026-06-09T05:26:55.922Z ##### ###### #### #####
18152026-06-09T05:26:55.922Z # # # #
18162026-06-09T05:26:55.922Z # ##### #### #
18172026-06-09T05:26:55.922Z # # # #
18182026-06-09T05:26:55.922Z # # # # #
18192026-06-09T05:26:55.922Z # ###### #### #
18202026-06-09T05:26:55.922Z
18212026-06-09T05:26:55.922Z+ for feat in tofino_stub tofino_asic softnpu chaos
18222026-06-09T05:26:55.922Z+ RUST_BACKTRACE=full
18232026-06-09T05:26:55.922Z+ cargo test --features tofino_stub --no-fail-fast
18242026-06-09T05:26:56.864Z Compiling unicode-ident v1.0.24
18252026-06-09T05:26:56.864Z Compiling cfg-if v1.0.4
18262026-06-09T05:26:56.864Z Compiling memchr v2.7.5
18272026-06-09T05:26:56.868Z Compiling serde_core v1.0.228
18282026-06-09T05:26:56.998Z Compiling itoa v1.0.15
18292026-06-09T05:26:57.005Z Compiling libc v0.2.186
18302026-06-09T05:26:57.008Z Compiling zmij v1.0.17
18312026-06-09T05:26:57.083Z Compiling proc-macro2 v1.0.106
18322026-06-09T05:26:57.092Z Compiling libm v0.2.15
18332026-06-09T05:26:57.115Z Compiling heck v0.5.0
18342026-06-09T05:26:57.374Z Compiling equivalent v1.0.2
18352026-06-09T05:26:57.467Z Compiling quote v1.0.45
18362026-06-09T05:26:57.532Z Compiling smallvec v1.15.1
18372026-06-09T05:26:57.544Z Compiling log v0.4.29
18382026-06-09T05:26:57.662Z Compiling syn v2.0.117
18392026-06-09T05:26:57.728Z Compiling iana-time-zone v0.1.64
18402026-06-09T05:26:57.764Z Compiling dyn-clone v1.0.20
18412026-06-09T05:26:57.790Z Compiling hashbrown v0.17.1
18422026-06-09T05:26:57.813Z Compiling stable_deref_trait v1.2.0
18432026-06-09T05:26:57.899Z Compiling pin-project-lite v0.2.16
18442026-06-09T05:26:57.912Z Compiling percent-encoding v2.3.2
18452026-06-09T05:26:57.950Z Compiling litemap v0.8.0
18462026-06-09T05:26:58.002Z Compiling writeable v0.6.1
18472026-06-09T05:26:58.112Z Compiling icu_normalizer_data v2.0.0
18482026-06-09T05:26:58.173Z Compiling icu_properties_data v2.0.1
18492026-06-09T05:26:58.191Z Compiling regex-syntax v0.8.6
18502026-06-09T05:26:58.206Z Compiling form_urlencoded v1.2.2
18512026-06-09T05:26:58.305Z Compiling utf8_iter v1.0.4
18522026-06-09T05:26:58.318Z Compiling scopeguard v1.2.0
18532026-06-09T05:26:58.343Z Compiling num-traits v0.2.19
18542026-06-09T05:26:58.387Z Compiling getrandom v0.4.2
18552026-06-09T05:26:58.426Z Compiling lock_api v0.4.14
18562026-06-09T05:26:58.454Z Compiling fnv v1.0.7
18572026-06-09T05:26:58.554Z Compiling aho-corasick v1.1.3
18582026-06-09T05:26:58.653Z Compiling semver v1.0.28
18592026-06-09T05:26:58.797Z Compiling serde_json v1.0.150
18602026-06-09T05:26:58.953Z Compiling indexmap v2.14.0
18612026-06-09T05:26:59.002Z Compiling ucd-trie v0.1.7
18622026-06-09T05:26:59.116Z Compiling byteorder v1.5.0
18632026-06-09T05:26:59.180Z Compiling futures-core v0.3.32
18642026-06-09T05:26:59.298Z Compiling uuid v1.23.2
18652026-06-09T05:26:59.333Z Compiling allocator-api2 v0.2.21
18662026-06-09T05:26:59.597Z Compiling num-conv v0.2.1
18672026-06-09T05:26:59.655Z Compiling regex-automata v0.4.13
18682026-06-09T05:26:59.716Z Compiling foldhash v0.2.0
18692026-06-09T05:26:59.728Z Compiling time-core v0.1.8
18702026-06-09T05:26:59.752Z Compiling ryu v1.0.20
18712026-06-09T05:26:59.882Z Compiling time-macros v0.2.27
18722026-06-09T05:26:59.942Z Compiling hashbrown v0.16.1
18732026-06-09T05:26:59.945Z Compiling futures-sink v0.3.32
18742026-06-09T05:27:00.059Z Compiling pretty-hex v0.4.1
18752026-06-09T05:27:00.200Z Compiling strsim v0.11.1
18762026-06-09T05:27:00.498Z Compiling synstructure v0.13.2
18772026-06-09T05:27:00.554Z Compiling serde_derive_internals v0.29.1
18782026-06-09T05:27:00.611Z Compiling regress v0.10.5
18792026-06-09T05:27:00.636Z Compiling slab v0.4.11
18802026-06-09T05:27:00.831Z Compiling plain v0.2.3
18812026-06-09T05:27:00.943Z Compiling futures-channel v0.3.32
18822026-06-09T05:27:01.019Z Compiling futures-io v0.3.32
18832026-06-09T05:27:01.106Z Compiling futures-task v0.3.32
18842026-06-09T05:27:01.121Z Compiling socket2 v0.6.4
18852026-06-09T05:27:01.191Z Compiling parking_lot_core v0.9.12
18862026-06-09T05:27:01.280Z Compiling signal-hook-registry v1.4.6
18872026-06-09T05:27:01.352Z Compiling thread-id v5.0.0
18882026-06-09T05:27:01.420Z Compiling regex v1.12.3
18892026-06-09T05:27:01.489Z Compiling parking_lot v0.12.5
18902026-06-09T05:27:01.569Z Compiling mio v1.2.1
18912026-06-09T05:27:01.675Z Compiling bitflags v2.11.1
18922026-06-09T05:27:01.689Z Compiling serde_derive v1.0.228
18932026-06-09T05:27:01.689Z Compiling zerofrom-derive v0.1.6
18942026-06-09T05:27:01.890Z Compiling yoke-derive v0.8.0
18952026-06-09T05:27:01.903Z Compiling zerovec-derive v0.11.1
18962026-06-09T05:27:01.924Z Compiling displaydoc v0.2.5
18972026-06-09T05:27:02.083Z Compiling thiserror-impl v2.0.18
18982026-06-09T05:27:02.300Z Compiling schemars_derive v0.8.22
18992026-06-09T05:27:02.691Z Compiling tokio-macros v2.7.0
19002026-06-09T05:27:02.937Z Compiling zerocopy-derive v0.8.27
19012026-06-09T05:27:02.945Z Compiling zeroize_derive v1.4.3
19022026-06-09T05:27:03.026Z Compiling futures-macro v0.3.32
19032026-06-09T05:27:03.360Z Compiling thiserror v2.0.18
19042026-06-09T05:27:03.464Z Compiling zerofrom v0.1.6
19052026-06-09T05:27:03.477Z Compiling thiserror-impl v1.0.69
19062026-06-09T05:27:03.535Z Compiling tracing-attributes v0.1.30
19072026-06-09T05:27:03.599Z Compiling yoke v0.8.0
19082026-06-09T05:27:03.645Z Compiling pest v2.8.2
19092026-06-09T05:27:03.796Z Compiling zerovec v0.11.4
19102026-06-09T05:27:03.865Z Compiling zerotrie v0.2.2
19112026-06-09T05:27:04.179Z Compiling scroll_derive v0.13.1
19122026-06-09T05:27:04.202Z Compiling zerocopy v0.8.27
19132026-06-09T05:27:04.427Z Compiling serde v1.0.228
19142026-06-09T05:27:04.645Z Compiling tinystr v0.8.1
19152026-06-09T05:27:04.658Z Compiling potential_utf v0.1.3
19162026-06-09T05:27:04.786Z Compiling icu_collections v2.0.0
19172026-06-09T05:27:04.828Z Compiling icu_locale_core v2.0.0
19182026-06-09T05:27:04.857Z Compiling bytes v1.11.1
19192026-06-09T05:27:04.945Z Compiling serde_tokenstream v0.2.3
19202026-06-09T05:27:04.949Z Compiling chrono v0.4.45
19212026-06-09T05:27:04.991Z Compiling pest_meta v2.8.2
19222026-06-09T05:27:05.233Z Compiling async-trait v0.1.89
19232026-06-09T05:27:05.535Z Compiling icu_provider v2.0.0
19242026-06-09T05:27:05.730Z Compiling http v1.4.1
19252026-06-09T05:27:05.743Z Compiling pest_generator v2.8.2
19262026-06-09T05:27:05.747Z Compiling scroll v0.13.0
19272026-06-09T05:27:05.856Z Compiling icu_normalizer v2.0.0
19282026-06-09T05:27:06.027Z Compiling icu_properties v2.0.1
19292026-06-09T05:27:06.267Z Compiling schemars v0.8.22
19302026-06-09T05:27:06.381Z Compiling goblin v0.10.1
19312026-06-09T05:27:06.394Z Compiling pest_derive v2.8.2
19322026-06-09T05:27:06.468Z Compiling thiserror v1.0.69
19332026-06-09T05:27:06.560Z Compiling tokio v1.52.3
19342026-06-09T05:27:06.575Z Compiling openapiv3 v2.2.0
19352026-06-09T05:27:06.863Z Compiling daft-derive v0.1.5
19362026-06-09T05:27:06.930Z Compiling idna_adapter v1.2.1
19372026-06-09T05:27:06.969Z Compiling dtrace-parser v0.3.0
19382026-06-09T05:27:07.083Z Compiling idna v1.1.0
19392026-06-09T05:27:07.421Z Compiling url v2.5.7
19402026-06-09T05:27:07.451Z Compiling base64 v0.22.1
19412026-06-09T05:27:07.635Z Compiling typify-impl v0.4.3
19422026-06-09T05:27:07.795Z Compiling http-body v1.0.1
19432026-06-09T05:27:07.858Z Compiling ppv-lite86 v0.2.21
19442026-06-09T05:27:07.871Z Compiling erased-serde v0.3.31
19452026-06-09T05:27:08.182Z Compiling serde_yaml v0.9.34+deprecated
19462026-06-09T05:27:08.306Z Compiling atomic-waker v1.1.2
19472026-06-09T05:27:08.360Z Compiling ipnet v2.11.0
19482026-06-09T05:27:08.903Z Compiling openssl-macros v0.1.1
19492026-06-09T05:27:09.307Z Compiling dof v0.4.0
19502026-06-09T05:27:09.391Z Compiling httparse v1.10.1
19512026-06-09T05:27:09.430Z Compiling getrandom v0.2.16
19522026-06-09T05:27:09.441Z Compiling tower-layer v0.3.3
19532026-06-09T05:27:09.502Z Compiling tower-service v0.3.3
19542026-06-09T05:27:09.601Z Compiling anyhow v1.0.102
19552026-06-09T05:27:09.601Z Compiling try-lock v0.2.5
19562026-06-09T05:27:09.628Z Compiling untrusted v0.9.0
19572026-06-09T05:27:09.705Z Compiling want v0.3.1
19582026-06-09T05:27:09.727Z Compiling syn v1.0.109
19592026-06-09T05:27:09.764Z Compiling usdt-impl v0.6.0
19602026-06-09T05:27:09.879Z Compiling httpdate v1.0.3
19612026-06-09T05:27:10.130Z Compiling zeroize v1.8.1
19622026-06-09T05:27:10.215Z Compiling portable-atomic v1.11.1
19632026-06-09T05:27:10.804Z Compiling critical-section v1.2.0
19642026-06-09T05:27:10.919Z Compiling once_cell v1.21.3
19652026-06-09T05:27:11.005Z Compiling async-stream-impl v0.3.6
19662026-06-09T05:27:11.144Z Compiling structmeta-derive v0.3.0
19672026-06-09T05:27:11.168Z Compiling usdt-attr-macro v0.6.0
19682026-06-09T05:27:11.453Z Compiling usdt-macro v0.6.0
19692026-06-09T05:27:11.828Z Compiling powerfmt v0.2.0
19702026-06-09T05:27:12.056Z Compiling deranged v0.5.3
19712026-06-09T05:27:12.224Z Compiling structmeta v0.3.0
19722026-06-09T05:27:12.365Z Compiling newtype-uuid-macros v0.1.0
19732026-06-09T05:27:12.575Z Compiling strum_macros v0.26.4
19742026-06-09T05:27:13.033Z Compiling num_threads v0.1.7
19752026-06-09T05:27:13.149Z Compiling http-body-util v0.1.3
19762026-06-09T05:27:13.174Z Compiling serde_urlencoded v0.7.1
19772026-06-09T05:27:13.313Z Compiling omicron-workspace-hack v0.1.0
19782026-06-09T05:27:13.389Z Compiling dropshot_endpoint v0.16.7
19792026-06-09T05:27:13.402Z Compiling ref-cast-impl v1.0.25
19802026-06-09T05:27:13.422Z Compiling derive-ex v0.1.8
19812026-06-09T05:27:13.480Z Compiling strum_macros v0.27.2
19822026-06-09T05:27:13.654Z Compiling darling_core v0.23.0
19832026-06-09T05:27:13.853Z Compiling typify-macro v0.4.3
19842026-06-09T05:27:14.217Z Compiling sync_wrapper v1.0.2
19852026-06-09T05:27:14.331Z Compiling thread_local v1.1.9
19862026-06-09T05:27:14.342Z Compiling subtle v2.6.1
19872026-06-09T05:27:14.607Z Compiling iri-string v0.7.8
19882026-06-09T05:27:14.895Z Compiling futures-util v0.3.32
19892026-06-09T05:27:14.997Z Compiling test-strategy v0.4.3
19902026-06-09T05:27:15.022Z Compiling match_cfg v0.1.0
19912026-06-09T05:27:15.324Z Compiling take_mut v0.2.2
19922026-06-09T05:27:15.346Z Compiling term v1.2.0
19932026-06-09T05:27:15.833Z Compiling darling_macro v0.23.0
19942026-06-09T05:27:15.941Z Compiling typify v0.4.3
19952026-06-09T05:27:15.961Z Compiling tracing-core v0.1.34
19962026-06-09T05:27:16.040Z Compiling progenitor-impl v0.11.1
19972026-06-09T05:27:16.131Z Compiling rand_core v0.6.4
19982026-06-09T05:27:16.339Z Compiling typenum v1.20.1
19992026-06-09T05:27:16.377Z Compiling tracing v0.1.41
20002026-06-09T05:27:16.437Z Compiling darling v0.23.0
20012026-06-09T05:27:16.467Z Compiling parse-display-derive v0.10.0
20022026-06-09T05:27:16.523Z Compiling serde_with_macros v3.21.0
20032026-06-09T05:27:16.562Z Compiling toml_datetime v0.6.11
20042026-06-09T05:27:16.619Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20052026-06-09T05:27:16.850Z Compiling clap_derive v4.6.1
20062026-06-09T05:27:17.106Z Compiling camino v1.2.2
20072026-06-09T05:27:17.653Z Compiling encoding_rs v0.8.35
20082026-06-09T05:27:17.684Z Compiling unicode-width v0.2.1
20092026-06-09T05:27:17.723Z Compiling mime v0.3.17
20102026-06-09T05:27:17.851Z Compiling fastrand v2.3.0
20112026-06-09T05:27:17.973Z Compiling cpufeatures v0.2.17
20122026-06-09T05:27:18.001Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20132026-06-09T05:27:18.301Z Compiling errno v0.3.14
20142026-06-09T05:27:18.492Z Compiling ipnetwork v0.21.1
20152026-06-09T05:27:18.582Z Compiling crossbeam-utils v0.8.21
20162026-06-09T05:27:18.838Z Compiling hex v0.4.3
20172026-06-09T05:27:18.949Z Compiling generic-array v0.14.7
20182026-06-09T05:27:19.098Z Compiling tokio-util v0.7.16
20192026-06-09T05:27:19.113Z Compiling slog v2.8.2
20202026-06-09T05:27:19.458Z Compiling rustix v1.1.4
20212026-06-09T05:27:19.528Z Compiling getrandom v0.3.4
20222026-06-09T05:27:19.547Z Compiling progenitor-macro v0.11.1
20232026-06-09T05:27:19.709Z Compiling rand_core v0.9.3
20242026-06-09T05:27:19.724Z Compiling h2 v0.4.14
20252026-06-09T05:27:19.727Z Compiling oxnet v0.1.6
20262026-06-09T05:27:19.933Z Compiling winnow v0.7.14
20272026-06-09T05:27:20.213Z Compiling crypto-common v0.1.6
20282026-06-09T05:27:20.336Z Compiling itertools v0.14.0
20292026-06-09T05:27:20.353Z Compiling num-derive v0.4.2
20302026-06-09T05:27:20.835Z Compiling winnow v1.0.3
20312026-06-09T05:27:21.196Z Compiling toml_parser v1.1.2+spec-1.1.0
20322026-06-09T05:27:21.524Z Compiling rand_chacha v0.9.0
20332026-06-09T05:27:21.617Z Compiling serde_spanned v1.1.1
20342026-06-09T05:27:21.629Z Compiling debug-ignore v1.0.5
20352026-06-09T05:27:21.745Z Compiling toml_writer v1.1.1+spec-1.1.0
20362026-06-09T05:27:21.782Z Compiling spin v0.9.8
20372026-06-09T05:27:21.911Z Compiling hyper v1.10.1
20382026-06-09T05:27:21.911Z Compiling rand v0.9.3
20392026-06-09T05:27:21.973Z Compiling tabwriter v1.4.1
20402026-06-09T05:27:22.029Z Compiling rustls-pki-types v1.12.0
20412026-06-09T05:27:22.225Z Compiling quick-error v1.2.3
20422026-06-09T05:27:22.344Z Compiling colored v3.1.1
20432026-06-09T05:27:22.511Z Compiling time v0.3.47
20442026-06-09T05:27:22.527Z Compiling async-stream v0.3.6
20452026-06-09T05:27:22.713Z Compiling waitgroup v0.1.2
20462026-06-09T05:27:22.760Z Compiling serde_path_to_error v0.1.20
20472026-06-09T05:27:22.861Z Compiling bit-vec v0.8.0
20482026-06-09T05:27:22.928Z Compiling lazy_static v1.5.0
20492026-06-09T05:27:23.038Z Compiling hyper-util v0.1.20
20502026-06-09T05:27:23.101Z Compiling anstyle v1.0.14
20512026-06-09T05:27:23.238Z Compiling bit-set v0.8.0
20522026-06-09T05:27:23.339Z Compiling crossbeam-channel v0.5.15
20532026-06-09T05:27:23.437Z Compiling strum v0.26.3
20542026-06-09T05:27:23.549Z Compiling ring v0.17.14
20552026-06-09T05:27:23.688Z Compiling toml_datetime v0.7.5+spec-1.1.0
20562026-06-09T05:27:23.827Z Compiling unarray v0.1.4
20572026-06-09T05:27:23.948Z Compiling utf8parse v0.2.2
20582026-06-09T05:27:24.070Z Compiling anstyle-parse v1.0.0
20592026-06-09T05:27:24.193Z Compiling toml v0.9.12+spec-1.1.0
20602026-06-09T05:27:24.242Z Compiling macaddr v1.0.1
20612026-06-09T05:27:24.255Z Compiling anstyle-query v1.1.4
20622026-06-09T05:27:24.268Z Compiling colorchoice v1.0.4
20632026-06-09T05:27:24.368Z Compiling is_terminal_polyfill v1.70.1
20642026-06-09T05:27:24.385Z Compiling block-buffer v0.10.4
20652026-06-09T05:27:24.399Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20662026-06-09T05:27:24.469Z Compiling anstream v1.0.0
20672026-06-09T05:27:24.482Z Compiling ref-cast v1.0.25
20682026-06-09T05:27:24.546Z Compiling is-terminal v0.4.16
20692026-06-09T05:27:24.587Z Compiling clap_lex v1.1.0
20702026-06-09T05:27:24.600Z Compiling digest v0.10.7
20712026-06-09T05:27:24.644Z Compiling slog-term v2.9.2
20722026-06-09T05:27:24.703Z Compiling slog-json v2.6.1
20732026-06-09T05:27:24.766Z Compiling slog-async v2.8.0
20742026-06-09T05:27:24.816Z Compiling strum v0.27.2
20752026-06-09T05:27:24.837Z Compiling hostname v0.3.1
20762026-06-09T05:27:24.983Z Compiling slog-bunyan v2.5.0
20772026-06-09T05:27:25.024Z Compiling futures-executor v0.3.32
20782026-06-09T05:27:25.131Z Compiling tower v0.5.2
20792026-06-09T05:27:25.319Z Compiling futures v0.3.32
20802026-06-09T05:27:25.438Z Compiling instant v0.1.13
20812026-06-09T05:27:25.634Z Compiling tower-http v0.6.8
20822026-06-09T05:27:25.676Z Compiling aws-lc-sys v0.39.1
20832026-06-09T05:27:25.705Z Compiling memmap2 v0.9.8
20842026-06-09T05:27:25.749Z Compiling untrusted v0.7.1
20852026-06-09T05:27:25.936Z Compiling openssl-sys v0.9.116
20862026-06-09T05:27:26.342Z Compiling aws-lc-rs v1.16.2
20872026-06-09T05:27:27.238Z Compiling foreign-types-shared v0.1.1
20882026-06-09T05:27:27.332Z Compiling rustls-webpki v0.103.6
20892026-06-09T05:27:27.841Z Compiling rustls v0.23.40
20902026-06-09T05:27:28.076Z Compiling foreign-types v0.3.2
20912026-06-09T05:27:28.321Z Compiling tempfile v3.27.0
20922026-06-09T05:27:28.433Z Compiling openssl-probe v0.1.6
20932026-06-09T05:27:28.623Z Compiling openssl v0.10.80
20942026-06-09T05:27:28.755Z Compiling usdt v0.6.0
20952026-06-09T05:27:28.929Z Compiling either v1.15.0
20962026-06-09T05:27:29.141Z Compiling webpki-roots v1.0.2
20972026-06-09T05:27:29.326Z Compiling newtype-uuid v1.3.2
20982026-06-09T05:27:29.941Z Compiling daft v0.1.5
20992026-06-09T05:27:30.860Z Compiling tokio-rustls v0.26.4
21002026-06-09T05:27:31.052Z Compiling native-tls v0.2.14
21012026-06-09T05:27:31.080Z Compiling hyper-rustls v0.27.7
21022026-06-09T05:27:31.362Z Compiling tokio-native-tls v0.3.1
21032026-06-09T05:27:31.549Z Compiling hyper-tls v0.6.0
21042026-06-09T05:27:31.798Z Compiling reqwest v0.12.23
21052026-06-09T05:27:32.099Z Compiling rustls-webpki v0.102.8
21062026-06-09T05:27:32.503Z Compiling rustls-pemfile v2.2.0
21072026-06-09T05:27:32.652Z Compiling multer v3.1.0
21082026-06-09T05:27:32.850Z Compiling terminal_size v0.4.3
21092026-06-09T05:27:33.010Z Compiling hostname v0.4.2
21102026-06-09T05:27:33.349Z Compiling rustls v0.22.4
21112026-06-09T05:27:34.296Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21122026-06-09T05:27:35.556Z Compiling rand_chacha v0.3.1
21132026-06-09T05:27:35.757Z Compiling hubpack_derive v0.1.1
21142026-06-09T05:27:36.005Z Compiling wait-timeout v0.2.1
21152026-06-09T05:27:36.356Z Compiling rusty-fork v0.3.0
21162026-06-09T05:27:36.464Z Compiling rand v0.8.5
21172026-06-09T05:27:36.735Z Compiling tokio-rustls v0.25.0
21182026-06-09T05:27:37.139Z Compiling clap_builder v4.6.0
21192026-06-09T05:27:37.405Z Compiling sha1 v0.10.6
21202026-06-09T05:27:37.412Z Compiling rand_xorshift v0.4.0
21212026-06-09T05:27:38.083Z Compiling proptest v1.8.0
21222026-06-09T05:27:38.160Z Compiling dropshot v0.16.7
21232026-06-09T05:27:38.998Z Compiling clap v4.6.1
21242026-06-09T05:27:39.245Z Compiling serde_spanned v0.6.9
21252026-06-09T05:27:40.077Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21262026-06-09T05:27:40.222Z Compiling prettyplease v0.2.37
21272026-06-09T05:27:41.353Z Compiling progenitor-client v0.11.1
21282026-06-09T05:27:41.568Z Compiling progenitor-client v0.10.0
21292026-06-09T05:27:41.681Z Compiling serde_with v3.21.0
21302026-06-09T05:27:42.380Z Compiling progenitor v0.11.1
21312026-06-09T05:27:43.205Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21322026-06-09T05:27:43.331Z Compiling rustc-hash v2.1.1
21332026-06-09T05:27:43.461Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21342026-06-09T05:27:43.473Z Compiling iddqd v0.3.18
21352026-06-09T05:27:44.477Z Compiling backoff v0.4.0
21362026-06-09T05:27:44.531Z Compiling parse-display v0.10.0
21372026-06-09T05:27:44.614Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21382026-06-09T05:27:44.695Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
21392026-06-09T05:27:44.849Z Compiling toml_write v0.1.2
21402026-06-09T05:27:44.884Z Compiling winnow v0.5.40
21412026-06-09T05:27:45.056Z Compiling toml_edit v0.22.27
21422026-06-09T05:27:46.487Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-06-09T05:27:47.003Z Compiling num-integer v0.1.46
21442026-06-09T05:27:47.669Z Compiling float-ord v0.3.2
21452026-06-09T05:27:48.817Z Compiling toml v0.8.23
21462026-06-09T05:27:51.414Z Compiling num-rational v0.4.2
21472026-06-09T05:27:51.444Z Compiling num-iter v0.1.45
21482026-06-09T05:27:52.488Z Compiling num-complex v0.4.6
21492026-06-09T05:27:52.748Z Compiling num v0.4.3
21502026-06-09T05:27:52.834Z Compiling toml_edit v0.19.15
21512026-06-09T05:27:54.829Z Compiling proc-macro-crate v1.3.1
21522026-06-09T05:27:55.284Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21532026-06-09T05:27:55.609Z Compiling darling_core v0.21.3
21542026-06-09T05:27:56.882Z Compiling zerocopy-derive v0.7.35
21552026-06-09T05:27:57.346Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21562026-06-09T05:27:57.773Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-06-09T05:27:57.777Z Compiling darling_macro v0.21.3
21582026-06-09T05:27:57.798Z Compiling memoffset v0.9.1
21592026-06-09T05:27:57.888Z Compiling libscf-sys v1.2.0
21602026-06-09T05:27:57.901Z Compiling proc-macro-error-attr2 v2.0.0
21612026-06-09T05:27:58.350Z Compiling proc-macro-error2 v2.0.1
21622026-06-09T05:27:58.387Z Compiling darling v0.21.3
21632026-06-09T05:27:58.479Z Compiling ingot-macros v0.1.1
21642026-06-09T05:27:58.628Z Compiling nix v0.30.1
21652026-06-09T05:27:59.329Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21662026-06-09T05:27:59.381Z Compiling scroll_derive v0.12.1
21672026-06-09T05:28:00.073Z Compiling tabled_derive v0.11.0
21682026-06-09T05:28:00.127Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21692026-06-09T05:28:01.072Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21702026-06-09T05:28:01.360Z Compiling zerocopy v0.7.35
21712026-06-09T05:28:02.058Z Compiling hubpack v0.1.2
21722026-06-09T05:28:03.101Z Compiling static_assertions v1.1.0
21732026-06-09T05:28:03.520Z Compiling num_enum_derive v0.7.5
21742026-06-09T05:28:04.148Z Compiling foreign-types-macros v0.2.3
21752026-06-09T05:28:04.966Z Compiling dtrace-parser v0.2.0
21762026-06-09T05:28:05.043Z Compiling glob v0.3.3
21772026-06-09T05:28:05.348Z Compiling bytecount v0.6.9
21782026-06-09T05:28:05.549Z Compiling proc-macro-error-attr v1.0.4
21792026-06-09T05:28:05.604Z Compiling dof v0.3.0
21802026-06-09T05:28:05.856Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21812026-06-09T05:28:05.941Z Compiling thread-id v4.2.2
21822026-06-09T05:28:06.037Z Compiling usdt-impl v0.5.0
21832026-06-09T05:28:06.393Z Compiling proc-macro-error v1.0.4
21842026-06-09T05:28:07.268Z Compiling num_enum_derive v0.5.11
21852026-06-09T05:28:08.323Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21862026-06-09T05:28:08.666Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
21872026-06-09T05:28:09.323Z Compiling derive_more v0.99.20
21882026-06-09T05:28:09.513Z Compiling usdt-attr-macro v0.5.0
21892026-06-09T05:28:09.642Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-06-09T05:28:09.655Z Compiling usdt-macro v0.5.0
21912026-06-09T05:28:10.439Z Compiling minimal-lexical v0.2.1
21922026-06-09T05:28:10.579Z Compiling zone_cfg_derive v0.3.1
21932026-06-09T05:28:10.592Z Compiling papergrid v0.17.0
21942026-06-09T05:28:10.664Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21952026-06-09T05:28:10.795Z Compiling nom v7.1.3
21962026-06-09T05:28:11.260Z Compiling testing_table v0.3.0
21972026-06-09T05:28:11.299Z Compiling rustc_version v0.4.1
21982026-06-09T05:28:11.438Z Compiling crossbeam-epoch v0.9.18
21992026-06-09T05:28:11.455Z Compiling dropshot_endpoint v0.17.1
22002026-06-09T05:28:11.592Z Compiling tabled v0.20.0
22012026-06-09T05:28:11.660Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
22022026-06-09T05:28:11.673Z Compiling adler2 v2.0.1
22032026-06-09T05:28:11.793Z Compiling miniz_oxide v0.8.9
22042026-06-09T05:28:11.820Z Compiling crc32fast v1.5.0
22052026-06-09T05:28:12.126Z Compiling enum-as-inner v0.6.1
22062026-06-09T05:28:12.170Z Compiling flate2 v1.1.2
22072026-06-09T05:28:12.667Z Compiling curve25519-dalek v4.1.3
22082026-06-09T05:28:12.737Z Compiling hybrid-array v0.4.12
22092026-06-09T05:28:12.977Z Compiling typify-impl v0.6.1
22102026-06-09T05:28:13.151Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
22112026-06-09T05:28:13.224Z Compiling crossbeam-deque v0.8.6
22122026-06-09T05:28:13.246Z Compiling thiserror-impl-no-std v2.0.2
22132026-06-09T05:28:13.310Z Compiling curve25519-dalek-derive v0.1.1
22142026-06-09T05:28:13.426Z Compiling rayon-core v1.13.0
22152026-06-09T05:28:13.885Z Compiling block-buffer v0.12.0
22162026-06-09T05:28:14.026Z Compiling crypto-common v0.2.2
22172026-06-09T05:28:14.060Z Compiling clang-sys v1.8.1
22182026-06-09T05:28:14.190Z Compiling scroll v0.12.0
22192026-06-09T05:28:14.370Z Compiling const-oid v0.10.2
22202026-06-09T05:28:14.445Z Compiling compression-core v0.4.32
22212026-06-09T05:28:14.491Z Compiling goblin v0.8.2
22222026-06-09T05:28:14.583Z Compiling compression-codecs v0.4.32
22232026-06-09T05:28:14.596Z Compiling hash32 v0.3.1
22242026-06-09T05:28:14.617Z Compiling toml_datetime v1.1.1+spec-1.1.0
22252026-06-09T05:28:14.758Z Compiling digest v0.11.3
22262026-06-09T05:28:14.864Z Compiling cpufeatures v0.3.0
22272026-06-09T05:28:14.877Z Compiling toml v1.1.2+spec-1.1.0
22282026-06-09T05:28:14.935Z Compiling sha1 v0.11.0
22292026-06-09T05:28:14.948Z Compiling async-compression v0.4.33
22302026-06-09T05:28:14.952Z Compiling heapless v0.8.0
22312026-06-09T05:28:15.129Z Compiling ingot-types v0.1.2
22322026-06-09T05:28:15.386Z Compiling cobs v0.3.0
22332026-06-09T05:28:15.522Z Compiling libloading v0.8.9
22342026-06-09T05:28:15.577Z Compiling bitflags v1.3.2
22352026-06-09T05:28:15.590Z Compiling managed v0.8.0
22362026-06-09T05:28:15.663Z Compiling foreign-types-shared v0.3.1
22372026-06-09T05:28:15.769Z Compiling smoltcp v0.11.0
22382026-06-09T05:28:15.783Z Compiling foreign-types v0.5.0
22392026-06-09T05:28:15.811Z Compiling bindgen v0.72.1
22402026-06-09T05:28:15.830Z Compiling dropshot v0.17.1
22412026-06-09T05:28:15.873Z Compiling postcard v1.1.3
22422026-06-09T05:28:16.236Z Compiling ingot v0.1.1
22432026-06-09T05:28:18.610Z Compiling cexpr v0.6.0
22442026-06-09T05:28:18.623Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
22452026-06-09T05:28:18.713Z Compiling num_enum v0.7.5
22462026-06-09T05:28:18.854Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22472026-06-09T05:28:19.031Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22482026-06-09T05:28:19.213Z Compiling camino-tempfile v1.4.1
22492026-06-09T05:28:19.243Z Compiling typify-macro v0.6.1
22502026-06-09T05:28:19.470Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22512026-06-09T05:28:19.495Z Compiling serde_repr v0.1.20
22522026-06-09T05:28:19.721Z Compiling derive-where v1.6.0
22532026-06-09T05:28:19.734Z Compiling memmap v0.7.0
22542026-06-09T05:28:19.746Z Compiling cstr-argument v0.1.2
22552026-06-09T05:28:19.933Z Compiling usdt v0.5.0
22562026-06-09T05:28:20.013Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22572026-06-09T05:28:20.234Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22582026-06-09T05:28:20.908Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22592026-06-09T05:28:21.068Z Compiling rayon v1.11.0
22602026-06-09T05:28:21.114Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22612026-06-09T05:28:21.150Z Compiling crucible-workspace-hack v0.1.0
22622026-06-09T05:28:21.393Z Compiling typify v0.6.1
22632026-06-09T05:28:21.645Z Compiling tinyvec_macros v0.1.1
22642026-06-09T05:28:21.794Z Compiling tinyvec v1.10.0
22652026-06-09T05:28:21.981Z Compiling progenitor-impl v0.13.0
22662026-06-09T05:28:22.042Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22672026-06-09T05:28:22.538Z Compiling num_enum v0.5.11
22682026-06-09T05:28:22.898Z Compiling pin-project-internal v1.1.10
22692026-06-09T05:28:23.797Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22702026-06-09T05:28:23.819Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22712026-06-09T05:28:23.974Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
22722026-06-09T05:28:24.004Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
22732026-06-09T05:28:24.413Z Compiling rustix v0.38.44
22742026-06-09T05:28:24.858Z Compiling itertools v0.12.1
22752026-06-09T05:28:24.871Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22762026-06-09T05:28:25.085Z Compiling progenitor-impl v0.10.0
22772026-06-09T05:28:25.089Z Compiling sigpipe v0.1.3
22782026-06-09T05:28:25.194Z Compiling jiff v0.2.15
22792026-06-09T05:28:25.337Z Compiling const_format_proc_macros v0.2.34
22802026-06-09T05:28:25.476Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22812026-06-09T05:28:25.544Z Compiling progenitor-macro v0.13.0
22822026-06-09T05:28:26.070Z Compiling zone v0.3.1
22832026-06-09T05:28:26.227Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22842026-06-09T05:28:27.261Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22852026-06-09T05:28:27.553Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22862026-06-09T05:28:28.532Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22872026-06-09T05:28:28.623Z Compiling progenitor-macro v0.10.0
22882026-06-09T05:28:28.686Z Compiling secrecy v0.10.3
22892026-06-09T05:28:28.864Z Compiling smf v0.2.3
22902026-06-09T05:28:28.919Z Compiling async-recursion v1.1.1
22912026-06-09T05:28:29.149Z Compiling snafu-derive v0.8.9
22922026-06-09T05:28:29.383Z Compiling bstr v1.12.0
22932026-06-09T05:28:29.902Z Compiling crc8 v0.1.1
22942026-06-09T05:28:30.037Z Compiling whoami v1.6.1
22952026-06-09T05:28:30.237Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22962026-06-09T05:28:31.245Z Compiling tokio-dtrace v0.1.1
22972026-06-09T05:28:31.496Z Compiling nix v0.31.3
22982026-06-09T05:28:31.539Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-06-09T05:28:32.421Z Compiling reqwest v0.13.2
23002026-06-09T05:28:33.194Z Compiling hmac v0.12.1
23012026-06-09T05:28:33.356Z Compiling inout v0.1.4
23022026-06-09T05:28:33.524Z Compiling ff v0.13.1
23032026-06-09T05:28:33.524Z Compiling data-encoding v2.9.0
23042026-06-09T05:28:33.673Z Compiling group v0.13.0
23052026-06-09T05:28:33.836Z Compiling cipher v0.4.4
23062026-06-09T05:28:33.864Z Compiling progenitor-client v0.13.0
23072026-06-09T05:28:34.070Z Compiling hkdf v0.12.4
23082026-06-09T05:28:34.236Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23092026-06-09T05:28:34.515Z Compiling oxide-tokio-rt v0.1.6
23102026-06-09T05:28:34.913Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
23112026-06-09T05:28:35.539Z Compiling atomicwrites v0.4.4
23122026-06-09T05:28:35.657Z Compiling tabled_derive v0.7.0
23132026-06-09T05:28:35.909Z Compiling universal-hash v0.5.1
23142026-06-09T05:28:35.922Z Compiling crypto-bigint v0.5.5
23152026-06-09T05:28:36.044Z Compiling half v2.7.1
23162026-06-09T05:28:36.356Z Compiling opaque-debug v0.3.1
23172026-06-09T05:28:36.443Z Compiling indent_write v2.2.0
23182026-06-09T05:28:36.602Z Compiling base16ct v0.2.0
23192026-06-09T05:28:36.666Z Compiling ciborium-io v0.2.2
23202026-06-09T05:28:36.782Z Compiling base64ct v1.8.0
23212026-06-09T05:28:36.795Z Compiling ciborium-ll v0.2.2
23222026-06-09T05:28:36.943Z Compiling poly1305 v0.8.0
23232026-06-09T05:28:36.980Z Compiling progenitor v0.13.0
23242026-06-09T05:28:37.040Z Compiling elliptic-curve v0.13.8
23252026-06-09T05:28:37.068Z Compiling password-hash v0.5.0
23262026-06-09T05:28:37.504Z Compiling chacha20 v0.9.1
23272026-06-09T05:28:37.532Z Compiling similar v2.7.0
23282026-06-09T05:28:37.567Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23292026-06-09T05:28:37.742Z Compiling thiserror-no-std v2.0.2
23302026-06-09T05:28:38.385Z Compiling blake2 v0.10.6
23312026-06-09T05:28:38.476Z Compiling aead v0.5.2
23322026-06-09T05:28:38.509Z Compiling regress v0.11.1
23332026-06-09T05:28:38.641Z Compiling resolv-conf v0.7.5
23342026-06-09T05:28:38.690Z Compiling linked-hash-map v0.5.6
23352026-06-09T05:28:38.864Z Compiling keccak v0.1.6
23362026-06-09T05:28:39.011Z Compiling sha3 v0.10.8
23372026-06-09T05:28:39.200Z Compiling lru-cache v0.1.2
23382026-06-09T05:28:39.340Z Compiling argon2 v0.5.3
23392026-06-09T05:28:39.353Z Compiling chacha20poly1305 v0.10.1
23402026-06-09T05:28:39.368Z Compiling vsss-rs v3.3.4
23412026-06-09T05:28:39.495Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23422026-06-09T05:28:39.596Z Compiling ciborium v0.2.2
23432026-06-09T05:28:39.764Z Compiling hickory-proto v0.24.4
23442026-06-09T05:28:39.797Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
23452026-06-09T05:28:39.882Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23462026-06-09T05:28:40.672Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23472026-06-09T05:28:40.714Z Compiling serde-big-array v0.5.1
23482026-06-09T05:28:40.889Z Compiling unicode-segmentation v1.12.0
23492026-06-09T05:28:40.908Z Compiling same-file v1.0.6
23502026-06-09T05:28:41.015Z Compiling siphasher v1.0.1
23512026-06-09T05:28:41.096Z Compiling humantime v2.3.0
23522026-06-09T05:28:41.317Z Compiling newline-converter v0.3.0
23532026-06-09T05:28:41.388Z Compiling phf_shared v0.12.1
23542026-06-09T05:28:41.444Z Compiling walkdir v2.5.0
23552026-06-09T05:28:41.522Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23562026-06-09T05:28:41.548Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23572026-06-09T05:28:41.720Z Compiling hickory-resolver v0.24.4
23582026-06-09T05:28:41.817Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23592026-06-09T05:28:42.592Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
23602026-06-09T05:28:42.736Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23612026-06-09T05:28:43.950Z Compiling newtype_derive v0.1.6
23622026-06-09T05:28:44.043Z Compiling owo-colors v4.3.0
23632026-06-09T05:28:44.232Z Compiling tokio-stream v0.1.17
23642026-06-09T05:28:44.346Z Compiling console v0.15.11
23652026-06-09T05:28:44.682Z Compiling csv-core v0.1.12
23662026-06-09T05:28:44.779Z Compiling swrite v0.1.0
23672026-06-09T05:28:44.811Z Compiling unicode-width v0.1.14
23682026-06-09T05:28:44.885Z Compiling termtree v0.5.1
23692026-06-09T05:28:44.900Z Compiling unicode-linebreak v0.1.5
23702026-06-09T05:28:45.045Z Compiling foldhash v0.1.5
23712026-06-09T05:28:45.102Z Compiling smawk v0.3.2
23722026-06-09T05:28:45.239Z Compiling textwrap v0.16.2
23732026-06-09T05:28:45.252Z Compiling hashbrown v0.15.5
23742026-06-09T05:28:45.786Z Compiling csv v1.4.0
23752026-06-09T05:28:45.866Z Compiling expectorate v1.2.0
23762026-06-09T05:28:46.024Z Compiling qorb v0.4.1
23772026-06-09T05:28:46.367Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23782026-06-09T05:28:47.089Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23792026-06-09T05:28:47.788Z Compiling phf v0.12.1
23802026-06-09T05:28:48.215Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
23812026-06-09T05:28:48.267Z Compiling pin-project v1.1.10
23822026-06-09T05:28:48.385Z Compiling unicode-normalization v0.1.24
23832026-06-09T05:28:48.619Z Compiling libz-sys v1.1.22
23842026-06-09T05:28:48.634Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23852026-06-09T05:28:49.392Z Compiling libsw-core v0.3.2
23862026-06-09T05:28:49.726Z Compiling fixedbitset v0.5.7
23872026-06-09T05:28:49.888Z Compiling highway v1.3.0
23882026-06-09T05:28:49.903Z Compiling fixedbitset v0.4.2
23892026-06-09T05:28:50.115Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23902026-06-09T05:28:50.156Z Compiling petgraph v0.6.5
23912026-06-09T05:28:50.367Z Compiling progenitor v0.10.0
23922026-06-09T05:28:50.718Z Compiling petgraph v0.8.2
23932026-06-09T05:28:52.444Z Compiling libsw v3.5.0
23942026-06-09T05:28:52.519Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23952026-06-09T05:28:52.639Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23962026-06-09T05:28:52.918Z Compiling olpc-cjson v0.1.4
23972026-06-09T05:28:52.974Z Compiling libgit2-sys v0.17.0+1.8.1
23982026-06-09T05:28:53.105Z Compiling snafu v0.8.9
23992026-06-09T05:28:53.648Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24002026-06-09T05:28:53.821Z Compiling chrono-tz v0.10.4
24012026-06-09T05:28:53.858Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24022026-06-09T05:28:53.959Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24032026-06-09T05:28:54.755Z Compiling papergrid v0.11.0
24042026-06-09T05:28:54.804Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24052026-06-09T05:28:55.109Z Compiling globset v0.4.16
24062026-06-09T05:28:55.276Z Compiling const_format v0.2.34
24072026-06-09T05:28:55.680Z Compiling slog-dtrace v0.3.0
24082026-06-09T05:28:55.989Z Compiling cancel-safe-futures v0.1.5
24092026-06-09T05:28:56.040Z Compiling gethostname v0.5.0
24102026-06-09T05:28:56.286Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24112026-06-09T05:28:56.590Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24122026-06-09T05:28:56.720Z Compiling dropshot-api-manager-types v0.7.2
24132026-06-09T05:28:56.858Z Compiling pem v3.0.5
24142026-06-09T05:28:57.117Z Compiling bcs v0.1.6
24152026-06-09T05:28:57.159Z Compiling cargo-platform v0.1.9
24162026-06-09T05:28:57.185Z Compiling serde_plain v1.0.2
24172026-06-09T05:28:57.262Z Compiling tagptr v0.2.0
24182026-06-09T05:28:57.423Z Compiling typed-path v0.9.3
24192026-06-09T05:28:57.445Z Compiling linear-map v1.2.0
24202026-06-09T05:28:58.443Z Compiling tough v0.20.0
24212026-06-09T05:28:59.331Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24222026-06-09T05:28:59.565Z Compiling moka v0.12.11
24232026-06-09T05:28:59.674Z Compiling cargo_metadata v0.18.1
24242026-06-09T05:28:59.865Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24252026-06-09T05:29:01.247Z Compiling tabled v0.15.0
24262026-06-09T05:29:01.471Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24272026-06-09T05:29:01.571Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24282026-06-09T05:29:02.150Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24292026-06-09T05:29:02.361Z Compiling git2 v0.19.0
24302026-06-09T05:29:03.142Z Compiling steno v0.4.1
24312026-06-09T05:29:05.418Z Compiling cookie v0.18.1
24322026-06-09T05:29:05.967Z Compiling hickory-proto v0.25.2
24332026-06-09T05:29:07.979Z Compiling hickory-resolver v0.25.2
24342026-06-09T05:29:08.790Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24352026-06-09T05:29:10.684Z Compiling vergen v8.3.2
24362026-06-09T05:29:12.086Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
24372026-06-09T05:29:12.736Z Compiling mockall_derive v0.14.0
24382026-06-09T05:29:12.775Z Compiling predicates-core v1.0.9
24392026-06-09T05:29:13.022Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24402026-06-09T05:29:13.569Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24412026-06-09T05:29:13.899Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
24422026-06-09T05:29:14.771Z Compiling signal-hook v0.4.4
24432026-06-09T05:29:15.281Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24442026-06-09T05:29:15.372Z Compiling sha2 v0.10.9
24452026-06-09T05:29:15.835Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
24462026-06-09T05:29:15.877Z Compiling diff v0.1.13
24472026-06-09T05:29:16.190Z Compiling mockall v0.14.0
24482026-06-09T05:29:16.202Z Compiling yansi v1.0.1
24492026-06-09T05:29:16.453Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24502026-06-09T05:29:16.548Z Compiling pretty_assertions v1.4.1
24512026-06-09T05:29:17.547Z Compiling fs-err v3.1.2
24522026-06-09T05:29:17.703Z Compiling predicates v3.1.3
24532026-06-09T05:29:17.867Z Compiling predicates-tree v1.0.12
24542026-06-09T05:29:18.150Z Compiling signal-hook v0.3.18
24552026-06-09T05:29:18.762Z Compiling git-stub v1.0.0
24562026-06-09T05:29:19.052Z Compiling filetime v0.2.26
24572026-06-09T05:29:19.065Z Compiling arrayref v0.3.9
24582026-06-09T05:29:19.155Z Compiling arrayvec v0.7.6
24592026-06-09T05:29:19.257Z Compiling constant_time_eq v0.3.1
24602026-06-09T05:29:19.375Z Compiling fragile v2.0.1
24612026-06-09T05:29:19.392Z Compiling downcast v0.11.0
24622026-06-09T05:29:19.559Z Compiling xattr v1.6.1
24632026-06-09T05:29:19.696Z Compiling is_ci v1.2.0
24642026-06-09T05:29:19.757Z Compiling tar v0.4.45
24652026-06-09T05:29:19.863Z Compiling supports-color v3.0.2
24662026-06-09T05:29:20.062Z Compiling toml v0.7.8
24672026-06-09T05:29:20.248Z Compiling blake3 v1.8.2
24682026-06-09T05:29:20.793Z Compiling git-stub-vcs v0.1.0
24692026-06-09T05:29:20.888Z Compiling curl-sys v0.4.83+curl-8.15.0
24702026-06-09T05:29:21.050Z Compiling signal-hook-tokio v0.3.1
24712026-06-09T05:29:21.822Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
24722026-06-09T05:29:22.784Z Compiling drift v0.2.0
24732026-06-09T05:29:22.904Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24742026-06-09T05:29:23.384Z Compiling kstat-rs v0.2.4
24752026-06-09T05:29:23.457Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24762026-06-09T05:29:23.713Z Compiling topological-sort v0.2.2
24772026-06-09T05:29:23.789Z Compiling hex-literal v1.1.0
24782026-06-09T05:29:23.877Z Compiling omicron-zone-package v0.12.2
24792026-06-09T05:29:23.904Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24802026-06-09T05:29:23.927Z Compiling dropshot-api-manager v0.7.2
24812026-06-09T05:29:24.658Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24822026-06-09T05:29:25.128Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24832026-06-09T05:29:26.338Z Compiling curl v0.4.49
24842026-06-09T05:29:26.826Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24852026-06-09T05:29:27.220Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
24862026-06-09T05:29:27.295Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
24872026-06-09T05:29:27.410Z Compiling iddqd v0.4.2
24882026-06-09T05:29:27.517Z Compiling search_path v0.1.4
24892026-06-09T05:29:27.551Z Compiling internet-checksum v0.2.1
24902026-06-09T05:29:27.713Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24912026-06-09T05:29:28.456Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
24922026-06-09T05:29:30.923Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
24932026-06-09T05:29:32.268Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
24942026-06-09T05:30:17.995Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 22s
24952026-06-09T05:30:18.142Z Running unittests src/lib.rs (target/debug/deps/aal-87b1ecff2807cfa3)
24962026-06-09T05:30:18.145Z
24972026-06-09T05:30:18.145Zrunning 5 tests
24982026-06-09T05:30:18.145Ztest fuse::tests::chip_revision_a0 ... ok
24992026-06-09T05:30:18.145Ztest fuse::tests::chip_revision_b1 ... ok
25002026-06-09T05:30:18.145Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25012026-06-09T05:30:18.145Ztest fuse::tests::chip_revision_b0 ... ok
25022026-06-09T05:30:18.145Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25032026-06-09T05:30:18.146Z
25042026-06-09T05:30:18.146Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25052026-06-09T05:30:18.146Z
25062026-06-09T05:30:18.149Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25072026-06-09T05:30:18.152Z
25082026-06-09T05:30:18.152Zrunning 0 tests
25092026-06-09T05:30:18.152Z
25102026-06-09T05:30:18.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25112026-06-09T05:30:18.152Z
25122026-06-09T05:30:18.152Z Running unittests src/lib.rs (target/debug/deps/asic-b4a25bb33c4dba84)
25132026-06-09T05:30:18.152Z
25142026-06-09T05:30:18.152Zrunning 0 tests
25152026-06-09T05:30:18.152Z
25162026-06-09T05:30:18.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25172026-06-09T05:30:18.152Z
25182026-06-09T05:30:18.152Z Running unittests src/lib.rs (target/debug/deps/common-8688dc5dfed4f088)
25192026-06-09T05:30:18.155Z
25202026-06-09T05:30:18.155Zrunning 10 tests
25212026-06-09T05:30:18.155Ztest network::tests::test_equal ... ok
25222026-06-09T05:30:18.155Ztest nat::tests::test_vni ... ok
25232026-06-09T05:30:18.155Ztest network::tests::test_eui64 ... ok
25242026-06-09T05:30:18.155Ztest network::tests::test_generate_ipv6_link_local ... ok
25252026-06-09T05:30:18.155Ztest network::tests::test_into ... ok
25262026-06-09T05:30:18.155Ztest network::tests::test_not_equal ... ok
25272026-06-09T05:30:18.155Ztest network::tests::test_to_string ... ok
25282026-06-09T05:30:18.155Ztest network::tests::test_parse ... ok
25292026-06-09T05:30:18.155Ztest test_purge ... ok
25302026-06-09T05:30:18.158Ztest illumos::test::address_exists_handles_missing_object ... ok
25312026-06-09T05:30:18.158Z
25322026-06-09T05:30:18.158Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25332026-06-09T05:30:18.158Z
25342026-06-09T05:30:18.159Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-26697c0419b943a6)
25352026-06-09T05:30:18.164Z
25362026-06-09T05:30:18.164Zrunning 1 test
25372026-06-09T05:30:18.168Z -------
25382026-06-09T05:30:18.168Z Generating OpenAPI documents from API definitions ...
25392026-06-09T05:30:18.306Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
25402026-06-09T05:30:18.374Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
25412026-06-09T05:30:19.385Z -------
25422026-06-09T05:30:19.385Z Checking 12 OpenAPI documents...
25432026-06-09T05:30:19.385Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
25442026-06-09T05:30:19.385Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
25452026-06-09T05:30:19.385Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
25462026-06-09T05:30:19.385Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
25472026-06-09T05:30:19.389Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
25482026-06-09T05:30:19.389Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
25492026-06-09T05:30:19.389Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
25502026-06-09T05:30:19.389Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
25512026-06-09T05:30:19.390Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
25522026-06-09T05:30:19.390Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
25532026-06-09T05:30:19.390Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
25542026-06-09T05:30:19.390Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
25552026-06-09T05:30:19.390Z Fresh dpd "latest" symlink
25562026-06-09T05:30:19.390Z -------
25572026-06-09T05:30:19.390Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
25582026-06-09T05:30:19.447Ztest test::test_apis_up_to_date ... ok
25592026-06-09T05:30:19.447Z
25602026-06-09T05:30:19.447Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
25612026-06-09T05:30:19.448Z
25622026-06-09T05:30:19.500Z Running unittests src/main.rs (target/debug/deps/dpd-d685c82a9304810e)
25632026-06-09T05:30:19.506Z
25642026-06-09T05:30:19.506Zrunning 45 tests
25652026-06-09T05:30:19.509Ztest freemap::test_ordering ... ok
25662026-06-09T05:30:19.509Ztest dhcpv6::tests::test_create_duid_bytes ... ok
25672026-06-09T05:30:19.509Ztest freemap::test_split ... ok
25682026-06-09T05:30:19.509Ztest config::tests::test_updates ... ok
25692026-06-09T05:30:19.509Ztest macaddrs::tests::test_mac_offset ... ok
25702026-06-09T05:30:19.509Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25712026-06-09T05:30:19.509Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25722026-06-09T05:30:19.509Ztest mcast::tests::test_canonicalize_sources ... ok
25732026-06-09T05:30:19.509Ztest macaddrs::tests::test_parse_port_id ... ok
25742026-06-09T05:30:19.513ZJun 09 05:30:18.057 DEBG created new freemap, unit: freemap_test
25752026-06-09T05:30:19.513ZJun 09 05:30:18.057 DEBG initted freemap. size: 128, unit: freemap_test
25762026-06-09T05:30:19.513ZJun 09 05:30:18.057 DEBG reset freemap, unit: freemap_test
25772026-06-09T05:30:19.513Ztest freemap::test_exhaustion ... ok
25782026-06-09T05:30:19.513ZJun 09 05:30:18.057 DEBG created new freemap, unit: freemap_test
25792026-06-09T05:30:19.513ZJun 09 05:30:18.057 DEBG initted freemap. size: 128Jun 09 05:30:18.057, unitDEBG: freemap_testcreated new freemap
25802026-06-09T05:30:19.513Z, unit: Jun 09 05:30:18.057freemap_test DEBG
25812026-06-09T05:30:19.513Z reset freemap, unit: freemap_test
25822026-06-09T05:30:19.513ZJun 09 05:30:18.057 DEBG initted freemap. size: 128, unit: freemap_test
25832026-06-09T05:30:19.513ZJun 09 05:30:18.057 DEBG reset freemap, unit: freemap_test
25842026-06-09T05:30:19.513Ztest freemap::test_basic ... ok
25852026-06-09T05:30:19.513Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
25862026-06-09T05:30:19.513Ztest freemap::test_free ... ok
25872026-06-09T05:30:19.513Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
25882026-06-09T05:30:19.513Ztest mcast::tests::test_concurrent_id_allocation ... ok
25892026-06-09T05:30:19.514Ztest mcast::tests::test_create_port_bitmap_empty ... ok
25902026-06-09T05:30:19.514ZJun 09 05:30:18.058 DEBG created new freemap, unit: freemap_test
25912026-06-09T05:30:19.514ZJun 09 05:30:18.058 DEBG initted freemap. size: 128, unit: freemap_test
25922026-06-09T05:30:19.514ZJun 09 05:30:18.058 DEBG reset freemap, unit: freemap_test
25932026-06-09T05:30:19.514Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
25942026-06-09T05:30:19.514Ztest freemap::test_reclaim ... ok
25952026-06-09T05:30:19.514Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
25962026-06-09T05:30:19.514Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
25972026-06-09T05:30:19.514Ztest mcast::tests::test_sources_contain_any ... ok
25982026-06-09T05:30:19.514Ztest mcast::validate::tests::test_address_validation_integrated ... ok
25992026-06-09T05:30:19.514Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26002026-06-09T05:30:19.514Ztest mcast::validate::tests::test_ipv4_validation ... ok
26012026-06-09T05:30:19.514Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
26022026-06-09T05:30:19.514Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26032026-06-09T05:30:19.514ZJun 09 05:30:18.058 DEBG created new freemap, unit: freemap_test
26042026-06-09T05:30:19.514ZJun 09 05:30:18.058 DEBG initted freemap. size: 128, unit: freemap_test
26052026-06-09T05:30:19.514Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
26062026-06-09T05:30:19.514ZJun 09 05:30:18.058 DEBG reset freemap, unit: freemap_test
26072026-06-09T05:30:19.514Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
26082026-06-09T05:30:19.514Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
26092026-06-09T05:30:19.514Ztest mcast::validate::tests::test_is_ssm_function ... ok
26102026-06-09T05:30:19.514Ztest mcast::validate::tests::test_ipv6_validation ... ok
26112026-06-09T05:30:19.514Ztest mcast::validate::tests::test_validate_nat_target ... ok
26122026-06-09T05:30:19.514Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
26132026-06-09T05:30:19.514Ztest freemap::test_span ... ok
26142026-06-09T05:30:19.514Ztest mcast::validate::tests::test_validate_source_addresses ... ok
26152026-06-09T05:30:19.514Ztest mcast::validate::tests::test_validate_tag ... ok
26162026-06-09T05:30:19.514Ztest nat::test_mapping ... ok
26172026-06-09T05:30:19.515Ztest mcast::validate::tests::test_validate_tag_format ... ok
26182026-06-09T05:30:19.515Ztest port_map::tests::test_backplane_group ... ok
26192026-06-09T05:30:19.515Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
26202026-06-09T05:30:19.515Ztest port_map::tests::test_port_map ... ok
26212026-06-09T05:30:19.515Ztest api_server::tests::test_build_info ... ok
26222026-06-09T05:30:19.515Ztest port_map::tests::dump_map ... ok
26232026-06-09T05:30:19.515Ztest mcast::tests::test_id_range_boundaries ... ok
26242026-06-09T05:30:19.515Ztest port_map::tests::parse_softnpu_revision ... ok
26252026-06-09T05:30:19.515Z
26262026-06-09T05:30:19.515Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26272026-06-09T05:30:19.515Z
26282026-06-09T05:30:19.518Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a806eea2798a7227)
26292026-06-09T05:30:19.518Z
26302026-06-09T05:30:19.519Zrunning 0 tests
26312026-06-09T05:30:19.519Z
26322026-06-09T05:30:19.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26332026-06-09T05:30:19.519Z
26342026-06-09T05:30:19.519Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ac49b024f70940aa)
26352026-06-09T05:30:19.522Z
26362026-06-09T05:30:19.522Zrunning 0 tests
26372026-06-09T05:30:19.522Z
26382026-06-09T05:30:19.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26392026-06-09T05:30:19.522Z
26402026-06-09T05:30:19.522Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e2e770384972de22)
26412026-06-09T05:30:19.522Z
26422026-06-09T05:30:19.522Zrunning 6 tests
26432026-06-09T05:30:19.522Ztest tests::test_full_lot_id_neither_present ... ok
26442026-06-09T05:30:19.523Ztest tests::test_parse_client_port_id ... ok
26452026-06-09T05:30:19.523Ztest tests::test_full_lot_id_lotnum_only ... ok
26462026-06-09T05:30:19.523Ztest tests::test_full_lot_id_both_present ... ok
26472026-06-09T05:30:19.523Ztest tests::test_port_id_cmp ... ok
26482026-06-09T05:30:19.523Ztest tests::test_full_lot_id_lot_only ... ok
26492026-06-09T05:30:19.523Z
26502026-06-09T05:30:19.523Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26512026-06-09T05:30:19.523Z
26522026-06-09T05:30:19.526Z Running tests/test_all.rs (target/debug/deps/test_all-f3248da4ceab4e73)
26532026-06-09T05:30:19.526Z
26542026-06-09T05:30:19.526Zrunning 0 tests
26552026-06-09T05:30:19.526Z
26562026-06-09T05:30:19.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26572026-06-09T05:30:19.526Z
26582026-06-09T05:30:19.526Z Running unittests src/lib.rs (target/debug/deps/dpd_types-061be8b6a26fb113)
26592026-06-09T05:30:19.526Z
26602026-06-09T05:30:19.526Zrunning 0 tests
26612026-06-09T05:30:19.527Z
26622026-06-09T05:30:19.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26632026-06-09T05:30:19.527Z
26642026-06-09T05:30:19.527Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-2c37c91306d391d1)
26652026-06-09T05:30:19.530Z
26662026-06-09T05:30:19.530Zrunning 0 tests
26672026-06-09T05:30:19.530Z
26682026-06-09T05:30:19.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26692026-06-09T05:30:19.530Z
26702026-06-09T05:30:19.530Z Running unittests src/lib.rs (target/debug/deps/packet-864d62087106a302)
26712026-06-09T05:30:19.530Z
26722026-06-09T05:30:19.530Zrunning 12 tests
26732026-06-09T05:30:19.531Ztest icmp::test_v6_checksum ... ok
26742026-06-09T05:30:19.531Ztest lldp::test_lldp_parse ... ok
26752026-06-09T05:30:19.531Ztest icmp::test_v4_checksum ... ok
26762026-06-09T05:30:19.531Ztest pbuf::test_byte ... ok
26772026-06-09T05:30:19.531Ztest ipv6::test_ipv6_parse ... ok
26782026-06-09T05:30:19.531Ztest pbuf::test_nibble ... ok
26792026-06-09T05:30:19.531Ztest pbuf::test_overflow ... ok
26802026-06-09T05:30:19.531Ztest pbuf::test_short ... ok
26812026-06-09T05:30:19.531Ztest pbuf::test_twelve ... ok
26822026-06-09T05:30:19.531Ztest pbuf::test_word ... ok
26832026-06-09T05:30:19.535Ztest tcp::test_checksum_ack_data ... ok
26842026-06-09T05:30:19.535Ztest tcp::test_checksum_syn_nodata ... ok
26852026-06-09T05:30:19.535Z
26862026-06-09T05:30:19.535Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26872026-06-09T05:30:19.535Z
26882026-06-09T05:30:19.535Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
26892026-06-09T05:30:19.535Z
26902026-06-09T05:30:19.535Zrunning 0 tests
26912026-06-09T05:30:19.535Z
26922026-06-09T05:30:19.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26932026-06-09T05:30:19.535Z
26942026-06-09T05:30:19.535Z Running unittests src/main.rs (target/debug/deps/swadm-17bbbf8067c89ea7)
26952026-06-09T05:30:19.535Z
26962026-06-09T05:30:19.535Zrunning 5 tests
26972026-06-09T05:30:19.535Ztest switchport::test::test_compute_lanes ... ok
26982026-06-09T05:30:19.539Ztest switchport::test::port_id_ordering ... ok
26992026-06-09T05:30:19.539Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3
27002026-06-09T05:30:19.539ZLane 1 Lane 2 State: Activated Lane 3Activated
27012026-06-09T05:30:19.539Z Activated Rx Loss-of-lock: YesActivated
27022026-06-09T05:30:19.539ZYes Rx Output Enabled: false Yes falseYes
27032026-06-09T05:30:19.539Zfalse Rx Loss-of-signal: Yesfalse
27042026-06-09T05:30:19.539Z Rx Output Status: validYes valid Yes validYes
27052026-06-09T05:30:19.539Zvalid
27062026-06-09T05:30:19.539Z Rx CDR Enabled: Yes Rx Loss-of-lock: trueYes trueYes Yes
27072026-06-09T05:30:19.539Ztrue Tx Enabled: Yestrue
27082026-06-09T05:30:19.539ZYes Rx Loss-of-signal: false Yes falseYes
27092026-06-09T05:30:19.539Z false Tx Loss-of-lock: No falseNo
27102026-06-09T05:30:19.539ZNoRx Auto-squelch Disable: true No
27112026-06-09T05:30:19.539Ztrue Tx Loss-of-signal: Notrue true
27122026-06-09T05:30:19.539ZNo Tx Output Enabled: true No trueNo
27132026-06-09T05:30:19.539Ztrue Tx CDR Enabled: No true
27142026-06-09T05:30:19.539ZNo No Tx Output Status: invalid No
27152026-06-09T05:30:19.539Zinvalid Tx Adaptive EQ Fault: No invalid Noinvalid
27162026-06-09T05:30:19.539ZNo Tx Loss-of-lock: falseNo
27172026-06-09T05:30:19.539Zfalse Tx Fault: Yes false falseYes
27182026-06-09T05:30:19.540Z Tx Loss-of-signal: trueYes Yes
27192026-06-09T05:30:19.540Ztrue true true
27202026-06-09T05:30:19.540ZTx Auto-squelch Disable: false false false false
27212026-06-09T05:30:19.540Z Tx Adaptive EQ Fail: true true true true
27222026-06-09T05:30:19.540Z Tx Failure: false false false false
27232026-06-09T05:30:19.540Z Tx Force Squelch: true true true true
27242026-06-09T05:30:19.540Z Tx Input Polarity: normal normal normal normal
27252026-06-09T05:30:19.540Ztest switchport::test::test_print_sff_datapath ... ok
27262026-06-09T05:30:19.540Ztest switchport::test::test_print_cmis_datapath ... ok
27272026-06-09T05:30:19.540Ztest link::test_filter ... ok
27282026-06-09T05:30:19.540Z
27292026-06-09T05:30:19.540Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27302026-06-09T05:30:19.540Z
27312026-06-09T05:30:19.540Z Running tests/counters.rs (target/debug/deps/counters-e5dc0a6b9dd8a94a)
27322026-06-09T05:30:19.540Z
27332026-06-09T05:30:19.540Zrunning 1 test
27342026-06-09T05:30:19.540Ztest test_p4_counter_list ... ignored
27352026-06-09T05:30:19.540Z
27362026-06-09T05:30:19.540Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27372026-06-09T05:30:19.540Z
27382026-06-09T05:30:19.540Z Running tests/multicast.rs (target/debug/deps/multicast-5a5326cae7d8e222)
27392026-06-09T05:30:19.544Z
27402026-06-09T05:30:19.544Zrunning 1 test
27412026-06-09T05:30:19.544Ztest test_multicast_list_and_get ... ignored
27422026-06-09T05:30:19.544Z
27432026-06-09T05:30:19.544Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27442026-06-09T05:30:19.544Z
27452026-06-09T05:30:19.544Z Running tests/port-link.rs (target/debug/deps/port_link-9ce3240158501a41)
27462026-06-09T05:30:19.544Z
27472026-06-09T05:30:19.544Zrunning 5 tests
27482026-06-09T05:30:19.544Ztest test_an ... ignored
27492026-06-09T05:30:19.544Ztest test_enable ... ignored
27502026-06-09T05:30:19.544Ztest test_ip_addresses ... ignored
27512026-06-09T05:30:19.544Ztest test_kr ... ignored
27522026-06-09T05:30:19.544Ztest test_mac ... ignored
27532026-06-09T05:30:19.545Z
27542026-06-09T05:30:19.545Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27552026-06-09T05:30:19.545Z
27562026-06-09T05:30:19.545Z Running unittests src/main.rs (target/debug/deps/tfportd-1ed443908bde0126)
27572026-06-09T05:30:19.548Z
27582026-06-09T05:30:19.548Zrunning 3 tests
27592026-06-09T05:30:19.548Ztest linklocal::test_parse_ipadm ... ok
27602026-06-09T05:30:19.548Ztest tfport::test_parse_tfport ... ok
27612026-06-09T05:30:19.548Ztest config::tests::test_updates ... ok
27622026-06-09T05:30:19.548Z
27632026-06-09T05:30:19.548Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27642026-06-09T05:30:19.548Z
27652026-06-09T05:30:19.552Z Running unittests src/main.rs (target/debug/deps/uplinkd-f63d5a9c866bf03d)
27662026-06-09T05:30:19.552Z
27672026-06-09T05:30:19.552Zrunning 0 tests
27682026-06-09T05:30:19.552Z
27692026-06-09T05:30:19.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27702026-06-09T05:30:19.552Z
27712026-06-09T05:30:19.552Z Running unittests src/main.rs (target/debug/deps/xtask-60bf65fdc58be5ee)
27722026-06-09T05:30:19.552Z
27732026-06-09T05:30:19.552Zrunning 0 tests
27742026-06-09T05:30:19.552Z
27752026-06-09T05:30:19.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27762026-06-09T05:30:19.552Z
27772026-06-09T05:30:19.555Z Doc-tests aal
27782026-06-09T05:30:19.677Z
27792026-06-09T05:30:19.678Zrunning 0 tests
27802026-06-09T05:30:19.678Z
27812026-06-09T05:30:19.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-06-09T05:30:19.678Z
27832026-06-09T05:30:19.694Z Doc-tests aal_macros
27842026-06-09T05:30:19.762Z
27852026-06-09T05:30:19.762Zrunning 0 tests
27862026-06-09T05:30:19.762Z
27872026-06-09T05:30:19.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27882026-06-09T05:30:19.762Z
27892026-06-09T05:30:19.772Z Doc-tests common
27902026-06-09T05:30:20.016Z
27912026-06-09T05:30:20.016Zrunning 0 tests
27922026-06-09T05:30:20.016Z
27932026-06-09T05:30:20.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27942026-06-09T05:30:20.016Z
27952026-06-09T05:30:20.037Z Doc-tests dpd_api
27962026-06-09T05:30:20.792Z
27972026-06-09T05:30:20.792Zrunning 2 tests
27982026-06-09T05:30:20.792Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
27992026-06-09T05:30:20.792Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
28002026-06-09T05:30:20.792Z
28012026-06-09T05:30:20.792Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28022026-06-09T05:30:20.792Z
28032026-06-09T05:30:20.823Z Doc-tests dpd_client
28042026-06-09T05:30:22.122Z
28052026-06-09T05:30:22.122Zrunning 0 tests
28062026-06-09T05:30:22.122Z
28072026-06-09T05:30:22.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28082026-06-09T05:30:22.122Z
28092026-06-09T05:30:22.164Z Doc-tests dpd_types
28102026-06-09T05:30:22.376Z
28112026-06-09T05:30:22.376Zrunning 0 tests
28122026-06-09T05:30:22.376Z
28132026-06-09T05:30:22.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28142026-06-09T05:30:22.376Z
28152026-06-09T05:30:22.402Z Doc-tests dpd_types_versions
28162026-06-09T05:30:23.613Z
28172026-06-09T05:30:23.613Zrunning 1 test
28182026-06-09T05:30:23.613Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
28192026-06-09T05:30:23.613Z
28202026-06-09T05:30:23.613Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28212026-06-09T05:30:23.613Z
28222026-06-09T05:30:23.658Z Doc-tests packet
28232026-06-09T05:30:23.769Z
28242026-06-09T05:30:23.769Zrunning 0 tests
28252026-06-09T05:30:23.769Z
28262026-06-09T05:30:23.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28272026-06-09T05:30:23.772Z
28282026-06-09T05:30:23.784Z Doc-tests pcap
28292026-06-09T05:30:23.837Z
28302026-06-09T05:30:23.837Zrunning 0 tests
28312026-06-09T05:30:23.837Z
28322026-06-09T05:30:23.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-06-09T05:30:23.841Z
28342026-06-09T05:30:23.913Z+ for feat in tofino_stub tofino_asic softnpu chaos
28352026-06-09T05:30:23.913Z+ RUST_BACKTRACE=full
28362026-06-09T05:30:23.913Z+ cargo test --features tofino_asic --no-fail-fast
28372026-06-09T05:30:24.621Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28382026-06-09T05:30:24.710Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
28392026-06-09T05:30:24.718Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
28402026-06-09T05:30:24.726Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
28412026-06-09T05:30:33.397Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
28422026-06-09T05:30:33.926Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
28432026-06-09T05:31:16.399Z Finished `test` profile [unoptimized + debuginfo] target(s) in 52.47s
28442026-06-09T05:31:16.538Z Running unittests src/lib.rs (target/debug/deps/aal-87b1ecff2807cfa3)
28452026-06-09T05:31:16.541Z
28462026-06-09T05:31:16.541Zrunning 5 tests
28472026-06-09T05:31:16.544Ztest fuse::tests::chip_revision_b0 ... ok
28482026-06-09T05:31:16.544Ztest fuse::tests::chip_revision_a0 ... ok
28492026-06-09T05:31:16.544Ztest fuse::tests::chip_revision_unknown_device_id ... ok
28502026-06-09T05:31:16.544Ztest fuse::tests::chip_revision_b1 ... ok
28512026-06-09T05:31:16.544Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
28522026-06-09T05:31:16.544Z
28532026-06-09T05:31:16.544Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28542026-06-09T05:31:16.544Z
28552026-06-09T05:31:16.544Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
28562026-06-09T05:31:16.544Z
28572026-06-09T05:31:16.544Zrunning 0 tests
28582026-06-09T05:31:16.544Z
28592026-06-09T05:31:16.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28602026-06-09T05:31:16.545Z
28612026-06-09T05:31:16.545Z Running unittests src/lib.rs (target/debug/deps/asic-1ad075f24c3ce4c8)
28622026-06-09T05:31:16.651Z
28632026-06-09T05:31:16.651Zrunning 8 tests
28642026-06-09T05:31:16.655Ztest tofino_asic::qsfp::tests::fix_link ... ok
28652026-06-09T05:31:16.655Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
28662026-06-09T05:31:16.655Ztest tofino_asic::stats::constants_sanity_check ... ok
28672026-06-09T05:31:16.655Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
28682026-06-09T05:31:16.655Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
28692026-06-09T05:31:16.655Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
28702026-06-09T05:31:16.662Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
28712026-06-09T05:31:17.153Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
28722026-06-09T05:31:17.153Z
28732026-06-09T05:31:17.153Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
28742026-06-09T05:31:17.153Z
28752026-06-09T05:31:17.164Z Running unittests src/lib.rs (target/debug/deps/common-8688dc5dfed4f088)
28762026-06-09T05:31:17.167Z
28772026-06-09T05:31:17.167Zrunning 10 tests
28782026-06-09T05:31:17.167Ztest nat::tests::test_vni ... ok
28792026-06-09T05:31:17.167Ztest network::tests::test_equal ... ok
28802026-06-09T05:31:17.167Ztest network::tests::test_eui64 ... ok
28812026-06-09T05:31:17.167Ztest network::tests::test_generate_ipv6_link_local ... ok
28822026-06-09T05:31:17.167Ztest network::tests::test_into ... ok
28832026-06-09T05:31:17.167Ztest network::tests::test_not_equal ... ok
28842026-06-09T05:31:17.167Ztest network::tests::test_to_string ... ok
28852026-06-09T05:31:17.168Ztest network::tests::test_parse ... ok
28862026-06-09T05:31:17.168Ztest test_purge ... ok
28872026-06-09T05:31:17.171Ztest illumos::test::address_exists_handles_missing_object ... ok
28882026-06-09T05:31:17.171Z
28892026-06-09T05:31:17.171Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28902026-06-09T05:31:17.171Z
28912026-06-09T05:31:17.171Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-26697c0419b943a6)
28922026-06-09T05:31:17.175Z
28932026-06-09T05:31:17.175Zrunning 1 test
28942026-06-09T05:31:17.178Z -------
28952026-06-09T05:31:17.178Z Generating OpenAPI documents from API definitions ...
28962026-06-09T05:31:17.321Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
28972026-06-09T05:31:17.390Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
28982026-06-09T05:31:18.417Z -------
28992026-06-09T05:31:18.417Z Checking 12 OpenAPI documents...
29002026-06-09T05:31:18.417Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
29012026-06-09T05:31:18.417Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
29022026-06-09T05:31:18.417Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
29032026-06-09T05:31:18.417Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
29042026-06-09T05:31:18.421Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
29052026-06-09T05:31:18.421Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
29062026-06-09T05:31:18.421Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
29072026-06-09T05:31:18.421Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
29082026-06-09T05:31:18.421Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
29092026-06-09T05:31:18.421Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
29102026-06-09T05:31:18.421Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
29112026-06-09T05:31:18.421Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
29122026-06-09T05:31:18.421Z Fresh dpd "latest" symlink
29132026-06-09T05:31:18.421Z -------
29142026-06-09T05:31:18.421Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
29152026-06-09T05:31:18.482Ztest test::test_apis_up_to_date ... ok
29162026-06-09T05:31:18.482Z
29172026-06-09T05:31:18.482Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
29182026-06-09T05:31:18.482Z
29192026-06-09T05:31:18.540Z Running unittests src/main.rs (target/debug/deps/dpd-244189e62e2a4d14)
29202026-06-09T05:31:18.607Z
29212026-06-09T05:31:18.607Zrunning 77 tests
29222026-06-09T05:31:18.610Ztest freemap::test_ordering ... ok
29232026-06-09T05:31:18.610Ztest config::tests::test_updates ... ok
29242026-06-09T05:31:18.610Ztest dhcpv6::tests::test_create_duid_bytes ... ok
29252026-06-09T05:31:18.610Ztest freemap::test_split ... ok
29262026-06-09T05:31:18.610Ztest macaddrs::tests::test_mac_offset ... ok
29272026-06-09T05:31:18.610Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29282026-06-09T05:31:18.610Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29292026-06-09T05:31:18.610Ztest macaddrs::tests::test_parse_port_id ... ok
29302026-06-09T05:31:18.610Ztest mcast::tests::test_canonicalize_sources ... ok
29312026-06-09T05:31:18.614Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
29322026-06-09T05:31:18.614ZJun 09 05:31:17.158 DEBG Jun 09 05:31:17.158created new freemap DEBG created new freemap, unit: freemap_test
29332026-06-09T05:31:18.614Z, unitJun 09 05:31:17.158: DEBGfreemap_test initted freemap. size: 128
29342026-06-09T05:31:18.614Z, unit: freemap_test
29352026-06-09T05:31:18.614ZJun 09 05:31:17.158 DEBG reset freemap, unit: freemap_test
29362026-06-09T05:31:18.614ZJun 09 05:31:17.158 DEBG initted freemap. size: 128, unit: freemap_test
29372026-06-09T05:31:18.614ZJun 09 05:31:17.158 DEBG reset freemap, unit: freemap_test
29382026-06-09T05:31:18.614Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
29392026-06-09T05:31:18.614Ztest freemap::test_free ... ok
29402026-06-09T05:31:18.614Ztest freemap::test_exhaustion ... ok
29412026-06-09T05:31:18.614Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
29422026-06-09T05:31:18.614ZJun 09 05:31:17.158 DEBG created new freemap, unit: freemap_test
29432026-06-09T05:31:18.614ZJun 09 05:31:17.158 DEBG initted freemap. size: 128, unit: freemap_test
29442026-06-09T05:31:18.614Ztest mcast::tests::test_create_port_bitmap_empty ... ok
29452026-06-09T05:31:18.614ZJun 09 05:31:17.158 DEBG reset freemap, unit: freemap_test
29462026-06-09T05:31:18.615ZJun 09 05:31:17.158 DEBG created new freemap, unit: freemap_test
29472026-06-09T05:31:18.615ZJun 09 05:31:17.158 DEBG initted freemap. size: 128, unit: freemap_test
29482026-06-09T05:31:18.615ZJun 09 05:31:17.158 DEBG reset freemap, unit: freemap_test
29492026-06-09T05:31:18.615Ztest freemap::test_basic ... ok
29502026-06-09T05:31:18.615ZJun 09 05:31:17.158 DEBG created new freemap, unit: freemap_test
29512026-06-09T05:31:18.615ZJun 09 05:31:17.158 DEBG initted freemap. size: 128, unit: freemap_test
29522026-06-09T05:31:18.615ZJun 09 05:31:17.158 DEBG reset freemap, unit: freemap_test
29532026-06-09T05:31:18.615Ztest freemap::test_reclaim ... ok
29542026-06-09T05:31:18.615Ztest freemap::test_span ... ok
29552026-06-09T05:31:18.615Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
29562026-06-09T05:31:18.615Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
29572026-06-09T05:31:18.615Ztest mcast::tests::test_concurrent_id_allocation ... ok
29582026-06-09T05:31:18.615Ztest mcast::tests::test_sources_contain_any ... ok
29592026-06-09T05:31:18.615Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
29602026-06-09T05:31:18.615Ztest mcast::validate::tests::test_address_validation_integrated ... ok
29612026-06-09T05:31:18.615Ztest mcast::validate::tests::test_ipv4_validation ... ok
29622026-06-09T05:31:18.615Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
29632026-06-09T05:31:18.615Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
29642026-06-09T05:31:18.615Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
29652026-06-09T05:31:18.615Ztest mcast::validate::tests::test_is_ssm_function ... ok
29662026-06-09T05:31:18.615Ztest mcast::validate::tests::test_ipv6_validation ... ok
29672026-06-09T05:31:18.615Ztest mcast::validate::tests::test_validate_nat_target ... ok
29682026-06-09T05:31:18.615Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
29692026-06-09T05:31:18.615Ztest mcast::validate::tests::test_validate_source_addresses ... ok
29702026-06-09T05:31:18.615Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
29712026-06-09T05:31:18.615Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
29722026-06-09T05:31:18.615Ztest mcast::validate::tests::test_validate_tag ... ok
29732026-06-09T05:31:18.615Ztest nat::test_mapping ... ok
29742026-06-09T05:31:18.615Ztest port_map::tests::test_backplane_group ... ok
29752026-06-09T05:31:18.615Ztest mcast::validate::tests::test_validate_tag_format ... ok
29762026-06-09T05:31:18.615Ztest transceivers::mpn_test::test_mpn_missing ... ok
29772026-06-09T05:31:18.615Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
29782026-06-09T05:31:18.615Ztest transceivers::mpn_test::test_mpn_present ... ok
29792026-06-09T05:31:18.615Ztest transceivers::mpn_test::test_xcvr_missing ... ok
29802026-06-09T05:31:18.615Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
29812026-06-09T05:31:18.615Ztest port_map::tests::test_port_map ... ok
29822026-06-09T05:31:18.615Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
29832026-06-09T05:31:18.615Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
29842026-06-09T05:31:18.615Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
29852026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
29862026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
29872026-06-09T05:31:18.616Ztest port_map::tests::dump_map ... ok
29882026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
29892026-06-09T05:31:18.616Ztest mcast::tests::test_id_range_boundaries ... ok
29902026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
29912026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
29922026-06-09T05:31:18.616Ztest api_server::tests::test_build_info ... ok
29932026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
29942026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
29952026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
29962026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
29972026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
29982026-06-09T05:31:18.616Ztest port_map::tests::parse_softnpu_revision ... ok
29992026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
30002026-06-09T05:31:18.616Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
30012026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
30022026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
30032026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
30042026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
30052026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
30062026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
30072026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
30082026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
30092026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
30102026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
30112026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
30122026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
30132026-06-09T05:31:18.620Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
30142026-06-09T05:31:18.620Z
30152026-06-09T05:31:18.620Ztest result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30162026-06-09T05:31:18.620Z
30172026-06-09T05:31:18.629Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-3b916dbf85e07312)
30182026-06-09T05:31:18.632Z
30192026-06-09T05:31:18.632Zrunning 0 tests
30202026-06-09T05:31:18.632Z
30212026-06-09T05:31:18.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30222026-06-09T05:31:18.632Z
30232026-06-09T05:31:18.632Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ac49b024f70940aa)
30242026-06-09T05:31:18.635Z
30252026-06-09T05:31:18.635Zrunning 0 tests
30262026-06-09T05:31:18.635Z
30272026-06-09T05:31:18.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30282026-06-09T05:31:18.635Z
30292026-06-09T05:31:18.635Z Running unittests src/lib.rs (target/debug/deps/dpd_client-b47dc7ff0422e246)
30302026-06-09T05:31:18.635Z
30312026-06-09T05:31:18.636Zrunning 6 tests
30322026-06-09T05:31:18.636Ztest tests::test_parse_client_port_id ... ok
30332026-06-09T05:31:18.636Ztest tests::test_port_id_cmp ... ok
30342026-06-09T05:31:18.636Ztest tests::test_full_lot_id_neither_present ... ok
30352026-06-09T05:31:18.636Ztest tests::test_full_lot_id_lotnum_only ... ok
30362026-06-09T05:31:18.636Ztest tests::test_full_lot_id_lot_only ... ok
30372026-06-09T05:31:18.636Ztest tests::test_full_lot_id_both_present ... ok
30382026-06-09T05:31:18.636Z
30392026-06-09T05:31:18.636Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30402026-06-09T05:31:18.636Z
30412026-06-09T05:31:18.641Z Running tests/test_all.rs (target/debug/deps/test_all-c2e941f0aa87d79e)
30422026-06-09T05:31:18.641Z
30432026-06-09T05:31:18.641Zrunning 0 tests
30442026-06-09T05:31:18.641Z
30452026-06-09T05:31:18.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30462026-06-09T05:31:18.641Z
30472026-06-09T05:31:18.641Z Running unittests src/lib.rs (target/debug/deps/dpd_types-061be8b6a26fb113)
30482026-06-09T05:31:18.641Z
30492026-06-09T05:31:18.641Zrunning 0 tests
30502026-06-09T05:31:18.641Z
30512026-06-09T05:31:18.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30522026-06-09T05:31:18.641Z
30532026-06-09T05:31:18.641Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-2c37c91306d391d1)
30542026-06-09T05:31:18.644Z
30552026-06-09T05:31:18.644Zrunning 0 tests
30562026-06-09T05:31:18.644Z
30572026-06-09T05:31:18.644Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30582026-06-09T05:31:18.644Z
30592026-06-09T05:31:18.644Z Running unittests src/lib.rs (target/debug/deps/packet-864d62087106a302)
30602026-06-09T05:31:18.644Z
30612026-06-09T05:31:18.644Zrunning 12 tests
30622026-06-09T05:31:18.644Ztest icmp::test_v6_checksum ... ok
30632026-06-09T05:31:18.644Ztest lldp::test_lldp_parse ... ok
30642026-06-09T05:31:18.644Ztest icmp::test_v4_checksum ... ok
30652026-06-09T05:31:18.644Ztest pbuf::test_byte ... ok
30662026-06-09T05:31:18.644Ztest ipv6::test_ipv6_parse ... ok
30672026-06-09T05:31:18.645Ztest pbuf::test_nibble ... ok
30682026-06-09T05:31:18.645Ztest pbuf::test_overflow ... ok
30692026-06-09T05:31:18.645Ztest pbuf::test_short ... ok
30702026-06-09T05:31:18.645Ztest pbuf::test_twelve ... ok
30712026-06-09T05:31:18.645Ztest pbuf::test_word ... ok
30722026-06-09T05:31:18.645Ztest tcp::test_checksum_syn_nodata ... ok
30732026-06-09T05:31:18.645Ztest tcp::test_checksum_ack_data ... ok
30742026-06-09T05:31:18.645Z
30752026-06-09T05:31:18.645Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30762026-06-09T05:31:18.645Z
30772026-06-09T05:31:18.645Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
30782026-06-09T05:31:18.648Z
30792026-06-09T05:31:18.648Zrunning 0 tests
30802026-06-09T05:31:18.648Z
30812026-06-09T05:31:18.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30822026-06-09T05:31:18.648Z
30832026-06-09T05:31:18.648Z Running unittests src/main.rs (target/debug/deps/swadm-7124095f672d226a)
30842026-06-09T05:31:18.648Z
30852026-06-09T05:31:18.648Zrunning 5 tests
30862026-06-09T05:31:18.651Ztest switchport::test::test_compute_lanes ... ok
30872026-06-09T05:31:18.651Ztest switchport::test::port_id_ordering ... ok
30882026-06-09T05:31:18.651Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3
30892026-06-09T05:31:18.651ZLane 1 Rx Loss-of-lock: Yes Lane 2 YesLane 3
30902026-06-09T05:31:18.651ZYes State: ActivatedYes
30912026-06-09T05:31:18.651ZActivated Rx Loss-of-signal: YesActivated YesActivated
30922026-06-09T05:31:18.651ZYes Yes Rx Output Enabled: false
30932026-06-09T05:31:18.651Z Rx CDR Enabled: Yesfalse false Yesfalse
30942026-06-09T05:31:18.651ZYes Rx Output Status: valid Yesvalid
30952026-06-09T05:31:18.651Z valid Tx Enabled: Yes valid
30962026-06-09T05:31:18.651ZYes Rx Loss-of-lock: true trueYes true Yes
30972026-06-09T05:31:18.651Ztrue
30982026-06-09T05:31:18.651Z Tx Loss-of-lock: No Rx Loss-of-signal: false Nofalse false Nofalse
30992026-06-09T05:31:18.651ZNo
31002026-06-09T05:31:18.651ZRx Auto-squelch Disable: true Tx Loss-of-signal: No trueNo trueNo trueNo
31012026-06-09T05:31:18.651Z
31022026-06-09T05:31:18.651Z Tx CDR Enabled: No Tx Output Enabled: true No true Notrue Notrue
31032026-06-09T05:31:18.651Z
31042026-06-09T05:31:18.651Z Tx Adaptive EQ Fault: No Tx Output Status: invalid invalidNo Noinvalid No
31052026-06-09T05:31:18.651Z invalid
31062026-06-09T05:31:18.652Z Tx Fault: Yes Tx Loss-of-lock: false Yes falseYes falseYes
31072026-06-09T05:31:18.652Z false
31082026-06-09T05:31:18.652Z Tx Loss-of-signal: true true true true
31092026-06-09T05:31:18.652ZTx Auto-squelch Disable: false false false false
31102026-06-09T05:31:18.652Z Tx Adaptive EQ Fail: true true true true
31112026-06-09T05:31:18.652Z Tx Failure: false false false false
31122026-06-09T05:31:18.652Z Tx Force Squelch: true true true true
31132026-06-09T05:31:18.652Z Tx Input Polarity: normal normal normal normal
31142026-06-09T05:31:18.652Ztest switchport::test::test_print_sff_datapath ... ok
31152026-06-09T05:31:18.652Ztest switchport::test::test_print_cmis_datapath ... ok
31162026-06-09T05:31:18.652Ztest link::test_filter ... ok
31172026-06-09T05:31:18.652Z
31182026-06-09T05:31:18.652Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31192026-06-09T05:31:18.652Z
31202026-06-09T05:31:18.652Z Running tests/counters.rs (target/debug/deps/counters-5c798a3b518a7539)
31212026-06-09T05:31:18.655Z
31222026-06-09T05:31:18.655Zrunning 1 test
31232026-06-09T05:31:18.655Ztest test_p4_counter_list ... ignored
31242026-06-09T05:31:18.655Z
31252026-06-09T05:31:18.655Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31262026-06-09T05:31:18.656Z
31272026-06-09T05:31:18.656Z Running tests/multicast.rs (target/debug/deps/multicast-6871ccb39aa1b9a7)
31282026-06-09T05:31:18.656Z
31292026-06-09T05:31:18.656Zrunning 1 test
31302026-06-09T05:31:18.656Ztest test_multicast_list_and_get ... ignored
31312026-06-09T05:31:18.656Z
31322026-06-09T05:31:18.656Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31332026-06-09T05:31:18.656Z
31342026-06-09T05:31:18.656Z Running tests/port-link.rs (target/debug/deps/port_link-0a4dc2b041b5613e)
31352026-06-09T05:31:18.659Z
31362026-06-09T05:31:18.659Zrunning 5 tests
31372026-06-09T05:31:18.659Ztest test_an ... ignored
31382026-06-09T05:31:18.659Ztest test_enable ... ignored
31392026-06-09T05:31:18.659Ztest test_ip_addresses ... ignored
31402026-06-09T05:31:18.659Ztest test_kr ... ignored
31412026-06-09T05:31:18.659Ztest test_mac ... ignored
31422026-06-09T05:31:18.659Z
31432026-06-09T05:31:18.659Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31442026-06-09T05:31:18.659Z
31452026-06-09T05:31:18.659Z Running unittests src/main.rs (target/debug/deps/tfportd-2080bd0f8b2d0ce6)
31462026-06-09T05:31:18.662Z
31472026-06-09T05:31:18.662Zrunning 3 tests
31482026-06-09T05:31:18.662Ztest linklocal::test_parse_ipadm ... ok
31492026-06-09T05:31:18.662Ztest tfport::test_parse_tfport ... ok
31502026-06-09T05:31:18.662Ztest config::tests::test_updates ... ok
31512026-06-09T05:31:18.662Z
31522026-06-09T05:31:18.662Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31532026-06-09T05:31:18.662Z
31542026-06-09T05:31:18.665Z Running unittests src/main.rs (target/debug/deps/uplinkd-f63d5a9c866bf03d)
31552026-06-09T05:31:18.665Z
31562026-06-09T05:31:18.665Zrunning 0 tests
31572026-06-09T05:31:18.665Z
31582026-06-09T05:31:18.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31592026-06-09T05:31:18.665Z
31602026-06-09T05:31:18.665Z Running unittests src/main.rs (target/debug/deps/xtask-60bf65fdc58be5ee)
31612026-06-09T05:31:18.669Z
31622026-06-09T05:31:18.669Zrunning 0 tests
31632026-06-09T05:31:18.669Z
31642026-06-09T05:31:18.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31652026-06-09T05:31:18.669Z
31662026-06-09T05:31:18.669Z Doc-tests aal
31672026-06-09T05:31:18.785Z
31682026-06-09T05:31:18.785Zrunning 0 tests
31692026-06-09T05:31:18.785Z
31702026-06-09T05:31:18.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31712026-06-09T05:31:18.789Z
31722026-06-09T05:31:18.800Z Doc-tests aal_macros
31732026-06-09T05:31:18.871Z
31742026-06-09T05:31:18.871Zrunning 0 tests
31752026-06-09T05:31:18.871Z
31762026-06-09T05:31:18.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31772026-06-09T05:31:18.871Z
31782026-06-09T05:31:18.881Z Doc-tests common
31792026-06-09T05:31:19.111Z
31802026-06-09T05:31:19.111Zrunning 0 tests
31812026-06-09T05:31:19.111Z
31822026-06-09T05:31:19.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31832026-06-09T05:31:19.111Z
31842026-06-09T05:31:19.131Z Doc-tests dpd_api
31852026-06-09T05:31:19.874Z
31862026-06-09T05:31:19.874Zrunning 2 tests
31872026-06-09T05:31:19.874Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
31882026-06-09T05:31:19.875Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
31892026-06-09T05:31:19.875Z
31902026-06-09T05:31:19.875Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31912026-06-09T05:31:19.875Z
31922026-06-09T05:31:19.906Z Doc-tests dpd_client
31932026-06-09T05:31:21.182Z
31942026-06-09T05:31:21.182Zrunning 0 tests
31952026-06-09T05:31:21.182Z
31962026-06-09T05:31:21.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31972026-06-09T05:31:21.182Z
31982026-06-09T05:31:21.229Z Doc-tests dpd_types
31992026-06-09T05:31:21.440Z
32002026-06-09T05:31:21.440Zrunning 0 tests
32012026-06-09T05:31:21.440Z
32022026-06-09T05:31:21.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32032026-06-09T05:31:21.440Z
32042026-06-09T05:31:21.467Z Doc-tests dpd_types_versions
32052026-06-09T05:31:22.677Z
32062026-06-09T05:31:22.677Zrunning 1 test
32072026-06-09T05:31:22.677Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
32082026-06-09T05:31:22.677Z
32092026-06-09T05:31:22.677Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32102026-06-09T05:31:22.677Z
32112026-06-09T05:31:22.722Z Doc-tests packet
32122026-06-09T05:31:22.832Z
32132026-06-09T05:31:22.832Zrunning 0 tests
32142026-06-09T05:31:22.832Z
32152026-06-09T05:31:22.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32162026-06-09T05:31:22.832Z
32172026-06-09T05:31:22.848Z Doc-tests pcap
32182026-06-09T05:31:22.899Z
32192026-06-09T05:31:22.899Zrunning 0 tests
32202026-06-09T05:31:22.899Z
32212026-06-09T05:31:22.899Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32222026-06-09T05:31:22.900Z
32232026-06-09T05:31:22.948Z+ for feat in tofino_stub tofino_asic softnpu chaos
32242026-06-09T05:31:22.948Z+ RUST_BACKTRACE=full
32252026-06-09T05:31:22.948Z+ cargo test --features softnpu --no-fail-fast
32262026-06-09T05:31:23.842Z Compiling goblin v0.10.1
32272026-06-09T05:31:23.955Z Compiling typify-impl v0.4.3
32282026-06-09T05:31:23.966Z Compiling log v0.4.29
32292026-06-09T05:31:23.977Z Compiling const-oid v0.9.6
32302026-06-09T05:31:23.998Z Compiling serde_with v3.21.0
32312026-06-09T05:31:24.003Z Compiling der_derive v0.7.3
32322026-06-09T05:31:24.175Z Compiling rustls v0.23.40
32332026-06-09T05:31:24.770Z Compiling digest v0.10.7
32342026-06-09T05:31:24.798Z Compiling native-tls v0.2.14
32352026-06-09T05:31:25.019Z Compiling tokio-native-tls v0.3.1
32362026-06-09T05:31:25.206Z Compiling hyper-tls v0.6.0
32372026-06-09T05:31:25.290Z Compiling sha1 v0.10.6
32382026-06-09T05:31:25.461Z Compiling rustls v0.22.4
32392026-06-09T05:31:28.758Z Compiling dof v0.4.0
32402026-06-09T05:31:29.044Z Compiling tokio-rustls v0.26.4
32412026-06-09T05:31:29.339Z Compiling usdt-impl v0.6.0
32422026-06-09T05:31:29.956Z Compiling hyper-rustls v0.27.7
32432026-06-09T05:31:30.104Z Compiling usdt-macro v0.6.0
32442026-06-09T05:31:30.177Z Compiling usdt-attr-macro v0.6.0
32452026-06-09T05:31:30.196Z Compiling typify-macro v0.4.3
32462026-06-09T05:31:30.707Z Compiling reqwest v0.12.23
32472026-06-09T05:31:30.739Z Compiling tokio-rustls v0.25.0
32482026-06-09T05:31:31.405Z Compiling usdt v0.6.0
32492026-06-09T05:31:31.618Z Compiling dropshot v0.16.7
32502026-06-09T05:31:32.053Z Compiling progenitor-client v0.10.0
32512026-06-09T05:31:32.202Z Compiling progenitor-client v0.11.1
32522026-06-09T05:31:32.356Z Compiling typify v0.4.3
32532026-06-09T05:31:32.466Z Compiling progenitor-impl v0.11.1
32542026-06-09T05:31:35.758Z Compiling num-integer v0.1.46
32552026-06-09T05:31:36.069Z Compiling progenitor-macro v0.11.1
32562026-06-09T05:31:36.389Z Compiling num-rational v0.4.2
32572026-06-09T05:31:36.539Z Compiling num-iter v0.1.45
32582026-06-09T05:31:36.682Z Compiling num-complex v0.4.6
32592026-06-09T05:31:37.259Z Compiling num v0.4.3
32602026-06-09T05:31:37.929Z Compiling num-bigint v0.4.6
32612026-06-09T05:31:38.130Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32622026-06-09T05:31:38.151Z Compiling pem-rfc7468 v0.7.0
32632026-06-09T05:31:38.506Z Compiling flagset v0.4.7
32642026-06-09T05:31:38.661Z Compiling der v0.7.10
32652026-06-09T05:31:38.694Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32662026-06-09T05:31:38.855Z Compiling progenitor-impl v0.10.0
32672026-06-09T05:31:39.789Z Compiling spki v0.7.3
32682026-06-09T05:31:40.035Z Compiling pkcs8 v0.10.2
32692026-06-09T05:31:40.098Z Compiling hmac v0.12.1
32702026-06-09T05:31:40.102Z Compiling goblin v0.8.2
32712026-06-09T05:31:40.261Z Compiling ff v0.13.1
32722026-06-09T05:31:40.340Z Compiling base16ct v0.2.0
32732026-06-09T05:31:40.423Z Compiling group v0.13.0
32742026-06-09T05:31:40.558Z Compiling sec1 v0.7.3
32752026-06-09T05:31:40.633Z Compiling hkdf v0.12.4
32762026-06-09T05:31:40.807Z Compiling elliptic-curve v0.13.8
32772026-06-09T05:31:40.872Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32782026-06-09T05:31:41.216Z Compiling curve25519-dalek v4.1.3
32792026-06-09T05:31:41.339Z Compiling progenitor v0.11.1
32802026-06-09T05:31:41.480Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
32812026-06-09T05:31:42.031Z Compiling sha3 v0.10.8
32822026-06-09T05:31:42.222Z Compiling blake2 v0.10.6
32832026-06-09T05:31:42.401Z Compiling typify-impl v0.6.1
32842026-06-09T05:31:42.497Z Compiling progenitor-macro v0.10.0
32852026-06-09T05:31:42.528Z Compiling dof v0.3.0
32862026-06-09T05:31:42.938Z Compiling usdt-impl v0.5.0
32872026-06-09T05:31:43.439Z Compiling usdt v0.5.0
32882026-06-09T05:31:43.954Z Compiling argon2 v0.5.3
32892026-06-09T05:31:44.285Z Compiling vsss-rs v3.3.4
32902026-06-09T05:31:44.501Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32912026-06-09T05:31:45.877Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32922026-06-09T05:31:46.144Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32932026-06-09T05:31:47.422Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32942026-06-09T05:31:47.957Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
32952026-06-09T05:31:48.049Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32962026-06-09T05:31:48.316Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
32972026-06-09T05:31:48.469Z Compiling nix v0.31.3
32982026-06-09T05:31:48.794Z Compiling typify-macro v0.6.1
32992026-06-09T05:31:49.371Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33002026-06-09T05:31:49.662Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33012026-06-09T05:31:50.366Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33022026-06-09T05:31:50.447Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33032026-06-09T05:31:50.490Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
33042026-06-09T05:31:50.730Z Compiling dropshot v0.17.1
33052026-06-09T05:31:51.008Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33062026-06-09T05:31:51.025Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33072026-06-09T05:31:51.805Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33082026-06-09T05:31:52.938Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33092026-06-09T05:31:53.934Z Compiling bindgen v0.72.1
33102026-06-09T05:31:54.737Z Compiling progenitor v0.10.0
33112026-06-09T05:31:55.287Z Compiling typify v0.6.1
33122026-06-09T05:31:55.409Z Compiling progenitor-impl v0.13.0
33132026-06-09T05:31:55.784Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33142026-06-09T05:31:55.993Z Compiling sha2 v0.10.9
33152026-06-09T05:31:56.541Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33162026-06-09T05:31:57.221Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33172026-06-09T05:31:57.475Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33182026-06-09T05:31:58.546Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33192026-06-09T05:31:58.976Z Compiling progenitor-macro v0.13.0
33202026-06-09T05:31:59.715Z Compiling signature v2.2.0
33212026-06-09T05:31:59.914Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
33222026-06-09T05:32:00.123Z Compiling utf-8 v0.7.6
33232026-06-09T05:32:00.209Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33242026-06-09T05:32:00.340Z Compiling tungstenite v0.21.0
33252026-06-09T05:32:00.410Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33262026-06-09T05:32:00.714Z Compiling tokio-dtrace v0.1.1
33272026-06-09T05:32:01.026Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33282026-06-09T05:32:01.779Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33292026-06-09T05:32:02.093Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33302026-06-09T05:32:04.789Z Compiling reqwest v0.13.2
33312026-06-09T05:32:04.793Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33322026-06-09T05:32:04.793Z Compiling bitstruct_derive v0.1.0
33332026-06-09T05:32:04.793Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
33342026-06-09T05:32:04.793Z Compiling progenitor-client v0.13.0
33352026-06-09T05:32:05.099Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
33362026-06-09T05:32:05.174Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33372026-06-09T05:32:06.539Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33382026-06-09T05:32:07.027Z Compiling oxide-tokio-rt v0.1.6
33392026-06-09T05:32:07.104Z Compiling tokio-tungstenite v0.21.0
33402026-06-09T05:32:07.284Z Compiling rfc6979 v0.4.0
33412026-06-09T05:32:07.373Z Compiling base64 v0.21.7
33422026-06-09T05:32:07.431Z Compiling tap v1.0.1
33432026-06-09T05:32:07.453Z Compiling ecdsa v0.16.9
33442026-06-09T05:32:07.568Z Compiling wyz v0.5.1
33452026-06-09T05:32:07.727Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33462026-06-09T05:32:07.879Z Compiling progenitor v0.13.0
33472026-06-09T05:32:08.373Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33482026-06-09T05:32:08.935Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
33492026-06-09T05:32:09.435Z Compiling ed25519 v2.2.3
33502026-06-09T05:32:09.687Z Compiling salty v0.3.0
33512026-06-09T05:32:09.733Z Compiling radium v0.7.0
33522026-06-09T05:32:09.918Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33532026-06-09T05:32:10.106Z Compiling primeorder v0.13.6
33542026-06-09T05:32:10.164Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33552026-06-09T05:32:10.203Z Compiling env_filter v1.0.1
33562026-06-09T05:32:10.439Z Compiling funty v2.0.0
33572026-06-09T05:32:10.595Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33582026-06-09T05:32:10.619Z Compiling env_logger v0.11.10
33592026-06-09T05:32:10.696Z Compiling p384 v0.13.1
33602026-06-09T05:32:10.733Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
33612026-06-09T05:32:11.004Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33622026-06-09T05:32:11.147Z Compiling bitvec v1.0.1
33632026-06-09T05:32:11.649Z Compiling ed25519-dalek v2.2.0
33642026-06-09T05:32:11.999Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33652026-06-09T05:32:12.107Z Compiling x509-cert v0.2.5
33662026-06-09T05:32:12.427Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33672026-06-09T05:32:12.615Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33682026-06-09T05:32:12.656Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33692026-06-09T05:32:12.826Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33702026-06-09T05:32:12.841Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33712026-06-09T05:32:13.030Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
33722026-06-09T05:32:13.591Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33732026-06-09T05:32:13.931Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33742026-06-09T05:32:13.962Z Compiling typeid v1.0.3
33752026-06-09T05:32:14.101Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
33762026-06-09T05:32:14.410Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33772026-06-09T05:32:14.714Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33782026-06-09T05:32:14.747Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33792026-06-09T05:32:14.974Z Compiling ascii v1.1.0
33802026-06-09T05:32:15.131Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33812026-06-09T05:32:15.273Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33822026-06-09T05:32:15.831Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33832026-06-09T05:32:16.273Z Compiling qorb v0.4.1
33842026-06-09T05:32:16.430Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
33852026-06-09T05:32:16.698Z Compiling erased-serde v0.4.8
33862026-06-09T05:32:17.197Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
33872026-06-09T05:32:17.273Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33882026-06-09T05:32:17.491Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33892026-06-09T05:32:17.505Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
33902026-06-09T05:32:18.326Z Compiling bitstruct v0.1.1
33912026-06-09T05:32:18.442Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
33922026-06-09T05:32:18.789Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33932026-06-09T05:32:19.547Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
33942026-06-09T05:32:20.365Z Compiling itertools v0.13.0
33952026-06-09T05:32:20.471Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33962026-06-09T05:32:20.853Z Compiling serde_arrays v0.1.0
33972026-06-09T05:32:21.529Z Compiling libloading v0.7.4
33982026-06-09T05:32:21.844Z Compiling bit_field v0.10.3
33992026-06-09T05:32:21.995Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
34002026-06-09T05:32:22.132Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34012026-06-09T05:32:22.274Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34022026-06-09T05:32:24.829Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34032026-06-09T05:32:25.263Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34042026-06-09T05:32:25.421Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34052026-06-09T05:32:26.282Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34062026-06-09T05:32:26.327Z Compiling globset v0.4.16
34072026-06-09T05:32:26.390Z Compiling slog-dtrace v0.3.0
34082026-06-09T05:32:27.427Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34092026-06-09T05:32:27.565Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34102026-06-09T05:32:28.059Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34112026-06-09T05:32:28.375Z Compiling tough v0.20.0
34122026-06-09T05:32:28.565Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34132026-06-09T05:32:29.915Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34142026-06-09T05:32:30.105Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34152026-06-09T05:32:33.151Z Compiling git2 v0.19.0
34162026-06-09T05:32:37.814Z Compiling vergen v8.3.2
34172026-06-09T05:32:38.342Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34182026-06-09T05:32:40.749Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34192026-06-09T05:32:42.270Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
34202026-06-09T05:32:42.513Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34212026-06-09T05:32:42.927Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
34222026-06-09T05:32:43.483Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
34232026-06-09T05:32:44.814Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
34242026-06-09T05:32:46.654Z Compiling omicron-zone-package v0.12.2
34252026-06-09T05:32:47.642Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34262026-06-09T05:32:48.776Z Compiling dropshot-api-manager v0.7.2
34272026-06-09T05:32:49.633Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
34282026-06-09T05:32:51.738Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
34292026-06-09T05:32:53.789Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
34302026-06-09T05:32:54.582Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34312026-06-09T05:32:56.028Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
34322026-06-09T05:32:56.031Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
34332026-06-09T05:32:56.842Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34342026-06-09T05:33:04.138Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
34352026-06-09T05:33:07.136Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
34362026-06-09T05:33:55.640Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 32s
34372026-06-09T05:33:55.793Z Running unittests src/lib.rs (target/debug/deps/aal-918246ebac54f42e)
34382026-06-09T05:33:55.799Z
34392026-06-09T05:33:55.800Zrunning 5 tests
34402026-06-09T05:33:55.803Ztest fuse::tests::chip_revision_b0 ... ok
34412026-06-09T05:33:55.803Ztest fuse::tests::chip_revision_unknown_device_id ... ok
34422026-06-09T05:33:55.803Ztest fuse::tests::chip_revision_a0 ... ok
34432026-06-09T05:33:55.803Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
34442026-06-09T05:33:55.803Ztest fuse::tests::chip_revision_b1 ... ok
34452026-06-09T05:33:55.803Z
34462026-06-09T05:33:55.803Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34472026-06-09T05:33:55.803Z
34482026-06-09T05:33:55.803Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
34492026-06-09T05:33:55.806Z
34502026-06-09T05:33:55.806Zrunning 0 tests
34512026-06-09T05:33:55.806Z
34522026-06-09T05:33:55.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34532026-06-09T05:33:55.806Z
34542026-06-09T05:33:55.806Z Running unittests src/lib.rs (target/debug/deps/asic-af0693d809a7f3c7)
34552026-06-09T05:33:55.838Z
34562026-06-09T05:33:55.838Zrunning 14 tests
34572026-06-09T05:33:55.841Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
34582026-06-09T05:33:55.844Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
34592026-06-09T05:33:55.845Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
34602026-06-09T05:33:55.845Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
34612026-06-09T05:33:55.845Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
34622026-06-09T05:33:55.845Ztest softnpu::mcast::tests::group_lifecycle ... ok
34632026-06-09T05:33:55.845Ztest softnpu::mcast::tests::groups_are_independent ... ok
34642026-06-09T05:33:55.845Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
34652026-06-09T05:33:55.845Ztest softnpu::mcast::tests::port_bitmap_ignores_ports_above_127 ... ok
34662026-06-09T05:33:55.845Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
34672026-06-09T05:33:55.845Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
34682026-06-09T05:33:55.845Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
34692026-06-09T05:33:55.845Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
34702026-06-09T05:33:55.845Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
34712026-06-09T05:33:55.845Z
34722026-06-09T05:33:55.845Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34732026-06-09T05:33:55.845Z
34742026-06-09T05:33:55.845Z Running unittests src/lib.rs (target/debug/deps/common-8688dc5dfed4f088)
34752026-06-09T05:33:55.854Z
34762026-06-09T05:33:55.854Zrunning 10 tests
34772026-06-09T05:33:55.857Ztest network::tests::test_equal ... ok
34782026-06-09T05:33:55.857Ztest nat::tests::test_vni ... ok
34792026-06-09T05:33:55.857Ztest network::tests::test_eui64 ... ok
34802026-06-09T05:33:55.857Ztest network::tests::test_generate_ipv6_link_local ... ok
34812026-06-09T05:33:55.857Ztest network::tests::test_into ... ok
34822026-06-09T05:33:55.857Ztest network::tests::test_not_equal ... ok
34832026-06-09T05:33:55.857Ztest network::tests::test_to_string ... ok
34842026-06-09T05:33:55.857Ztest network::tests::test_parse ... ok
34852026-06-09T05:33:55.857Ztest test_purge ... ok
34862026-06-09T05:33:55.861Ztest illumos::test::address_exists_handles_missing_object ... ok
34872026-06-09T05:33:55.861Z
34882026-06-09T05:33:55.861Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34892026-06-09T05:33:55.861Z
34902026-06-09T05:33:55.864Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-70112a48e0902566)
34912026-06-09T05:33:55.886Z
34922026-06-09T05:33:55.886Zrunning 1 test
34932026-06-09T05:33:55.890Z -------
34942026-06-09T05:33:55.893Z Generating OpenAPI documents from API definitions ...
34952026-06-09T05:33:56.060Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
34962026-06-09T05:33:56.131Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
34972026-06-09T05:33:57.156Z -------
34982026-06-09T05:33:57.156Z Checking 12 OpenAPI documents...
34992026-06-09T05:33:57.160Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
35002026-06-09T05:33:57.160Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
35012026-06-09T05:33:57.160Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
35022026-06-09T05:33:57.160Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
35032026-06-09T05:33:57.160Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
35042026-06-09T05:33:57.160Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
35052026-06-09T05:33:57.160Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
35062026-06-09T05:33:57.160Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
35072026-06-09T05:33:57.160Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
35082026-06-09T05:33:57.160Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
35092026-06-09T05:33:57.160Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
35102026-06-09T05:33:57.160Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
35112026-06-09T05:33:57.160Z Fresh dpd "latest" symlink
35122026-06-09T05:33:57.160Z -------
35132026-06-09T05:33:57.160Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
35142026-06-09T05:33:57.219Ztest test::test_apis_up_to_date ... ok
35152026-06-09T05:33:57.219Z
35162026-06-09T05:33:57.219Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
35172026-06-09T05:33:57.220Z
35182026-06-09T05:33:57.279Z Running unittests src/main.rs (target/debug/deps/dpd-2a595cc30a171746)
35192026-06-09T05:33:57.285Z
35202026-06-09T05:33:57.285Zrunning 45 tests
35212026-06-09T05:33:57.288Ztest freemap::test_ordering ... ok
35222026-06-09T05:33:57.288Ztest config::tests::test_updates ... ok
35232026-06-09T05:33:57.288Ztest dhcpv6::tests::test_create_duid_bytes ... ok
35242026-06-09T05:33:57.288Ztest freemap::test_split ... ok
35252026-06-09T05:33:57.288Ztest macaddrs::tests::test_mac_offset ... ok
35262026-06-09T05:33:57.288Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
35272026-06-09T05:33:57.292Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
35282026-06-09T05:33:57.292Ztest macaddrs::tests::test_parse_port_id ... ok
35292026-06-09T05:33:57.292Ztest mcast::tests::test_canonicalize_sources ... ok
35302026-06-09T05:33:57.292ZJun 09 05:33:55.834 DEBG created new freemap, unit: freemap_test
35312026-06-09T05:33:57.292ZJun 09 05:33:55.834 DEBG Jun 09 05:33:55.834initted freemap. size: 128 , DEBGunit :created new freemap freemap_test,
35322026-06-09T05:33:57.292Zunit: freemap_testJun 09 05:33:55.834
35332026-06-09T05:33:57.292Z DEBG reset freemap, unit: Jun 09 05:33:55.834freemap_test
35342026-06-09T05:33:57.292ZDEBG Jun 09 05:33:55.834initted freemap. size: 128 , DEBGunit :created new freemap freemap_test,
35352026-06-09T05:33:57.292Zunit: freemap_test
35362026-06-09T05:33:57.292ZJun 09 05:33:55.834 DEBG reset freemap, unitJun 09 05:33:55.834: DEBGfreemap_test
35372026-06-09T05:33:57.292Zinitted freemap. size: 128, unit: freemap_test
35382026-06-09T05:33:57.292ZJun 09 05:33:55.834 DEBG reset freemap, unit: freemap_test
35392026-06-09T05:33:57.292Ztest freemap::test_free ... ok
35402026-06-09T05:33:57.292ZJun 09 05:33:55.834 DEBG created new freemap, unit: freemap_test
35412026-06-09T05:33:57.292Ztest freemap::test_basic ... ok
35422026-06-09T05:33:57.292ZJun 09 05:33:55.834 DEBG initted freemap. size: 128, unit: freemap_test
35432026-06-09T05:33:57.292ZJun 09 05:33:55.834 DEBG reset freemap, unit: freemap_test
35442026-06-09T05:33:57.292Ztest freemap::test_exhaustion ... ok
35452026-06-09T05:33:57.292Ztest freemap::test_reclaim ... ok
35462026-06-09T05:33:57.292Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
35472026-06-09T05:33:57.292Ztest mcast::tests::test_create_port_bitmap_empty ... ok
35482026-06-09T05:33:57.292Ztest mcast::tests::test_concurrent_id_allocation ... ok
35492026-06-09T05:33:57.292Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
35502026-06-09T05:33:57.292Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
35512026-06-09T05:33:57.292Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
35522026-06-09T05:33:57.292Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
35532026-06-09T05:33:57.292ZJun 09 05:33:55.835 DEBG created new freemap, unit: freemap_test
35542026-06-09T05:33:57.292ZJun 09 05:33:55.835 DEBG initted freemap. size: 128, unit: freemap_test
35552026-06-09T05:33:57.292ZJun 09 05:33:55.835 DEBG reset freemap, unit: freemap_test
35562026-06-09T05:33:57.292Ztest mcast::tests::test_sources_contain_any ... ok
35572026-06-09T05:33:57.292Ztest mcast::validate::tests::test_address_validation_integrated ... ok
35582026-06-09T05:33:57.293Ztest freemap::test_span ... ok
35592026-06-09T05:33:57.293Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
35602026-06-09T05:33:57.293Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
35612026-06-09T05:33:57.293Ztest mcast::validate::tests::test_ipv4_validation ... ok
35622026-06-09T05:33:57.293Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
35632026-06-09T05:33:57.293Ztest mcast::validate::tests::test_is_ssm_function ... ok
35642026-06-09T05:33:57.293Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
35652026-06-09T05:33:57.293Ztest mcast::validate::tests::test_ipv6_validation ... ok
35662026-06-09T05:33:57.293Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
35672026-06-09T05:33:57.293Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
35682026-06-09T05:33:57.293Ztest mcast::validate::tests::test_validate_nat_target ... ok
35692026-06-09T05:33:57.293Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
35702026-06-09T05:33:57.293Ztest mcast::validate::tests::test_validate_source_addresses ... ok
35712026-06-09T05:33:57.293Ztest mcast::validate::tests::test_validate_tag ... ok
35722026-06-09T05:33:57.293Ztest nat::test_mapping ... ok
35732026-06-09T05:33:57.293Ztest mcast::validate::tests::test_validate_tag_format ... ok
35742026-06-09T05:33:57.293Ztest port_map::tests::test_backplane_group ... ok
35752026-06-09T05:33:57.293Ztest api_server::tests::test_build_info ... ok
35762026-06-09T05:33:57.293Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
35772026-06-09T05:33:57.293Ztest port_map::tests::test_port_map ... ok
35782026-06-09T05:33:57.293Ztest port_map::tests::dump_map ... ok
35792026-06-09T05:33:57.296Ztest mcast::tests::test_id_range_boundaries ... ok
35802026-06-09T05:33:57.296Ztest port_map::tests::parse_softnpu_revision ... ok
35812026-06-09T05:33:57.296Z
35822026-06-09T05:33:57.296Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35832026-06-09T05:33:57.296Z
35842026-06-09T05:33:57.296Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-529eee24a2b47258)
35852026-06-09T05:33:57.301Z
35862026-06-09T05:33:57.301Zrunning 0 tests
35872026-06-09T05:33:57.301Z
35882026-06-09T05:33:57.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35892026-06-09T05:33:57.303Z
35902026-06-09T05:33:57.303Z Running unittests src/lib.rs (target/debug/deps/dpd_api-aad23ba6ad5f6e8d)
35912026-06-09T05:33:57.306Z
35922026-06-09T05:33:57.306Zrunning 0 tests
35932026-06-09T05:33:57.306Z
35942026-06-09T05:33:57.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35952026-06-09T05:33:57.306Z
35962026-06-09T05:33:57.306Z Running unittests src/lib.rs (target/debug/deps/dpd_client-726f91dc98f0809f)
35972026-06-09T05:33:57.313Z
35982026-06-09T05:33:57.313Zrunning 6 tests
35992026-06-09T05:33:57.317Ztest tests::test_full_lot_id_both_present ... ok
36002026-06-09T05:33:57.318Ztest tests::test_full_lot_id_lotnum_only ... ok
36012026-06-09T05:33:57.318Ztest tests::test_full_lot_id_neither_present ... ok
36022026-06-09T05:33:57.318Ztest tests::test_full_lot_id_lot_only ... ok
36032026-06-09T05:33:57.318Ztest tests::test_port_id_cmp ... ok
36042026-06-09T05:33:57.318Ztest tests::test_parse_client_port_id ... ok
36052026-06-09T05:33:57.318Z
36062026-06-09T05:33:57.321Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36072026-06-09T05:33:57.321Z
36082026-06-09T05:33:57.321Z Running tests/test_all.rs (target/debug/deps/test_all-2f6c284867ce46d2)
36092026-06-09T05:33:57.321Z
36102026-06-09T05:33:57.321Zrunning 0 tests
36112026-06-09T05:33:57.321Z
36122026-06-09T05:33:57.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36132026-06-09T05:33:57.321Z
36142026-06-09T05:33:57.321Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c2b59464602a3c79)
36152026-06-09T05:33:57.325Z
36162026-06-09T05:33:57.325Zrunning 0 tests
36172026-06-09T05:33:57.325Z
36182026-06-09T05:33:57.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36192026-06-09T05:33:57.328Z
36202026-06-09T05:33:57.328Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-46143bc30d3aa096)
36212026-06-09T05:33:57.328Z
36222026-06-09T05:33:57.328Zrunning 0 tests
36232026-06-09T05:33:57.329Z
36242026-06-09T05:33:57.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36252026-06-09T05:33:57.329Z
36262026-06-09T05:33:57.329Z Running unittests src/lib.rs (target/debug/deps/packet-864d62087106a302)
36272026-06-09T05:33:57.334Z
36282026-06-09T05:33:57.334Zrunning 12 tests
36292026-06-09T05:33:57.337Ztest icmp::test_v6_checksum ... ok
36302026-06-09T05:33:57.337Ztest icmp::test_v4_checksum ... ok
36312026-06-09T05:33:57.337Ztest ipv6::test_ipv6_parse ... ok
36322026-06-09T05:33:57.337Ztest lldp::test_lldp_parse ... ok
36332026-06-09T05:33:57.337Ztest pbuf::test_byte ... ok
36342026-06-09T05:33:57.337Ztest pbuf::test_nibble ... ok
36352026-06-09T05:33:57.337Ztest pbuf::test_short ... ok
36362026-06-09T05:33:57.337Ztest pbuf::test_twelve ... ok
36372026-06-09T05:33:57.338Ztest pbuf::test_word ... ok
36382026-06-09T05:33:57.338Ztest pbuf::test_overflow ... ok
36392026-06-09T05:33:57.338Ztest tcp::test_checksum_ack_data ... ok
36402026-06-09T05:33:57.338Ztest tcp::test_checksum_syn_nodata ... ok
36412026-06-09T05:33:57.338Z
36422026-06-09T05:33:57.338Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36432026-06-09T05:33:57.338Z
36442026-06-09T05:33:57.341Z Running unittests src/lib.rs (target/debug/deps/pcap-37034312304cf4c6)
36452026-06-09T05:33:57.343Z
36462026-06-09T05:33:57.343Zrunning 0 tests
36472026-06-09T05:33:57.343Z
36482026-06-09T05:33:57.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36492026-06-09T05:33:57.343Z
36502026-06-09T05:33:57.344Z Running unittests src/main.rs (target/debug/deps/swadm-23b482c961817155)
36512026-06-09T05:33:57.348Z
36522026-06-09T05:33:57.348Zrunning 5 tests
36532026-06-09T05:33:57.351Ztest switchport::test::test_compute_lanes ... ok
36542026-06-09T05:33:57.354Ztest link::test_filter ... ok
36552026-06-09T05:33:57.354Ztest switchport::test::port_id_ordering ... ok
36562026-06-09T05:33:57.357Z Lane 0 Lane 1 Lane 2 Lane 3
36572026-06-09T05:33:57.357Z State: Activated Lane 0Activated Activated Activated
36582026-06-09T05:33:57.357Z Rx Output Enabled: falseLane 1 falseLane 2 falseLane 3 false
36592026-06-09T05:33:57.357Z
36602026-06-09T05:33:57.357Z Rx Loss-of-lock: Yes Rx Output Status: valid Yesvalid Yesvalid Yesvalid
36612026-06-09T05:33:57.358Z
36622026-06-09T05:33:57.358Z Rx Loss-of-lock: true Rx Loss-of-signal: Yes true Yes trueYes true
36632026-06-09T05:33:57.358ZYes Rx Loss-of-signal: false
36642026-06-09T05:33:57.358Z false Rx CDR Enabled: Yes falseYes falseYes
36652026-06-09T05:33:57.358Z Rx Auto-squelch Disable: trueYes
36662026-06-09T05:33:57.358Ztrue Tx Enabled: Yes true Yestrue
36672026-06-09T05:33:57.358ZYes Tx Output Enabled: trueYes
36682026-06-09T05:33:57.358Ztrue Tx Loss-of-lock: No true Notrue
36692026-06-09T05:33:57.358ZNo Tx Output Status: invalidNo
36702026-06-09T05:33:57.358Zinvalid Tx Loss-of-signal: Noinvalid Noinvalid
36712026-06-09T05:33:57.358Z Tx Loss-of-lock: false No false Nofalse
36722026-06-09T05:33:57.358Z false Tx CDR Enabled: No
36732026-06-09T05:33:57.358Z Tx Loss-of-signal: trueNo trueNo trueNo
36742026-06-09T05:33:57.358Ztrue
36752026-06-09T05:33:57.358Z Tx Adaptive EQ Fault: No Tx Auto-squelch Disable: false No false No Nofalse
36762026-06-09T05:33:57.358Z false
36772026-06-09T05:33:57.358Z Tx Fault: Yes Tx Adaptive EQ Fail: true Yes true Yes trueYes
36782026-06-09T05:33:57.358Ztrue
36792026-06-09T05:33:57.358Z Tx Failure: false false false false
36802026-06-09T05:33:57.358Z Tx Force Squelch: true true true true
36812026-06-09T05:33:57.358Z Tx Input Polarity: normal normal normal normal
36822026-06-09T05:33:57.358Ztest switchport::test::test_print_sff_datapath ... ok
36832026-06-09T05:33:57.358Ztest switchport::test::test_print_cmis_datapath ... ok
36842026-06-09T05:33:57.358Z
36852026-06-09T05:33:57.358Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
36862026-06-09T05:33:57.358Z
36872026-06-09T05:33:57.358Z Running tests/counters.rs (target/debug/deps/counters-c9b67cbcd90f48f2)
36882026-06-09T05:33:57.362Z
36892026-06-09T05:33:57.362Zrunning 1 test
36902026-06-09T05:33:57.362Ztest test_p4_counter_list ... ignored
36912026-06-09T05:33:57.362Z
36922026-06-09T05:33:57.362Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36932026-06-09T05:33:57.362Z
36942026-06-09T05:33:57.362Z Running tests/multicast.rs (target/debug/deps/multicast-ddf382d6daddcf0f)
36952026-06-09T05:33:57.371Z
36962026-06-09T05:33:57.371Zrunning 1 test
36972026-06-09T05:33:57.375Ztest test_multicast_list_and_get ... ignored
36982026-06-09T05:33:57.375Z
36992026-06-09T05:33:57.375Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
37002026-06-09T05:33:57.375Z
37012026-06-09T05:33:57.375Z Running tests/port-link.rs (target/debug/deps/port_link-c6189fe894700d3a)
37022026-06-09T05:33:57.378Z
37032026-06-09T05:33:57.378Zrunning 5 tests
37042026-06-09T05:33:57.381Ztest test_an ... ignored
37052026-06-09T05:33:57.381Ztest test_enable ... ignored
37062026-06-09T05:33:57.381Ztest test_ip_addresses ... ignored
37072026-06-09T05:33:57.381Ztest test_kr ... ignored
37082026-06-09T05:33:57.381Ztest test_mac ... ignored
37092026-06-09T05:33:57.381Z
37102026-06-09T05:33:57.381Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
37112026-06-09T05:33:57.381Z
37122026-06-09T05:33:57.381Z Running unittests src/main.rs (target/debug/deps/tfportd-027ad89df51266b7)
37132026-06-09T05:33:57.405Z
37142026-06-09T05:33:57.405Zrunning 3 tests
37152026-06-09T05:33:57.409Ztest linklocal::test_parse_ipadm ... ok
37162026-06-09T05:33:57.409Ztest config::tests::test_updates ... ok
37172026-06-09T05:33:57.412Ztest tfport::test_parse_tfport ... ok
37182026-06-09T05:33:57.412Z
37192026-06-09T05:33:57.412Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37202026-06-09T05:33:57.412Z
37212026-06-09T05:33:57.412Z Running unittests src/main.rs (target/debug/deps/uplinkd-30947a0fa87017f0)
37222026-06-09T05:33:57.417Z
37232026-06-09T05:33:57.417Zrunning 0 tests
37242026-06-09T05:33:57.420Z
37252026-06-09T05:33:57.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37262026-06-09T05:33:57.420Z
37272026-06-09T05:33:57.420Z Running unittests src/main.rs (target/debug/deps/xtask-8df600af6795fa5e)
37282026-06-09T05:33:57.423Z
37292026-06-09T05:33:57.423Zrunning 0 tests
37302026-06-09T05:33:57.423Z
37312026-06-09T05:33:57.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37322026-06-09T05:33:57.423Z
37332026-06-09T05:33:57.425Z Doc-tests aal
37342026-06-09T05:33:57.615Z
37352026-06-09T05:33:57.616Zrunning 0 tests
37362026-06-09T05:33:57.616Z
37372026-06-09T05:33:57.619Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37382026-06-09T05:33:57.619Z
37392026-06-09T05:33:57.634Z Doc-tests aal_macros
37402026-06-09T05:33:57.709Z
37412026-06-09T05:33:57.709Zrunning 0 tests
37422026-06-09T05:33:57.709Z
37432026-06-09T05:33:57.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37442026-06-09T05:33:57.709Z
37452026-06-09T05:33:57.721Z Doc-tests common
37462026-06-09T05:33:57.965Z
37472026-06-09T05:33:57.965Zrunning 0 tests
37482026-06-09T05:33:57.965Z
37492026-06-09T05:33:57.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37502026-06-09T05:33:57.965Z
37512026-06-09T05:33:57.988Z Doc-tests dpd_api
37522026-06-09T05:33:58.897Z
37532026-06-09T05:33:58.897Zrunning 2 tests
37542026-06-09T05:33:58.897Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
37552026-06-09T05:33:58.897Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
37562026-06-09T05:33:58.897Z
37572026-06-09T05:33:58.897Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
37582026-06-09T05:33:58.897Z
37592026-06-09T05:33:58.930Z Doc-tests dpd_client
37602026-06-09T05:34:00.369Z
37612026-06-09T05:34:00.369Zrunning 0 tests
37622026-06-09T05:34:00.369Z
37632026-06-09T05:34:00.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37642026-06-09T05:34:00.369Z
37652026-06-09T05:34:00.416Z Doc-tests dpd_types
37662026-06-09T05:34:00.636Z
37672026-06-09T05:34:00.636Zrunning 0 tests
37682026-06-09T05:34:00.636Z
37692026-06-09T05:34:00.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37702026-06-09T05:34:00.636Z
37712026-06-09T05:34:00.662Z Doc-tests dpd_types_versions
37722026-06-09T05:34:01.910Z
37732026-06-09T05:34:01.910Zrunning 1 test
37742026-06-09T05:34:01.910Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
37752026-06-09T05:34:01.910Z
37762026-06-09T05:34:01.910Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
37772026-06-09T05:34:01.910Z
37782026-06-09T05:34:01.955Z Doc-tests packet
37792026-06-09T05:34:02.067Z
37802026-06-09T05:34:02.067Zrunning 0 tests
37812026-06-09T05:34:02.067Z
37822026-06-09T05:34:02.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37832026-06-09T05:34:02.067Z
37842026-06-09T05:34:02.083Z Doc-tests pcap
37852026-06-09T05:34:02.139Z
37862026-06-09T05:34:02.139Zrunning 0 tests
37872026-06-09T05:34:02.139Z
37882026-06-09T05:34:02.139Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37892026-06-09T05:34:02.139Z
37902026-06-09T05:34:02.209Z+ for feat in tofino_stub tofino_asic softnpu chaos
37912026-06-09T05:34:02.209Z+ RUST_BACKTRACE=full
37922026-06-09T05:34:02.209Z+ cargo test --features chaos --no-fail-fast
37932026-06-09T05:34:02.947Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
37942026-06-09T05:34:03.037Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
37952026-06-09T05:34:03.046Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
37962026-06-09T05:34:03.053Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
37972026-06-09T05:34:11.861Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
37982026-06-09T05:34:11.948Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
37992026-06-09T05:34:50.643Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.41s
38002026-06-09T05:34:50.789Z Running unittests src/lib.rs (target/debug/deps/aal-87b1ecff2807cfa3)
38012026-06-09T05:34:50.795Z
38022026-06-09T05:34:50.795Zrunning 5 tests
38032026-06-09T05:34:50.798Ztest fuse::tests::chip_revision_b1 ... ok
38042026-06-09T05:34:50.798Ztest fuse::tests::chip_revision_b0 ... ok
38052026-06-09T05:34:50.798Ztest fuse::tests::chip_revision_unknown_device_id ... ok
38062026-06-09T05:34:50.798Ztest fuse::tests::chip_revision_a0 ... ok
38072026-06-09T05:34:50.798Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
38082026-06-09T05:34:50.798Z
38092026-06-09T05:34:50.798Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38102026-06-09T05:34:50.798Z
38112026-06-09T05:34:50.798Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
38122026-06-09T05:34:50.802Z
38132026-06-09T05:34:50.802Zrunning 0 tests
38142026-06-09T05:34:50.802Z
38152026-06-09T05:34:50.802Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38162026-06-09T05:34:50.802Z
38172026-06-09T05:34:50.802Z Running unittests src/lib.rs (target/debug/deps/asic-248ecf9280660b88)
38182026-06-09T05:34:50.806Z
38192026-06-09T05:34:50.806Zrunning 0 tests
38202026-06-09T05:34:50.806Z
38212026-06-09T05:34:50.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38222026-06-09T05:34:50.810Z
38232026-06-09T05:34:50.810Z Running unittests src/lib.rs (target/debug/deps/common-8688dc5dfed4f088)
38242026-06-09T05:34:50.816Z
38252026-06-09T05:34:50.816Zrunning 10 tests
38262026-06-09T05:34:50.819Ztest nat::tests::test_vni ... ok
38272026-06-09T05:34:50.819Ztest network::tests::test_equal ... ok
38282026-06-09T05:34:50.819Ztest network::tests::test_eui64 ... ok
38292026-06-09T05:34:50.819Ztest network::tests::test_into ... ok
38302026-06-09T05:34:50.819Ztest network::tests::test_generate_ipv6_link_local ... ok
38312026-06-09T05:34:50.819Ztest network::tests::test_not_equal ... ok
38322026-06-09T05:34:50.819Ztest network::tests::test_to_string ... ok
38332026-06-09T05:34:50.819Ztest network::tests::test_parse ... ok
38342026-06-09T05:34:50.820Ztest test_purge ... ok
38352026-06-09T05:34:50.823Ztest illumos::test::address_exists_handles_missing_object ... ok
38362026-06-09T05:34:50.823Z
38372026-06-09T05:34:50.823Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
38382026-06-09T05:34:50.823Z
38392026-06-09T05:34:50.826Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-26697c0419b943a6)
38402026-06-09T05:34:50.840Z
38412026-06-09T05:34:50.841Zrunning 1 test
38422026-06-09T05:34:50.844Z -------
38432026-06-09T05:34:50.844Z Generating OpenAPI documents from API definitions ...
38442026-06-09T05:34:50.987Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
38452026-06-09T05:34:51.056Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
38462026-06-09T05:34:52.056Z -------
38472026-06-09T05:34:52.056Z Checking 12 OpenAPI documents...
38482026-06-09T05:34:52.056Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
38492026-06-09T05:34:52.056Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
38502026-06-09T05:34:52.060Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
38512026-06-09T05:34:52.060Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
38522026-06-09T05:34:52.060Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
38532026-06-09T05:34:52.060Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
38542026-06-09T05:34:52.060Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
38552026-06-09T05:34:52.060Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
38562026-06-09T05:34:52.060Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
38572026-06-09T05:34:52.060Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
38582026-06-09T05:34:52.060Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
38592026-06-09T05:34:52.060Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
38602026-06-09T05:34:52.060Z Fresh dpd "latest" symlink
38612026-06-09T05:34:52.061Z -------
38622026-06-09T05:34:52.061Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
38632026-06-09T05:34:52.118Ztest test::test_apis_up_to_date ... ok
38642026-06-09T05:34:52.118Z
38652026-06-09T05:34:52.118Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
38662026-06-09T05:34:52.118Z
38672026-06-09T05:34:52.180Z Running unittests src/main.rs (target/debug/deps/dpd-a1c4f638b0098dcc)
38682026-06-09T05:34:52.186Z
38692026-06-09T05:34:52.186Zrunning 45 tests
38702026-06-09T05:34:52.189Ztest freemap::test_ordering ... ok
38712026-06-09T05:34:52.190Ztest config::tests::test_updates ... ok
38722026-06-09T05:34:52.190Ztest freemap::test_split ... ok
38732026-06-09T05:34:52.190Ztest dhcpv6::tests::test_create_duid_bytes ... ok
38742026-06-09T05:34:52.190Ztest macaddrs::tests::test_mac_offset ... ok
38752026-06-09T05:34:52.190Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
38762026-06-09T05:34:52.190Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
38772026-06-09T05:34:52.190Ztest macaddrs::tests::test_parse_port_id ... ok
38782026-06-09T05:34:52.190Ztest mcast::tests::test_canonicalize_sources ... ok
38792026-06-09T05:34:52.193ZJun 09 05:34:50.733 DEBG created new freemap, unit: freemap_test
38802026-06-09T05:34:52.193ZJun 09 05:34:50.733 DEBG initted freemap. size: 128, unit: freemap_test
38812026-06-09T05:34:52.193Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
38822026-06-09T05:34:52.193ZJun 09 05:34:50.733 DEBG reset freemap, unit: freemap_test
38832026-06-09T05:34:52.193Ztest freemap::test_exhaustion ... ok
38842026-06-09T05:34:52.193Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
38852026-06-09T05:34:52.193Ztest mcast::tests::test_create_port_bitmap_empty ... ok
38862026-06-09T05:34:52.194Ztest mcast::tests::test_concurrent_id_allocation ... ok
38872026-06-09T05:34:52.194Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
38882026-06-09T05:34:52.194ZJun 09 05:34:50.734 DEBG created new freemap, unit: freemap_test
38892026-06-09T05:34:52.194ZJun 09 05:34:50.734 DEBG created new freemap, unitJun 09 05:34:50.734: DEBGfreemap_test initted freemap. size: 128, unit: freemap_test
38902026-06-09T05:34:52.194ZJun 09 05:34:50.734 DEBG reset freemap, unit: freemap_test
38912026-06-09T05:34:52.194ZJun 09 05:34:50.734 DEBG created new freemap, unit: freemap_test
38922026-06-09T05:34:52.194ZJun 09 05:34:50.734 DEBG initted freemap. size: 128, unit: freemap_test
38932026-06-09T05:34:52.194ZJun 09 05:34:50.734 DEBG reset freemap, unit: freemap_test
38942026-06-09T05:34:52.194Ztest freemap::test_reclaim ... ok
38952026-06-09T05:34:52.194Z
38962026-06-09T05:34:52.194ZJun 09 05:34:50.734 DEBG initted freemap. size: 128, unit: freemap_test
38972026-06-09T05:34:52.194ZJun 09 05:34:50.734 DEBG reset freemap, unit: freemap_test
38982026-06-09T05:34:52.194Ztest freemap::test_basic ... ok
38992026-06-09T05:34:52.194Ztest freemap::test_free ... ok
39002026-06-09T05:34:52.194Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
39012026-06-09T05:34:52.194Ztest mcast::tests::test_sources_contain_any ... ok
39022026-06-09T05:34:52.194Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
39032026-06-09T05:34:52.194Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
39042026-06-09T05:34:52.194Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
39052026-06-09T05:34:52.194Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
39062026-06-09T05:34:52.194ZJun 09 05:34:50.735 DEBG created new freemap, unit: freemap_test
39072026-06-09T05:34:52.194ZJun 09 05:34:50.735 DEBG initted freemap. size: 128, unit: freemap_test
39082026-06-09T05:34:52.194ZJun 09 05:34:50.735 DEBG reset freemap, unit: freemap_test
39092026-06-09T05:34:52.194Ztest mcast::validate::tests::test_address_validation_integrated ... ok
39102026-06-09T05:34:52.194Ztest mcast::validate::tests::test_ipv4_validation ... ok
39112026-06-09T05:34:52.194Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
39122026-06-09T05:34:52.194Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
39132026-06-09T05:34:52.194Ztest freemap::test_span ... ok
39142026-06-09T05:34:52.194Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
39152026-06-09T05:34:52.194Ztest mcast::validate::tests::test_is_ssm_function ... ok
39162026-06-09T05:34:52.194Ztest mcast::validate::tests::test_validate_nat_target ... ok
39172026-06-09T05:34:52.194Ztest mcast::validate::tests::test_ipv6_validation ... ok
39182026-06-09T05:34:52.194Ztest mcast::validate::tests::test_validate_source_addresses ... ok
39192026-06-09T05:34:52.195Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
39202026-06-09T05:34:52.195Ztest nat::test_mapping ... ok
39212026-06-09T05:34:52.195Ztest mcast::validate::tests::test_validate_tag ... ok
39222026-06-09T05:34:52.195Ztest port_map::tests::test_backplane_group ... ok
39232026-06-09T05:34:52.195Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
39242026-06-09T05:34:52.195Ztest mcast::validate::tests::test_validate_tag_format ... ok
39252026-06-09T05:34:52.195Ztest port_map::tests::test_port_map ... ok
39262026-06-09T05:34:52.195Ztest api_server::tests::test_build_info ... ok
39272026-06-09T05:34:52.195Ztest port_map::tests::dump_map ... ok
39282026-06-09T05:34:52.195Ztest mcast::tests::test_id_range_boundaries ... ok
39292026-06-09T05:34:52.195Ztest port_map::tests::parse_softnpu_revision ... ok
39302026-06-09T05:34:52.195Z
39312026-06-09T05:34:52.195Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
39322026-06-09T05:34:52.195Z
39332026-06-09T05:34:52.199Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b09c8f724e9af5a7)
39342026-06-09T05:34:52.202Z
39352026-06-09T05:34:52.202Zrunning 0 tests
39362026-06-09T05:34:52.202Z
39372026-06-09T05:34:52.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39382026-06-09T05:34:52.202Z
39392026-06-09T05:34:52.202Z Running unittests src/lib.rs (target/debug/deps/dpd_api-ac49b024f70940aa)
39402026-06-09T05:34:52.205Z
39412026-06-09T05:34:52.205Zrunning 0 tests
39422026-06-09T05:34:52.205Z
39432026-06-09T05:34:52.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39442026-06-09T05:34:52.205Z
39452026-06-09T05:34:52.205Z Running unittests src/lib.rs (target/debug/deps/dpd_client-7a9b40d04b84393e)
39462026-06-09T05:34:52.212Z
39472026-06-09T05:34:52.212Zrunning 6 tests
39482026-06-09T05:34:52.216Ztest tests::test_full_lot_id_neither_present ... ok
39492026-06-09T05:34:52.216Ztest tests::test_full_lot_id_lot_only ... ok
39502026-06-09T05:34:52.216Ztest tests::test_full_lot_id_both_present ... ok
39512026-06-09T05:34:52.216Ztest tests::test_full_lot_id_lotnum_only ... ok
39522026-06-09T05:34:52.219Ztest tests::test_port_id_cmp ... ok
39532026-06-09T05:34:52.219Ztest tests::test_parse_client_port_id ... ok
39542026-06-09T05:34:52.219Z
39552026-06-09T05:34:52.219Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39562026-06-09T05:34:52.220Z
39572026-06-09T05:34:52.220Z Running tests/test_all.rs (target/debug/deps/test_all-1ab22b4504ff74cd)
39582026-06-09T05:34:52.223Z
39592026-06-09T05:34:52.223Zrunning 6 tests
39602026-06-09T05:34:55.231Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
39612026-06-09T05:34:55.234Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
39622026-06-09T05:34:55.234Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
39632026-06-09T05:34:55.239Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
39642026-06-09T05:34:55.570Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
39652026-06-09T05:34:56.589Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
39662026-06-09T05:34:56.589Z
39672026-06-09T05:34:56.589Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s
39682026-06-09T05:34:56.589Z
39692026-06-09T05:34:56.596Z Running unittests src/lib.rs (target/debug/deps/dpd_types-061be8b6a26fb113)
39702026-06-09T05:34:56.601Z
39712026-06-09T05:34:56.601Zrunning 0 tests
39722026-06-09T05:34:56.601Z
39732026-06-09T05:34:56.604Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39742026-06-09T05:34:56.604Z
39752026-06-09T05:34:56.604Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-2c37c91306d391d1)
39762026-06-09T05:34:56.604Z
39772026-06-09T05:34:56.604Zrunning 0 tests
39782026-06-09T05:34:56.604Z
39792026-06-09T05:34:56.604Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39802026-06-09T05:34:56.604Z
39812026-06-09T05:34:56.604Z Running unittests src/lib.rs (target/debug/deps/packet-864d62087106a302)
39822026-06-09T05:34:56.611Z
39832026-06-09T05:34:56.611Zrunning 12 tests
39842026-06-09T05:34:56.614Ztest icmp::test_v6_checksum ... ok
39852026-06-09T05:34:56.614Ztest icmp::test_v4_checksum ... ok
39862026-06-09T05:34:56.614Ztest lldp::test_lldp_parse ... ok
39872026-06-09T05:34:56.614Ztest ipv6::test_ipv6_parse ... ok
39882026-06-09T05:34:56.614Ztest pbuf::test_byte ... ok
39892026-06-09T05:34:56.614Ztest pbuf::test_nibble ... ok
39902026-06-09T05:34:56.614Ztest pbuf::test_short ... ok
39912026-06-09T05:34:56.614Ztest pbuf::test_twelve ... ok
39922026-06-09T05:34:56.614Ztest pbuf::test_word ... ok
39932026-06-09T05:34:56.614Ztest pbuf::test_overflow ... ok
39942026-06-09T05:34:56.614Ztest tcp::test_checksum_ack_data ... ok
39952026-06-09T05:34:56.614Ztest tcp::test_checksum_syn_nodata ... ok
39962026-06-09T05:34:56.614Z
39972026-06-09T05:34:56.614Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39982026-06-09T05:34:56.614Z
39992026-06-09T05:34:56.617Z Running unittests src/lib.rs (target/debug/deps/pcap-e7267810b5c5fe94)
40002026-06-09T05:34:56.617Z
40012026-06-09T05:34:56.617Zrunning 0 tests
40022026-06-09T05:34:56.617Z
40032026-06-09T05:34:56.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40042026-06-09T05:34:56.617Z
40052026-06-09T05:34:56.617Z Running unittests src/main.rs (target/debug/deps/swadm-70cd0b484019d2ad)
40062026-06-09T05:34:56.627Z
40072026-06-09T05:34:56.627Zrunning 5 tests
40082026-06-09T05:34:56.633Ztest switchport::test::test_compute_lanes ... ok
40092026-06-09T05:34:57.639Ztest link::test_filter ... ok
40102026-06-09T05:34:57.639Ztest switchport::test::port_id_ordering ... ok
40112026-06-09T05:34:57.639Z Lane 0 Lane 1 Lane 2 Lane 3
40122026-06-09T05:34:57.639Z State: Activated Activated Activated Activated
40132026-06-09T05:34:57.639Z Rx Output Enabled: false false false false
40142026-06-09T05:34:57.639Z Rx Output Status: valid valid valid valid
40152026-06-09T05:34:57.639Z Lane 0 Rx Loss-of-lock: true true true Lane 1true
40162026-06-09T05:34:57.639Z Rx Loss-of-signal: false Lane 2 false Lane 3false
40172026-06-09T05:34:57.639Zfalse
40182026-06-09T05:34:57.639Z Rx Loss-of-lock: Yes Rx Auto-squelch Disable: true Yestrue Yes trueYes
40192026-06-09T05:34:57.639Z true Rx Loss-of-signal: Yes
40202026-06-09T05:34:57.639Z Tx Output Enabled: trueYes true Yes Yestrue
40212026-06-09T05:34:57.639Ztrue
40222026-06-09T05:34:57.639Z Rx CDR Enabled: Yes Tx Output Status: invalid Yes invalid Yes invalidYes
40232026-06-09T05:34:57.639Zinvalid
40242026-06-09T05:34:57.639Z Tx Enabled: Yes Tx Loss-of-lock: false Yes false Yes falseYes
40252026-06-09T05:34:57.639Zfalse Tx Loss-of-lock: No
40262026-06-09T05:34:57.639Z Tx Loss-of-signal: trueNo true No trueNo
40272026-06-09T05:34:57.639Z true Tx Loss-of-signal: No
40282026-06-09T05:34:57.640Z Tx Auto-squelch Disable: falseNo falseNo falseNo
40292026-06-09T05:34:57.640Zfalse
40302026-06-09T05:34:57.640Z Tx CDR Enabled: No Tx Adaptive EQ Fail: true No trueNo trueNo
40312026-06-09T05:34:57.640Z true
40322026-06-09T05:34:57.640Z Tx Adaptive EQ Fault: No Tx Failure: falseNo false Nofalse Nofalse
40332026-06-09T05:34:57.640Z
40342026-06-09T05:34:57.640Z Tx Fault: Yes Tx Force Squelch: trueYes trueYes trueYes
40352026-06-09T05:34:57.640Ztrue
40362026-06-09T05:34:57.640Z Tx Input Polarity: normal normal normal normal
40372026-06-09T05:34:57.640Ztest switchport::test::test_print_sff_datapath ... ok
40382026-06-09T05:34:57.640Ztest switchport::test::test_print_cmis_datapath ... ok
40392026-06-09T05:34:57.640Z
40402026-06-09T05:34:57.640Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
40412026-06-09T05:34:57.640Z
40422026-06-09T05:34:57.643Z Running tests/counters.rs (target/debug/deps/counters-e54538c6b78edec3)
40432026-06-09T05:34:57.644Z
40442026-06-09T05:34:57.644Zrunning 1 test
40452026-06-09T05:34:57.644Ztest test_p4_counter_list ... ignored
40462026-06-09T05:34:57.644Z
40472026-06-09T05:34:57.644Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
40482026-06-09T05:34:57.644Z
40492026-06-09T05:34:57.644Z Running tests/multicast.rs (target/debug/deps/multicast-4f48f8416e6eb0bd)
40502026-06-09T05:34:57.644Z
40512026-06-09T05:34:57.644Zrunning 1 test
40522026-06-09T05:34:57.644Ztest test_multicast_list_and_get ... ignored
40532026-06-09T05:34:57.644Z
40542026-06-09T05:34:57.644Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
40552026-06-09T05:34:57.644Z
40562026-06-09T05:34:57.644Z Running tests/port-link.rs (target/debug/deps/port_link-5e21198635c8c4fc)
40572026-06-09T05:34:57.644Z
40582026-06-09T05:34:57.644Zrunning 5 tests
40592026-06-09T05:34:57.644Ztest test_an ... ignored
40602026-06-09T05:34:57.644Ztest test_enable ... ignored
40612026-06-09T05:34:57.644Ztest test_ip_addresses ... ignored
40622026-06-09T05:34:57.644Ztest test_kr ... ignored
40632026-06-09T05:34:57.644Ztest test_mac ... ignored
40642026-06-09T05:34:57.644Z
40652026-06-09T05:34:57.644Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
40662026-06-09T05:34:57.644Z
40672026-06-09T05:34:57.644Z Running unittests src/main.rs (target/debug/deps/tfportd-0bddce01ffcc1115)
40682026-06-09T05:34:57.644Z
40692026-06-09T05:34:57.644Zrunning 3 tests
40702026-06-09T05:34:57.644Ztest linklocal::test_parse_ipadm ... ok
40712026-06-09T05:34:57.644Ztest tfport::test_parse_tfport ... ok
40722026-06-09T05:34:57.644Ztest config::tests::test_updates ... ok
40732026-06-09T05:34:57.644Z
40742026-06-09T05:34:57.644Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40752026-06-09T05:34:57.644Z
40762026-06-09T05:34:57.644Z Running unittests src/main.rs (target/debug/deps/uplinkd-f63d5a9c866bf03d)
40772026-06-09T05:34:57.644Z
40782026-06-09T05:34:57.644Zrunning 0 tests
40792026-06-09T05:34:57.644Z
40802026-06-09T05:34:57.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40812026-06-09T05:34:57.645Z
40822026-06-09T05:34:57.645Z Running unittests src/main.rs (target/debug/deps/xtask-60bf65fdc58be5ee)
40832026-06-09T05:34:57.645Z
40842026-06-09T05:34:57.645Zrunning 0 tests
40852026-06-09T05:34:57.645Z
40862026-06-09T05:34:57.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40872026-06-09T05:34:57.645Z
40882026-06-09T05:34:57.645Z Doc-tests aal
40892026-06-09T05:34:57.645Z
40902026-06-09T05:34:57.645Zrunning 0 tests
40912026-06-09T05:34:57.645Z
40922026-06-09T05:34:57.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40932026-06-09T05:34:57.645Z
40942026-06-09T05:34:57.645Z Doc-tests aal_macros
40952026-06-09T05:34:57.645Z
40962026-06-09T05:34:57.645Zrunning 0 tests
40972026-06-09T05:34:57.645Z
40982026-06-09T05:34:57.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40992026-06-09T05:34:57.645Z
41002026-06-09T05:34:57.645Z Doc-tests common
41012026-06-09T05:34:57.645Z
41022026-06-09T05:34:57.645Zrunning 0 tests
41032026-06-09T05:34:57.645Z
41042026-06-09T05:34:57.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41052026-06-09T05:34:57.645Z
41062026-06-09T05:34:57.645Z Doc-tests dpd_api
41072026-06-09T05:34:58.132Z
41082026-06-09T05:34:58.132Zrunning 2 tests
41092026-06-09T05:34:58.132Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41102026-06-09T05:34:58.132Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41112026-06-09T05:34:58.132Z
41122026-06-09T05:34:58.132Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41132026-06-09T05:34:58.132Z
41142026-06-09T05:34:58.164Z Doc-tests dpd_client
41152026-06-09T05:34:59.519Z
41162026-06-09T05:34:59.519Zrunning 0 tests
41172026-06-09T05:34:59.519Z
41182026-06-09T05:34:59.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41192026-06-09T05:34:59.519Z
41202026-06-09T05:34:59.568Z Doc-tests dpd_types
41212026-06-09T05:34:59.785Z
41222026-06-09T05:34:59.785Zrunning 0 tests
41232026-06-09T05:34:59.785Z
41242026-06-09T05:34:59.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41252026-06-09T05:34:59.785Z
41262026-06-09T05:34:59.813Z Doc-tests dpd_types_versions
41272026-06-09T05:35:01.057Z
41282026-06-09T05:35:01.058Zrunning 1 test
41292026-06-09T05:35:01.058Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
41302026-06-09T05:35:01.058Z
41312026-06-09T05:35:01.058Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41322026-06-09T05:35:01.058Z
41332026-06-09T05:35:01.104Z Doc-tests packet
41342026-06-09T05:35:01.216Z
41352026-06-09T05:35:01.216Zrunning 0 tests
41362026-06-09T05:35:01.216Z
41372026-06-09T05:35:01.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41382026-06-09T05:35:01.216Z
41392026-06-09T05:35:01.233Z Doc-tests pcap
41402026-06-09T05:35:01.288Z
41412026-06-09T05:35:01.288Zrunning 0 tests
41422026-06-09T05:35:01.288Z
41432026-06-09T05:35:01.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41442026-06-09T05:35:01.288Z
41452026-06-09T05:35:01.345Zprocess exited: duration 692179 ms, exit code 0
 
41462026-06-09T05:35:01.352Zfound 0 output files