01KQ8V2G4AX1TR71B7JJHW25Z0: test

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

Buildomat Job: 01KQ8V2VEPAZ83P7WQ52HGYSCF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-28T01:26:44.426Zjob assigned to worker 01KQ8V2Y89VGYBD9Y889XH1AM0 [factory aws, i-0290591882af759df] (queued for 45 s)
 
22026-04-28T01:26:50.676Zstarting task 0: "setup"
32026-04-28T01:26:50.692Z++ uname -s
42026-04-28T01:26:50.692Z+ kern=SunOS
52026-04-28T01:26:50.692Z+ build_user=build
62026-04-28T01:26:50.692Z+ build_uid=12345
72026-04-28T01:26:50.692Z+ work_dir=/work
82026-04-28T01:26:50.692Z+ input_dir=/input
92026-04-28T01:26:50.692Z+ [[ 0 == 12345 ]]
102026-04-28T01:26:50.692Z+ case "$kern" in
112026-04-28T01:26:50.692Z+ groupadd -g 12345 build
122026-04-28T01:26:50.692Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-28T01:26:52.681Z+ zfs create -o mountpoint=/work rpool/work
142026-04-28T01:26:52.811Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-28T01:26:52.815Z+ home_fs=zfs
162026-04-28T01:26:52.815Z+ [[ zfs == autofs ]]
172026-04-28T01:26:52.815Z+ mkdir -p /home/build
182026-04-28T01:26:52.815Z+ chown build:build /home/build /work
192026-04-28T01:26:54.823Z+ chmod 0700 /home/build /work
202026-04-28T01:26:54.830Zprocess exited: duration 4154 ms, exit code 0
 
212026-04-28T01:26:54.844Zstarting task 1: "rust-toolchain"
222026-04-28T01:26:54.849Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-28T01:26:54.849Z * rust toolchain channel = "1.90.0"
242026-04-28T01:26:54.849Z * rust toolchain profile = "default"
252026-04-28T01:26:54.849Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-28T01:26:54.849Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-28T01:26:54.849Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-28T01:26:54.849Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-28T01:26:54.849Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-28T01:26:54.993Zinfo: downloading installer
312026-04-28T01:26:56.370Zwarn: It looks like you have an existing installation of Rust at:
322026-04-28T01:26:56.370Zwarn: /opt/ooce/bin
332026-04-28T01:26:56.370Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-28T01:26:56.370Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-28T01:26:56.371Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-28T01:26:56.371Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-28T01:26:56.371Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-28T01:26:56.371Zerror: cannot install while Rust is installed
392026-04-28T01:26:56.371Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-28T01:26:56.371Zwarn: It looks like you have an existing rustup settings file at:
412026-04-28T01:26:56.371Zwarn: /home/build/.rustup/settings.toml
422026-04-28T01:26:56.371Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-28T01:26:56.371Zwarn: instead of the one inferred from the default host triple.
442026-04-28T01:26:56.384Zinfo: profile set to default
452026-04-28T01:26:56.384Zinfo: default host triple is x86_64-unknown-illumos
462026-04-28T01:26:56.387Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-28T01:26:56.525Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-28T01:26:56.528Zinfo: downloading 6 components
492026-04-28T01:27:10.305Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-28T01:27:10.305Z
512026-04-28T01:27:10.333Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-28T01:27:10.333Z
532026-04-28T01:27:10.333Z
542026-04-28T01:27:10.333ZRust is installed now. Great!
552026-04-28T01:27:10.333Z
562026-04-28T01:27:10.333ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-28T01:27:10.333Zenvironment variable. This has not been done automatically.
582026-04-28T01:27:10.333Z
592026-04-28T01:27:10.333ZTo configure your current shell, you need to source
602026-04-28T01:27:10.333Zthe corresponding env file under $HOME/.cargo.
612026-04-28T01:27:10.333Z
622026-04-28T01:27:10.333ZThis is usually done by running one of the following (note the leading DOT):
632026-04-28T01:27:10.333Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-28T01:27:10.333Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-28T01:27:10.333Zsource "~/.cargo/env.nu" # For nushell
662026-04-28T01:27:10.333Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-28T01:27:10.333Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-28T01:27:10.333Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-28T01:27:10.336Zwarn: no default linker (`cc`) was found in your PATH
702026-04-28T01:27:10.336Zwarn: many Rust crates require a system C toolchain to build
712026-04-28T01:27:10.417Z+ rustup --version
722026-04-28T01:27:10.433Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-28T01:27:10.453Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-28T01:27:10.459Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-28T01:27:10.459Z+ cargo --version
762026-04-28T01:27:10.464Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-28T01:27:10.470Z+ rustc --version
782026-04-28T01:27:10.486Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-28T01:27:10.492Zprocess exited: duration 15647 ms, exit code 0
 
802026-04-28T01:27:10.505Zstarting task 2: "authentication"
812026-04-28T01:27:10.530Zprocess exited: duration 22 ms, exit code 0
 
822026-04-28T01:27:10.537Zstarting task 3: "clone repository"
832026-04-28T01:27:10.541Z+ mkdir -p /work/oxidecomputer/dendrite
842026-04-28T01:27:10.541Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-04-28T01:27:10.571ZCloning into '/work/oxidecomputer/dendrite'...
862026-04-28T01:27:11.557Z+ cd /work/oxidecomputer/dendrite
872026-04-28T01:27:11.557Z+ git fetch origin a8701ade6092cf473a33119bb8f97ff137208b84
882026-04-28T01:27:11.824ZFrom https://github.com/oxidecomputer/dendrite
892026-04-28T01:27:11.824Z * branch a8701ade6092cf473a33119bb8f97ff137208b84 -> FETCH_HEAD
902026-04-28T01:27:11.831Z+ [[ -n zl/softnpu-with-mcast ]]
912026-04-28T01:27:11.833Z++ git branch --show-current
922026-04-28T01:27:11.833Z+ current=main
932026-04-28T01:27:11.833Z+ [[ main != zl/softnpu-with-mcast ]]
942026-04-28T01:27:11.833Z+ git branch -f zl/softnpu-with-mcast a8701ade6092cf473a33119bb8f97ff137208b84
952026-04-28T01:27:11.836Z+ git checkout -f zl/softnpu-with-mcast
962026-04-28T01:27:11.853ZSwitched to branch 'zl/softnpu-with-mcast'
972026-04-28T01:27:11.856Z+ git reset --hard a8701ade6092cf473a33119bb8f97ff137208b84
982026-04-28T01:27:11.871ZHEAD is now at a8701ad [multicast] fix stale in-memory sources after update with absent source list
992026-04-28T01:27:11.873Zprocess exited: duration 1335 ms, exit code 0
 
1002026-04-28T01:27:11.879Zstarting task 4: "build"
1012026-04-28T01:27:11.882Z+ source .github/buildomat/common.sh
1022026-04-28T01:27:11.882Z++ TOFINO_STAGES=20
1032026-04-28T01:27:11.885Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-04-28T01:27:11.885Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-04-28T01:27:11.885Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-04-28T01:27:11.885Z+++ uname -s
1072026-04-28T01:27:11.885Z++ '[' SunOS == SunOS ']'
1082026-04-28T01:27:11.885Z++ SERIES=illumos
1092026-04-28T01:27:11.885Z+++ uname -s
1102026-04-28T01:27:11.888Z++ '[' SunOS == SunOS ']'
1112026-04-28T01:27:11.888Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-04-28T01:27:11.888Z++ rustup show active-toolchain
1132026-04-28T01:27:11.891Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-04-28T01:27:11.894Z+ source .github/buildomat/illumos.sh
1152026-04-28T01:27:11.894Z++ banner 'sde setup'
1162026-04-28T01:27:11.894Z
1172026-04-28T01:27:11.894Z #### ##### ###### #### ###### ##### # # #####
1182026-04-28T01:27:11.894Z # # # # # # # # # # #
1192026-04-28T01:27:11.894Z #### # # ##### #### ##### # # # # #
1202026-04-28T01:27:11.894Z # # # # # # # # # #####
1212026-04-28T01:27:11.894Z # # # # # # # # # # # #
1222026-04-28T01:27:11.894Z #### ##### ###### #### ###### # #### #
1232026-04-28T01:27:11.894Z
1242026-04-28T01:27:11.894Z++ export PKG=tofino_sde.p5p
1252026-04-28T01:27:11.894Z++ PKG=tofino_sde.p5p
1262026-04-28T01:27:11.894Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-04-28T01:27:11.899Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-04-28T01:27:11.902Z Dload Upload Total Spent Left Speed
1292026-04-28T01:27:12.857Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 79.41M 0 0 100 76.03M 100 76.03M 0 0 79.40M 0 0 100 76.03M 100 76.03M 0 0 79.40M 0 0
1302026-04-28T01:27:12.861Z+++ digest -a sha256 tofino_sde.p5p
1312026-04-28T01:27:12.906Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-04-28T01:27:12.906Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-04-28T01:27:12.909Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-04-28T01:27:21.474Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-28T01:27:28.782Z Startup: Caching catalogs ... Done
1362026-04-28T01:27:28.966Z Startup: Refreshing catalog 'oxide' ... Done
1372026-04-28T01:27:36.844ZPlanning: Solver setup ... Done
1382026-04-28T01:27:36.875ZPlanning: Running solver ... Done
1392026-04-28T01:27:36.998ZPlanning: Finding local manifests ... Done
1402026-04-28T01:27:37.001ZPlanning: Fetching manifests: 1/1 100% complete
1412026-04-28T01:27:37.005ZPlanning: Fetching manifests: 1/1 100% complete
1422026-04-28T01:27:37.018ZPlanning: Package planning ... Done
1432026-04-28T01:27:37.021ZPlanning: Merging actions ... Done
1442026-04-28T01:27:37.109ZPlanning: Checking for conflicting actions ... Done
1452026-04-28T01:27:37.112ZPlanning: Consolidating action changes ... Done
1462026-04-28T01:27:37.887ZPlanning: Evaluating mediators ... Done
1472026-04-28T01:27:37.890ZPlanning: Planning completed in 8.92 seconds
1482026-04-28T01:27:37.894Z Packages to install: 1
1492026-04-28T01:27:37.897Z Create boot environment: No
1502026-04-28T01:27:37.897ZCreate backup boot environment: No
1512026-04-28T01:27:37.932Z
1522026-04-28T01:27:37.932ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-04-28T01:27:38.067ZDownload: Completed 75.30 MB in 0.13 seconds (558M/s)
1542026-04-28T01:27:38.249Z Actions: 1/293 actions (Installing new actions)
1552026-04-28T01:27:39.229Z Actions: Completed 293 actions in 0.98 seconds.
1562026-04-28T01:27:39.232Z Done
1572026-04-28T01:27:39.273Z Done
1582026-04-28T01:27:39.942Z Done
1592026-04-28T01:27:43.111Z Done
1602026-04-28T01:27:43.190Z Done
1612026-04-28T01:27:43.193Z Done
1622026-04-28T01:27:43.392Z Done
1632026-04-28T01:27:44.030Z++ export SDE=/opt/oxide/tofino_sde
1642026-04-28T01:27:44.030Z++ SDE=/opt/oxide/tofino_sde
1652026-04-28T01:27:44.030Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-04-28T01:27:44.030Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-04-28T01:27:44.030Z++ banner packages
1682026-04-28T01:27:44.033Z
1692026-04-28T01:27:44.033Z ##### ## #### # # ## #### ###### ####
1702026-04-28T01:27:44.033Z # # # # # # # # # # # # # #
1712026-04-28T01:27:44.033Z # # # # # #### # # # ##### ####
1722026-04-28T01:27:44.033Z ##### ###### # # # ###### # ### # #
1732026-04-28T01:27:44.033Z # # # # # # # # # # # # # #
1742026-04-28T01:27:44.033Z # # # #### # # # # #### ###### ####
1752026-04-28T01:27:44.033Z
1762026-04-28T01:27:44.033Z++ pfexec pkg install clang-15 pcap
1772026-04-28T01:27:44.434Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-04-28T01:27:44.438Z Startup: Refreshing catalog 'oxide' ... Done
1792026-04-28T01:27:50.498ZPlanning: Solver setup ... Done
1802026-04-28T01:27:50.531ZPlanning: Running solver ... Done
1812026-04-28T01:27:50.664ZPlanning: Finding local manifests ... Done
1822026-04-28T01:27:50.667ZPlanning: Fetching manifests: 0/2 0% complete
1832026-04-28T01:27:50.858ZPlanning: Fetching manifests: 2/2 100% complete
1842026-04-28T01:27:50.889ZPlanning: Package planning ... Done
1852026-04-28T01:27:50.915ZPlanning: Merging actions ... Done
1862026-04-28T01:27:51.022ZPlanning: Checking for conflicting actions ... Done
1872026-04-28T01:27:51.028ZPlanning: Consolidating action changes ... Done
1882026-04-28T01:27:51.187ZPlanning: Evaluating mediators ... Done
1892026-04-28T01:27:51.191ZPlanning: Planning completed in 6.76 seconds
1902026-04-28T01:27:51.200Z Packages to install: 2
1912026-04-28T01:27:51.200Z Mediators to change: 2
1922026-04-28T01:27:51.200Z Services to change: 1
1932026-04-28T01:27:51.200Z Create boot environment: No
1942026-04-28T01:27:51.200ZCreate backup boot environment: No
1952026-04-28T01:27:51.234Z
1962026-04-28T01:27:51.234ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-04-28T01:27:56.233ZDownload: 1092/3076 items 112.5/211.3MB 53% complete (22.9M/s)
1982026-04-28T01:28:01.234ZDownload: 2566/3076 items 119.4/211.3MB 56% complete (12.1M/s)
1992026-04-28T01:28:06.362ZDownload: 3073/3076 items 210.5/211.3MB 99% complete (13.3M/s)
2002026-04-28T01:28:06.393ZDownload: Completed 211.31 MB in 15.16 seconds (13.9M/s)
2012026-04-28T01:28:06.537Z Actions: 1/3418 actions (Installing new actions)
2022026-04-28T01:28:09.631Z Actions: Completed 3418 actions in 3.09 seconds.
2032026-04-28T01:28:10.155Z Done
2042026-04-28T01:28:10.155Z Done
2052026-04-28T01:28:10.875Z Done
2062026-04-28T01:28:13.655Z Done
2072026-04-28T01:28:13.741Z Done
2082026-04-28T01:28:13.744Z Done
2092026-04-28T01:28:14.089Z Done
2102026-04-28T01:28:14.223Z++ pfexec pkg set-mediator -V 15 clang llvm
2112026-04-28T01:28:14.416ZPlanning: Evaluating mediator changes ... Done
2122026-04-28T01:28:14.523ZPlanning: Checking for conflicting actions ... Done
2132026-04-28T01:28:14.526ZPlanning: Consolidating action changes ... Done
2142026-04-28T01:28:14.683ZPlanning: Evaluating mediators ... Done
2152026-04-28T01:28:14.686ZPlanning: Planning completed in 0.27 seconds
2162026-04-28T01:28:14.704Z Mediators to change: 2
2172026-04-28T01:28:14.704Z Create boot environment: No
2182026-04-28T01:28:14.704ZCreate backup boot environment: No
2192026-04-28T01:28:14.776Z Done
2202026-04-28T01:28:14.776Z Done
2212026-04-28T01:28:15.383Z Done
2222026-04-28T01:28:17.844Z Done
2232026-04-28T01:28:17.915Z Done
2242026-04-28T01:28:17.915Z Done
2252026-04-28T01:28:18.071Z Done
2262026-04-28T01:28:18.143Z++ cargo --version
2272026-04-28T01:28:18.153Zcargo 1.90.0 (840b83a10 2025-07-30)
2282026-04-28T01:28:18.155Z++ rustc --version
2292026-04-28T01:28:18.176Zrustc 1.90.0 (1159e78c4 2025-09-14)
2302026-04-28T01:28:18.179Z+ banner copyrights
2312026-04-28T01:28:18.182Z
2322026-04-28T01:28:18.182Z #### #### ##### # # ##### # #### # # ##### ####
2332026-04-28T01:28:18.182Z # # # # # # # # # # # # # # # # #
2342026-04-28T01:28:18.182Z # # # # # # # # # # ###### # ####
2352026-04-28T01:28:18.182Z # # # ##### # ##### # # ### # # # #
2362026-04-28T01:28:18.182Z # # # # # # # # # # # # # # # #
2372026-04-28T01:28:18.182Z #### #### # # # # # #### # # # ####
2382026-04-28T01:28:18.182Z
2392026-04-28T01:28:18.182Z+ ./tools/check_copyrights.sh
2402026-04-28T01:28:19.730Z+ banner clippy
2412026-04-28T01:28:19.735Z
2422026-04-28T01:28:19.735Z #### # # ##### ##### # #
2432026-04-28T01:28:19.735Z # # # # # # # # # #
2442026-04-28T01:28:19.735Z # # # # # # # #
2452026-04-28T01:28:19.735Z # # # ##### ##### #
2462026-04-28T01:28:19.735Z # # # # # # #
2472026-04-28T01:28:19.735Z #### ###### # # # #
2482026-04-28T01:28:19.735Z
2492026-04-28T01:28:19.736Z+ for feat in tofino_stub tofino_asic softnpu chaos
2502026-04-28T01:28:19.736Z+ cargo clippy --features tofino_stub -- --deny warnings
2512026-04-28T01:28:19.883Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-04-28T01:28:29.588Z Updating crates.io index
2532026-04-28T01:28:29.627Z Updating git repository `https://github.com/illumos/smf-rs`
2542026-04-28T01:28:29.852Z Updating git repository `https://github.com/oxidecomputer/propolis`
2552026-04-28T01:28:30.568Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2562026-04-28T01:28:30.868Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572026-04-28T01:28:31.099Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-04-28T01:28:32.333Z Updating git repository `https://github.com/oxidecomputer/ispf`
2592026-04-28T01:28:32.553Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2602026-04-28T01:28:32.837Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-04-28T01:28:33.216Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-04-28T01:28:33.507Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-04-28T01:28:33.757Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-04-28T01:28:34.040Z Updating git repository `https://github.com/oxidecomputer/vm-attest`
2652026-04-28T01:28:34.313Z Updating git repository `https://github.com/oxidecomputer/p4`
2662026-04-28T01:28:34.730Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-04-28T01:28:34.959Z Updating git repository `https://github.com/oxidecomputer/lldp`
2682026-04-28T01:28:35.300Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-04-28T01:28:35.813Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-04-28T01:28:36.068Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2712026-04-28T01:28:36.266Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2722026-04-28T01:28:36.558Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-04-28T01:28:37.093Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-04-28T01:28:37.332Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-04-28T01:28:37.883Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2762026-04-28T01:28:38.126Z Updating git repository `https://github.com/oxidecomputer/omicron`
2772026-04-28T01:28:40.271Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2782026-04-28T01:28:40.940Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792026-04-28T01:28:41.422Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802026-04-28T01:28:42.735Z Updating git repository `https://github.com/oxidecomputer/opte`
2812026-04-28T01:28:43.316Z Updating git repository `https://github.com/oxidecomputer/tofino`
2822026-04-28T01:28:43.639Z Updating git repository `https://github.com/oxidecomputer/clickward`
2832026-04-28T01:28:43.966Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2842026-04-28T01:28:44.362Z Updating git repository `https://github.com/oxidecomputer/opte`
2852026-04-28T01:28:44.964Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862026-04-28T01:28:46.816Z Downloading crates ...
2872026-04-28T01:28:46.889Z Downloaded adler2 v2.0.1
2882026-04-28T01:28:46.900Z Downloaded darling v0.21.3
2892026-04-28T01:28:46.904Z Downloaded daft v0.1.4
2902026-04-28T01:28:46.906Z Downloaded cpufeatures v0.3.0
2912026-04-28T01:28:46.909Z Downloaded data-encoding v2.9.0
2922026-04-28T01:28:46.912Z Downloaded constant_time_eq v0.3.1
2932026-04-28T01:28:46.914Z Downloaded console v0.15.11
2942026-04-28T01:28:46.917Z Downloaded dof v0.4.0
2952026-04-28T01:28:46.917Z Downloaded drift v0.1.3
2962026-04-28T01:28:46.921Z Downloaded generic-array v0.14.7
2972026-04-28T01:28:46.923Z Downloaded defmt v0.3.100
2982026-04-28T01:28:46.926Z Downloaded heck v0.4.1
2992026-04-28T01:28:46.929Z Downloaded cmake v0.1.54
3002026-04-28T01:28:46.929Z Downloaded futures-io v0.3.32
3012026-04-28T01:28:46.932Z Downloaded embedded-io v0.4.0
3022026-04-28T01:28:46.935Z Downloaded fixedbitset v0.4.2
3032026-04-28T01:28:46.935Z Downloaded bcs v0.1.6
3042026-04-28T01:28:46.937Z Downloaded http-body v1.0.1
3052026-04-28T01:28:46.940Z Downloaded git-stub-vcs v0.1.0
3062026-04-28T01:28:46.943Z Downloaded ff v0.13.1
3072026-04-28T01:28:46.943Z Downloaded group v0.13.0
3082026-04-28T01:28:46.945Z Downloaded getrandom v0.3.4
3092026-04-28T01:28:46.948Z Downloaded hashbrown v0.16.1
3102026-04-28T01:28:46.952Z Downloaded foldhash v0.2.0
3112026-04-28T01:28:46.955Z Downloaded dtrace-parser v0.3.0
3122026-04-28T01:28:46.957Z Downloaded colorchoice v1.0.4
3132026-04-28T01:28:46.960Z Downloaded futures-executor v0.3.32
3142026-04-28T01:28:46.960Z Downloaded futures-sink v0.3.32
3152026-04-28T01:28:46.963Z Downloaded foreign-types-macros v0.2.3
3162026-04-28T01:28:46.965Z Downloaded dunce v1.0.5
3172026-04-28T01:28:46.965Z Downloaded async-stream-impl v0.3.6
3182026-04-28T01:28:46.969Z Downloaded fnv v1.0.7
3192026-04-28T01:28:46.969Z Downloaded git-stub v1.0.0
3202026-04-28T01:28:46.972Z Downloaded form_urlencoded v1.2.2
3212026-04-28T01:28:46.972Z Downloaded foreign-types v0.5.0
3222026-04-28T01:28:46.975Z Downloaded block-buffer v0.10.4
3232026-04-28T01:28:46.977Z Downloaded crucible-workspace-hack v0.1.0
3242026-04-28T01:28:46.980Z Downloaded float-ord v0.3.2
3252026-04-28T01:28:46.980Z Downloaded cobs v0.3.0
3262026-04-28T01:28:46.983Z Downloaded hostname v0.3.1
3272026-04-28T01:28:46.986Z Downloaded embedded-io v0.6.1
3282026-04-28T01:28:46.986Z Downloaded foreign-types-shared v0.3.1
3292026-04-28T01:28:46.989Z Downloaded foreign-types-shared v0.1.1
3302026-04-28T01:28:46.989Z Downloaded display-error-chain v0.2.2
3312026-04-28T01:28:46.992Z Downloaded dof v0.3.0
3322026-04-28T01:28:46.992Z Downloaded darling_macro v0.21.3
3332026-04-28T01:28:46.995Z Downloaded crc8 v0.1.1
3342026-04-28T01:28:46.997Z Downloaded heck v0.5.0
3352026-04-28T01:28:46.997Z Downloaded fixedbitset v0.5.7
3362026-04-28T01:28:47.000Z Downloaded crypto-common v0.1.6
3372026-04-28T01:28:47.026Z Downloaded darling_macro v0.23.0
3382026-04-28T01:28:47.026Z Downloaded aead v0.5.2
3392026-04-28T01:28:47.026Z Downloaded bit-set v0.8.0
3402026-04-28T01:28:47.026Z Downloaded deranged v0.5.3
3412026-04-28T01:28:47.026Z Downloaded hex v0.4.3
3422026-04-28T01:28:47.026Z Downloaded curve25519-dalek-derive v0.1.1
3432026-04-28T01:28:47.026Z Downloaded dropshot-api-manager-types v0.5.2
3442026-04-28T01:28:47.026Z Downloaded cargo-platform v0.1.9
3452026-04-28T01:28:47.027Z Downloaded defmt-parser v1.0.0
3462026-04-28T01:28:47.027Z Downloaded cstr-argument v0.1.2
3472026-04-28T01:28:47.027Z Downloaded futures-macro v0.3.32
3482026-04-28T01:28:47.027Z Downloaded enum-as-inner v0.6.1
3492026-04-28T01:28:47.027Z Downloaded dtrace-parser v0.2.0
3502026-04-28T01:28:47.027Z Downloaded cexpr v0.6.0
3512026-04-28T01:28:47.031Z Downloaded foreign-types v0.3.2
3522026-04-28T01:28:47.031Z Downloaded crossbeam-deque v0.8.6
3532026-04-28T01:28:47.031Z Downloaded httpdate v1.0.3
3542026-04-28T01:28:47.034Z Downloaded async-recursion v1.1.1
3552026-04-28T01:28:47.034Z Downloaded futures-core v0.3.32
3562026-04-28T01:28:47.037Z Downloaded arrayref v0.3.9
3572026-04-28T01:28:47.039Z Downloaded ident_case v1.0.1
3582026-04-28T01:28:47.039Z Downloaded base16ct v0.2.0
3592026-04-28T01:28:47.042Z Downloaded cpufeatures v0.2.17
3602026-04-28T01:28:47.045Z Downloaded cfg-if v1.0.3
3612026-04-28T01:28:47.045Z Downloaded instant v0.1.13
3622026-04-28T01:28:47.049Z Downloaded glob v0.3.3
3632026-04-28T01:28:47.051Z Downloaded fs-err v3.1.2
3642026-04-28T01:28:47.051Z Downloaded byteorder v1.5.0
3652026-04-28T01:28:47.054Z Downloaded idna_adapter v1.2.1
3662026-04-28T01:28:47.054Z Downloaded hostname v0.4.2
3672026-04-28T01:28:47.057Z Downloaded erased-serde v0.3.31
3682026-04-28T01:28:47.060Z Downloaded debug-ignore v1.0.5
3692026-04-28T01:28:47.060Z Downloaded globset v0.4.16
3702026-04-28T01:28:47.063Z Downloaded ciborium-io v0.2.2
3712026-04-28T01:28:47.065Z Downloaded async-stream v0.3.6
3722026-04-28T01:28:47.066Z Downloaded clap_derive v4.6.0
3732026-04-28T01:28:47.068Z Downloaded is_terminal_polyfill v1.70.1
3742026-04-28T01:28:47.071Z Downloaded lazy_static v1.5.0
3752026-04-28T01:28:47.073Z Downloaded is-terminal v0.4.16
3762026-04-28T01:28:47.074Z Downloaded kstat-rs v0.2.4
3772026-04-28T01:28:47.076Z Downloaded itoa v1.0.15
3782026-04-28T01:28:47.076Z Downloaded lru-cache v0.1.2
3792026-04-28T01:28:47.079Z Downloaded hyper-tls v0.6.0
3802026-04-28T01:28:47.082Z Downloaded is_ci v1.2.0
3812026-04-28T01:28:47.082Z Downloaded csv-core v0.1.12
3822026-04-28T01:28:47.084Z Downloaded http-body-util v0.1.3
3832026-04-28T01:28:47.087Z Downloaded foldhash v0.1.5
3842026-04-28T01:28:47.087Z Downloaded find-msvc-tools v0.1.9
3852026-04-28T01:28:47.090Z Downloaded camino-tempfile v1.4.1
3862026-04-28T01:28:47.093Z Downloaded bitflags v1.3.2
3872026-04-28T01:28:47.095Z Downloaded keccak v0.1.6
3882026-04-28T01:28:47.095Z Downloaded ipnet v2.11.0
3892026-04-28T01:28:47.098Z Downloaded libscf-sys v1.1.0
3902026-04-28T01:28:47.098Z Downloaded humantime v2.3.0
3912026-04-28T01:28:47.101Z Downloaded linked-hash-map v0.5.6
3922026-04-28T01:28:47.104Z Downloaded ipnetwork v0.21.1
3932026-04-28T01:28:47.104Z Downloaded ingot-types v0.1.2
3942026-04-28T01:28:47.108Z Downloaded ingot v0.1.1
3952026-04-28T01:28:47.108Z Downloaded macaddr v1.0.1
3962026-04-28T01:28:47.111Z Downloaded lru-slab v0.1.2
3972026-04-28T01:28:47.111Z Downloaded memoffset v0.9.1
3982026-04-28T01:28:47.113Z Downloaded derive-ex v0.1.8
3992026-04-28T01:28:47.113Z Downloaded daft-derive v0.1.4
4002026-04-28T01:28:47.116Z Downloaded memmap v0.7.0
4012026-04-28T01:28:47.119Z Downloaded fs_extra v1.3.0
4022026-04-28T01:28:47.122Z Downloaded httparse v1.10.1
4032026-04-28T01:28:47.125Z Downloaded match_cfg v0.1.0
4042026-04-28T01:28:47.125Z Downloaded icu_provider v2.0.0
4052026-04-28T01:28:47.128Z Downloaded hmac v0.12.1
4062026-04-28T01:28:47.130Z Downloaded newtype_derive v0.1.6
4072026-04-28T01:28:47.130Z Downloaded newtype-uuid-macros v0.1.0
4082026-04-28T01:28:47.133Z Downloaded num v0.4.3
4092026-04-28T01:28:47.133Z Downloaded jobserver v0.1.34
4102026-04-28T01:28:47.135Z Downloaded cargo_metadata v0.18.1
4112026-04-28T01:28:47.139Z Downloaded cipher v0.4.4
4122026-04-28T01:28:47.142Z Downloaded num-iter v0.1.45
4132026-04-28T01:28:47.142Z Downloaded newline-converter v0.3.0
4142026-04-28T01:28:47.142Z Downloaded dropshot_endpoint v0.16.7
4152026-04-28T01:28:47.145Z Downloaded omicron-workspace-hack v0.1.0
4162026-04-28T01:28:47.148Z Downloaded num-derive v0.4.2
4172026-04-28T01:28:47.148Z Downloaded num-derive v0.3.3
4182026-04-28T01:28:47.150Z Downloaded darling v0.23.0
4192026-04-28T01:28:47.154Z Downloaded clang-sys v1.8.1
4202026-04-28T01:28:47.156Z Downloaded chacha20 v0.9.1
4212026-04-28T01:28:47.159Z Downloaded num-conv v0.2.1
4222026-04-28T01:28:47.159Z Downloaded olpc-cjson v0.1.4
4232026-04-28T01:28:47.162Z Downloaded num_enum_derive v0.5.11
4242026-04-28T01:28:47.162Z Downloaded highway v1.3.0
4252026-04-28T01:28:47.165Z Downloaded linear-map v1.2.0
4262026-04-28T01:28:47.165Z Downloaded libloading v0.8.9
4272026-04-28T01:28:47.167Z Downloaded opaque-debug v0.3.1
4282026-04-28T01:28:47.170Z Downloaded hyper-rustls v0.27.7
4292026-04-28T01:28:47.170Z Downloaded colored v3.0.0
4302026-04-28T01:28:47.173Z Downloaded camino v1.2.2
4312026-04-28T01:28:47.176Z Downloaded mime v0.3.17
4322026-04-28T01:28:47.176Z Downloaded openssl-probe v0.1.6
4332026-04-28T01:28:47.178Z Downloaded lock_api v0.4.14
4342026-04-28T01:28:47.181Z Downloaded libsw v3.5.0
4352026-04-28T01:28:47.181Z Downloaded const_format_proc_macros v0.2.34
4362026-04-28T01:28:47.184Z Downloaded clap v4.6.0
4372026-04-28T01:28:47.188Z Downloaded ingot-macros v0.1.1
4382026-04-28T01:28:47.190Z Downloaded multer v3.1.0
4392026-04-28T01:28:47.193Z Downloaded anstyle-parse v1.0.0
4402026-04-28T01:28:47.195Z Downloaded bitflags v2.9.4
4412026-04-28T01:28:47.198Z Downloaded plain v0.2.3
4422026-04-28T01:28:47.198Z Downloaded cancel-safe-futures v0.1.5
4432026-04-28T01:28:47.201Z Downloaded managed v0.8.0
4442026-04-28T01:28:47.203Z Downloaded phf_shared v0.12.1
4452026-04-28T01:28:47.203Z Downloaded ciborium v0.2.2
4462026-04-28T01:28:47.206Z Downloaded powerfmt v0.2.0
4472026-04-28T01:28:47.209Z Downloaded native-tls v0.2.14
4482026-04-28T01:28:47.209Z Downloaded chacha20 v0.10.0
4492026-04-28T01:28:47.212Z Downloaded percent-encoding v2.3.2
4502026-04-28T01:28:47.212Z Downloaded num-complex v0.4.6
4512026-04-28T01:28:47.214Z Downloaded pin-utils v0.1.0
4522026-04-28T01:28:47.214Z Downloaded pretty-hex v0.4.1
4532026-04-28T01:28:47.217Z Downloaded proc-macro-crate v1.3.1
4542026-04-28T01:28:47.217Z Downloaded num-integer v0.1.46
4552026-04-28T01:28:47.220Z Downloaded potential_utf v0.1.3
4562026-04-28T01:28:47.222Z Downloaded proc-macro-error-attr2 v2.0.0
4572026-04-28T01:28:47.222Z Downloaded allocator-api2 v0.2.21
4582026-04-28T01:28:47.225Z Downloaded progenitor-macro v0.10.0
4592026-04-28T01:28:47.225Z Downloaded proc-macro-error-attr v1.0.4
4602026-04-28T01:28:47.228Z Downloaded crossbeam-epoch v0.9.18
4612026-04-28T01:28:47.230Z Downloaded progenitor-macro v0.11.1
4622026-04-28T01:28:47.230Z Downloaded elliptic-curve v0.13.8
4632026-04-28T01:28:47.234Z Downloaded progenitor-client v0.11.1
4642026-04-28T01:28:47.236Z Downloaded num_enum_derive v0.7.6
4652026-04-28T01:28:47.236Z Downloaded icu_normalizer v2.0.0
4662026-04-28T01:28:47.239Z Downloaded num_enum v0.7.6
4672026-04-28T01:28:47.242Z Downloaded oxnet v0.1.4
4682026-04-28T01:28:47.244Z Downloaded openssl-macros v0.1.1
4692026-04-28T01:28:47.244Z Downloaded litemap v0.8.0
4702026-04-28T01:28:47.247Z Downloaded getrandom v0.2.16
4712026-04-28T01:28:47.250Z Downloaded derive-where v1.6.0
4722026-04-28T01:28:47.253Z Downloaded defmt v1.0.1
4732026-04-28T01:28:47.255Z Downloaded paste v1.0.15
4742026-04-28T01:28:47.258Z Downloaded quick-error v1.2.3
4752026-04-28T01:28:47.258Z Downloaded password-hash v0.5.0
4762026-04-28T01:28:47.261Z Downloaded oxide-tokio-rt v0.1.4
4772026-04-28T01:28:47.261Z Downloaded rand_chacha v0.3.1
4782026-04-28T01:28:47.263Z Downloaded flate2 v1.1.2
4792026-04-28T01:28:47.266Z Downloaded ref-cast-impl v1.0.25
4802026-04-28T01:28:47.268Z Downloaded ref-cast v1.0.25
4812026-04-28T01:28:47.268Z Downloaded derive_more v0.99.20
4822026-04-28T01:28:47.271Z Downloaded pkg-config v0.3.32
4832026-04-28T01:28:47.274Z Downloaded owo-colors v4.3.0
4842026-04-28T01:28:47.276Z Downloaded parse-display-derive v0.10.0
4852026-04-28T01:28:47.277Z Downloaded rand_xorshift v0.4.0
4862026-04-28T01:28:47.279Z Downloaded icu_properties v2.0.1
4872026-04-28T01:28:47.282Z Downloaded indexmap v1.9.3
4882026-04-28T01:28:47.282Z Downloaded pest_generator v2.8.2
4892026-04-28T01:28:47.285Z Downloaded ppv-lite86 v0.2.21
4902026-04-28T01:28:47.285Z Downloaded poly1305 v0.8.0
4912026-04-28T01:28:47.287Z Downloaded pin-project-internal v1.1.10
4922026-04-28T01:28:47.290Z Downloaded phf v0.12.1
4932026-04-28T01:28:47.290Z Downloaded omicron-zone-package v0.12.2
4942026-04-28T01:28:47.293Z Downloaded progenitor v0.10.0
4952026-04-28T01:28:47.295Z Downloaded rustc_version v0.4.1
4962026-04-28T01:28:47.295Z Downloaded rustc-hash v2.1.1
4972026-04-28T01:28:47.298Z Downloaded progenitor v0.13.0
4982026-04-28T01:28:47.298Z Downloaded rustc_version v0.1.7
4992026-04-28T01:28:47.301Z Downloaded const_format v0.2.34
5002026-04-28T01:28:47.303Z Downloaded search_path v0.1.4
5012026-04-28T01:28:47.303Z Downloaded scroll_derive v0.13.1
5022026-04-28T01:28:47.306Z Downloaded progenitor-client v0.13.0
5032026-04-28T01:28:47.306Z Downloaded proc-macro-error v1.0.4
5042026-04-28T01:28:47.309Z Downloaded hashbrown v0.15.5
5052026-04-28T01:28:47.312Z Downloaded half v2.7.1
5062026-04-28T01:28:47.314Z Downloaded getrandom v0.4.2
5072026-04-28T01:28:47.317Z Downloaded pin-project-lite v0.2.16
5082026-04-28T01:28:47.320Z Downloaded log v0.4.29
5092026-04-28T01:28:47.322Z Downloaded progenitor v0.11.1
5102026-04-28T01:28:47.325Z Downloaded progenitor-macro v0.13.0
5112026-04-28T01:28:47.325Z Downloaded same-file v1.0.6
5122026-04-28T01:28:47.328Z Downloaded pem v3.0.5
5132026-04-28T01:28:47.328Z Downloaded secrecy v0.10.3
5142026-04-28T01:28:47.328Z Downloaded scroll_derive v0.12.1
5152026-04-28T01:28:47.331Z Downloaded rand_chacha v0.9.0
5162026-04-28T01:28:47.331Z Downloaded scopeguard v1.2.0
5172026-04-28T01:28:47.334Z Downloaded crossbeam-utils v0.8.21
5182026-04-28T01:28:47.334Z Downloaded hickory-resolver v0.25.2
5192026-04-28T01:28:47.336Z Downloaded rand_core v0.6.4
5202026-04-28T01:28:47.339Z Downloaded quote v1.0.45
5212026-04-28T01:28:47.342Z Downloaded serde-big-array v0.5.1
5222026-04-28T01:28:47.342Z Downloaded rand_core v0.10.1
5232026-04-28T01:28:47.344Z Downloaded parking_lot_core v0.9.12
5242026-04-28T01:28:47.345Z Downloaded proc-macro-error2 v2.0.1
5252026-04-28T01:28:47.347Z Downloaded serde_spanned v1.0.4
5262026-04-28T01:28:47.350Z Downloaded serde_urlencoded v0.7.1
5272026-04-28T01:28:47.350Z Downloaded serde_spanned v0.6.9
5282026-04-28T01:28:47.353Z Downloaded serde_repr v0.1.20
5292026-04-28T01:28:47.353Z Downloaded sha1 v0.10.6
5302026-04-28T01:28:47.356Z Downloaded pest_meta v2.8.2
5312026-04-28T01:28:47.356Z Downloaded darling_core v0.23.0
5322026-04-28T01:28:47.358Z Downloaded progenitor-client v0.10.0
5332026-04-28T01:28:47.363Z Downloaded num-traits v0.2.19
5342026-04-28T01:28:47.365Z Downloaded icu_normalizer_data v2.0.0
5352026-04-28T01:28:47.365Z Downloaded rusty-fork v0.3.0
5362026-04-28T01:28:47.365Z Downloaded rustls-pemfile v2.2.0
5372026-04-28T01:28:47.368Z Downloaded sigpipe v0.1.3
5382026-04-28T01:28:47.368Z Downloaded signal-hook-tokio v0.3.1
5392026-04-28T01:28:47.371Z Downloaded parse-display v0.10.0
5402026-04-28T01:28:47.371Z Downloaded slog-bunyan v2.5.0
5412026-04-28T01:28:47.371Z Downloaded quinn-udp v0.5.14
5422026-04-28T01:28:47.374Z Downloaded hickory-resolver v0.24.4
5432026-04-28T01:28:47.376Z Downloaded memmap2 v0.9.8
5442026-04-28T01:28:47.379Z Downloaded base64 v0.22.1
5452026-04-28T01:28:47.382Z Downloaded resolv-conf v0.7.5
5462026-04-28T01:28:47.382Z Downloaded darling_core v0.21.3
5472026-04-28T01:28:47.384Z Downloaded crypto-bigint v0.5.5
5482026-04-28T01:28:47.388Z Downloaded chacha20poly1305 v0.10.1
5492026-04-28T01:28:47.390Z Downloaded futures v0.3.32
5502026-04-28T01:28:47.393Z Downloaded siphasher v1.0.1
5512026-04-28T01:28:47.396Z Downloaded num_enum v0.5.11
5522026-04-28T01:28:47.398Z Downloaded smawk v0.3.2
5532026-04-28T01:28:47.398Z Downloaded icu_locale_core v2.0.0
5542026-04-28T01:28:47.401Z Downloaded heapless v0.8.0
5552026-04-28T01:28:47.404Z Downloaded rustversion v1.0.22
5562026-04-28T01:28:47.408Z Downloaded semver v0.1.20
5572026-04-28T01:28:47.411Z Downloaded hashbrown v0.12.3
5582026-04-28T01:28:47.411Z Downloaded structmeta v0.3.0
5592026-04-28T01:28:47.411Z Downloaded dropshot-api-manager v0.5.2
5602026-04-28T01:28:47.413Z Downloaded serde_plain v1.0.2
5612026-04-28T01:28:47.417Z Downloaded strum v0.26.3
5622026-04-28T01:28:47.417Z Downloaded supports-color v3.0.2
5632026-04-28T01:28:47.420Z Downloaded stable_deref_trait v1.2.0
5642026-04-28T01:28:47.420Z Downloaded subtle v2.6.1
5652026-04-28T01:28:47.420Z Downloaded structmeta-derive v0.3.0
5662026-04-28T01:28:47.420Z Downloaded strsim v0.11.1
5672026-04-28T01:28:47.423Z Downloaded scroll v0.13.0
5682026-04-28T01:28:47.423Z Downloaded schemars_derive v0.8.22
5692026-04-28T01:28:47.426Z Downloaded miniz_oxide v0.8.9
5702026-04-28T01:28:47.426Z Downloaded jiff-static v0.2.15
5712026-04-28T01:28:47.428Z Downloaded once_cell v1.21.3
5722026-04-28T01:28:47.431Z Downloaded pest_derive v2.8.2
5732026-04-28T01:28:47.431Z Downloaded semver v1.0.27
5742026-04-28T01:28:47.434Z Downloaded tabled_derive v0.11.0
5752026-04-28T01:28:47.434Z Downloaded tabled_derive v0.7.0
5762026-04-28T01:28:47.434Z Downloaded strum v0.27.2
5772026-04-28T01:28:47.437Z Downloaded sync_wrapper v1.0.2
5782026-04-28T01:28:47.437Z Downloaded scroll v0.12.0
5792026-04-28T01:28:47.439Z Downloaded take_mut v0.2.2
5802026-04-28T01:28:47.439Z Downloaded terminal_size v0.4.3
5812026-04-28T01:28:47.439Z Downloaded tagptr v0.2.0
5822026-04-28T01:28:47.443Z Downloaded testing_table v0.3.0
5832026-04-28T01:28:47.443Z Downloaded termtree v0.5.1
5842026-04-28T01:28:47.443Z Downloaded serde_tokenstream v0.2.3
5852026-04-28T01:28:47.445Z Downloaded parking_lot v0.12.5
5862026-04-28T01:28:47.445Z Downloaded smf v0.2.3
5872026-04-28T01:28:47.448Z Downloaded slog-dtrace v0.3.0
5882026-04-28T01:28:47.448Z Downloaded signal-hook-registry v1.4.6
5892026-04-28T01:28:47.451Z Downloaded papergrid v0.17.0
5902026-04-28T01:28:47.454Z Downloaded icu_collections v2.0.0
5912026-04-28T01:28:47.456Z Downloaded papergrid v0.11.0
5922026-04-28T01:28:47.459Z Downloaded postcard v1.1.3
5932026-04-28T01:28:47.462Z Downloaded slog-term v2.9.2
5942026-04-28T01:28:47.462Z Downloaded sha2 v0.10.9
5952026-04-28T01:28:47.464Z Downloaded thiserror-impl-no-std v2.0.2
5962026-04-28T01:28:47.464Z Downloaded crossbeam-channel v0.5.15
5972026-04-28T01:28:47.467Z Downloaded serde_path_to_error v0.1.20
5982026-04-28T01:28:47.470Z Downloaded thread-id v5.0.0
5992026-04-28T01:28:47.470Z Downloaded rand_core v0.9.3
6002026-04-28T01:28:47.473Z Downloaded snafu-derive v0.8.9
6012026-04-28T01:28:47.473Z Downloaded progenitor-impl v0.13.0
6022026-04-28T01:28:47.475Z Downloaded progenitor-impl v0.10.0
6032026-04-28T01:28:47.475Z Downloaded slog-json v2.6.1
6042026-04-28T01:28:47.478Z Downloaded slog-async v2.8.0
6052026-04-28T01:28:47.478Z Downloaded minimal-lexical v0.2.1
6062026-04-28T01:28:47.481Z Downloaded tinyvec_macros v0.1.1
6072026-04-28T01:28:47.481Z Downloaded ryu v1.0.20
6082026-04-28T01:28:47.484Z Downloaded thread-id v4.2.2
6092026-04-28T01:28:47.484Z Downloaded cc v1.2.58
6102026-04-28T01:28:47.486Z Downloaded tokio-macros v2.7.0
6112026-04-28T01:28:47.489Z Downloaded swrite v0.1.0
6122026-04-28T01:28:47.489Z Downloaded static_assertions v1.1.0
6132026-04-28T01:28:47.489Z Downloaded openssl-sys v0.9.112
6142026-04-28T01:28:47.492Z Downloaded slab v0.4.11
6152026-04-28T01:28:47.494Z Downloaded time-core v0.1.8
6162026-04-28T01:28:47.495Z Downloaded bytes v1.11.1
6172026-04-28T01:28:47.497Z Downloaded toml_datetime v0.6.11
6182026-04-28T01:28:47.500Z Downloaded proc-macro2 v1.0.106
6192026-04-28T01:28:47.500Z Downloaded tabwriter v1.4.1
6202026-04-28T01:28:47.502Z Downloaded rustls-pki-types v1.12.0
6212026-04-28T01:28:47.505Z Downloaded memchr v2.7.5
6222026-04-28T01:28:47.508Z Downloaded topological-sort v0.2.2
6232026-04-28T01:28:47.508Z Downloaded prettyplease v0.2.37
6242026-04-28T01:28:47.510Z Downloaded expectorate v1.2.0
6252026-04-28T01:28:47.513Z Downloaded thiserror-impl v1.0.69
6262026-04-28T01:28:47.513Z Downloaded strum_macros v0.27.2
6272026-04-28T01:28:47.516Z Downloaded http v1.4.0
6282026-04-28T01:28:47.518Z Downloaded synstructure v0.13.2
6292026-04-28T01:28:47.518Z Downloaded strum_macros v0.26.4
6302026-04-28T01:28:47.518Z Downloaded pin-project v1.1.10
6312026-04-28T01:28:47.525Z Downloaded tower-service v0.3.3
6322026-04-28T01:28:47.528Z Downloaded tower-layer v0.3.3
6332026-04-28T01:28:47.528Z Downloaded serde_derive_internals v0.29.1
6342026-04-28T01:28:47.528Z Downloaded num-rational v0.4.2
6352026-04-28T01:28:47.530Z Downloaded libsw-core v0.3.2
6362026-04-28T01:28:47.530Z Downloaded newtype-uuid v1.3.2
6372026-04-28T01:28:47.534Z Downloaded iana-time-zone v0.1.64
6382026-04-28T01:28:47.534Z Downloaded arrayvec v0.7.6
6392026-04-28T01:28:47.537Z Downloaded thread_local v1.1.9
6402026-04-28T01:28:47.537Z Downloaded toml_write v0.1.2
6412026-04-28T01:28:47.537Z Downloaded thiserror-no-std v2.0.2
6422026-04-28T01:28:47.540Z Downloaded thiserror-impl v2.0.18
6432026-04-28T01:28:47.540Z Downloaded serde_with_macros v3.18.0
6442026-04-28T01:28:47.542Z Downloaded try-lock v0.2.5
6452026-04-28T01:28:47.542Z Downloaded serde_core v1.0.228
6462026-04-28T01:28:47.545Z Downloaded unicode-xid v0.2.6
6472026-04-28T01:28:47.545Z Downloaded curl v0.4.49
6482026-04-28T01:28:47.548Z Downloaded unarray v0.1.4
6492026-04-28T01:28:47.548Z Downloaded shlex v1.3.0
6502026-04-28T01:28:47.551Z Downloaded num_threads v0.1.7
6512026-04-28T01:28:47.551Z Downloaded digest v0.10.7
6522026-04-28T01:28:47.554Z Downloaded tokio-rustls v0.25.0
6532026-04-28T01:28:47.554Z Downloaded crc32fast v1.5.0
6542026-04-28T01:28:47.554Z Downloaded tokio-native-tls v0.3.1
6552026-04-28T01:28:47.556Z Downloaded typify-macro v0.4.3
6562026-04-28T01:28:47.557Z Downloaded cookie v0.18.1
6572026-04-28T01:28:47.561Z Downloaded usdt v0.5.0
6582026-04-28T01:28:47.561Z Downloaded usdt v0.6.0
6592026-04-28T01:28:47.561Z Downloaded untrusted v0.9.0
6602026-04-28T01:28:47.564Z Downloaded universal-hash v0.5.1
6612026-04-28T01:28:47.564Z Downloaded unicode-linebreak v0.1.5
6622026-04-28T01:28:47.564Z Downloaded usdt-attr-macro v0.6.0
6632026-04-28T01:28:47.564Z Downloaded usdt-macro v0.5.0
6642026-04-28T01:28:47.564Z Downloaded progenitor-impl v0.11.1
6652026-04-28T01:28:47.564Z Downloaded untrusted v0.7.1
6662026-04-28T01:28:47.567Z Downloaded smallvec v1.15.1
6672026-04-28T01:28:47.567Z Downloaded typify-macro v0.6.1
6682026-04-28T01:28:47.567Z Downloaded critical-section v1.2.0
6692026-04-28T01:28:47.570Z Downloaded async-trait v0.1.89
6702026-04-28T01:28:47.573Z Downloaded indent_write v2.2.0
6712026-04-28T01:28:47.573Z Downloaded tinystr v0.8.1
6722026-04-28T01:28:47.573Z Downloaded usdt-macro v0.6.0
6732026-04-28T01:28:47.573Z Downloaded usdt-attr-macro v0.5.0
6742026-04-28T01:28:47.576Z Downloaded utf8_iter v1.0.4
6752026-04-28T01:28:47.576Z Downloaded schemars v0.8.22
6762026-04-28T01:28:47.581Z Downloaded wait-timeout v0.2.1
6772026-04-28T01:28:47.583Z Downloaded utf8parse v0.2.2
6782026-04-28T01:28:47.583Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6792026-04-28T01:28:47.586Z Downloaded term v1.2.0
6802026-04-28T01:28:47.586Z Downloaded signal-hook v0.3.18
6812026-04-28T01:28:47.590Z Downloaded slog v2.8.2
6822026-04-28T01:28:47.592Z Downloaded quinn v0.11.9
6832026-04-28T01:28:47.592Z Downloaded thiserror v1.0.69
6842026-04-28T01:28:47.595Z Downloaded want v0.3.1
6852026-04-28T01:28:47.595Z Downloaded waitgroup v0.1.2
6862026-04-28T01:28:47.598Z Downloaded time-macros v0.2.27
6872026-04-28T01:28:47.598Z Downloaded tempfile v3.23.0
6882026-04-28T01:28:47.601Z Downloaded indexmap v2.13.0
6892026-04-28T01:28:47.603Z Downloaded version_check v0.9.5
6902026-04-28T01:28:47.603Z Downloaded defmt-macros v1.0.1
6912026-04-28T01:28:47.606Z Downloaded rayon-core v1.13.0
6922026-04-28T01:28:47.606Z Downloaded filetime v0.2.26
6932026-04-28T01:28:47.609Z Downloaded displaydoc v0.2.5
6942026-04-28T01:28:47.609Z Downloaded socket2 v0.5.10
6952026-04-28T01:28:47.611Z Downloaded bit-vec v0.8.0
6962026-04-28T01:28:47.611Z Downloaded backoff v0.4.0
6972026-04-28T01:28:47.614Z Downloaded autocfg v1.5.0
6982026-04-28T01:28:47.614Z Downloaded anstyle v1.0.14
6992026-04-28T01:28:47.617Z Downloaded anstream v1.0.0
7002026-04-28T01:28:47.617Z Downloaded toml_writer v1.0.6+spec-1.1.0
7012026-04-28T01:28:47.617Z Downloaded tokio-dtrace v0.1.1
7022026-04-28T01:28:47.620Z Downloaded either v1.15.0
7032026-04-28T01:28:47.620Z Downloaded ciborium-ll v0.2.2
7042026-04-28T01:28:47.620Z Downloaded argon2 v0.5.3
7052026-04-28T01:28:47.622Z Downloaded internet-checksum v0.2.1
7062026-04-28T01:28:47.622Z Downloaded inout v0.1.4
7072026-04-28T01:28:47.623Z Downloaded blake2 v0.10.6
7082026-04-28T01:28:47.625Z Downloaded zerofrom v0.1.6
7092026-04-28T01:28:47.626Z Downloaded thiserror v2.0.18
7102026-04-28T01:28:47.628Z Downloaded anyhow v1.0.102
7112026-04-28T01:28:47.631Z Downloaded yoke-derive v0.8.0
7122026-04-28T01:28:47.631Z Downloaded hubpack_derive v0.1.1
7132026-04-28T01:28:47.633Z Downloaded hubpack v0.1.2
7142026-04-28T01:28:47.633Z Downloaded gethostname v0.5.0
7152026-04-28T01:28:47.634Z Downloaded atomic-waker v1.1.2
7162026-04-28T01:28:47.634Z Downloaded anstyle-query v1.1.4
7172026-04-28T01:28:47.636Z Downloaded atomicwrites v0.4.4
7182026-04-28T01:28:47.636Z Downloaded cfg_aliases v0.2.1
7192026-04-28T01:28:47.636Z Downloaded convert_case v0.4.0
7202026-04-28T01:28:47.639Z Downloaded errno v0.3.14
7212026-04-28T01:28:47.639Z Downloaded fastrand v2.3.0
7222026-04-28T01:28:47.639Z Downloaded equivalent v1.0.2
7232026-04-28T01:28:47.642Z Downloaded usdt-impl v0.5.0
7242026-04-28T01:28:47.642Z Downloaded rand v0.8.5
7252026-04-28T01:28:47.646Z Downloaded tokio-stream v0.1.17
7262026-04-28T01:28:47.646Z Downloaded dyn-clone v1.0.20
7272026-04-28T01:28:47.649Z Downloaded futures-channel v0.3.32
7282026-04-28T01:28:47.649Z Downloaded zone v0.3.1
7292026-04-28T01:28:47.649Z Downloaded zeroize_derive v1.4.3
7302026-04-28T01:28:47.649Z Downloaded usdt-impl v0.6.0
7312026-04-28T01:28:47.652Z Downloaded zone_cfg_derive v0.3.1
7322026-04-28T01:28:47.652Z Downloaded hash32 v0.3.1
7332026-04-28T01:28:47.652Z Downloaded spin v0.9.8
7342026-04-28T01:28:47.654Z Downloaded qorb v0.4.1
7352026-04-28T01:28:47.657Z Downloaded nom v7.1.3
7362026-04-28T01:28:47.660Z Downloaded serde_derive v1.0.228
7372026-04-28T01:28:47.660Z Downloaded mio v1.2.0
7382026-04-28T01:28:47.663Z Downloaded futures-task v0.3.32
7392026-04-28T01:28:47.666Z Downloaded base64ct v1.8.0
7402026-04-28T01:28:47.666Z Downloaded toml v0.8.23
7412026-04-28T01:28:47.668Z Downloaded clap_lex v1.1.0
7422026-04-28T01:28:47.668Z Downloaded bytecount v0.6.9
7432026-04-28T01:28:47.671Z Downloaded hyper-util v0.1.19
7442026-04-28T01:28:47.675Z Downloaded whoami v1.6.1
7452026-04-28T01:28:47.677Z Downloaded vsss-rs v3.3.4
7462026-04-28T01:28:47.680Z Downloaded test-strategy v0.4.3
7472026-04-28T01:28:47.683Z Downloaded xattr v1.6.1
7482026-04-28T01:28:47.683Z Downloaded socket2 v0.6.3
7492026-04-28T01:28:47.686Z Downloaded idna v1.1.0
7502026-04-28T01:28:47.688Z Downloaded textwrap v0.16.2
7512026-04-28T01:28:47.688Z Downloaded writeable v0.6.1
7522026-04-28T01:28:47.691Z Downloaded ucd-trie v0.1.7
7532026-04-28T01:28:47.695Z Downloaded serde_yaml v0.9.34+deprecated
7542026-04-28T01:28:47.697Z Downloaded tokio-rustls v0.26.3
7552026-04-28T01:28:47.700Z Downloaded tinyvec v1.10.0
7562026-04-28T01:28:47.700Z Downloaded serde v1.0.228
7572026-04-28T01:28:47.703Z Downloaded zerofrom-derive v0.1.6
7582026-04-28T01:28:47.703Z Downloaded yoke v0.8.0
7592026-04-28T01:28:47.706Z Downloaded zeroize v1.8.1
7602026-04-28T01:28:47.706Z Downloaded similar v2.7.0
7612026-04-28T01:28:47.709Z Downloaded zmij v1.0.17
7622026-04-28T01:28:47.709Z Downloaded zerovec-derive v0.11.1
7632026-04-28T01:28:47.712Z Downloaded itertools v0.12.1
7642026-04-28T01:28:47.715Z Downloaded toml_parser v1.0.6+spec-1.1.0
7652026-04-28T01:28:47.715Z Downloaded iri-string v0.7.8
7662026-04-28T01:28:47.719Z Downloaded iddqd v0.3.17
7672026-04-28T01:28:47.723Z Downloaded schemars v0.9.0
7682026-04-28T01:28:47.729Z Downloaded tracing-attributes v0.1.30
7692026-04-28T01:28:47.732Z Downloaded walkdir v2.5.0
7702026-04-28T01:28:47.732Z Downloaded toml v0.9.11+spec-1.1.0
7712026-04-28T01:28:47.735Z Downloaded toml v0.7.8
7722026-04-28T01:28:47.738Z Downloaded clap_builder v4.6.0
7732026-04-28T01:28:47.741Z Downloaded steno v0.4.1
7742026-04-28T01:28:47.744Z Downloaded icu_properties_data v2.0.1
7752026-04-28T01:28:47.747Z Downloaded zerocopy-derive v0.7.35
7762026-04-28T01:28:47.750Z Downloaded typify v0.4.3
7772026-04-28T01:28:47.753Z Downloaded pest v2.8.2
7782026-04-28T01:28:47.756Z Downloaded tracing-core v0.1.34
7792026-04-28T01:28:47.759Z Downloaded uuid v1.20.0
7802026-04-28T01:28:47.762Z Downloaded rustls-webpki v0.103.6
7812026-04-28T01:28:47.765Z Downloaded futures-util v0.3.32
7822026-04-28T01:28:47.769Z Downloaded hkdf v0.12.4
7832026-04-28T01:28:47.771Z Downloaded toml_edit v0.22.27
7842026-04-28T01:28:47.774Z Downloaded unicode-ident v1.0.24
7852026-04-28T01:28:47.774Z Downloaded typenum v1.18.0
7862026-04-28T01:28:47.778Z Downloaded rand v0.10.1
7872026-04-28T01:28:47.781Z Downloaded rand v0.9.2
7882026-04-28T01:28:47.781Z Downloaded libm v0.2.15
7892026-04-28T01:28:47.786Z Downloaded snafu v0.8.9
7902026-04-28T01:28:47.789Z Downloaded hyper v1.8.1
7912026-04-28T01:28:47.792Z Downloaded unsafe-libyaml v0.2.11
7922026-04-28T01:28:47.795Z Downloaded goblin v0.10.1
7932026-04-28T01:28:47.798Z Downloaded itertools v0.14.0
7942026-04-28T01:28:47.802Z Downloaded vergen v8.3.2
7952026-04-28T01:28:47.804Z Downloaded h2 v0.4.12
7962026-04-28T01:28:47.807Z Downloaded typify v0.6.1
7972026-04-28T01:28:47.813Z Downloaded schemars v1.2.0
7982026-04-28T01:28:47.829Z Downloaded tar v0.4.45
7992026-04-28T01:28:47.837Z Downloaded goblin v0.8.2
8002026-04-28T01:28:47.840Z Downloaded tracing v0.1.41
8012026-04-28T01:28:47.858Z Downloaded url v2.5.7
8022026-04-28T01:28:47.865Z Downloaded zerotrie v0.2.2
8032026-04-28T01:28:47.867Z Downloaded aho-corasick v1.1.3
8042026-04-28T01:28:47.876Z Downloaded git2 v0.19.0
8052026-04-28T01:28:47.881Z Downloaded unicode-segmentation v1.12.0
8062026-04-28T01:28:47.884Z Downloaded rayon v1.11.0
8072026-04-28T01:28:47.888Z Downloaded zerocopy-derive v0.8.27
8082026-04-28T01:28:47.891Z Downloaded toml_edit v0.19.15
8092026-04-28T01:28:47.900Z Downloaded tower v0.5.2
8102026-04-28T01:28:47.904Z Downloaded typed-path v0.9.3
8112026-04-28T01:28:47.908Z Downloaded tokio-util v0.7.16
8122026-04-28T01:28:47.916Z Downloaded csv v1.3.1
8132026-04-28T01:28:47.927Z Downloaded tower-http v0.6.8
8142026-04-28T01:28:47.931Z Downloaded tough v0.20.0
8152026-04-28T01:28:47.939Z Downloaded reqwest v0.12.23
8162026-04-28T01:28:47.971Z Downloaded regex v1.12.3
8172026-04-28T01:28:47.976Z Downloaded blake3 v1.8.2
8182026-04-28T01:28:47.981Z Downloaded rustls-webpki v0.102.8
8192026-04-28T01:28:47.992Z Downloaded unicode-normalization v0.1.24
8202026-04-28T01:28:47.994Z Downloaded serde_json v1.0.149
8212026-04-28T01:28:47.997Z Downloaded aws-lc-rs v1.16.2
8222026-04-28T01:28:48.003Z Downloaded tabled v0.15.0
8232026-04-28T01:28:48.011Z Downloaded openssl v0.10.76
8242026-04-28T01:28:48.016Z Downloaded quinn-proto v0.11.14
8252026-04-28T01:28:48.020Z Downloaded tabled v0.20.0
8262026-04-28T01:28:48.030Z Downloaded zerovec v0.11.4
8272026-04-28T01:28:48.033Z Downloaded time v0.3.47
8282026-04-28T01:28:48.040Z Downloaded winnow v1.0.1
8292026-04-28T01:28:48.045Z Downloaded chrono v0.4.44
8302026-04-28T01:28:48.050Z Downloaded proptest v1.8.0
8312026-04-28T01:28:48.055Z Downloaded vcpkg v0.2.15
8322026-04-28T01:28:48.078Z Downloaded zerocopy v0.8.27
8332026-04-28T01:28:48.090Z Downloaded zerocopy v0.7.35
8342026-04-28T01:28:48.100Z Downloaded hickory-proto v0.24.4
8352026-04-28T01:28:48.109Z Downloaded winnow v0.5.40
8362026-04-28T01:28:48.114Z Downloaded unicode-width v0.2.1
8372026-04-28T01:28:48.117Z Downloaded unicode-width v0.1.14
8382026-04-28T01:28:48.120Z Downloaded openapiv3 v2.2.0
8392026-04-28T01:28:48.126Z Downloaded moka v0.12.11
8402026-04-28T01:28:48.132Z Downloaded serde_with v3.18.0
8412026-04-28T01:28:48.138Z Downloaded winnow v0.7.14
8422026-04-28T01:28:48.143Z Downloaded hickory-proto v0.25.2
8432026-04-28T01:28:48.153Z Downloaded dropshot v0.16.7
8442026-04-28T01:28:48.165Z Downloaded bindgen v0.72.1
8452026-04-28T01:28:48.169Z Downloaded portable-atomic v1.11.1
8462026-04-28T01:28:48.174Z Downloaded syn v1.0.109
8472026-04-28T01:28:48.179Z Downloaded reqwest v0.13.2
8482026-04-28T01:28:48.187Z Downloaded curve25519-dalek v4.1.3
8492026-04-28T01:28:48.224Z Downloaded jiff v0.2.15
8502026-04-28T01:28:48.239Z Downloaded nix v0.30.1
8512026-04-28T01:28:48.258Z Downloaded webpki-roots v1.0.2
8522026-04-28T01:28:48.261Z Downloaded bstr v1.12.0
8532026-04-28T01:28:48.265Z Downloaded libc v0.2.183
8542026-04-28T01:28:48.283Z Downloaded syn v2.0.117
8552026-04-28T01:28:48.289Z Downloaded smoltcp v0.11.0
8562026-04-28T01:28:48.296Z Downloaded regress v0.10.5
8572026-04-28T01:28:48.300Z Downloaded nix v0.31.2
8582026-04-28T01:28:48.307Z Downloaded regex-syntax v0.8.6
8592026-04-28T01:28:48.314Z Downloaded rustls v0.22.4
8602026-04-28T01:28:48.321Z Downloaded rustix v0.38.44
8612026-04-28T01:28:48.343Z Downloaded rustls v0.23.32
8622026-04-28T01:28:48.351Z Downloaded rustix v1.1.2
8632026-04-28T01:28:48.401Z Downloaded encoding_rs v0.8.35
8642026-04-28T01:28:48.430Z Downloaded typify-impl v0.6.1
8652026-04-28T01:28:48.437Z Downloaded ring v0.17.14
8662026-04-28T01:28:48.460Z Downloaded typify-impl v0.4.3
8672026-04-28T01:28:48.468Z Downloaded libgit2-sys v0.17.0+1.8.1
8682026-04-28T01:28:48.540Z Downloaded regex-automata v0.4.13
8692026-04-28T01:28:48.582Z Downloaded petgraph v0.6.5
8702026-04-28T01:28:48.592Z Downloaded chrono-tz v0.10.4
8712026-04-28T01:28:48.611Z Downloaded petgraph v0.8.2
8722026-04-28T01:28:48.627Z Downloaded libz-sys v1.1.22
8732026-04-28T01:28:48.646Z Downloaded tokio v1.52.1
8742026-04-28T01:28:48.667Z Downloaded sha3 v0.10.8
8752026-04-28T01:28:48.773Z Downloaded curl-sys v0.4.83+curl-8.15.0
8762026-04-28T01:28:49.346Z Downloaded aws-lc-sys v0.39.1
8772026-04-28T01:28:49.650Z Compiling proc-macro2 v1.0.106
8782026-04-28T01:28:49.650Z Compiling quote v1.0.45
8792026-04-28T01:28:49.652Z Compiling unicode-ident v1.0.24
8802026-04-28T01:28:49.653Z Compiling serde_core v1.0.228
8812026-04-28T01:28:49.653Z Compiling serde v1.0.228
8822026-04-28T01:28:49.653Z Compiling libc v0.2.183
8832026-04-28T01:28:49.653Z Checking cfg-if v1.0.3
8842026-04-28T01:28:49.980Z Compiling zmij v1.0.17
8852026-04-28T01:28:49.996Z Compiling autocfg v1.5.0
8862026-04-28T01:28:50.346Z Compiling memchr v2.7.5
8872026-04-28T01:28:50.419Z Compiling getrandom v0.3.4
8882026-04-28T01:28:50.436Z Compiling libm v0.2.15
8892026-04-28T01:28:50.809Z Checking itoa v1.0.15
8902026-04-28T01:28:50.826Z Compiling shlex v1.3.0
8912026-04-28T01:28:50.865Z Checking smallvec v1.15.1
8922026-04-28T01:28:50.930Z Compiling jobserver v0.1.34
8932026-04-28T01:28:51.004Z Compiling version_check v0.9.5
8942026-04-28T01:28:51.039Z Compiling find-msvc-tools v0.1.9
8952026-04-28T01:28:51.101Z Compiling syn v2.0.117
8962026-04-28T01:28:51.119Z Compiling thiserror v2.0.18
8972026-04-28T01:28:51.152Z Compiling icu_normalizer_data v2.0.0
8982026-04-28T01:28:51.242Z Compiling cc v1.2.58
8992026-04-28T01:28:51.270Z Compiling icu_properties_data v2.0.1
9002026-04-28T01:28:51.395Z Compiling parking_lot_core v0.9.12
9012026-04-28T01:28:51.418Z Checking stable_deref_trait v1.2.0
9022026-04-28T01:28:51.508Z Compiling serde_json v1.0.149
9032026-04-28T01:28:51.731Z Compiling heck v0.5.0
9042026-04-28T01:28:51.909Z Checking writeable v0.6.1
9052026-04-28T01:28:51.912Z Checking litemap v0.8.0
9062026-04-28T01:28:51.942Z Compiling num-traits v0.2.19
9072026-04-28T01:28:51.957Z Checking percent-encoding v2.3.2
9082026-04-28T01:28:52.225Z Checking form_urlencoded v1.2.2
9092026-04-28T01:28:52.249Z Checking utf8_iter v1.0.4
9102026-04-28T01:28:52.334Z Compiling zerocopy v0.8.27
9112026-04-28T01:28:52.352Z Checking pin-project-lite v0.2.16
9122026-04-28T01:28:52.368Z Checking iana-time-zone v0.1.64
9132026-04-28T01:28:52.414Z Compiling log v0.4.29
9142026-04-28T01:28:52.443Z Compiling rustversion v1.0.22
9152026-04-28T01:28:52.475Z Compiling foldhash v0.2.0
9162026-04-28T01:28:52.491Z Compiling equivalent v1.0.2
9172026-04-28T01:28:52.580Z Compiling allocator-api2 v0.2.21
9182026-04-28T01:28:52.597Z Compiling semver v1.0.27
9192026-04-28T01:28:52.668Z Checking socket2 v0.6.3
9202026-04-28T01:28:52.761Z Checking uuid v1.20.0
9212026-04-28T01:28:52.888Z Compiling hashbrown v0.16.1
9222026-04-28T01:28:52.906Z Checking scopeguard v1.2.0
9232026-04-28T01:28:53.048Z Checking lock_api v0.4.14
9242026-04-28T01:28:53.155Z Checking getrandom v0.2.16
9252026-04-28T01:28:53.198Z Checking signal-hook-registry v1.4.6
9262026-04-28T01:28:53.271Z Checking mio v1.2.0
9272026-04-28T01:28:53.298Z Checking dyn-clone v1.0.20
9282026-04-28T01:28:53.314Z Checking parking_lot v0.12.5
9292026-04-28T01:28:53.351Z Compiling portable-atomic v1.11.1
9302026-04-28T01:28:53.402Z Compiling schemars v0.8.22
9312026-04-28T01:28:53.544Z Checking critical-section v1.2.0
9322026-04-28T01:28:53.673Z Checking futures-core v0.3.32
9332026-04-28T01:28:53.720Z Compiling ring v0.17.14
9342026-04-28T01:28:53.813Z Compiling typenum v1.18.0
9352026-04-28T01:28:53.828Z Compiling indexmap v2.13.0
9362026-04-28T01:28:53.904Z Compiling synstructure v0.13.2
9372026-04-28T01:28:53.989Z Compiling serde_derive_internals v0.29.1
9382026-04-28T01:28:54.270Z Checking once_cell v1.21.3
9392026-04-28T01:28:54.453Z Compiling thiserror v1.0.69
9402026-04-28T01:28:54.470Z Compiling httparse v1.10.1
9412026-04-28T01:28:54.697Z Compiling regex-syntax v0.8.6
9422026-04-28T01:28:54.884Z Checking futures-sink v0.3.32
9432026-04-28T01:28:54.924Z Compiling rustix v1.1.2
9442026-04-28T01:28:54.948Z Compiling aho-corasick v1.1.3
9452026-04-28T01:28:54.983Z Checking slab v0.4.11
9462026-04-28T01:28:54.986Z Checking subtle v2.6.1
9472026-04-28T01:28:55.127Z Compiling ucd-trie v0.1.7
9482026-04-28T01:28:55.144Z Compiling anyhow v1.0.102
9492026-04-28T01:28:55.147Z Checking futures-channel v0.3.32
9502026-04-28T01:28:55.176Z Compiling serde_derive v1.0.228
9512026-04-28T01:28:55.269Z Compiling zerofrom-derive v0.1.6
9522026-04-28T01:28:55.352Z Compiling yoke-derive v0.8.0
9532026-04-28T01:28:55.355Z Compiling zerovec-derive v0.11.1
9542026-04-28T01:28:55.466Z Compiling displaydoc v0.2.5
9552026-04-28T01:28:56.195Z Compiling thiserror-impl v2.0.18
9562026-04-28T01:28:56.373Z Compiling schemars_derive v0.8.22
9572026-04-28T01:28:56.390Z Compiling tokio-macros v2.7.0
9582026-04-28T01:28:56.431Z Compiling zerocopy-derive v0.8.27
9592026-04-28T01:28:56.455Z Checking zerofrom v0.1.6
9602026-04-28T01:28:56.576Z Checking yoke v0.8.0
9612026-04-28T01:28:56.752Z Checking zerovec v0.11.4
9622026-04-28T01:28:56.769Z Checking zerotrie v0.2.2
9632026-04-28T01:28:57.009Z Compiling futures-macro v0.3.32
9642026-04-28T01:28:57.096Z Compiling zeroize_derive v1.4.3
9652026-04-28T01:28:57.451Z Checking tinystr v0.8.1
9662026-04-28T01:28:57.499Z Checking potential_utf v0.1.3
9672026-04-28T01:28:57.610Z Compiling thiserror-impl v1.0.69
9682026-04-28T01:28:57.628Z Checking icu_locale_core v2.0.0
9692026-04-28T01:28:57.628Z Checking icu_collections v2.0.0
9702026-04-28T01:28:57.734Z Checking zeroize v1.8.1
9712026-04-28T01:28:57.912Z Compiling regex-automata v0.4.13
9722026-04-28T01:28:58.134Z Checking icu_provider v2.0.0
9732026-04-28T01:28:58.165Z Compiling pest v2.8.2
9742026-04-28T01:28:58.199Z Checking bytes v1.11.1
9752026-04-28T01:28:58.377Z Checking icu_normalizer v2.0.0
9762026-04-28T01:28:58.542Z Checking icu_properties v2.0.1
9772026-04-28T01:28:58.642Z Checking chrono v0.4.44
9782026-04-28T01:28:58.690Z Compiling serde_tokenstream v0.2.3
9792026-04-28T01:28:58.812Z Checking bitflags v2.9.4
9802026-04-28T01:28:58.902Z Checking tokio v1.52.1
9812026-04-28T01:28:59.210Z Checking rand_core v0.6.4
9822026-04-28T01:28:59.374Z Checking idna_adapter v1.2.1
9832026-04-28T01:28:59.391Z Compiling pest_meta v2.8.2
9842026-04-28T01:28:59.394Z Checking futures-task v0.3.32
9852026-04-28T01:28:59.503Z Checking idna v1.1.0
9862026-04-28T01:28:59.506Z Checking futures-io v0.3.32
9872026-04-28T01:28:59.546Z Compiling pkg-config v0.3.32
9882026-04-28T01:28:59.574Z Compiling tracing-attributes v0.1.30
9892026-04-28T01:28:59.633Z Compiling regex v1.12.3
9902026-04-28T01:28:59.740Z Checking url v2.5.7
9912026-04-28T01:29:00.032Z Compiling pest_generator v2.8.2
9922026-04-28T01:29:00.238Z Checking futures-util v0.3.32
9932026-04-28T01:29:00.476Z Checking tracing-core v0.1.34
9942026-04-28T01:29:00.663Z Compiling generic-array v0.14.7
9952026-04-28T01:29:00.685Z Compiling pest_derive v2.8.2
9962026-04-28T01:29:00.770Z Checking fnv v1.0.7
9972026-04-28T01:29:00.787Z Checking tracing v0.1.41
9982026-04-28T01:29:00.868Z Compiling vcpkg v0.2.15
9992026-04-28T01:29:00.939Z Compiling http v1.4.0
10002026-04-28T01:29:01.187Z Compiling regress v0.10.5
10012026-04-28T01:29:01.394Z Compiling byteorder v1.5.0
10022026-04-28T01:29:01.436Z Compiling num-conv v0.2.1
10032026-04-28T01:29:01.511Z Compiling time-core v0.1.8
10042026-04-28T01:29:01.619Z Checking errno v0.3.14
10052026-04-28T01:29:01.662Z Compiling time-macros v0.2.27
10062026-04-28T01:29:01.756Z Checking base64 v0.22.1
10072026-04-28T01:29:02.000Z Checking ipnet v2.11.0
10082026-04-28T01:29:02.031Z Checking crypto-common v0.1.6
10092026-04-28T01:29:02.064Z Checking tokio-util v0.7.16
10102026-04-28T01:29:02.173Z Compiling scroll_derive v0.13.1
10112026-04-28T01:29:02.445Z Compiling camino v1.2.2
10122026-04-28T01:29:02.570Z Checking http-body v1.0.1
10132026-04-28T01:29:02.699Z Checking atomic-waker v1.1.2
10142026-04-28T01:29:02.753Z Compiling crossbeam-utils v0.8.21
10152026-04-28T01:29:02.800Z Compiling syn v1.0.109
10162026-04-28T01:29:02.954Z Compiling slog v2.8.2
10172026-04-28T01:29:03.004Z Compiling strsim v0.11.1
10182026-04-28T01:29:03.076Z Checking tower-service v0.3.3
10192026-04-28T01:29:03.116Z Checking try-lock v0.2.5
10202026-04-28T01:29:03.172Z Checking tower-layer v0.3.3
10212026-04-28T01:29:03.201Z Compiling paste v1.0.15
10222026-04-28T01:29:03.234Z Checking want v0.3.1
10232026-04-28T01:29:03.269Z Checking h2 v0.4.12
10242026-04-28T01:29:03.302Z Checking ipnetwork v0.21.1
10252026-04-28T01:29:03.322Z Checking ppv-lite86 v0.2.21
10262026-04-28T01:29:03.360Z Checking erased-serde v0.3.31
10272026-04-28T01:29:03.511Z Checking rustls-pki-types v1.12.0
10282026-04-28T01:29:03.546Z Checking pin-utils v0.1.0
10292026-04-28T01:29:03.587Z Checking httpdate v1.0.3
10302026-04-28T01:29:03.621Z Checking ryu v1.0.20
10312026-04-28T01:29:03.638Z Checking pretty-hex v0.4.1
10322026-04-28T01:29:03.764Z Compiling async-trait v0.1.89
10332026-04-28T01:29:03.767Z Checking socket2 v0.5.10
10342026-04-28T01:29:03.795Z Compiling ident_case v1.0.1
10352026-04-28T01:29:03.934Z Checking untrusted v0.9.0
10362026-04-28T01:29:04.007Z Compiling scroll v0.13.0
10372026-04-28T01:29:04.024Z Compiling openssl-sys v0.9.112
10382026-04-28T01:29:04.064Z Compiling plain v0.2.3
10392026-04-28T01:29:04.224Z Compiling usdt-impl v0.6.0
10402026-04-28T01:29:04.268Z Compiling goblin v0.10.1
10412026-04-28T01:29:04.286Z Checking http-body-util v0.1.3
10422026-04-28T01:29:04.493Z Checking block-buffer v0.10.4
10432026-04-28T01:29:04.512Z Compiling openapiv3 v2.2.0
10442026-04-28T01:29:04.763Z Compiling slog-async v2.8.0
10452026-04-28T01:29:05.017Z Checking digest v0.10.7
10462026-04-28T01:29:05.102Z Checking hyper v1.8.1
10472026-04-28T01:29:05.119Z Checking serde_urlencoded v0.7.1
10482026-04-28T01:29:05.204Z Checking oxnet v0.1.4
10492026-04-28T01:29:05.318Z Compiling typify-impl v0.4.3
10502026-04-28T01:29:05.436Z Compiling dtrace-parser v0.3.0
10512026-04-28T01:29:05.834Z Compiling cmake v0.1.54
10522026-04-28T01:29:05.972Z Checking hyper-util v0.1.19
10532026-04-28T01:29:06.015Z Compiling thread-id v5.0.0
10542026-04-28T01:29:06.018Z Compiling fs_extra v1.3.0
10552026-04-28T01:29:06.047Z Compiling dunce v1.0.5
10562026-04-28T01:29:06.101Z Compiling omicron-workspace-hack v0.1.0
10572026-04-28T01:29:06.144Z Compiling daft-derive v0.1.4
10582026-04-28T01:29:06.166Z Checking rand_core v0.9.3
10592026-04-28T01:29:06.283Z Compiling aws-lc-sys v0.39.1
10602026-04-28T01:29:06.337Z Compiling unsafe-libyaml v0.2.11
10612026-04-28T01:29:06.460Z Checking powerfmt v0.2.0
10622026-04-28T01:29:06.616Z Checking deranged v0.5.3
10632026-04-28T01:29:06.870Z Compiling serde_yaml v0.9.34+deprecated
10642026-04-28T01:29:07.010Z Compiling dof v0.4.0
10652026-04-28T01:29:07.032Z Checking rand_chacha v0.9.0
10662026-04-28T01:29:07.222Z Checking sync_wrapper v1.0.2
10672026-04-28T01:29:07.328Z Checking cpufeatures v0.2.17
10682026-04-28T01:29:07.405Z Compiling rustls v0.22.4
10692026-04-28T01:29:07.755Z Checking num_threads v0.1.7
10702026-04-28T01:29:07.772Z Compiling aws-lc-rs v1.16.2
10712026-04-28T01:29:07.930Z Checking tower v0.5.2
10722026-04-28T01:29:08.022Z Checking time v0.3.47
10732026-04-28T01:29:08.110Z Checking rand v0.9.2
10742026-04-28T01:29:08.156Z Compiling usdt-macro v0.6.0
10752026-04-28T01:29:08.316Z Compiling usdt-attr-macro v0.6.0
10762026-04-28T01:29:08.665Z Compiling structmeta-derive v0.3.0
10772026-04-28T01:29:08.694Z Compiling typify-macro v0.4.3
10782026-04-28T01:29:08.951Z Checking encoding_rs v0.8.35
10792026-04-28T01:29:09.151Z Checking iri-string v0.7.8
10802026-04-28T01:29:09.154Z Checking mime v0.3.17
10812026-04-28T01:29:09.297Z Checking crossbeam-channel v0.5.15
10822026-04-28T01:29:09.325Z Checking futures-executor v0.3.32
10832026-04-28T01:29:09.472Z Compiling multer v3.1.0
10842026-04-28T01:29:09.614Z Checking hex v0.4.3
10852026-04-28T01:29:09.670Z Compiling structmeta v0.3.0
10862026-04-28T01:29:09.692Z Checking fastrand v2.3.0
10872026-04-28T01:29:09.828Z Compiling openssl v0.10.76
10882026-04-28T01:29:09.845Z Checking unicode-width v0.2.1
10892026-04-28T01:29:09.866Z Checking untrusted v0.7.1
10902026-04-28T01:29:09.869Z Checking foreign-types-shared v0.1.1
10912026-04-28T01:29:09.869Z Checking tempfile v3.23.0
10922026-04-28T01:29:09.953Z Checking foreign-types v0.3.2
10932026-04-28T01:29:10.025Z Checking futures v0.3.32
10942026-04-28T01:29:10.089Z Compiling strum_macros v0.26.4
10952026-04-28T01:29:10.092Z Compiling async-stream-impl v0.3.6
10962026-04-28T01:29:10.137Z Compiling openssl-macros v0.1.1
10972026-04-28T01:29:10.154Z Checking tower-http v0.6.8
10982026-04-28T01:29:10.170Z Compiling typify v0.4.3
10992026-04-28T01:29:10.260Z Checking thread_local v1.1.9
11002026-04-28T01:29:10.409Z Compiling native-tls v0.2.14
11012026-04-28T01:29:10.426Z Checking openssl-probe v0.1.6
11022026-04-28T01:29:10.488Z Compiling rustls v0.23.32
11032026-04-28T01:29:10.700Z Compiling newtype-uuid-macros v0.1.0
11042026-04-28T01:29:10.716Z Compiling dropshot v0.16.7
11052026-04-28T01:29:10.901Z Checking memmap2 v0.9.8
11062026-04-28T01:29:10.918Z Checking is-terminal v0.4.16
11072026-04-28T01:29:10.937Z Compiling ref-cast v1.0.25
11082026-04-28T01:29:11.006Z Checking take_mut v0.2.2
11092026-04-28T01:29:11.057Z Checking match_cfg v0.1.0
11102026-04-28T01:29:11.111Z Checking term v1.2.0
11112026-04-28T01:29:11.128Z Checking hostname v0.3.1
11122026-04-28T01:29:11.329Z Checking slog-term v2.9.2
11132026-04-28T01:29:11.392Z Checking slog-json v2.6.1
11142026-04-28T01:29:11.441Z Compiling darling_core v0.23.0
11152026-04-28T01:29:11.544Z Compiling dropshot_endpoint v0.16.7
11162026-04-28T01:29:11.560Z Compiling ref-cast-impl v1.0.25
11172026-04-28T01:29:11.583Z Checking slog-bunyan v2.5.0
11182026-04-28T01:29:11.653Z Compiling derive-ex v0.1.8
11192026-04-28T01:29:11.916Z Checking webpki-roots v1.0.2
11202026-04-28T01:29:12.036Z Compiling strum_macros v0.27.2
11212026-04-28T01:29:12.223Z Checking winnow v0.7.14
11222026-04-28T01:29:12.758Z Checking tokio-native-tls v0.3.1
11232026-04-28T01:29:13.174Z Checking hyper-tls v0.6.0
11242026-04-28T01:29:13.205Z Compiling test-strategy v0.4.3
11252026-04-28T01:29:13.258Z Compiling progenitor-impl v0.11.1
11262026-04-28T01:29:13.369Z Checking newtype-uuid v1.3.2
11272026-04-28T01:29:13.417Z Checking either v1.15.0
11282026-04-28T01:29:13.523Z Compiling darling_macro v0.23.0
11292026-04-28T01:29:13.600Z Checking daft v0.1.4
11302026-04-28T01:29:13.911Z Checking rustls-webpki v0.102.8
11312026-04-28T01:29:13.990Z Checking debug-ignore v1.0.5
11322026-04-28T01:29:14.067Z Compiling darling v0.23.0
11332026-04-28T01:29:14.083Z Checking toml_parser v1.0.6+spec-1.1.0
11342026-04-28T01:29:14.149Z Compiling serde_with_macros v3.18.0
11352026-04-28T01:29:14.326Z Checking usdt v0.6.0
11362026-04-28T01:29:14.407Z Compiling parse-display-derive v0.10.0
11372026-04-28T01:29:14.550Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11382026-04-28T01:29:14.567Z Checking toml_datetime v0.7.5+spec-1.1.0
11392026-04-28T01:29:14.760Z Checking serde_spanned v1.0.4
11402026-04-28T01:29:14.892Z Checking spin v0.9.8
11412026-04-28T01:29:14.994Z Checking toml_writer v1.0.6+spec-1.1.0
11422026-04-28T01:29:15.173Z Checking toml v0.9.11+spec-1.1.0
11432026-04-28T01:29:15.223Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11442026-04-28T01:29:15.303Z Checking strum v0.26.3
11452026-04-28T01:29:15.322Z Compiling progenitor-macro v0.11.1
11462026-04-28T01:29:15.412Z Checking async-stream v0.3.6
11472026-04-28T01:29:15.537Z Checking sha1 v0.10.6
11482026-04-28T01:29:15.540Z Checking rustls-pemfile v2.2.0
11492026-04-28T01:29:15.681Z Checking rand_chacha v0.3.1
11502026-04-28T01:29:15.681Z Checking tokio-rustls v0.25.0
11512026-04-28T01:29:15.714Z Checking waitgroup v0.1.2
11522026-04-28T01:29:15.730Z Compiling toml_datetime v0.6.11
11532026-04-28T01:29:15.813Z Checking macaddr v1.0.1
11542026-04-28T01:29:15.876Z Checking serde_path_to_error v0.1.20
11552026-04-28T01:29:15.893Z Checking wait-timeout v0.2.1
11562026-04-28T01:29:15.908Z Checking hostname v0.4.2
11572026-04-28T01:29:15.990Z Checking bit-vec v0.8.0
11582026-04-28T01:29:16.007Z Checking lazy_static v1.5.0
11592026-04-28T01:29:16.011Z Checking quick-error v1.2.3
11602026-04-28T01:29:16.041Z Checking rand v0.8.5
11612026-04-28T01:29:16.100Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11622026-04-28T01:29:16.120Z Checking rusty-fork v0.3.0
11632026-04-28T01:29:16.178Z Checking bit-set v0.8.0
11642026-04-28T01:29:16.303Z Checking tabwriter v1.4.1
11652026-04-28T01:29:16.322Z Checking rand_xorshift v0.4.0
11662026-04-28T01:29:16.442Z Compiling clap_derive v4.6.0
11672026-04-28T01:29:16.536Z Checking unarray v0.1.4
11682026-04-28T01:29:16.587Z Checking colored v3.0.0
11692026-04-28T01:29:16.640Z Checking utf8parse v0.2.2
11702026-04-28T01:29:16.677Z Checking proptest v1.8.0
11712026-04-28T01:29:16.743Z Checking anstyle-parse v1.0.0
11722026-04-28T01:29:16.769Z Checking strum v0.27.2
11732026-04-28T01:29:16.898Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11742026-04-28T01:29:16.981Z Checking terminal_size v0.4.3
11752026-04-28T01:29:17.320Z Checking is_terminal_polyfill v1.70.1
11762026-04-28T01:29:17.415Z Checking anstyle v1.0.14
11772026-04-28T01:29:17.450Z Checking anstyle-query v1.1.4
11782026-04-28T01:29:17.450Z Checking colorchoice v1.0.4
11792026-04-28T01:29:17.592Z Checking anstream v1.0.0
11802026-04-28T01:29:17.769Z Checking itertools v0.14.0
11812026-04-28T01:29:18.106Z Checking clap_lex v1.1.0
11822026-04-28T01:29:18.265Z Checking clap_builder v4.6.0
11832026-04-28T01:29:18.307Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11842026-04-28T01:29:18.893Z Checking serde_with v3.18.0
11852026-04-28T01:29:19.520Z Checking clap v4.6.0
11862026-04-28T01:29:19.604Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11872026-04-28T01:29:19.695Z Checking instant v0.1.13
11882026-04-28T01:29:19.824Z Checking rustc-hash v2.1.1
11892026-04-28T01:29:19.890Z Checking backoff v0.4.0
11902026-04-28T01:29:19.948Z Checking iddqd v0.3.17
11912026-04-28T01:29:20.060Z Checking parse-display v0.10.0
11922026-04-28T01:29:20.203Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11932026-04-28T01:29:20.225Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
11942026-04-28T01:29:21.648Z Compiling cfg_aliases v0.2.1
11952026-04-28T01:29:22.105Z Compiling rustls-webpki v0.103.6
11962026-04-28T01:29:22.583Z Compiling prettyplease v0.2.37
11972026-04-28T01:29:24.834Z Checking serde_spanned v0.6.9
11982026-04-28T01:29:24.995Z Compiling memoffset v0.9.1
11992026-04-28T01:29:25.407Z Compiling tokio-rustls v0.26.3
12002026-04-28T01:29:25.799Z Compiling nix v0.30.1
12012026-04-28T01:29:26.045Z Checking crossbeam-epoch v0.9.18
12022026-04-28T01:29:26.177Z Compiling hyper-rustls v0.27.7
12032026-04-28T01:29:26.394Z Compiling reqwest v0.12.23
12042026-04-28T01:29:26.465Z Compiling winnow v0.5.40
12052026-04-28T01:29:27.548Z Compiling progenitor-client v0.11.1
12062026-04-28T01:29:27.686Z Compiling toml_edit v0.19.15
12072026-04-28T01:29:28.873Z Compiling proc-macro-crate v1.3.1
12082026-04-28T01:29:29.317Z Compiling progenitor v0.11.1
12092026-04-28T01:29:29.866Z Compiling num-integer v0.1.46
12102026-04-28T01:29:30.176Z Compiling rayon-core v1.13.0
12112026-04-28T01:29:30.409Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12122026-04-28T01:29:30.425Z Compiling progenitor-client v0.10.0
12132026-04-28T01:29:31.382Z Compiling hubpack_derive v0.1.1
12142026-04-28T01:29:31.408Z Compiling darling_core v0.21.3
12152026-04-28T01:29:31.640Z Compiling zerocopy-derive v0.7.35
12162026-04-28T01:29:32.027Z Checking toml_write v0.1.2
12172026-04-28T01:29:32.117Z Checking hubpack v0.1.2
12182026-04-28T01:29:32.194Z Checking toml_edit v0.22.27
12192026-04-28T01:29:32.279Z Checking num-iter v0.1.45
12202026-04-28T01:29:32.369Z Checking num-rational v0.4.2
12212026-04-28T01:29:32.518Z Checking crossbeam-deque v0.8.6
12222026-04-28T01:29:32.775Z Compiling num-complex v0.4.6
12232026-04-28T01:29:32.964Z Checking static_assertions v1.1.0
12242026-04-28T01:29:33.065Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12252026-04-28T01:29:33.171Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12262026-04-28T01:29:33.330Z Checking toml v0.8.23
12272026-04-28T01:29:33.491Z Compiling darling_macro v0.21.3
12282026-04-28T01:29:33.598Z Checking num v0.4.3
12292026-04-28T01:29:33.729Z Compiling proc-macro-error-attr v1.0.4
12302026-04-28T01:29:33.851Z Checking float-ord v0.3.2
12312026-04-28T01:29:33.958Z Compiling heapless v0.8.0
12322026-04-28T01:29:34.032Z Compiling darling v0.21.3
12332026-04-28T01:29:34.049Z Checking hash32 v0.3.1
12342026-04-28T01:29:34.074Z Compiling proc-macro-error v1.0.4
12352026-04-28T01:29:34.118Z Compiling ingot-macros v0.1.1
12362026-04-28T01:29:34.173Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12372026-04-28T01:29:34.303Z Checking bytecount v0.6.9
12382026-04-28T01:29:34.389Z Compiling smoltcp v0.11.0
12392026-04-28T01:29:34.741Z Compiling zerocopy v0.7.35
12402026-04-28T01:29:35.036Z Compiling num_enum_derive v0.7.6
12412026-04-28T01:29:35.355Z Compiling num-derive v0.3.3
12422026-04-28T01:29:35.724Z Checking cobs v0.3.0
12432026-04-28T01:29:35.790Z Compiling scroll_derive v0.12.1
12442026-04-28T01:29:35.868Z Compiling foreign-types-macros v0.2.3
12452026-04-28T01:29:35.897Z Compiling usdt-impl v0.5.0
12462026-04-28T01:29:36.060Z Checking managed v0.8.0
12472026-04-28T01:29:36.150Z Compiling crucible-workspace-hack v0.1.0
12482026-04-28T01:29:36.237Z Compiling getrandom v0.4.2
12492026-04-28T01:29:36.253Z Checking bitflags v1.3.2
12502026-04-28T01:29:36.331Z Checking rand_core v0.10.1
12512026-04-28T01:29:36.366Z Checking foreign-types-shared v0.3.1
12522026-04-28T01:29:36.477Z Checking scroll v0.12.0
12532026-04-28T01:29:36.509Z Checking foreign-types v0.5.0
12542026-04-28T01:29:36.525Z Checking libscf-sys v1.1.0
12552026-04-28T01:29:36.589Z Checking num_enum v0.7.6
12562026-04-28T01:29:36.667Z Checking postcard v1.1.3
12572026-04-28T01:29:36.670Z Compiling dof v0.3.0
12582026-04-28T01:29:36.731Z Checking ingot-types v0.1.2
12592026-04-28T01:29:36.935Z Compiling dtrace-parser v0.2.0
12602026-04-28T01:29:36.952Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12612026-04-28T01:29:36.969Z Checking camino-tempfile v1.4.1
12622026-04-28T01:29:37.030Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12632026-04-28T01:29:37.064Z Checking ingot v0.1.1
12642026-04-28T01:29:37.123Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12652026-04-28T01:29:37.334Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12662026-04-28T01:29:37.506Z Checking cstr-argument v0.1.2
12672026-04-28T01:29:37.523Z Compiling thread-id v4.2.2
12682026-04-28T01:29:37.546Z Compiling minimal-lexical v0.2.1
12692026-04-28T01:29:37.564Z Checking cpufeatures v0.3.0
12702026-04-28T01:29:37.609Z Compiling heck v0.4.1
12712026-04-28T01:29:37.626Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12722026-04-28T01:29:37.641Z Checking chacha20 v0.10.0
12732026-04-28T01:29:37.782Z Compiling nom v7.1.3
12742026-04-28T01:29:37.815Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12752026-04-28T01:29:37.838Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12762026-04-28T01:29:37.855Z Checking goblin v0.8.2
12772026-04-28T01:29:37.919Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12782026-04-28T01:29:38.197Z Checking rayon v1.11.0
12792026-04-28T01:29:38.250Z Compiling num_enum_derive v0.5.11
12802026-04-28T01:29:38.353Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12812026-04-28T01:29:38.719Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12822026-04-28T01:29:39.113Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12832026-04-28T01:29:39.138Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12842026-04-28T01:29:39.226Z Compiling rustc_version v0.4.1
12852026-04-28T01:29:39.497Z Compiling convert_case v0.4.0
12862026-04-28T01:29:39.539Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
12872026-04-28T01:29:39.595Z Checking tinyvec_macros v0.1.1
12882026-04-28T01:29:39.612Z Compiling rustix v0.38.44
12892026-04-28T01:29:39.672Z Checking tinyvec v1.10.0
12902026-04-28T01:29:39.817Z Compiling derive_more v0.99.20
12912026-04-28T01:29:40.049Z Checking num_enum v0.5.11
12922026-04-28T01:29:40.066Z Checking rand v0.10.1
12932026-04-28T01:29:40.099Z Compiling libz-sys v1.1.22
12942026-04-28T01:29:40.158Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
12952026-04-28T01:29:40.288Z Compiling proc-macro-error-attr2 v2.0.0
12962026-04-28T01:29:40.403Z Checking winnow v1.0.1
12972026-04-28T01:29:40.526Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12982026-04-28T01:29:40.690Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12992026-04-28T01:29:40.693Z Compiling proc-macro-error2 v2.0.1
13002026-04-28T01:29:40.783Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13012026-04-28T01:29:40.978Z Compiling usdt-attr-macro v0.5.0
13022026-04-28T01:29:41.139Z Compiling usdt-macro v0.5.0
13032026-04-28T01:29:41.404Z Compiling zone_cfg_derive v0.3.1
13042026-04-28T01:29:41.655Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13052026-04-28T01:29:41.698Z Checking itertools v0.12.1
13062026-04-28T01:29:41.812Z Compiling num-derive v0.4.2
13072026-04-28T01:29:41.829Z Checking sigpipe v0.1.3
13082026-04-28T01:29:41.832Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13092026-04-28T01:29:41.887Z Checking memmap v0.7.0
13102026-04-28T01:29:41.909Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13112026-04-28T01:29:41.980Z Checking glob v0.3.3
13122026-04-28T01:29:42.014Z Checking jiff v0.2.15
13132026-04-28T01:29:42.044Z Checking usdt v0.5.0
13142026-04-28T01:29:42.148Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13152026-04-28T01:29:42.164Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13162026-04-28T01:29:42.205Z Compiling tabled_derive v0.11.0
13172026-04-28T01:29:42.345Z Checking papergrid v0.17.0
13182026-04-28T01:29:42.462Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13192026-04-28T01:29:42.661Z Checking zone v0.3.1
13202026-04-28T01:29:42.716Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13212026-04-28T01:29:42.933Z Checking testing_table v0.3.0
13222026-04-28T01:29:43.031Z Checking smf v0.2.3
13232026-04-28T01:29:43.065Z Checking secrecy v0.10.3
13242026-04-28T01:29:43.134Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13252026-04-28T01:29:43.185Z Checking bstr v1.12.0
13262026-04-28T01:29:43.259Z Checking whoami v1.6.1
13272026-04-28T01:29:43.330Z Checking tabled v0.20.0
13282026-04-28T01:29:43.413Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13292026-04-28T01:29:43.429Z Compiling curve25519-dalek v4.1.3
13302026-04-28T01:29:43.516Z Checking hmac v0.12.1
13312026-04-28T01:29:43.603Z Compiling clang-sys v1.8.1
13322026-04-28T01:29:43.651Z Checking inout v0.1.4
13332026-04-28T01:29:43.705Z Checking ff v0.13.1
13342026-04-28T01:29:43.785Z Compiling enum-as-inner v0.6.1
13352026-04-28T01:29:43.832Z Compiling semver v0.1.20
13362026-04-28T01:29:43.965Z Checking data-encoding v2.9.0
13372026-04-28T01:29:44.090Z Compiling rustc_version v0.1.7
13382026-04-28T01:29:44.260Z Checking group v0.13.0
13392026-04-28T01:29:44.288Z Checking cipher v0.4.4
13402026-04-28T01:29:44.337Z Checking hkdf v0.12.4
13412026-04-28T01:29:44.366Z Checking atomicwrites v0.4.4
13422026-04-28T01:29:44.385Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13432026-04-28T01:29:44.464Z Compiling nix v0.31.2
13442026-04-28T01:29:44.467Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13452026-04-28T01:29:44.498Z Compiling thiserror-impl-no-std v2.0.2
13462026-04-28T01:29:44.498Z Checking universal-hash v0.5.1
13472026-04-28T01:29:44.618Z Checking crypto-bigint v0.5.5
13482026-04-28T01:29:44.635Z Checking half v2.7.1
13492026-04-28T01:29:44.842Z Compiling curve25519-dalek-derive v0.1.1
13502026-04-28T01:29:44.876Z Checking opaque-debug v0.3.1
13512026-04-28T01:29:44.951Z Checking base64ct v1.8.0
13522026-04-28T01:29:45.190Z Checking ciborium-io v0.2.2
13532026-04-28T01:29:45.282Z Checking base16ct v0.2.0
13542026-04-28T01:29:45.300Z Checking indent_write v2.2.0
13552026-04-28T01:29:45.404Z Checking ciborium-ll v0.2.2
13562026-04-28T01:29:45.427Z Checking password-hash v0.5.0
13572026-04-28T01:29:45.483Z Checking poly1305 v0.8.0
13582026-04-28T01:29:45.561Z Checking thiserror-no-std v2.0.2
13592026-04-28T01:29:45.601Z Checking chacha20 v0.9.1
13602026-04-28T01:29:45.619Z Checking elliptic-curve v0.13.8
13612026-04-28T01:29:45.642Z Compiling newtype_derive v0.1.6
13622026-04-28T01:29:45.659Z Checking similar v2.7.0
13632026-04-28T01:29:45.704Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13642026-04-28T01:29:45.775Z Checking blake2 v0.10.6
13652026-04-28T01:29:45.793Z Compiling typify-impl v0.6.1
13662026-04-28T01:29:45.855Z Checking aead v0.5.2
13672026-04-28T01:29:45.872Z Compiling libloading v0.8.9
13682026-04-28T01:29:45.947Z Checking keccak v0.1.6
13692026-04-28T01:29:45.976Z Compiling owo-colors v4.3.0
13702026-04-28T01:29:45.993Z Checking resolv-conf v0.7.5
13712026-04-28T01:29:45.993Z Compiling bindgen v0.72.1
13722026-04-28T01:29:46.060Z Checking linked-hash-map v0.5.6
13732026-04-28T01:29:46.100Z Checking sha3 v0.10.8
13742026-04-28T01:29:46.161Z Checking vsss-rs v3.3.4
13752026-04-28T01:29:46.222Z Checking lru-cache v0.1.2
13762026-04-28T01:29:46.297Z Checking argon2 v0.5.3
13772026-04-28T01:29:46.330Z Checking chacha20poly1305 v0.10.1
13782026-04-28T01:29:46.397Z Checking ciborium v0.2.2
13792026-04-28T01:29:46.449Z Checking hickory-proto v0.24.4
13802026-04-28T01:29:46.590Z Checking tokio-dtrace v0.1.1
13812026-04-28T01:29:46.720Z Compiling cexpr v0.6.0
13822026-04-28T01:29:46.763Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13832026-04-28T01:29:47.039Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13842026-04-28T01:29:47.197Z Checking serde-big-array v0.5.1
13852026-04-28T01:29:47.268Z Compiling derive-where v1.6.0
13862026-04-28T01:29:47.272Z Compiling serde_repr v0.1.20
13872026-04-28T01:29:47.329Z Checking siphasher v1.0.1
13882026-04-28T01:29:47.489Z Checking unicode-segmentation v1.12.0
13892026-04-28T01:29:47.662Z Checking same-file v1.0.6
13902026-04-28T01:29:47.787Z Checking walkdir v2.5.0
13912026-04-28T01:29:47.807Z Checking newline-converter v0.3.0
13922026-04-28T01:29:47.842Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13932026-04-28T01:29:47.916Z Checking hickory-resolver v0.24.4
13942026-04-28T01:29:47.951Z Checking phf_shared v0.12.1
13952026-04-28T01:29:48.138Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13962026-04-28T01:29:48.532Z Checking oxide-tokio-rt v0.1.4
13972026-04-28T01:29:48.644Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13982026-04-28T01:29:48.845Z Compiling progenitor-impl v0.10.0
13992026-04-28T01:29:49.075Z Checking console v0.15.11
14002026-04-28T01:29:49.195Z Compiling typify-macro v0.6.1
14012026-04-28T01:29:49.347Z Checking tokio-stream v0.1.17
14022026-04-28T01:29:49.375Z Compiling pin-project-internal v1.1.10
14032026-04-28T01:29:49.405Z Compiling slog-dtrace v0.3.0
14042026-04-28T01:29:49.646Z Checking csv-core v0.1.12
14052026-04-28T01:29:49.719Z Checking swrite v0.1.0
14062026-04-28T01:29:49.819Z Checking smawk v0.3.2
14072026-04-28T01:29:49.836Z Checking foldhash v0.1.5
14082026-04-28T01:29:49.953Z Compiling chrono-tz v0.10.4
14092026-04-28T01:29:49.973Z Compiling cancel-safe-futures v0.1.5
14102026-04-28T01:29:50.115Z Checking unicode-width v0.1.14
14112026-04-28T01:29:50.172Z Checking unicode-linebreak v0.1.5
14122026-04-28T01:29:50.219Z Compiling unicode-xid v0.2.6
14132026-04-28T01:29:50.349Z Compiling const_format_proc_macros v0.2.34
14142026-04-28T01:29:50.389Z Checking textwrap v0.16.2
14152026-04-28T01:29:50.429Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14162026-04-28T01:29:50.448Z Checking pin-project v1.1.10
14172026-04-28T01:29:50.547Z Checking hashbrown v0.15.5
14182026-04-28T01:29:50.610Z Checking csv v1.3.1
14192026-04-28T01:29:50.719Z Checking qorb v0.4.1
14202026-04-28T01:29:50.921Z Compiling progenitor-macro v0.10.0
14212026-04-28T01:29:51.014Z Checking expectorate v1.2.0
14222026-04-28T01:29:51.031Z Checking phf v0.12.1
14232026-04-28T01:29:51.124Z Checking unicode-normalization v0.1.24
14242026-04-28T01:29:51.147Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-04-28T01:29:51.535Z Checking libsw-core v0.3.2
14262026-04-28T01:29:51.631Z Compiling libgit2-sys v0.17.0+1.8.1
14272026-04-28T01:29:51.670Z Compiling async-recursion v1.1.1
14282026-04-28T01:29:51.688Z Compiling snafu-derive v0.8.9
14292026-04-28T01:29:51.863Z Compiling cookie v0.18.1
14302026-04-28T01:29:52.031Z Checking fixedbitset v0.4.2
14312026-04-28T01:29:52.093Z Compiling moka v0.12.11
14322026-04-28T01:29:52.185Z Checking highway v1.3.0
14332026-04-28T01:29:52.272Z Checking fixedbitset v0.5.7
14342026-04-28T01:29:52.356Z Checking petgraph v0.6.5
14352026-04-28T01:29:52.482Z Checking petgraph v0.8.2
14362026-04-28T01:29:52.583Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-04-28T01:29:52.743Z Checking libsw v3.5.0
14382026-04-28T01:29:52.920Z Checking olpc-cjson v0.1.4
14392026-04-28T01:29:53.402Z Checking const_format v0.2.34
14402026-04-28T01:29:53.418Z Checking snafu v0.8.9
14412026-04-28T01:29:53.652Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14422026-04-28T01:29:53.669Z Compiling typify v0.6.1
14432026-04-28T01:29:53.823Z Checking papergrid v0.11.0
14442026-04-28T01:29:53.840Z Checking globset v0.4.16
14452026-04-28T01:29:54.012Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14462026-04-28T01:29:54.043Z Checking gethostname v0.5.0
14472026-04-28T01:29:54.136Z Compiling tabled_derive v0.7.0
14482026-04-28T01:29:54.202Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-04-28T01:29:54.488Z Checking reqwest v0.13.2
14502026-04-28T01:29:54.529Z Checking bcs v0.1.6
14512026-04-28T01:29:54.758Z Checking pem v3.0.5
14522026-04-28T01:29:54.918Z Checking serde_plain v1.0.2
14532026-04-28T01:29:54.994Z Checking progenitor v0.10.0
14542026-04-28T01:29:55.018Z Checking typed-path v0.9.3
14552026-04-28T01:29:55.055Z Checking termtree v0.5.1
14562026-04-28T01:29:55.074Z Checking crc8 v0.1.1
14572026-04-28T01:29:55.126Z Checking tagptr v0.2.0
14582026-04-28T01:29:55.169Z Checking humantime v2.3.0
14592026-04-28T01:29:55.189Z Compiling signal-hook v0.3.18
14602026-04-28T01:29:55.265Z Checking linear-map v1.2.0
14612026-04-28T01:29:55.424Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14622026-04-28T01:29:55.440Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14632026-04-28T01:29:55.649Z Checking tabled v0.15.0
14642026-04-28T01:29:55.769Z Checking tough v0.20.0
14652026-04-28T01:29:55.946Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14662026-04-28T01:29:56.110Z Compiling progenitor-impl v0.13.0
14672026-04-28T01:29:56.670Z Checking steno v0.4.1
14682026-04-28T01:29:57.002Z Checking hickory-proto v0.25.2
14692026-04-28T01:29:57.327Z Checking dropshot-api-manager-types v0.5.2
14702026-04-28T01:29:57.488Z Compiling curl-sys v0.4.83+curl-8.15.0
14712026-04-28T01:29:57.506Z Compiling cargo-platform v0.1.9
14722026-04-28T01:29:57.647Z Compiling vergen v8.3.2
14732026-04-28T01:29:57.679Z Compiling fs-err v3.1.2
14742026-04-28T01:29:57.742Z Compiling crc32fast v1.5.0
14752026-04-28T01:29:57.911Z Compiling cargo_metadata v0.18.1
14762026-04-28T01:29:58.108Z Checking progenitor-client v0.13.0
14772026-04-28T01:29:58.207Z Compiling progenitor-macro v0.13.0
14782026-04-28T01:29:58.264Z Checking sha2 v0.10.9
14792026-04-28T01:29:58.328Z Compiling blake3 v1.8.2
14802026-04-28T01:29:58.614Z Checking hickory-resolver v0.25.2
14812026-04-28T01:29:58.706Z Checking adler2 v2.0.1
14822026-04-28T01:29:58.824Z Checking miniz_oxide v0.8.9
14832026-04-28T01:29:59.301Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14842026-04-28T01:29:59.317Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14852026-04-28T01:29:59.402Z Checking git-stub v1.0.0
14862026-04-28T01:29:59.438Z Checking filetime v0.2.26
14872026-04-28T01:29:59.555Z Checking constant_time_eq v0.3.1
14882026-04-28T01:29:59.573Z Checking arrayref v0.3.9
14892026-04-28T01:29:59.646Z Checking is_ci v1.2.0
14902026-04-28T01:29:59.664Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14912026-04-28T01:29:59.748Z Checking xattr v1.6.1
14922026-04-28T01:29:59.881Z Checking arrayvec v0.7.6
14932026-04-28T01:29:59.884Z Compiling curl v0.4.49
14942026-04-28T01:30:00.194Z Checking tar v0.4.45
14952026-04-28T01:30:00.342Z Checking supports-color v3.0.2
14962026-04-28T01:30:00.481Z Checking git-stub-vcs v0.1.0
14972026-04-28T01:30:00.669Z Checking flate2 v1.1.2
14982026-04-28T01:30:00.693Z Checking drift v0.1.3
14992026-04-28T01:30:00.765Z Checking toml v0.7.8
15002026-04-28T01:30:00.798Z Checking kstat-rs v0.2.4
15012026-04-28T01:30:00.941Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15022026-04-28T01:30:00.958Z Checking topological-sort v0.2.2
15032026-04-28T01:30:00.989Z Checking dropshot-api-manager v0.5.2
15042026-04-28T01:30:01.092Z Checking omicron-zone-package v0.12.2
15052026-04-28T01:30:01.817Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-04-28T01:30:01.931Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-04-28T01:30:02.008Z Checking signal-hook-tokio v0.3.1
15082026-04-28T01:30:02.134Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15092026-04-28T01:30:02.338Z Checking progenitor v0.13.0
15102026-04-28T01:30:02.356Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-04-28T01:30:02.466Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15122026-04-28T01:30:02.638Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15132026-04-28T01:30:02.755Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15142026-04-28T01:30:02.773Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15152026-04-28T01:30:02.981Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-04-28T01:30:03.024Z Checking display-error-chain v0.2.2
15172026-04-28T01:30:03.145Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-04-28T01:30:03.202Z Checking internet-checksum v0.2.1
15192026-04-28T01:30:03.220Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-04-28T01:30:03.237Z Checking search_path v0.1.4
15212026-04-28T01:30:03.369Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15222026-04-28T01:30:03.454Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15232026-04-28T01:30:03.616Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-04-28T01:30:03.681Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-04-28T01:30:03.862Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-04-28T01:30:03.896Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15272026-04-28T01:30:03.934Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15282026-04-28T01:30:04.073Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15292026-04-28T01:30:04.312Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15302026-04-28T01:30:04.448Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-04-28T01:30:04.788Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15322026-04-28T01:30:04.977Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-04-28T01:30:05.656Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15342026-04-28T01:30:07.878Z Compiling git2 v0.19.0
15352026-04-28T01:30:08.938Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15362026-04-28T01:30:09.052Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15372026-04-28T01:30:09.879Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15382026-04-28T01:30:09.953Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15392026-04-28T01:30:10.090Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15402026-04-28T01:30:10.249Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15412026-04-28T01:30:10.315Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15422026-04-28T01:30:10.745Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15432026-04-28T01:30:21.347Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15442026-04-28T01:30:22.632Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15452026-04-28T01:30:27.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
15462026-04-28T01:30:28.254Z+ for feat in tofino_stub tofino_asic softnpu chaos
15472026-04-28T01:30:28.254Z+ cargo clippy --features tofino_asic -- --deny warnings
15482026-04-28T01:30:28.826Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15492026-04-28T01:30:28.826Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15502026-04-28T01:30:28.908Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15512026-04-28T01:30:28.911Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15522026-04-28T01:30:35.974Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15532026-04-28T01:30:35.977Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15542026-04-28T01:30:38.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.38s
15552026-04-28T01:30:38.858Z+ for feat in tofino_stub tofino_asic softnpu chaos
15562026-04-28T01:30:38.858Z+ cargo clippy --features softnpu -- --deny warnings
15572026-04-28T01:30:39.238Z Downloading crates ...
15582026-04-28T01:30:39.380Z Downloaded bitstruct_derive v0.1.0
15592026-04-28T01:30:39.383Z Downloaded libloading v0.7.4
15602026-04-28T01:30:39.389Z Downloaded der v0.7.10
15612026-04-28T01:30:39.392Z Downloaded tokio-tungstenite v0.21.0
15622026-04-28T01:30:39.395Z Downloaded bit_field v0.10.3
15632026-04-28T01:30:39.397Z Downloaded erased-serde v0.4.8
15642026-04-28T01:30:39.398Z Downloaded pkcs8 v0.10.2
15652026-04-28T01:30:39.401Z Downloaded x509-cert v0.2.5
15662026-04-28T01:30:39.404Z Downloaded flagset v0.4.7
15672026-04-28T01:30:39.404Z Downloaded env_logger v0.11.10
15682026-04-28T01:30:39.407Z Downloaded der_derive v0.7.3
15692026-04-28T01:30:39.407Z Downloaded tap v1.0.1
15702026-04-28T01:30:39.410Z Downloaded serde_arrays v0.1.0
15712026-04-28T01:30:39.410Z Downloaded radium v0.7.0
15722026-04-28T01:30:39.410Z Downloaded primeorder v0.13.6
15732026-04-28T01:30:39.413Z Downloaded signature v2.2.0
15742026-04-28T01:30:39.416Z Downloaded typeid v1.0.3
15752026-04-28T01:30:39.416Z Downloaded spki v0.7.3
15762026-04-28T01:30:39.416Z Downloaded sec1 v0.7.3
15772026-04-28T01:30:39.419Z Downloaded tungstenite v0.21.0
15782026-04-28T01:30:39.422Z Downloaded env_filter v1.0.1
15792026-04-28T01:30:39.425Z Downloaded wyz v0.5.1
15802026-04-28T01:30:39.425Z Downloaded rfc6979 v0.4.0
15812026-04-28T01:30:39.429Z Downloaded ascii v1.1.0
15822026-04-28T01:30:39.431Z Downloaded funty v2.0.0
15832026-04-28T01:30:39.431Z Downloaded utf-8 v0.7.6
15842026-04-28T01:30:39.434Z Downloaded ed25519 v2.2.3
15852026-04-28T01:30:39.434Z Downloaded tls_codec v0.4.2
15862026-04-28T01:30:39.437Z Downloaded pem-rfc7468 v0.7.0
15872026-04-28T01:30:39.437Z Downloaded ecdsa v0.16.9
15882026-04-28T01:30:39.437Z Downloaded bitstruct v0.1.1
15892026-04-28T01:30:39.442Z Downloaded tls_codec_derive v0.4.2
15902026-04-28T01:30:39.458Z Downloaded const-oid v0.9.6
15912026-04-28T01:30:39.467Z Downloaded base64 v0.21.7
15922026-04-28T01:30:39.486Z Downloaded p384 v0.13.1
15932026-04-28T01:30:39.489Z Downloaded ed25519-dalek v2.2.0
15942026-04-28T01:30:39.492Z Downloaded bitvec v1.0.1
15952026-04-28T01:30:39.498Z Downloaded num-bigint v0.4.6
15962026-04-28T01:30:39.501Z Downloaded salty v0.3.0
15972026-04-28T01:30:39.661Z Checking log v0.4.29
15982026-04-28T01:30:39.758Z Checking const-oid v0.9.6
15992026-04-28T01:30:39.769Z Checking serde_with v3.18.0
16002026-04-28T01:30:39.781Z Checking pem-rfc7468 v0.7.0
16012026-04-28T01:30:39.784Z Compiling der_derive v0.7.3
16022026-04-28T01:30:39.784Z Checking flagset v0.4.7
16032026-04-28T01:30:39.807Z Checking num-integer v0.1.46
16042026-04-28T01:30:39.819Z Checking num-complex v0.4.6
16052026-04-28T01:30:39.898Z Checking ff v0.13.1
16062026-04-28T01:30:39.909Z Checking rustls v0.23.32
16072026-04-28T01:30:39.918Z Checking native-tls v0.2.14
16082026-04-28T01:30:40.013Z Checking goblin v0.10.1
16092026-04-28T01:30:40.026Z Checking typify-impl v0.4.3
16102026-04-28T01:30:40.080Z Checking tokio-native-tls v0.3.1
16112026-04-28T01:30:40.141Z Checking rustls v0.22.4
16122026-04-28T01:30:40.232Z Checking hyper-tls v0.6.0
16132026-04-28T01:30:40.399Z Checking digest v0.10.7
16142026-04-28T01:30:40.403Z Checking num-bigint v0.4.6
16152026-04-28T01:30:40.581Z Checking sha1 v0.10.6
16162026-04-28T01:30:40.722Z Checking der v0.7.10
16172026-04-28T01:30:40.738Z Checking hmac v0.12.1
16182026-04-28T01:30:40.866Z Checking num-iter v0.1.45
16192026-04-28T01:30:40.975Z Checking base16ct v0.2.0
16202026-04-28T01:30:41.098Z Checking hkdf v0.12.4
16212026-04-28T01:30:41.123Z Checking typify v0.4.3
16222026-04-28T01:30:41.160Z Checking group v0.13.0
16232026-04-28T01:30:41.205Z Checking num-rational v0.4.2
16242026-04-28T01:30:41.217Z Checking progenitor-impl v0.11.1
16252026-04-28T01:30:41.229Z Checking goblin v0.8.2
16262026-04-28T01:30:41.299Z Checking curve25519-dalek v4.1.3
16272026-04-28T01:30:41.434Z Checking spki v0.7.3
16282026-04-28T01:30:41.477Z Checking num v0.4.3
16292026-04-28T01:30:41.551Z Checking sha3 v0.10.8
16302026-04-28T01:30:41.574Z Checking tokio-rustls v0.25.0
16312026-04-28T01:30:41.592Z Checking pkcs8 v0.10.2
16322026-04-28T01:30:41.733Z Checking blake2 v0.10.6
16332026-04-28T01:30:41.743Z Checking sec1 v0.7.3
16342026-04-28T01:30:41.763Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16352026-04-28T01:30:41.935Z Checking argon2 v0.5.3
16362026-04-28T01:30:41.935Z Checking elliptic-curve v0.13.8
16372026-04-28T01:30:41.962Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16382026-04-28T01:30:41.977Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16392026-04-28T01:30:42.060Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16402026-04-28T01:30:42.195Z Checking tokio-rustls v0.26.3
16412026-04-28T01:30:42.213Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16422026-04-28T01:30:42.225Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16432026-04-28T01:30:42.235Z Checking vsss-rs v3.3.4
16442026-04-28T01:30:42.316Z Checking dof v0.4.0
16452026-04-28T01:30:42.408Z Checking hyper-rustls v0.27.7
16462026-04-28T01:30:42.432Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16472026-04-28T01:30:42.550Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16482026-04-28T01:30:42.597Z Checking reqwest v0.12.23
16492026-04-28T01:30:42.662Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16502026-04-28T01:30:42.697Z Checking usdt-impl v0.6.0
16512026-04-28T01:30:42.708Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16522026-04-28T01:30:42.743Z Checking progenitor-impl v0.10.0
16532026-04-28T01:30:42.849Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16542026-04-28T01:30:42.885Z Compiling nix v0.31.2
16552026-04-28T01:30:42.970Z Checking usdt v0.6.0
16562026-04-28T01:30:43.017Z Checking sha2 v0.10.9
16572026-04-28T01:30:43.036Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16582026-04-28T01:30:43.145Z Checking dropshot v0.16.7
16592026-04-28T01:30:43.169Z Checking dof v0.3.0
16602026-04-28T01:30:43.296Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
16612026-04-28T01:30:43.337Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16622026-04-28T01:30:43.349Z Checking progenitor-client v0.11.1
16632026-04-28T01:30:43.452Z Checking progenitor-client v0.10.0
16642026-04-28T01:30:43.573Z Checking progenitor v0.11.1
16652026-04-28T01:30:43.583Z Checking usdt-impl v0.5.0
16662026-04-28T01:30:43.637Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16672026-04-28T01:30:43.672Z Checking progenitor v0.10.0
16682026-04-28T01:30:43.703Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
16692026-04-28T01:30:43.760Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16702026-04-28T01:30:43.800Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16712026-04-28T01:30:43.858Z Checking usdt v0.5.0
16722026-04-28T01:30:43.879Z Checking signature v2.2.0
16732026-04-28T01:30:43.998Z Checking utf-8 v0.7.6
16742026-04-28T01:30:44.008Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16752026-04-28T01:30:44.020Z Checking tokio-dtrace v0.1.1
16762026-04-28T01:30:44.031Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16772026-04-28T01:30:44.034Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16782026-04-28T01:30:44.121Z Checking tungstenite v0.21.0
16792026-04-28T01:30:44.187Z Checking oxide-tokio-rt v0.1.4
16802026-04-28T01:30:44.198Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16812026-04-28T01:30:44.214Z Compiling radium v0.7.0
16822026-04-28T01:30:44.342Z Compiling salty v0.3.0
16832026-04-28T01:30:44.384Z Checking qorb v0.4.1
16842026-04-28T01:30:44.505Z Checking rfc6979 v0.4.0
16852026-04-28T01:30:44.523Z Checking tokio-tungstenite v0.21.0
16862026-04-28T01:30:44.616Z Checking base64 v0.21.7
16872026-04-28T01:30:44.627Z Checking tap v1.0.1
16882026-04-28T01:30:44.728Z Checking wyz v0.5.1
16892026-04-28T01:30:44.844Z Checking ecdsa v0.16.9
16902026-04-28T01:30:44.978Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16912026-04-28T01:30:45.037Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16922026-04-28T01:30:45.066Z Checking slog-dtrace v0.3.0
16932026-04-28T01:30:45.165Z Checking ed25519 v2.2.3
16942026-04-28T01:30:45.256Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16952026-04-28T01:30:45.281Z Checking globset v0.4.16
16962026-04-28T01:30:45.316Z Checking primeorder v0.13.6
16972026-04-28T01:30:45.327Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
16982026-04-28T01:30:45.352Z Checking env_filter v1.0.1
16992026-04-28T01:30:45.492Z Checking typify-impl v0.6.1
17002026-04-28T01:30:45.514Z Checking reqwest v0.13.2
17012026-04-28T01:30:45.540Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
17022026-04-28T01:30:45.754Z Compiling typeid v1.0.3
17032026-04-28T01:30:45.935Z Checking funty v2.0.0
17042026-04-28T01:30:46.036Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
17052026-04-28T01:30:46.093Z Checking tough v0.20.0
17062026-04-28T01:30:46.252Z Checking bitvec v1.0.1
17072026-04-28T01:30:46.283Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17082026-04-28T01:30:46.303Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17092026-04-28T01:30:46.377Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17102026-04-28T01:30:46.418Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17112026-04-28T01:30:46.537Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17122026-04-28T01:30:46.588Z Checking typify v0.6.1
17132026-04-28T01:30:46.674Z Checking p384 v0.13.1
17142026-04-28T01:30:46.687Z Checking env_logger v0.11.10
17152026-04-28T01:30:46.866Z Checking ed25519-dalek v2.2.0
17162026-04-28T01:30:47.049Z Checking x509-cert v0.2.5
17172026-04-28T01:30:47.060Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758)
17182026-04-28T01:30:47.291Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17192026-04-28T01:30:47.460Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17202026-04-28T01:30:47.576Z Compiling erased-serde v0.4.8
17212026-04-28T01:30:47.632Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17222026-04-28T01:30:47.684Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17232026-04-28T01:30:47.714Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
17242026-04-28T01:30:47.763Z Checking progenitor-impl v0.13.0
17252026-04-28T01:30:47.936Z Checking progenitor-client v0.13.0
17262026-04-28T01:30:48.031Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17272026-04-28T01:30:48.040Z Compiling bitstruct_derive v0.1.0
17282026-04-28T01:30:48.054Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17292026-04-28T01:30:48.156Z Checking ascii v1.1.0
17302026-04-28T01:30:48.167Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
17312026-04-28T01:30:48.285Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17322026-04-28T01:30:48.337Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17332026-04-28T01:30:48.650Z Checking progenitor v0.13.0
17342026-04-28T01:30:48.663Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
17352026-04-28T01:30:48.675Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17362026-04-28T01:30:48.689Z Checking bitstruct v0.1.1
17372026-04-28T01:30:48.720Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#04fb133a)
17382026-04-28T01:30:48.731Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17392026-04-28T01:30:48.767Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17402026-04-28T01:30:48.779Z Checking serde_arrays v0.1.0
17412026-04-28T01:30:48.802Z Checking libloading v0.7.4
17422026-04-28T01:30:48.824Z Checking bit_field v0.10.3
17432026-04-28T01:30:48.882Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17442026-04-28T01:30:48.927Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17452026-04-28T01:30:48.943Z Checking omicron-zone-package v0.12.2
17462026-04-28T01:30:48.956Z Checking dropshot-api-manager v0.5.2
17472026-04-28T01:30:49.357Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
17482026-04-28T01:30:49.806Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
17492026-04-28T01:30:51.033Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17502026-04-28T01:30:51.033Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17512026-04-28T01:30:51.037Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17522026-04-28T01:30:51.037Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17532026-04-28T01:30:51.410Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17542026-04-28T01:30:51.568Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17552026-04-28T01:30:51.968Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17562026-04-28T01:30:52.080Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17572026-04-28T01:30:52.601Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17582026-04-28T01:30:52.668Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17592026-04-28T01:30:52.668Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17602026-04-28T01:30:52.742Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17612026-04-28T01:30:53.038Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17622026-04-28T01:30:53.038Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17632026-04-28T01:30:53.169Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17642026-04-28T01:30:53.208Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17652026-04-28T01:30:53.211Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17662026-04-28T01:30:53.407Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17672026-04-28T01:30:53.410Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
17682026-04-28T01:30:53.410Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17692026-04-28T01:30:53.812Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17702026-04-28T01:30:53.826Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
17712026-04-28T01:30:53.988Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17722026-04-28T01:30:54.050Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17732026-04-28T01:30:54.184Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17742026-04-28T01:30:54.296Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17752026-04-28T01:30:54.364Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17762026-04-28T01:30:55.161Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
17772026-04-28T01:30:56.770Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17782026-04-28T01:30:58.248Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17792026-04-28T01:30:58.370Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
17802026-04-28T01:30:58.550Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17812026-04-28T01:30:59.086Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17822026-04-28T01:30:59.369Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17832026-04-28T01:30:59.422Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
17842026-04-28T01:30:59.542Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
17852026-04-28T01:30:59.942Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17862026-04-28T01:31:04.357Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
17872026-04-28T01:31:05.542Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17882026-04-28T01:31:10.659Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17892026-04-28T01:31:11.935Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17902026-04-28T01:31:12.472Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17912026-04-28T01:31:17.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.46s
17922026-04-28T01:31:17.545Z+ for feat in tofino_stub tofino_asic softnpu chaos
17932026-04-28T01:31:17.545Z+ cargo clippy --features chaos -- --deny warnings
17942026-04-28T01:31:18.115Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17952026-04-28T01:31:18.118Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17962026-04-28T01:31:18.118Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17972026-04-28T01:31:25.225Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17982026-04-28T01:31:25.225Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17992026-04-28T01:31:27.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.12s
18002026-04-28T01:31:27.900Z+ banner fmt
18012026-04-28T01:31:27.904Z
18022026-04-28T01:31:27.904Z ###### # # #####
18032026-04-28T01:31:27.904Z # ## ## #
18042026-04-28T01:31:27.904Z ##### # ## # #
18052026-04-28T01:31:27.904Z # # # #
18062026-04-28T01:31:27.904Z # # # #
18072026-04-28T01:31:27.904Z # # # #
18082026-04-28T01:31:27.904Z
18092026-04-28T01:31:27.904Z+ cargo fmt -- --check
18102026-04-28T01:31:28.350Z+ banner test
18112026-04-28T01:31:28.357Z
18122026-04-28T01:31:28.357Z ##### ###### #### #####
18132026-04-28T01:31:28.357Z # # # #
18142026-04-28T01:31:28.357Z # ##### #### #
18152026-04-28T01:31:28.357Z # # # #
18162026-04-28T01:31:28.357Z # # # # #
18172026-04-28T01:31:28.357Z # ###### #### #
18182026-04-28T01:31:28.357Z
18192026-04-28T01:31:28.357Z+ for feat in tofino_stub tofino_asic softnpu chaos
18202026-04-28T01:31:28.357Z+ RUST_BACKTRACE=full
18212026-04-28T01:31:28.357Z+ cargo test --features tofino_stub --no-fail-fast
18222026-04-28T01:31:29.281Z Compiling unicode-ident v1.0.24
18232026-04-28T01:31:29.281Z Compiling cfg-if v1.0.3
18242026-04-28T01:31:29.392Z Compiling memchr v2.7.5
18252026-04-28T01:31:29.395Z Compiling serde_core v1.0.228
18262026-04-28T01:31:29.399Z Compiling itoa v1.0.15
18272026-04-28T01:31:29.399Z Compiling libc v0.2.183
18282026-04-28T01:31:29.407Z Compiling zmij v1.0.17
18292026-04-28T01:31:29.501Z Compiling proc-macro2 v1.0.106
18302026-04-28T01:31:29.504Z Compiling libm v0.2.15
18312026-04-28T01:31:29.576Z Compiling heck v0.5.0
18322026-04-28T01:31:29.837Z Compiling quote v1.0.45
18332026-04-28T01:31:29.942Z Compiling equivalent v1.0.2
18342026-04-28T01:31:29.979Z Compiling log v0.4.29
18352026-04-28T01:31:30.032Z Compiling syn v2.0.117
18362026-04-28T01:31:30.118Z Compiling smallvec v1.15.1
18372026-04-28T01:31:30.131Z Compiling iana-time-zone v0.1.64
18382026-04-28T01:31:30.165Z Compiling allocator-api2 v0.2.21
18392026-04-28T01:31:30.196Z Compiling foldhash v0.2.0
18402026-04-28T01:31:30.346Z Compiling dyn-clone v1.0.20
18412026-04-28T01:31:30.396Z Compiling stable_deref_trait v1.2.0
18422026-04-28T01:31:30.418Z Compiling pin-project-lite v0.2.16
18432026-04-28T01:31:30.481Z Compiling hashbrown v0.16.1
18442026-04-28T01:31:30.494Z Compiling percent-encoding v2.3.2
18452026-04-28T01:31:30.497Z Compiling writeable v0.6.1
18462026-04-28T01:31:30.517Z Compiling litemap v0.8.0
18472026-04-28T01:31:30.618Z Compiling regex-syntax v0.8.6
18482026-04-28T01:31:30.687Z Compiling icu_normalizer_data v2.0.0
18492026-04-28T01:31:30.732Z Compiling icu_properties_data v2.0.1
18502026-04-28T01:31:30.767Z Compiling form_urlencoded v1.2.2
18512026-04-28T01:31:30.805Z Compiling utf8_iter v1.0.4
18522026-04-28T01:31:30.866Z Compiling scopeguard v1.2.0
18532026-04-28T01:31:30.950Z Compiling lock_api v0.4.14
18542026-04-28T01:31:30.963Z Compiling num-traits v0.2.19
18552026-04-28T01:31:30.975Z Compiling getrandom v0.3.4
18562026-04-28T01:31:31.058Z Compiling aho-corasick v1.1.3
18572026-04-28T01:31:31.151Z Compiling semver v1.0.27
18582026-04-28T01:31:31.177Z Compiling serde_json v1.0.149
18592026-04-28T01:31:31.231Z Compiling indexmap v2.13.0
18602026-04-28T01:31:31.494Z Compiling fnv v1.0.7
18612026-04-28T01:31:31.568Z Compiling byteorder v1.5.0
18622026-04-28T01:31:31.593Z Compiling ucd-trie v0.1.7
18632026-04-28T01:31:31.788Z Compiling uuid v1.20.0
18642026-04-28T01:31:31.863Z Compiling futures-core v0.3.32
18652026-04-28T01:31:32.020Z Compiling regex-automata v0.4.13
18662026-04-28T01:31:32.171Z Compiling num-conv v0.2.1
18672026-04-28T01:31:32.201Z Compiling time-core v0.1.8
18682026-04-28T01:31:32.255Z Compiling futures-sink v0.3.32
18692026-04-28T01:31:32.324Z Compiling ryu v1.0.20
18702026-04-28T01:31:32.353Z Compiling time-macros v0.2.27
18712026-04-28T01:31:32.365Z Compiling strsim v0.11.1
18722026-04-28T01:31:32.461Z Compiling regress v0.10.5
18732026-04-28T01:31:32.764Z Compiling synstructure v0.13.2
18742026-04-28T01:31:33.056Z Compiling serde_derive_internals v0.29.1
18752026-04-28T01:31:33.142Z Compiling pretty-hex v0.4.1
18762026-04-28T01:31:33.216Z Compiling slab v0.4.11
18772026-04-28T01:31:33.299Z Compiling plain v0.2.3
18782026-04-28T01:31:33.399Z Compiling futures-channel v0.3.32
18792026-04-28T01:31:33.412Z Compiling syn v1.0.109
18802026-04-28T01:31:33.508Z Compiling futures-task v0.3.32
18812026-04-28T01:31:33.518Z Compiling futures-io v0.3.32
18822026-04-28T01:31:33.630Z Compiling socket2 v0.6.3
18832026-04-28T01:31:33.693Z Compiling parking_lot_core v0.9.12
18842026-04-28T01:31:33.827Z Compiling regex v1.12.3
18852026-04-28T01:31:33.995Z Compiling parking_lot v0.12.5
18862026-04-28T01:31:34.016Z Compiling serde_derive v1.0.228
18872026-04-28T01:31:34.089Z Compiling zerofrom-derive v0.1.6
18882026-04-28T01:31:34.103Z Compiling yoke-derive v0.8.0
18892026-04-28T01:31:34.296Z Compiling zerovec-derive v0.11.1
18902026-04-28T01:31:34.398Z Compiling displaydoc v0.2.5
18912026-04-28T01:31:34.641Z Compiling thiserror-impl v2.0.18
18922026-04-28T01:31:35.149Z Compiling schemars_derive v0.8.22
18932026-04-28T01:31:35.170Z Compiling tokio-macros v2.7.0
18942026-04-28T01:31:35.322Z Compiling zerocopy-derive v0.8.27
18952026-04-28T01:31:35.398Z Compiling zeroize_derive v1.4.3
18962026-04-28T01:31:35.887Z Compiling thiserror v2.0.18
18972026-04-28T01:31:35.929Z Compiling futures-macro v0.3.32
18982026-04-28T01:31:35.996Z Compiling zerofrom v0.1.6
18992026-04-28T01:31:36.087Z Compiling thiserror-impl v1.0.69
19002026-04-28T01:31:36.130Z Compiling yoke v0.8.0
19012026-04-28T01:31:36.320Z Compiling zerovec v0.11.4
19022026-04-28T01:31:36.333Z Compiling zerotrie v0.2.2
19032026-04-28T01:31:36.366Z Compiling tracing-attributes v0.1.30
19042026-04-28T01:31:36.577Z Compiling zerocopy v0.8.27
19052026-04-28T01:31:36.634Z Compiling pest v2.8.2
19062026-04-28T01:31:36.664Z Compiling serde v1.0.228
19072026-04-28T01:31:36.768Z Compiling scroll_derive v0.13.1
19082026-04-28T01:31:37.172Z Compiling bytes v1.11.1
19092026-04-28T01:31:37.172Z Compiling serde_tokenstream v0.2.3
19102026-04-28T01:31:37.263Z Compiling tinystr v0.8.1
19112026-04-28T01:31:37.277Z Compiling potential_utf v0.1.3
19122026-04-28T01:31:37.443Z Compiling icu_locale_core v2.0.0
19132026-04-28T01:31:37.462Z Compiling icu_collections v2.0.0
19142026-04-28T01:31:37.475Z Compiling chrono v0.4.44
19152026-04-28T01:31:37.611Z Compiling async-trait v0.1.89
19162026-04-28T01:31:37.815Z Compiling http v1.4.0
19172026-04-28T01:31:37.933Z Compiling icu_provider v2.0.0
19182026-04-28T01:31:37.973Z Compiling pest_meta v2.8.2
19192026-04-28T01:31:38.263Z Compiling icu_properties v2.0.1
19202026-04-28T01:31:38.280Z Compiling icu_normalizer v2.0.0
19212026-04-28T01:31:38.384Z Compiling scroll v0.13.0
19222026-04-28T01:31:38.653Z Compiling schemars v0.8.22
19232026-04-28T01:31:38.656Z Compiling pest_generator v2.8.2
19242026-04-28T01:31:38.850Z Compiling thiserror v1.0.69
19252026-04-28T01:31:38.886Z Compiling goblin v0.10.1
19262026-04-28T01:31:38.956Z Compiling signal-hook-registry v1.4.6
19272026-04-28T01:31:39.058Z Compiling mio v1.2.0
19282026-04-28T01:31:39.301Z Compiling idna_adapter v1.2.1
19292026-04-28T01:31:39.356Z Compiling pest_derive v2.8.2
19302026-04-28T01:31:39.368Z Compiling thread-id v5.0.0
19312026-04-28T01:31:39.451Z Compiling idna v1.1.0
19322026-04-28T01:31:39.454Z Compiling tokio v1.52.1
19332026-04-28T01:31:39.548Z Compiling openapiv3 v2.2.0
19342026-04-28T01:31:39.638Z Compiling daft-derive v0.1.4
19352026-04-28T01:31:39.789Z Compiling url v2.5.7
19362026-04-28T01:31:39.914Z Compiling bitflags v2.9.4
19372026-04-28T01:31:39.929Z Compiling dtrace-parser v0.3.0
19382026-04-28T01:31:40.155Z Compiling typify-impl v0.4.3
19392026-04-28T01:31:40.512Z Compiling serde_yaml v0.9.34+deprecated
19402026-04-28T01:31:41.124Z Compiling openssl-macros v0.1.1
19412026-04-28T01:31:41.599Z Compiling dof v0.4.0
19422026-04-28T01:31:41.641Z Compiling getrandom v0.2.16
19432026-04-28T01:31:41.749Z Compiling base64 v0.22.1
19442026-04-28T01:31:41.766Z Compiling http-body v1.0.1
19452026-04-28T01:31:41.828Z Compiling erased-serde v0.3.31
19462026-04-28T01:31:41.886Z Compiling typenum v1.18.0
19472026-04-28T01:31:41.919Z Compiling portable-atomic v1.11.1
19482026-04-28T01:31:42.084Z Compiling usdt-impl v0.6.0
19492026-04-28T01:31:42.325Z Compiling ipnet v2.11.0
19502026-04-28T01:31:42.418Z Compiling atomic-waker v1.1.2
19512026-04-28T01:31:42.433Z Compiling ppv-lite86 v0.2.21
19522026-04-28T01:31:42.550Z Compiling anyhow v1.0.102
19532026-04-28T01:31:42.680Z Compiling httparse v1.10.1
19542026-04-28T01:31:42.770Z Compiling critical-section v1.2.0
19552026-04-28T01:31:42.800Z Compiling tower-layer v0.3.3
19562026-04-28T01:31:42.864Z Compiling untrusted v0.9.0
19572026-04-28T01:31:42.885Z Compiling tower-service v0.3.3
19582026-04-28T01:31:42.951Z Compiling once_cell v1.21.3
19592026-04-28T01:31:43.025Z Compiling zeroize v1.8.1
19602026-04-28T01:31:43.190Z Compiling try-lock v0.2.5
19612026-04-28T01:31:43.301Z Compiling want v0.3.1
19622026-04-28T01:31:43.467Z Compiling httpdate v1.0.3
19632026-04-28T01:31:43.481Z Compiling pin-utils v0.1.0
19642026-04-28T01:31:43.553Z Compiling structmeta-derive v0.3.0
19652026-04-28T01:31:43.642Z Compiling usdt-macro v0.6.0
19662026-04-28T01:31:43.710Z Compiling usdt-attr-macro v0.6.0
19672026-04-28T01:31:44.266Z Compiling newtype-uuid-macros v0.1.0
19682026-04-28T01:31:44.622Z Compiling structmeta v0.3.0
19692026-04-28T01:31:44.681Z Compiling strum_macros v0.26.4
19702026-04-28T01:31:44.886Z Compiling async-stream-impl v0.3.6
19712026-04-28T01:31:44.982Z Compiling powerfmt v0.2.0
19722026-04-28T01:31:45.192Z Compiling deranged v0.5.3
19732026-04-28T01:31:45.425Z Compiling num_threads v0.1.7
19742026-04-28T01:31:45.428Z Compiling omicron-workspace-hack v0.1.0
19752026-04-28T01:31:45.513Z Compiling dropshot_endpoint v0.16.7
19762026-04-28T01:31:45.530Z Compiling http-body-util v0.1.3
19772026-04-28T01:31:45.557Z Compiling ref-cast-impl v1.0.25
19782026-04-28T01:31:45.777Z Compiling derive-ex v0.1.8
19792026-04-28T01:31:46.070Z Compiling darling_core v0.23.0
19802026-04-28T01:31:46.183Z Compiling serde_urlencoded v0.7.1
19812026-04-28T01:31:46.264Z Compiling strum_macros v0.27.2
19822026-04-28T01:31:46.276Z Compiling typify-macro v0.4.3
19832026-04-28T01:31:46.423Z Compiling sync_wrapper v1.0.2
19842026-04-28T01:31:46.426Z Compiling subtle v2.6.1
19852026-04-28T01:31:46.605Z Compiling iri-string v0.7.8
19862026-04-28T01:31:47.150Z Compiling rand_core v0.6.4
19872026-04-28T01:31:47.354Z Compiling futures-util v0.3.32
19882026-04-28T01:31:47.368Z Compiling test-strategy v0.4.3
19892026-04-28T01:31:47.400Z Compiling thread_local v1.1.9
19902026-04-28T01:31:48.141Z Compiling match_cfg v0.1.0
19912026-04-28T01:31:48.161Z Compiling parse-display-derive v0.10.0
19922026-04-28T01:31:48.196Z Compiling darling_macro v0.23.0
19932026-04-28T01:31:48.217Z Compiling tracing-core v0.1.34
19942026-04-28T01:31:48.275Z Compiling toml_datetime v0.6.11
19952026-04-28T01:31:48.334Z Compiling typify v0.4.3
19962026-04-28T01:31:48.433Z Compiling progenitor-impl v0.11.1
19972026-04-28T01:31:48.550Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19982026-04-28T01:31:48.601Z Compiling take_mut v0.2.2
19992026-04-28T01:31:48.720Z Compiling term v1.2.0
20002026-04-28T01:31:48.789Z Compiling darling v0.23.0
20012026-04-28T01:31:48.832Z Compiling tracing v0.1.41
20022026-04-28T01:31:48.872Z Compiling serde_with_macros v3.18.0
20032026-04-28T01:31:49.431Z Compiling clap_derive v4.6.0
20042026-04-28T01:31:49.504Z Compiling camino v1.2.2
20052026-04-28T01:31:49.751Z Compiling cpufeatures v0.2.17
20062026-04-28T01:31:49.843Z Compiling fastrand v2.3.0
20072026-04-28T01:31:49.863Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20082026-04-28T01:31:50.016Z Compiling encoding_rs v0.8.35
20092026-04-28T01:31:50.101Z Compiling unicode-width v0.2.1
20102026-04-28T01:31:50.114Z Compiling mime v0.3.17
20112026-04-28T01:31:50.387Z Compiling errno v0.3.14
20122026-04-28T01:31:50.477Z Compiling generic-array v0.14.7
20132026-04-28T01:31:50.969Z Compiling hex v0.4.3
20142026-04-28T01:31:51.148Z Compiling ipnetwork v0.21.1
20152026-04-28T01:31:51.264Z Compiling crossbeam-utils v0.8.21
20162026-04-28T01:31:51.581Z Compiling rustix v1.1.2
20172026-04-28T01:31:51.596Z Compiling tokio-util v0.7.16
20182026-04-28T01:31:51.712Z Compiling slog v2.8.2
20192026-04-28T01:31:51.792Z Compiling crypto-common v0.1.6
20202026-04-28T01:31:51.873Z Compiling winnow v0.7.14
20212026-04-28T01:31:51.901Z Compiling progenitor-macro v0.11.1
20222026-04-28T01:31:51.924Z Compiling oxnet v0.1.4
20232026-04-28T01:31:52.112Z Compiling itertools v0.14.0
20242026-04-28T01:31:52.290Z Compiling h2 v0.4.12
20252026-04-28T01:31:52.690Z Compiling rand_core v0.9.3
20262026-04-28T01:31:52.770Z Compiling socket2 v0.5.10
20272026-04-28T01:31:53.288Z Compiling rustls-pki-types v1.12.0
20282026-04-28T01:31:53.380Z Compiling spin v0.9.8
20292026-04-28T01:31:53.398Z Compiling quick-error v1.2.3
20302026-04-28T01:31:53.505Z Compiling debug-ignore v1.0.5
20312026-04-28T01:31:53.618Z Compiling toml_parser v1.0.6+spec-1.1.0
20322026-04-28T01:31:53.631Z Compiling rand_chacha v0.9.0
20332026-04-28T01:31:53.771Z Compiling tabwriter v1.4.1
20342026-04-28T01:31:54.027Z Compiling toml_datetime v0.7.5+spec-1.1.0
20352026-04-28T01:31:54.124Z Compiling serde_spanned v1.0.4
20362026-04-28T01:31:54.291Z Compiling bit-vec v0.8.0
20372026-04-28T01:31:54.325Z Compiling lazy_static v1.5.0
20382026-04-28T01:31:54.342Z Compiling colored v3.0.0
20392026-04-28T01:31:54.433Z Compiling hyper v1.8.1
20402026-04-28T01:31:54.538Z Compiling toml_writer v1.0.6+spec-1.1.0
20412026-04-28T01:31:54.762Z Compiling toml v0.9.11+spec-1.1.0
20422026-04-28T01:31:54.914Z Compiling bit-set v0.8.0
20432026-04-28T01:31:55.007Z Compiling rand v0.9.2
20442026-04-28T01:31:55.080Z Compiling strum v0.26.3
20452026-04-28T01:31:55.216Z Compiling time v0.3.47
20462026-04-28T01:31:55.271Z Compiling async-stream v0.3.6
20472026-04-28T01:31:55.449Z Compiling ring v0.17.14
20482026-04-28T01:31:55.478Z Compiling hyper-util v0.1.19
20492026-04-28T01:31:55.598Z Compiling waitgroup v0.1.2
20502026-04-28T01:31:55.750Z Compiling serde_path_to_error v0.1.20
20512026-04-28T01:31:56.119Z Compiling anstyle v1.0.14
20522026-04-28T01:31:56.165Z Compiling unarray v0.1.4
20532026-04-28T01:31:56.214Z Compiling crossbeam-channel v0.5.15
20542026-04-28T01:31:56.275Z Compiling block-buffer v0.10.4
20552026-04-28T01:31:56.288Z Compiling macaddr v1.0.1
20562026-04-28T01:31:56.344Z Compiling utf8parse v0.2.2
20572026-04-28T01:31:56.429Z Compiling digest v0.10.7
20582026-04-28T01:31:56.463Z Compiling anstyle-parse v1.0.0
20592026-04-28T01:31:56.644Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20602026-04-28T01:31:56.656Z Compiling ref-cast v1.0.25
20612026-04-28T01:31:56.691Z Compiling anstyle-query v1.1.4
20622026-04-28T01:31:56.743Z Compiling colorchoice v1.0.4
20632026-04-28T01:31:56.769Z Compiling is_terminal_polyfill v1.70.1
20642026-04-28T01:31:56.807Z Compiling strum v0.27.2
20652026-04-28T01:31:56.830Z Compiling is-terminal v0.4.16
20662026-04-28T01:31:56.860Z Compiling anstream v1.0.0
20672026-04-28T01:31:56.926Z Compiling clap_lex v1.1.0
20682026-04-28T01:31:57.099Z Compiling slog-term v2.9.2
20692026-04-28T01:31:57.112Z Compiling slog-async v2.8.0
20702026-04-28T01:31:57.190Z Compiling slog-json v2.6.1
20712026-04-28T01:31:57.190Z Compiling tower v0.5.2
20722026-04-28T01:31:57.217Z Compiling hostname v0.3.1
20732026-04-28T01:31:57.404Z Compiling slog-bunyan v2.5.0
20742026-04-28T01:31:57.652Z Compiling tower-http v0.6.8
20752026-04-28T01:31:57.721Z Compiling futures-executor v0.3.32
20762026-04-28T01:31:57.769Z Compiling instant v0.1.13
20772026-04-28T01:31:57.883Z Compiling futures v0.3.32
20782026-04-28T01:31:57.968Z Compiling openssl-sys v0.9.112
20792026-04-28T01:31:58.180Z Compiling aws-lc-sys v0.39.1
20802026-04-28T01:31:58.669Z Compiling memmap2 v0.9.8
20812026-04-28T01:31:58.855Z Compiling untrusted v0.7.1
20822026-04-28T01:31:58.901Z Compiling foreign-types-shared v0.1.1
20832026-04-28T01:31:58.979Z Compiling foreign-types v0.3.2
20842026-04-28T01:31:58.990Z Compiling aws-lc-rs v1.16.2
20852026-04-28T01:31:59.026Z Compiling tempfile v3.23.0
20862026-04-28T01:31:59.538Z Compiling openssl-probe v0.1.6
20872026-04-28T01:31:59.786Z Compiling openssl v0.10.76
20882026-04-28T01:31:59.930Z Compiling rustls-webpki v0.103.6
20892026-04-28T01:32:00.497Z Compiling rustls v0.23.32
20902026-04-28T01:32:00.896Z Compiling either v1.15.0
20912026-04-28T01:32:00.960Z Compiling usdt v0.6.0
20922026-04-28T01:32:01.107Z Compiling webpki-roots v1.0.2
20932026-04-28T01:32:01.247Z Compiling newtype-uuid v1.3.2
20942026-04-28T01:32:02.186Z Compiling native-tls v0.2.14
20952026-04-28T01:32:02.506Z Compiling tokio-native-tls v0.3.1
20962026-04-28T01:32:02.683Z Compiling hyper-tls v0.6.0
20972026-04-28T01:32:02.823Z Compiling daft v0.1.4
20982026-04-28T01:32:03.134Z Compiling rustls-webpki v0.102.8
20992026-04-28T01:32:03.511Z Compiling tokio-rustls v0.26.3
21002026-04-28T01:32:03.645Z Compiling rustls v0.22.4
21012026-04-28T01:32:03.738Z Compiling hyper-rustls v0.27.7
21022026-04-28T01:32:04.012Z Compiling reqwest v0.12.23
21032026-04-28T01:32:05.690Z Compiling tokio-rustls v0.25.0
21042026-04-28T01:32:05.926Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21052026-04-28T01:32:06.272Z Compiling sha1 v0.10.6
21062026-04-28T01:32:06.526Z Compiling rustls-pemfile v2.2.0
21072026-04-28T01:32:06.727Z Compiling multer v3.1.0
21082026-04-28T01:32:06.846Z Compiling terminal_size v0.4.3
21092026-04-28T01:32:06.995Z Compiling rand_chacha v0.3.1
21102026-04-28T01:32:07.294Z Compiling wait-timeout v0.2.1
21112026-04-28T01:32:07.350Z Compiling hostname v0.4.2
21122026-04-28T01:32:07.654Z Compiling dropshot v0.16.7
21132026-04-28T01:32:07.761Z Compiling rusty-fork v0.3.0
21142026-04-28T01:32:07.813Z Compiling rand v0.8.5
21152026-04-28T01:32:08.529Z Compiling rand_xorshift v0.4.0
21162026-04-28T01:32:09.325Z Compiling proptest v1.8.0
21172026-04-28T01:32:10.013Z Compiling clap_builder v4.6.0
21182026-04-28T01:32:10.677Z Compiling hubpack_derive v0.1.1
21192026-04-28T01:32:11.633Z Compiling clap v4.6.0
21202026-04-28T01:32:11.728Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21212026-04-28T01:32:12.635Z Compiling serde_spanned v0.6.9
21222026-04-28T01:32:12.742Z Compiling winnow v0.5.40
21232026-04-28T01:32:13.546Z Compiling progenitor-client v0.10.0
21242026-04-28T01:32:13.560Z Compiling progenitor-client v0.11.1
21252026-04-28T01:32:13.611Z Compiling prettyplease v0.2.37
21262026-04-28T01:32:13.679Z Compiling serde_with v3.18.0
21272026-04-28T01:32:13.870Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21282026-04-28T01:32:14.291Z Compiling rustc-hash v2.1.1
21292026-04-28T01:32:14.423Z Compiling iddqd v0.3.17
21302026-04-28T01:32:14.610Z Compiling progenitor v0.11.1
21312026-04-28T01:32:14.757Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21322026-04-28T01:32:15.120Z Compiling backoff v0.4.0
21332026-04-28T01:32:15.431Z Compiling parse-display v0.10.0
21342026-04-28T01:32:15.500Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21352026-04-28T01:32:15.635Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
21362026-04-28T01:32:17.620Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21372026-04-28T01:32:17.697Z Compiling num-derive v0.3.3
21382026-04-28T01:32:18.543Z Compiling toml_write v0.1.2
21392026-04-28T01:32:19.051Z Compiling toml_edit v0.22.27
21402026-04-28T01:32:20.772Z Compiling toml_edit v0.19.15
21412026-04-28T01:32:21.109Z Compiling num-integer v0.1.46
21422026-04-28T01:32:21.291Z Compiling float-ord v0.3.2
21432026-04-28T01:32:21.436Z Compiling toml v0.8.23
21442026-04-28T01:32:21.904Z Compiling proc-macro-crate v1.3.1
21452026-04-28T01:32:23.501Z Compiling num-iter v0.1.45
21462026-04-28T01:32:23.678Z Compiling num-rational v0.4.2
21472026-04-28T01:32:24.330Z Compiling num-complex v0.4.6
21482026-04-28T01:32:25.301Z Compiling num v0.4.3
21492026-04-28T01:32:25.895Z Compiling darling_core v0.21.3
21502026-04-28T01:32:28.032Z Compiling darling_macro v0.21.3
21512026-04-28T01:32:28.630Z Compiling darling v0.21.3
21522026-04-28T01:32:28.659Z Compiling zerocopy-derive v0.7.35
21532026-04-28T01:32:28.717Z Compiling ingot-macros v0.1.1
21542026-04-28T01:32:29.269Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21552026-04-28T01:32:29.698Z Compiling scroll_derive v0.12.1
21562026-04-28T01:32:30.027Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-04-28T01:32:30.545Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21582026-04-28T01:32:30.805Z Compiling zerocopy v0.7.35
21592026-04-28T01:32:31.500Z Compiling num_enum_derive v0.7.6
21602026-04-28T01:32:32.391Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-04-28T01:32:32.573Z Compiling memoffset v0.9.1
21622026-04-28T01:32:32.720Z Compiling foreign-types-macros v0.2.3
21632026-04-28T01:32:34.110Z Compiling nix v0.30.1
21642026-04-28T01:32:34.123Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21652026-04-28T01:32:34.612Z Compiling libscf-sys v1.1.0
21662026-04-28T01:32:35.296Z Compiling proc-macro-error-attr2 v2.0.0
21672026-04-28T01:32:35.348Z Compiling glob v0.3.3
21682026-04-28T01:32:35.437Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21692026-04-28T01:32:35.573Z Compiling proc-macro-error-attr v1.0.4
21702026-04-28T01:32:35.740Z Compiling proc-macro-error2 v2.0.1
21712026-04-28T01:32:35.971Z Compiling dtrace-parser v0.2.0
21722026-04-28T01:32:35.982Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21732026-04-28T01:32:36.010Z Compiling tabled_derive v0.11.0
21742026-04-28T01:32:36.013Z Compiling proc-macro-error v1.0.4
21752026-04-28T01:32:36.422Z Compiling dof v0.3.0
21762026-04-28T01:32:36.490Z Compiling num_enum_derive v0.5.11
21772026-04-28T01:32:36.788Z Compiling hubpack v0.1.2
21782026-04-28T01:32:36.947Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21792026-04-28T01:32:37.017Z Compiling thread-id v4.2.2
21802026-04-28T01:32:37.127Z Compiling static_assertions v1.1.0
21812026-04-28T01:32:37.467Z Compiling usdt-impl v0.5.0
21822026-04-28T01:32:38.315Z Compiling derive_more v0.99.20
21832026-04-28T01:32:39.565Z Compiling bytecount v0.6.9
21842026-04-28T01:32:39.673Z Compiling minimal-lexical v0.2.1
21852026-04-28T01:32:39.943Z Compiling nom v7.1.3
21862026-04-28T01:32:40.688Z Compiling usdt-attr-macro v0.5.0
21872026-04-28T01:32:40.843Z Compiling usdt-macro v0.5.0
21882026-04-28T01:32:41.428Z Compiling zone_cfg_derive v0.3.1
21892026-04-28T01:32:41.514Z Compiling num-derive v0.4.2
21902026-04-28T01:32:41.652Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
21912026-04-28T01:32:41.690Z Compiling rustc_version v0.4.1
21922026-04-28T01:32:42.109Z Compiling crossbeam-epoch v0.9.18
21932026-04-28T01:32:42.170Z Compiling papergrid v0.17.0
21942026-04-28T01:32:42.411Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21952026-04-28T01:32:42.454Z Compiling testing_table v0.3.0
21962026-04-28T01:32:42.470Z Compiling enum-as-inner v0.6.1
21972026-04-28T01:32:42.623Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-04-28T01:32:42.666Z Compiling curve25519-dalek v4.1.3
21992026-04-28T01:32:43.089Z Compiling crossbeam-deque v0.8.6
22002026-04-28T01:32:43.199Z Compiling tabled v0.20.0
22012026-04-28T01:32:43.330Z Compiling typify-impl v0.6.1
22022026-04-28T01:32:43.503Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
22032026-04-28T01:32:43.714Z Compiling thiserror-impl-no-std v2.0.2
22042026-04-28T01:32:43.742Z Compiling curve25519-dalek-derive v0.1.1
22052026-04-28T01:32:44.226Z Compiling rayon-core v1.13.0
22062026-04-28T01:32:44.452Z Compiling clang-sys v1.8.1
22072026-04-28T01:32:44.839Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
22082026-04-28T01:32:44.881Z Compiling scroll v0.12.0
22092026-04-28T01:32:45.151Z Compiling hash32 v0.3.1
22102026-04-28T01:32:45.163Z Compiling goblin v0.8.2
22112026-04-28T01:32:45.319Z Compiling heapless v0.8.0
22122026-04-28T01:32:45.332Z Compiling ingot-types v0.1.2
22132026-04-28T01:32:45.758Z Compiling cobs v0.3.0
22142026-04-28T01:32:45.895Z Compiling libloading v0.8.9
22152026-04-28T01:32:45.914Z Compiling foreign-types-shared v0.3.1
22162026-04-28T01:32:45.967Z Compiling rand_core v0.10.1
22172026-04-28T01:32:46.016Z Compiling bitflags v1.3.2
22182026-04-28T01:32:46.030Z Compiling managed v0.8.0
22192026-04-28T01:32:46.110Z Compiling bindgen v0.72.1
22202026-04-28T01:32:46.127Z Compiling foreign-types v0.5.0
22212026-04-28T01:32:46.140Z Compiling postcard v1.1.3
22222026-04-28T01:32:46.216Z Compiling smoltcp v0.11.0
22232026-04-28T01:32:46.251Z Compiling ingot v0.1.1
22242026-04-28T01:32:46.487Z Compiling cexpr v0.6.0
22252026-04-28T01:32:46.965Z Compiling num_enum v0.7.6
22262026-04-28T01:32:47.060Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
22272026-04-28T01:32:47.198Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282026-04-28T01:32:47.305Z Compiling camino-tempfile v1.4.1
22292026-04-28T01:32:47.573Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22302026-04-28T01:32:47.787Z Compiling serde_repr v0.1.20
22312026-04-28T01:32:47.881Z Compiling derive-where v1.6.0
22322026-04-28T01:32:48.235Z Compiling cstr-argument v0.1.2
22332026-04-28T01:32:48.463Z Compiling cpufeatures v0.3.0
22342026-04-28T01:32:48.552Z Compiling chacha20 v0.10.0
22352026-04-28T01:32:48.683Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362026-04-28T01:32:48.963Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22372026-04-28T01:32:49.520Z Compiling typify-macro v0.6.1
22382026-04-28T01:32:49.550Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
22392026-04-28T01:32:49.741Z Compiling getrandom v0.4.2
22402026-04-28T01:32:49.938Z Compiling rayon v1.11.0
22412026-04-28T01:32:50.118Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22422026-04-28T01:32:50.122Z Compiling crucible-workspace-hack v0.1.0
22432026-04-28T01:32:50.543Z Compiling memmap v0.7.0
22442026-04-28T01:32:50.754Z Compiling tinyvec_macros v0.1.1
22452026-04-28T01:32:50.975Z Compiling tinyvec v1.10.0
22462026-04-28T01:32:51.107Z Compiling usdt v0.5.0
22472026-04-28T01:32:51.213Z Compiling rand v0.10.1
22482026-04-28T01:32:51.330Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22492026-04-28T01:32:51.583Z Compiling typify v0.6.1
22502026-04-28T01:32:51.695Z Compiling num_enum v0.5.11
22512026-04-28T01:32:51.995Z Compiling pin-project-internal v1.1.10
22522026-04-28T01:32:52.224Z Compiling winnow v1.0.1
22532026-04-28T01:32:52.920Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22542026-04-28T01:32:53.095Z Compiling progenitor-impl v0.13.0
22552026-04-28T01:32:53.110Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22562026-04-28T01:32:53.348Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
22572026-04-28T01:32:53.689Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
22582026-04-28T01:32:53.713Z Compiling rustix v0.38.44
22592026-04-28T01:32:54.265Z Compiling itertools v0.12.1
22602026-04-28T01:32:54.316Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22612026-04-28T01:32:54.342Z Compiling progenitor-impl v0.10.0
22622026-04-28T01:32:54.534Z Compiling sigpipe v0.1.3
22632026-04-28T01:32:54.799Z Compiling jiff v0.2.15
22642026-04-28T01:32:54.893Z Compiling const_format_proc_macros v0.2.34
22652026-04-28T01:32:55.100Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22662026-04-28T01:32:55.353Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22672026-04-28T01:32:55.474Z Compiling zone v0.3.1
22682026-04-28T01:32:56.320Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
22692026-04-28T01:32:56.334Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22702026-04-28T01:32:56.556Z Compiling progenitor-macro v0.13.0
22712026-04-28T01:32:56.883Z Compiling secrecy v0.10.3
22722026-04-28T01:32:56.954Z Compiling smf v0.2.3
22732026-04-28T01:32:57.050Z Compiling async-recursion v1.1.1
22742026-04-28T01:32:57.139Z Compiling snafu-derive v0.8.9
22752026-04-28T01:32:57.654Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22762026-04-28T01:32:57.751Z Compiling bstr v1.12.0
22772026-04-28T01:32:57.757Z Compiling progenitor-macro v0.10.0
22782026-04-28T01:32:58.084Z Compiling whoami v1.6.1
22792026-04-28T01:32:58.397Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22802026-04-28T01:32:59.859Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22812026-04-28T01:33:00.020Z Compiling hmac v0.12.1
22822026-04-28T01:33:00.456Z Compiling inout v0.1.4
22832026-04-28T01:33:00.591Z Compiling ff v0.13.1
22842026-04-28T01:33:00.719Z Compiling data-encoding v2.9.0
22852026-04-28T01:33:00.736Z Compiling crc8 v0.1.1
22862026-04-28T01:33:00.855Z Compiling group v0.13.0
22872026-04-28T01:33:00.916Z Compiling cipher v0.4.4
22882026-04-28T01:33:00.980Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22892026-04-28T01:33:01.692Z Compiling hkdf v0.12.4
22902026-04-28T01:33:01.744Z Compiling atomicwrites v0.4.4
22912026-04-28T01:33:01.852Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
22922026-04-28T01:33:01.901Z Compiling tokio-dtrace v0.1.1
22932026-04-28T01:33:01.963Z Compiling nix v0.31.2
22942026-04-28T01:33:02.184Z Compiling tabled_derive v0.7.0
22952026-04-28T01:33:02.933Z Compiling reqwest v0.13.2
22962026-04-28T01:33:03.178Z Compiling universal-hash v0.5.1
22972026-04-28T01:33:03.192Z Compiling crypto-bigint v0.5.5
22982026-04-28T01:33:03.240Z Compiling dropshot-api-manager-types v0.5.2
22992026-04-28T01:33:03.322Z Compiling half v2.7.1
23002026-04-28T01:33:03.631Z Compiling base16ct v0.2.0
23012026-04-28T01:33:03.634Z Compiling ciborium-io v0.2.2
23022026-04-28T01:33:03.752Z Compiling indent_write v2.2.0
23032026-04-28T01:33:03.815Z Compiling base64ct v1.8.0
23042026-04-28T01:33:03.900Z Compiling opaque-debug v0.3.1
23052026-04-28T01:33:03.984Z Compiling poly1305 v0.8.0
23062026-04-28T01:33:04.043Z Compiling progenitor-client v0.13.0
23072026-04-28T01:33:04.131Z Compiling password-hash v0.5.0
23082026-04-28T01:33:04.349Z Compiling elliptic-curve v0.13.8
23092026-04-28T01:33:04.414Z Compiling ciborium-ll v0.2.2
23102026-04-28T01:33:04.880Z Compiling oxide-tokio-rt v0.1.4
23112026-04-28T01:33:05.144Z Compiling chacha20 v0.9.1
23122026-04-28T01:33:05.213Z Compiling similar v2.7.0
23132026-04-28T01:33:05.226Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23142026-04-28T01:33:05.653Z Compiling thiserror-no-std v2.0.2
23152026-04-28T01:33:06.406Z Compiling blake2 v0.10.6
23162026-04-28T01:33:06.458Z Compiling aead v0.5.2
23172026-04-28T01:33:06.713Z Compiling linked-hash-map v0.5.6
23182026-04-28T01:33:06.840Z Compiling resolv-conf v0.7.5
23192026-04-28T01:33:06.914Z Compiling keccak v0.1.6
23202026-04-28T01:33:07.111Z Compiling sha3 v0.10.8
23212026-04-28T01:33:07.202Z Compiling lru-cache v0.1.2
23222026-04-28T01:33:07.214Z Compiling argon2 v0.5.3
23232026-04-28T01:33:07.330Z Compiling chacha20poly1305 v0.10.1
23242026-04-28T01:33:07.349Z Compiling vsss-rs v3.3.4
23252026-04-28T01:33:07.675Z Compiling progenitor v0.13.0
23262026-04-28T01:33:07.701Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23272026-04-28T01:33:08.061Z Compiling ciborium v0.2.2
23282026-04-28T01:33:08.074Z Compiling hickory-proto v0.24.4
23292026-04-28T01:33:08.690Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
23302026-04-28T01:33:08.825Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23312026-04-28T01:33:09.511Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23322026-04-28T01:33:09.535Z Compiling serde-big-array v0.5.1
23332026-04-28T01:33:09.601Z Compiling siphasher v1.0.1
23342026-04-28T01:33:10.006Z Compiling same-file v1.0.6
23352026-04-28T01:33:10.048Z Compiling unicode-segmentation v1.12.0
23362026-04-28T01:33:10.125Z Compiling walkdir v2.5.0
23372026-04-28T01:33:10.189Z Compiling hickory-resolver v0.24.4
23382026-04-28T01:33:10.203Z Compiling phf_shared v0.12.1
23392026-04-28T01:33:10.227Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23402026-04-28T01:33:10.368Z Compiling newline-converter v0.3.0
23412026-04-28T01:33:10.380Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23422026-04-28T01:33:11.012Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23432026-04-28T01:33:11.375Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23442026-04-28T01:33:11.735Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
23452026-04-28T01:33:12.099Z Compiling newtype_derive v0.1.6
23462026-04-28T01:33:12.189Z Compiling owo-colors v4.3.0
23472026-04-28T01:33:12.293Z Compiling tokio-stream v0.1.17
23482026-04-28T01:33:12.742Z Compiling console v0.15.11
23492026-04-28T01:33:12.819Z Compiling csv-core v0.1.12
23502026-04-28T01:33:12.908Z Compiling humantime v2.3.0
23512026-04-28T01:33:12.944Z Compiling termtree v0.5.1
23522026-04-28T01:33:13.147Z Compiling smawk v0.3.2
23532026-04-28T01:33:13.253Z Compiling foldhash v0.1.5
23542026-04-28T01:33:13.297Z Compiling unicode-width v0.1.14
23552026-04-28T01:33:13.446Z Compiling swrite v0.1.0
23562026-04-28T01:33:13.465Z Compiling unicode-linebreak v0.1.5
23572026-04-28T01:33:13.564Z Compiling hashbrown v0.15.5
23582026-04-28T01:33:13.679Z Compiling expectorate v1.2.0
23592026-04-28T01:33:13.728Z Compiling textwrap v0.16.2
23602026-04-28T01:33:13.774Z Compiling csv v1.3.1
23612026-04-28T01:33:13.902Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23622026-04-28T01:33:14.281Z Compiling qorb v0.4.1
23632026-04-28T01:33:14.361Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23642026-04-28T01:33:15.847Z Compiling phf v0.12.1
23652026-04-28T01:33:16.012Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
23662026-04-28T01:33:16.337Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
23672026-04-28T01:33:16.416Z Compiling pin-project v1.1.10
23682026-04-28T01:33:16.530Z Compiling unicode-normalization v0.1.24
23692026-04-28T01:33:16.566Z Compiling libz-sys v1.1.22
23702026-04-28T01:33:16.687Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23712026-04-28T01:33:17.692Z Compiling libsw-core v0.3.2
23722026-04-28T01:33:17.982Z Compiling highway v1.3.0
23732026-04-28T01:33:18.147Z Compiling fixedbitset v0.4.2
23742026-04-28T01:33:18.400Z Compiling fixedbitset v0.5.7
23752026-04-28T01:33:18.412Z Compiling petgraph v0.6.5
23762026-04-28T01:33:18.447Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23772026-04-28T01:33:18.520Z Compiling progenitor v0.10.0
23782026-04-28T01:33:18.678Z Compiling petgraph v0.8.2
23792026-04-28T01:33:19.846Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23802026-04-28T01:33:20.389Z Compiling libsw v3.5.0
23812026-04-28T01:33:20.575Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23822026-04-28T01:33:20.721Z Compiling olpc-cjson v0.1.4
23832026-04-28T01:33:20.862Z Compiling libgit2-sys v0.17.0+1.8.1
23842026-04-28T01:33:20.875Z Compiling snafu v0.8.9
23852026-04-28T01:33:21.264Z Compiling chrono-tz v0.10.4
23862026-04-28T01:33:21.339Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23872026-04-28T01:33:21.547Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23882026-04-28T01:33:21.863Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23892026-04-28T01:33:22.597Z Compiling papergrid v0.11.0
23902026-04-28T01:33:22.867Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23912026-04-28T01:33:23.210Z Compiling globset v0.4.16
23922026-04-28T01:33:23.503Z Compiling const_format v0.2.34
23932026-04-28T01:33:23.819Z Compiling slog-dtrace v0.3.0
23942026-04-28T01:33:23.845Z Compiling cancel-safe-futures v0.1.5
23952026-04-28T01:33:24.009Z Compiling gethostname v0.5.0
23962026-04-28T01:33:24.158Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23972026-04-28T01:33:24.630Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23982026-04-28T01:33:25.219Z Compiling pem v3.0.5
23992026-04-28T01:33:25.242Z Compiling bcs v0.1.6
24002026-04-28T01:33:25.573Z Compiling serde_plain v1.0.2
24012026-04-28T01:33:25.607Z Compiling cargo-platform v0.1.9
24022026-04-28T01:33:25.619Z Compiling typed-path v0.9.3
24032026-04-28T01:33:25.855Z Compiling tagptr v0.2.0
24042026-04-28T01:33:25.878Z Compiling linear-map v1.2.0
24052026-04-28T01:33:26.748Z Compiling tough v0.20.0
24062026-04-28T01:33:27.850Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24072026-04-28T01:33:27.916Z Compiling moka v0.12.11
24082026-04-28T01:33:28.832Z Compiling cargo_metadata v0.18.1
24092026-04-28T01:33:29.142Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24102026-04-28T01:33:29.605Z Compiling tabled v0.15.0
24112026-04-28T01:33:29.674Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24122026-04-28T01:33:29.858Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24132026-04-28T01:33:30.172Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24142026-04-28T01:33:30.354Z Compiling git2 v0.19.0
24152026-04-28T01:33:32.030Z Compiling steno v0.4.1
24162026-04-28T01:33:32.660Z Compiling hickory-proto v0.25.2
24172026-04-28T01:33:33.013Z Compiling cookie v0.18.1
24182026-04-28T01:33:35.173Z Compiling hickory-resolver v0.25.2
24192026-04-28T01:33:35.857Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24202026-04-28T01:33:37.377Z Compiling vergen v8.3.2
24212026-04-28T01:33:38.625Z Compiling signal-hook v0.3.18
24222026-04-28T01:33:39.483Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
24232026-04-28T01:33:39.735Z Compiling mockall_derive v0.13.1
24242026-04-28T01:33:39.897Z Compiling predicates-core v1.0.9
24252026-04-28T01:33:40.366Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24262026-04-28T01:33:40.380Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24272026-04-28T01:33:40.863Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24282026-04-28T01:33:42.023Z Compiling sha2 v0.10.9
24292026-04-28T01:33:42.037Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
24302026-04-28T01:33:42.384Z Compiling adler2 v2.0.1
24312026-04-28T01:33:42.540Z Compiling diff v0.1.13
24322026-04-28T01:33:42.552Z Compiling yansi v1.0.1
24332026-04-28T01:33:42.830Z Compiling pretty_assertions v1.4.1
24342026-04-28T01:33:42.846Z Compiling miniz_oxide v0.8.9
24352026-04-28T01:33:42.889Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24362026-04-28T01:33:43.577Z Compiling predicates-tree v1.0.12
24372026-04-28T01:33:43.860Z Compiling predicates v3.1.3
24382026-04-28T01:33:44.186Z Compiling fs-err v3.1.2
24392026-04-28T01:33:44.358Z Compiling crc32fast v1.5.0
24402026-04-28T01:33:45.020Z Compiling git-stub v1.0.0
24412026-04-28T01:33:45.308Z Compiling filetime v0.2.26
24422026-04-28T01:33:45.507Z Compiling arrayref v0.3.9
24432026-04-28T01:33:45.594Z Compiling xattr v1.6.1
24442026-04-28T01:33:45.784Z Compiling arrayvec v0.7.6
24452026-04-28T01:33:46.000Z Compiling downcast v0.11.0
24462026-04-28T01:33:46.164Z Compiling is_ci v1.2.0
24472026-04-28T01:33:46.324Z Compiling fragile v2.0.1
24482026-04-28T01:33:46.644Z Compiling constant_time_eq v0.3.1
24492026-04-28T01:33:46.771Z Compiling blake3 v1.8.2
24502026-04-28T01:33:46.975Z Compiling mockall v0.13.1
24512026-04-28T01:33:47.355Z Compiling supports-color v3.0.2
24522026-04-28T01:33:47.551Z Compiling toml v0.7.8
24532026-04-28T01:33:47.996Z Compiling tar v0.4.45
24542026-04-28T01:33:48.249Z Compiling git-stub-vcs v0.1.0
24552026-04-28T01:33:48.262Z Compiling curl-sys v0.4.83+curl-8.15.0
24562026-04-28T01:33:48.413Z Compiling signal-hook-tokio v0.3.1
24572026-04-28T01:33:48.563Z Compiling flate2 v1.1.2
24582026-04-28T01:33:48.800Z Compiling drift v0.1.3
24592026-04-28T01:33:49.007Z Compiling kstat-rs v0.2.4
24602026-04-28T01:33:49.061Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24612026-04-28T01:33:49.331Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
24622026-04-28T01:33:49.364Z Compiling hex-literal v1.0.0
24632026-04-28T01:33:49.384Z Compiling display-error-chain v0.2.2
24642026-04-28T01:33:49.488Z Compiling topological-sort v0.2.2
24652026-04-28T01:33:49.643Z Compiling omicron-zone-package v0.12.2
24662026-04-28T01:33:49.683Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
24672026-04-28T01:33:50.307Z Compiling dropshot-api-manager v0.5.2
24682026-04-28T01:33:51.465Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24692026-04-28T01:33:51.751Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24702026-04-28T01:33:52.498Z Compiling curl v0.4.49
24712026-04-28T01:33:52.552Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
24722026-04-28T01:33:53.135Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
24732026-04-28T01:33:53.388Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24742026-04-28T01:33:53.391Z Compiling search_path v0.1.4
24752026-04-28T01:33:53.824Z Compiling internet-checksum v0.2.1
24762026-04-28T01:33:53.981Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
24772026-04-28T01:33:54.090Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24782026-04-28T01:33:56.411Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
24792026-04-28T01:33:57.671Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
24802026-04-28T01:34:41.314Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 12s
24812026-04-28T01:34:41.457Z Running unittests src/lib.rs (target/debug/deps/aal-57c7e2ed35c07c3f)
24822026-04-28T01:34:41.460Z
24832026-04-28T01:34:41.460Zrunning 5 tests
24842026-04-28T01:34:41.460Ztest fuse::tests::chip_revision_b0 ... ok
24852026-04-28T01:34:41.460Ztest fuse::tests::chip_revision_a0 ... ok
24862026-04-28T01:34:41.460Ztest fuse::tests::chip_revision_b1 ... ok
24872026-04-28T01:34:41.460Ztest fuse::tests::chip_revision_unknown_device_id ... ok
24882026-04-28T01:34:41.460Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
24892026-04-28T01:34:41.460Z
24902026-04-28T01:34:41.460Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-04-28T01:34:41.460Z
24922026-04-28T01:34:41.460Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
24932026-04-28T01:34:41.466Z
24942026-04-28T01:34:41.466Zrunning 0 tests
24952026-04-28T01:34:41.466Z
24962026-04-28T01:34:41.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24972026-04-28T01:34:41.466Z
24982026-04-28T01:34:41.466Z Running unittests src/lib.rs (target/debug/deps/asic-85f67db81f0360e5)
24992026-04-28T01:34:41.475Z
25002026-04-28T01:34:41.475Zrunning 0 tests
25012026-04-28T01:34:41.475Z
25022026-04-28T01:34:41.475Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25032026-04-28T01:34:41.475Z
25042026-04-28T01:34:41.475Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
25052026-04-28T01:34:41.475Z
25062026-04-28T01:34:41.475Zrunning 10 tests
25072026-04-28T01:34:41.475Ztest nat::tests::test_vni ... ok
25082026-04-28T01:34:41.475Ztest network::tests::test_equal ... ok
25092026-04-28T01:34:41.476Ztest network::tests::test_eui64 ... ok
25102026-04-28T01:34:41.476Ztest network::tests::test_generate_ipv6_link_local ... ok
25112026-04-28T01:34:41.476Ztest network::tests::test_into ... ok
25122026-04-28T01:34:41.476Ztest network::tests::test_not_equal ... ok
25132026-04-28T01:34:41.476Ztest network::tests::test_to_string ... ok
25142026-04-28T01:34:41.476Ztest network::tests::test_parse ... ok
25152026-04-28T01:34:41.476Ztest test_purge ... ok
25162026-04-28T01:34:41.488Ztest illumos::test::address_exists_handles_missing_object ... ok
25172026-04-28T01:34:41.488Z
25182026-04-28T01:34:41.488Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25192026-04-28T01:34:41.488Z
25202026-04-28T01:34:41.488Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b6e2be1e9bb8a375)
25212026-04-28T01:34:41.493Z
25222026-04-28T01:34:41.493Zrunning 1 test
25232026-04-28T01:34:42.777Ztest test::test_apis_up_to_date ... ok
25242026-04-28T01:34:42.777Z
25252026-04-28T01:34:42.777Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
25262026-04-28T01:34:42.777Z
25272026-04-28T01:34:42.828Z Running unittests src/main.rs (target/debug/deps/dpd-088c1902cc41514b)
25282026-04-28T01:34:42.834Z
25292026-04-28T01:34:42.834Zrunning 44 tests
25302026-04-28T01:34:42.837Ztest freemap::test_ordering ... ok
25312026-04-28T01:34:42.837Ztest freemap::test_split ... ok
25322026-04-28T01:34:42.837Ztest config::tests::test_updates ... ok
25332026-04-28T01:34:42.837Ztest macaddrs::tests::test_mac_offset ... ok
25342026-04-28T01:34:42.837Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25352026-04-28T01:34:42.837Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25362026-04-28T01:34:42.837Ztest macaddrs::tests::test_parse_port_id ... ok
25372026-04-28T01:34:42.837Ztest mcast::tests::test_canonicalize_sources ... ok
25382026-04-28T01:34:42.841ZApr 28 01:34:41.361 DEBG Apr 28 01:34:41.361created new freemap DEBG created new freemapApr 28 01:34:41.361 , DEBGunit, unit::created new freemap , freemap_testfreemap_testunit:
25392026-04-28T01:34:42.841Z
25402026-04-28T01:34:42.841Z freemap_test
25412026-04-28T01:34:42.841ZApr 28 01:34:41.361 Apr 28 01:34:41.361DEBG Apr 28 01:34:41.361 DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unitDEBG freemap_testinitted freemap. size: 128
25422026-04-28T01:34:42.841Z, : unitfreemap_test:
25432026-04-28T01:34:42.841Z Apr 28 01:34:41.361freemap_test
25442026-04-28T01:34:42.841ZDEBG Apr 28 01:34:41.361reset freemap Apr 28 01:34:41.361, Apr 28 01:34:41.361unit Apr 28 01:34:41.361DEBGDEBGDEBG :DEBG reset freemapcreated new freemap, freemap_testunitcreated new freemap
25452026-04-28T01:34:42.841Z:, , unitunitfreemap_test::
25462026-04-28T01:34:42.841Z freemap_testfreemap_test
25472026-04-28T01:34:42.841Z
25482026-04-28T01:34:42.841Zreset freemap, Apr 28 01:34:41.361unitApr 28 01:34:41.361: DEBG freemap_testDEBG
25492026-04-28T01:34:42.841Z initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
25502026-04-28T01:34:42.841Z
25512026-04-28T01:34:42.841ZApr 28 01:34:41.361Apr 28 01:34:41.361 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
25522026-04-28T01:34:42.841Z
25532026-04-28T01:34:42.841Ztest freemap::test_basic ... ok
25542026-04-28T01:34:42.841Ztest freemap::test_span ... ok
25552026-04-28T01:34:42.841Ztest freemap::test_reclaim ... ok
25562026-04-28T01:34:42.841Ztest freemap::test_exhaustion ... ok
25572026-04-28T01:34:42.841Ztest freemap::test_free ... ok
25582026-04-28T01:34:42.841Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
25592026-04-28T01:34:42.841Ztest mcast::tests::test_concurrent_id_allocation ... ok
25602026-04-28T01:34:42.841Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
25612026-04-28T01:34:42.841Ztest mcast::tests::test_create_port_bitmap_empty ... ok
25622026-04-28T01:34:42.841Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
25632026-04-28T01:34:42.841Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
25642026-04-28T01:34:42.841Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
25652026-04-28T01:34:42.841Ztest mcast::tests::test_sources_contain_any ... ok
25662026-04-28T01:34:42.841Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
25672026-04-28T01:34:42.841Ztest mcast::validate::tests::test_address_validation_integrated ... ok
25682026-04-28T01:34:42.841Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
25692026-04-28T01:34:42.842Ztest mcast::validate::tests::test_ipv4_validation ... ok
25702026-04-28T01:34:42.842Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
25712026-04-28T01:34:42.842Ztest mcast::validate::tests::test_ipv6_validation ... ok
25722026-04-28T01:34:42.842Ztest mcast::validate::tests::test_is_ssm_function ... ok
25732026-04-28T01:34:42.842Ztest mcast::validate::tests::test_validate_nat_target ... ok
25742026-04-28T01:34:42.842Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
25752026-04-28T01:34:42.842Ztest mcast::validate::tests::test_validate_source_addresses ... ok
25762026-04-28T01:34:42.842Ztest mcast::validate::tests::test_validate_tag ... ok
25772026-04-28T01:34:42.842Ztest nat::test_mapping ... ok
25782026-04-28T01:34:42.842Ztest mcast::validate::tests::test_validate_tag_format ... ok
25792026-04-28T01:34:42.842Ztest port_map::tests::test_backplane_group ... ok
25802026-04-28T01:34:42.842Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
25812026-04-28T01:34:42.842Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
25822026-04-28T01:34:42.842Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
25832026-04-28T01:34:42.842Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
25842026-04-28T01:34:42.842Ztest port_map::tests::test_port_map ... ok
25852026-04-28T01:34:42.842Ztest port_map::tests::dump_map ... ok
25862026-04-28T01:34:42.842Ztest api_server::tests::test_build_info ... ok
25872026-04-28T01:34:42.842Ztest mcast::tests::test_id_range_boundaries ... ok
25882026-04-28T01:34:42.842Ztest port_map::tests::parse_softnpu_revision ... ok
25892026-04-28T01:34:42.842Z
25902026-04-28T01:34:42.842Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
25912026-04-28T01:34:42.842Z
25922026-04-28T01:34:42.846Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-dfc0267647e6a8b3)
25932026-04-28T01:34:42.846Z
25942026-04-28T01:34:42.846Zrunning 0 tests
25952026-04-28T01:34:42.846Z
25962026-04-28T01:34:42.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25972026-04-28T01:34:42.847Z
25982026-04-28T01:34:42.847Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a1eccfc28e903b82)
25992026-04-28T01:34:42.850Z
26002026-04-28T01:34:42.850Zrunning 0 tests
26012026-04-28T01:34:42.850Z
26022026-04-28T01:34:42.850Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26032026-04-28T01:34:42.850Z
26042026-04-28T01:34:42.850Z Running unittests src/lib.rs (target/debug/deps/dpd_client-adf621ecb5cfd7a0)
26052026-04-28T01:34:42.850Z
26062026-04-28T01:34:42.850Zrunning 6 tests
26072026-04-28T01:34:42.853Ztest tests::test_port_id_cmp ... ok
26082026-04-28T01:34:42.853Ztest tests::test_parse_client_port_id ... ok
26092026-04-28T01:34:42.853Ztest tests::test_full_lot_id_neither_present ... ok
26102026-04-28T01:34:42.853Ztest tests::test_full_lot_id_lot_only ... ok
26112026-04-28T01:34:42.853Ztest tests::test_full_lot_id_both_present ... ok
26122026-04-28T01:34:42.853Ztest tests::test_full_lot_id_lotnum_only ... ok
26132026-04-28T01:34:42.853Z
26142026-04-28T01:34:42.853Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26152026-04-28T01:34:42.853Z
26162026-04-28T01:34:42.853Z Running tests/test_all.rs (target/debug/deps/test_all-96457284324bcf73)
26172026-04-28T01:34:42.853Z
26182026-04-28T01:34:42.853Zrunning 0 tests
26192026-04-28T01:34:42.853Z
26202026-04-28T01:34:42.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26212026-04-28T01:34:42.853Z
26222026-04-28T01:34:42.853Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7e1486df4bb877a)
26232026-04-28T01:34:42.857Z
26242026-04-28T01:34:42.857Zrunning 0 tests
26252026-04-28T01:34:42.857Z
26262026-04-28T01:34:42.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26272026-04-28T01:34:42.857Z
26282026-04-28T01:34:42.857Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
26292026-04-28T01:34:42.857Z
26302026-04-28T01:34:42.857Zrunning 12 tests
26312026-04-28T01:34:42.858Ztest icmp::test_v4_checksum ... ok
26322026-04-28T01:34:42.858Ztest icmp::test_v6_checksum ... ok
26332026-04-28T01:34:42.858Ztest lldp::test_lldp_parse ... ok
26342026-04-28T01:34:42.858Ztest pbuf::test_byte ... ok
26352026-04-28T01:34:42.858Ztest ipv6::test_ipv6_parse ... ok
26362026-04-28T01:34:42.858Ztest pbuf::test_nibble ... ok
26372026-04-28T01:34:42.858Ztest pbuf::test_short ... ok
26382026-04-28T01:34:42.858Ztest pbuf::test_overflow ... ok
26392026-04-28T01:34:42.858Ztest pbuf::test_twelve ... ok
26402026-04-28T01:34:42.858Ztest pbuf::test_word ... ok
26412026-04-28T01:34:42.858Ztest tcp::test_checksum_ack_data ... ok
26422026-04-28T01:34:42.858Ztest tcp::test_checksum_syn_nodata ... ok
26432026-04-28T01:34:42.858Z
26442026-04-28T01:34:42.858Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26452026-04-28T01:34:42.858Z
26462026-04-28T01:34:42.861Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
26472026-04-28T01:34:42.861Z
26482026-04-28T01:34:42.861Zrunning 0 tests
26492026-04-28T01:34:42.861Z
26502026-04-28T01:34:42.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26512026-04-28T01:34:42.861Z
26522026-04-28T01:34:42.862Z Running unittests src/main.rs (target/debug/deps/swadm-0f63254137f4b163)
26532026-04-28T01:34:42.862Z
26542026-04-28T01:34:42.862Zrunning 5 tests
26552026-04-28T01:34:42.862Ztest switchport::test::test_compute_lanes ... ok
26562026-04-28T01:34:42.865Ztest switchport::test::port_id_ordering ... ok
26572026-04-28T01:34:42.865Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
26582026-04-28T01:34:42.865ZLane 1 Rx Loss-of-lock: YesLane 2 YesLane 3
26592026-04-28T01:34:42.865ZYes State: ActivatedYes
26602026-04-28T01:34:42.865ZActivated Rx Loss-of-signal: Yes ActivatedYes Activated
26612026-04-28T01:34:42.865ZYes Rx Output Enabled: falseYes
26622026-04-28T01:34:42.865Z Rx CDR Enabled: Yesfalse Yesfalse falseYes
26632026-04-28T01:34:42.865Z Yes Rx Output Status: valid
26642026-04-28T01:34:42.865Z Tx Enabled: Yes valid Yesvalid valid
26652026-04-28T01:34:42.865ZYes Yes Rx Loss-of-lock: true
26662026-04-28T01:34:42.865Z Tx Loss-of-lock: No trueNo Notrue true
26672026-04-28T01:34:42.865ZNo
26682026-04-28T01:34:42.865Z Rx Loss-of-signal: false Tx Loss-of-signal: No false Nofalse false
26692026-04-28T01:34:42.865ZNoRx Auto-squelch Disable: true Notrue
26702026-04-28T01:34:42.866Ztrue Tx CDR Enabled: Notrue
26712026-04-28T01:34:42.866ZNo Tx Output Enabled: true Notrue true Notrue
26722026-04-28T01:34:42.866Z
26732026-04-28T01:34:42.866Z Tx Adaptive EQ Fault: No Tx Output Status: invalid No invalidNo Noinvalid
26742026-04-28T01:34:42.866Zinvalid
26752026-04-28T01:34:42.866Z Tx Fault: Yes Tx Loss-of-lock: falseYes false Yes Yesfalse
26762026-04-28T01:34:42.866Z false
26772026-04-28T01:34:42.866Z Tx Loss-of-signal: true true true true
26782026-04-28T01:34:42.866ZTx Auto-squelch Disable: false false false false
26792026-04-28T01:34:42.866Z Tx Adaptive EQ Fail: true true true true
26802026-04-28T01:34:42.866Z Tx Failure: false false false false
26812026-04-28T01:34:42.866Z Tx Force Squelch: true true true true
26822026-04-28T01:34:42.866Z Tx Input Polarity: normal normal normal normal
26832026-04-28T01:34:42.866Ztest switchport::test::test_print_sff_datapath ... ok
26842026-04-28T01:34:42.866Ztest switchport::test::test_print_cmis_datapath ... ok
26852026-04-28T01:34:42.866Ztest link::test_filter ... ok
26862026-04-28T01:34:42.866Z
26872026-04-28T01:34:42.866Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26882026-04-28T01:34:42.866Z
26892026-04-28T01:34:42.866Z Running tests/counters.rs (target/debug/deps/counters-2207d407621fd777)
26902026-04-28T01:34:42.870Z
26912026-04-28T01:34:42.870Zrunning 1 test
26922026-04-28T01:34:42.870Ztest test_p4_counter_list ... ignored
26932026-04-28T01:34:42.870Z
26942026-04-28T01:34:42.870Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26952026-04-28T01:34:42.870Z
26962026-04-28T01:34:42.870Z Running tests/port-link.rs (target/debug/deps/port_link-c8f63c576c6cd269)
26972026-04-28T01:34:42.870Z
26982026-04-28T01:34:42.870Zrunning 5 tests
26992026-04-28T01:34:42.870Ztest test_an ... ignored
27002026-04-28T01:34:42.870Ztest test_enable ... ignored
27012026-04-28T01:34:42.870Ztest test_ip_addresses ... ignored
27022026-04-28T01:34:42.870Ztest test_kr ... ignored
27032026-04-28T01:34:42.870Ztest test_mac ... ignored
27042026-04-28T01:34:42.870Z
27052026-04-28T01:34:42.870Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27062026-04-28T01:34:42.870Z
27072026-04-28T01:34:42.870Z Running unittests src/main.rs (target/debug/deps/tfportd-6cbf066774a24566)
27082026-04-28T01:34:42.875Z
27092026-04-28T01:34:42.875Zrunning 3 tests
27102026-04-28T01:34:42.875Ztest linklocal::test_parse_ipadm ... ok
27112026-04-28T01:34:42.875Ztest tfport::test_parse_tfport ... ok
27122026-04-28T01:34:42.875Ztest config::tests::test_updates ... ok
27132026-04-28T01:34:42.875Z
27142026-04-28T01:34:42.875Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27152026-04-28T01:34:42.875Z
27162026-04-28T01:34:42.875Z Running unittests src/main.rs (target/debug/deps/uplinkd-ec2f60824b215aa9)
27172026-04-28T01:34:42.875Z
27182026-04-28T01:34:42.875Zrunning 0 tests
27192026-04-28T01:34:42.875Z
27202026-04-28T01:34:42.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27212026-04-28T01:34:42.875Z
27222026-04-28T01:34:42.875Z Running unittests src/main.rs (target/debug/deps/xtask-64a690c77857a17f)
27232026-04-28T01:34:42.965Z
27242026-04-28T01:34:42.965Zrunning 0 tests
27252026-04-28T01:34:42.965Z
27262026-04-28T01:34:42.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27272026-04-28T01:34:42.965Z
27282026-04-28T01:34:42.965Z Doc-tests aal
27292026-04-28T01:34:43.005Z
27302026-04-28T01:34:43.005Zrunning 0 tests
27312026-04-28T01:34:43.005Z
27322026-04-28T01:34:43.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27332026-04-28T01:34:43.005Z
27342026-04-28T01:34:43.021Z Doc-tests aal_macros
27352026-04-28T01:34:43.089Z
27362026-04-28T01:34:43.089Zrunning 0 tests
27372026-04-28T01:34:43.089Z
27382026-04-28T01:34:43.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27392026-04-28T01:34:43.089Z
27402026-04-28T01:34:43.100Z Doc-tests common
27412026-04-28T01:34:43.335Z
27422026-04-28T01:34:43.335Zrunning 0 tests
27432026-04-28T01:34:43.335Z
27442026-04-28T01:34:43.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27452026-04-28T01:34:43.335Z
27462026-04-28T01:34:43.355Z Doc-tests dpd_api
27472026-04-28T01:34:44.479Z
27482026-04-28T01:34:44.480Zrunning 2 tests
27492026-04-28T01:34:44.480Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
27502026-04-28T01:34:44.480Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
27512026-04-28T01:34:44.480Z
27522026-04-28T01:34:44.480Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
27532026-04-28T01:34:44.480Z
27542026-04-28T01:34:44.519Z Doc-tests dpd_client
27552026-04-28T01:34:45.764Z
27562026-04-28T01:34:45.764Zrunning 0 tests
27572026-04-28T01:34:45.764Z
27582026-04-28T01:34:45.767Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27592026-04-28T01:34:45.767Z
27602026-04-28T01:34:45.809Z Doc-tests dpd_types
27612026-04-28T01:34:46.144Z
27622026-04-28T01:34:46.144Zrunning 0 tests
27632026-04-28T01:34:46.144Z
27642026-04-28T01:34:46.144Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27652026-04-28T01:34:46.144Z
27662026-04-28T01:34:46.173Z Doc-tests packet
27672026-04-28T01:34:46.283Z
27682026-04-28T01:34:46.283Zrunning 0 tests
27692026-04-28T01:34:46.283Z
27702026-04-28T01:34:46.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27712026-04-28T01:34:46.283Z
27722026-04-28T01:34:46.298Z Doc-tests pcap
27732026-04-28T01:34:46.350Z
27742026-04-28T01:34:46.350Zrunning 0 tests
27752026-04-28T01:34:46.350Z
27762026-04-28T01:34:46.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27772026-04-28T01:34:46.350Z
27782026-04-28T01:34:46.422Z+ for feat in tofino_stub tofino_asic softnpu chaos
27792026-04-28T01:34:46.422Z+ RUST_BACKTRACE=full
27802026-04-28T01:34:46.422Z+ cargo test --features tofino_asic --no-fail-fast
27812026-04-28T01:34:47.113Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
27822026-04-28T01:34:47.201Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
27832026-04-28T01:34:47.209Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
27842026-04-28T01:34:47.216Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
27852026-04-28T01:34:55.598Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
27862026-04-28T01:34:56.134Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
27872026-04-28T01:35:34.708Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.26s
27882026-04-28T01:35:34.847Z Running unittests src/lib.rs (target/debug/deps/aal-57c7e2ed35c07c3f)
27892026-04-28T01:35:34.850Z
27902026-04-28T01:35:34.850Zrunning 5 tests
27912026-04-28T01:35:34.855Ztest fuse::tests::chip_revision_a0 ... ok
27922026-04-28T01:35:34.855Ztest fuse::tests::chip_revision_b1 ... ok
27932026-04-28T01:35:34.855Ztest fuse::tests::chip_revision_b0 ... ok
27942026-04-28T01:35:34.855Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
27952026-04-28T01:35:34.855Ztest fuse::tests::chip_revision_unknown_device_id ... ok
27962026-04-28T01:35:34.855Z
27972026-04-28T01:35:34.855Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27982026-04-28T01:35:34.855Z
27992026-04-28T01:35:34.855Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
28002026-04-28T01:35:34.858Z
28012026-04-28T01:35:34.858Zrunning 0 tests
28022026-04-28T01:35:34.858Z
28032026-04-28T01:35:34.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28042026-04-28T01:35:34.858Z
28052026-04-28T01:35:34.858Z Running unittests src/lib.rs (target/debug/deps/asic-eeb7997b87de422e)
28062026-04-28T01:35:34.938Z
28072026-04-28T01:35:34.938Zrunning 8 tests
28082026-04-28T01:35:34.941Ztest tofino_asic::qsfp::tests::fix_link ... ok
28092026-04-28T01:35:34.941Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
28102026-04-28T01:35:34.942Ztest tofino_asic::stats::constants_sanity_check ... ok
28112026-04-28T01:35:34.942Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
28122026-04-28T01:35:34.942Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
28132026-04-28T01:35:34.942Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
28142026-04-28T01:35:34.949Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
28152026-04-28T01:35:35.441Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
28162026-04-28T01:35:35.441Z
28172026-04-28T01:35:35.441Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
28182026-04-28T01:35:35.441Z
28192026-04-28T01:35:35.451Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
28202026-04-28T01:35:35.454Z
28212026-04-28T01:35:35.454Zrunning 10 tests
28222026-04-28T01:35:35.457Ztest network::tests::test_not_equal ... ok
28232026-04-28T01:35:35.457Ztest network::tests::test_eui64 ... ok
28242026-04-28T01:35:35.457Ztest network::tests::test_equal ... ok
28252026-04-28T01:35:35.457Ztest network::tests::test_generate_ipv6_link_local ... ok
28262026-04-28T01:35:35.457Ztest network::tests::test_into ... ok
28272026-04-28T01:35:35.457Ztest nat::tests::test_vni ... ok
28282026-04-28T01:35:35.457Ztest network::tests::test_parse ... ok
28292026-04-28T01:35:35.457Ztest network::tests::test_to_string ... ok
28302026-04-28T01:35:35.457Ztest test_purge ... ok
28312026-04-28T01:35:35.460Ztest illumos::test::address_exists_handles_missing_object ... ok
28322026-04-28T01:35:35.460Z
28332026-04-28T01:35:35.460Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28342026-04-28T01:35:35.460Z
28352026-04-28T01:35:35.460Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b6e2be1e9bb8a375)
28362026-04-28T01:35:35.464Z
28372026-04-28T01:35:35.465Zrunning 1 test
28382026-04-28T01:35:36.776Ztest test::test_apis_up_to_date ... ok
28392026-04-28T01:35:36.776Z
28402026-04-28T01:35:36.776Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
28412026-04-28T01:35:36.776Z
28422026-04-28T01:35:36.822Z Running unittests src/main.rs (target/debug/deps/dpd-b7eadfe383357f60)
28432026-04-28T01:35:36.890Z
28442026-04-28T01:35:36.890Zrunning 72 tests
28452026-04-28T01:35:36.893Ztest freemap::test_ordering ... ok
28462026-04-28T01:35:36.893Ztest freemap::test_split ... ok
28472026-04-28T01:35:36.893Ztest config::tests::test_updates ... ok
28482026-04-28T01:35:36.893Ztest macaddrs::tests::test_mac_offset ... ok
28492026-04-28T01:35:36.893Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
28502026-04-28T01:35:36.893Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
28512026-04-28T01:35:36.893Ztest macaddrs::tests::test_parse_port_id ... ok
28522026-04-28T01:35:36.893Ztest mcast::tests::test_canonicalize_sources ... ok
28532026-04-28T01:35:36.896Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
28542026-04-28T01:35:36.896ZApr 28 01:35:35.413Apr 28 01:35:35.413 DEBG created new freemap DEBG created new freemap, unit:Apr 28 01:35:35.413 freemap_testDEBG , created new freemapunit
28552026-04-28T01:35:36.896Z, :unit :freemap_test
28562026-04-28T01:35:36.896ZApr 28 01:35:35.413 freemap_testDEBG
28572026-04-28T01:35:36.896Z initted freemap. size: 128, unit:Apr 28 01:35:35.413 freemap_testApr 28 01:35:35.413DEBG
28582026-04-28T01:35:36.896Z DEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
28592026-04-28T01:35:36.896ZApr 28 01:35:35.413
28602026-04-28T01:35:36.896Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
28612026-04-28T01:35:36.896Ztest mcast::tests::test_concurrent_id_allocation ... ok
28622026-04-28T01:35:36.896ZApr 28 01:35:35.413 Apr 28 01:35:35.413DEBGApr 28 01:35:35.413 DEBGreset freemapDEBG , created new freemapunit, created new freemap:unit, unit:: freemap_testfreemap_test
28632026-04-28T01:35:36.896Z
28642026-04-28T01:35:36.897Zfreemap_test
28652026-04-28T01:35:36.897Ztest mcast::tests::test_create_port_bitmap_empty ... ok
28662026-04-28T01:35:36.897ZApr 28 01:35:35.413Apr 28 01:35:35.413 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
28672026-04-28T01:35:36.897Z
28682026-04-28T01:35:36.897ZApr 28 01:35:35.413 DEBGDEBG Apr 28 01:35:35.413 reset freemapDEBGreset freemap , reset freemap, , unitunitunit:: :freemap_test
28692026-04-28T01:35:36.897Zfreemap_testfreemap_test
28702026-04-28T01:35:36.897Z
28712026-04-28T01:35:36.897ZApr 28 01:35:35.413 DEBG reset freemap, unit: freemap_test
28722026-04-28T01:35:36.897Ztest freemap::test_free ... ok
28732026-04-28T01:35:36.897Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
28742026-04-28T01:35:36.897Ztest freemap::test_basic ... ok
28752026-04-28T01:35:36.897Ztest freemap::test_exhaustion ... ok
28762026-04-28T01:35:36.897Ztest freemap::test_reclaim ... ok
28772026-04-28T01:35:36.897Ztest freemap::test_span ... ok
28782026-04-28T01:35:36.897Ztest mcast::tests::test_sources_contain_any ... ok
28792026-04-28T01:35:36.897Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
28802026-04-28T01:35:36.897Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
28812026-04-28T01:35:36.897Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
28822026-04-28T01:35:36.897Ztest mcast::validate::tests::test_address_validation_integrated ... ok
28832026-04-28T01:35:36.897Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
28842026-04-28T01:35:36.897Ztest mcast::validate::tests::test_ipv4_validation ... ok
28852026-04-28T01:35:36.897Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
28862026-04-28T01:35:36.897Ztest mcast::validate::tests::test_is_ssm_function ... ok
28872026-04-28T01:35:36.897Ztest mcast::validate::tests::test_validate_nat_target ... ok
28882026-04-28T01:35:36.897Ztest mcast::validate::tests::test_ipv6_validation ... ok
28892026-04-28T01:35:36.897Ztest mcast::validate::tests::test_validate_source_addresses ... ok
28902026-04-28T01:35:36.897Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
28912026-04-28T01:35:36.897Ztest mcast::validate::tests::test_validate_tag ... ok
28922026-04-28T01:35:36.897Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
28932026-04-28T01:35:36.897Ztest nat::test_mapping ... ok
28942026-04-28T01:35:36.897Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
28952026-04-28T01:35:36.897Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
28962026-04-28T01:35:36.897Ztest port_map::tests::test_backplane_group ... ok
28972026-04-28T01:35:36.897Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
28982026-04-28T01:35:36.897Ztest transceivers::mpn_test::test_mpn_missing ... ok
28992026-04-28T01:35:36.902Ztest mcast::validate::tests::test_validate_tag_format ... ok
29002026-04-28T01:35:36.902Ztest port_map::tests::test_port_map ... ok
29012026-04-28T01:35:36.902Ztest transceivers::mpn_test::test_xcvr_missing ... ok
29022026-04-28T01:35:36.902Ztest transceivers::mpn_test::test_mpn_present ... ok
29032026-04-28T01:35:36.902Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
29042026-04-28T01:35:36.902Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
29052026-04-28T01:35:36.902Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
29062026-04-28T01:35:36.902Ztest port_map::tests::dump_map ... ok
29072026-04-28T01:35:36.902Ztest api_server::tests::test_build_info ... ok
29082026-04-28T01:35:36.902Ztest mcast::tests::test_id_range_boundaries ... ok
29092026-04-28T01:35:36.902Ztest port_map::tests::parse_softnpu_revision ... ok
29102026-04-28T01:35:36.902Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
29112026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
29122026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
29132026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
29142026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
29152026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
29162026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
29172026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
29182026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
29192026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
29202026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
29212026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
29222026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
29232026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
29242026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
29252026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
29262026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
29272026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
29282026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
29292026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
29302026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
29312026-04-28T01:35:36.903Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
29322026-04-28T01:35:36.903Z
29332026-04-28T01:35:36.903Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
29342026-04-28T01:35:36.903Z
29352026-04-28T01:35:36.912Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f909ca19a157c9d4)
29362026-04-28T01:35:36.915Z
29372026-04-28T01:35:36.915Zrunning 0 tests
29382026-04-28T01:35:36.915Z
29392026-04-28T01:35:36.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29402026-04-28T01:35:36.915Z
29412026-04-28T01:35:36.915Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a1eccfc28e903b82)
29422026-04-28T01:35:36.918Z
29432026-04-28T01:35:36.918Zrunning 0 tests
29442026-04-28T01:35:36.918Z
29452026-04-28T01:35:36.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29462026-04-28T01:35:36.918Z
29472026-04-28T01:35:36.918Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e9393b527b626f4c)
29482026-04-28T01:35:36.921Z
29492026-04-28T01:35:36.921Zrunning 6 tests
29502026-04-28T01:35:36.921Ztest tests::test_port_id_cmp ... ok
29512026-04-28T01:35:36.921Ztest tests::test_parse_client_port_id ... ok
29522026-04-28T01:35:36.921Ztest tests::test_full_lot_id_neither_present ... ok
29532026-04-28T01:35:36.921Ztest tests::test_full_lot_id_lotnum_only ... ok
29542026-04-28T01:35:36.921Ztest tests::test_full_lot_id_lot_only ... ok
29552026-04-28T01:35:36.921Ztest tests::test_full_lot_id_both_present ... ok
29562026-04-28T01:35:36.921Z
29572026-04-28T01:35:36.921Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29582026-04-28T01:35:36.921Z
29592026-04-28T01:35:36.921Z Running tests/test_all.rs (target/debug/deps/test_all-d894aad466b653ad)
29602026-04-28T01:35:36.924Z
29612026-04-28T01:35:36.924Zrunning 0 tests
29622026-04-28T01:35:36.924Z
29632026-04-28T01:35:36.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29642026-04-28T01:35:36.924Z
29652026-04-28T01:35:36.924Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7e1486df4bb877a)
29662026-04-28T01:35:36.924Z
29672026-04-28T01:35:36.924Zrunning 0 tests
29682026-04-28T01:35:36.924Z
29692026-04-28T01:35:36.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29702026-04-28T01:35:36.924Z
29712026-04-28T01:35:36.924Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
29722026-04-28T01:35:36.930Z
29732026-04-28T01:35:36.930Zrunning 12 tests
29742026-04-28T01:35:36.933Ztest icmp::test_v6_checksum ... ok
29752026-04-28T01:35:36.933Ztest icmp::test_v4_checksum ... ok
29762026-04-28T01:35:36.933Ztest ipv6::test_ipv6_parse ... ok
29772026-04-28T01:35:36.933Ztest lldp::test_lldp_parse ... ok
29782026-04-28T01:35:36.933Ztest pbuf::test_byte ... ok
29792026-04-28T01:35:36.933Ztest pbuf::test_nibble ... ok
29802026-04-28T01:35:36.933Ztest pbuf::test_short ... ok
29812026-04-28T01:35:36.933Ztest pbuf::test_twelve ... ok
29822026-04-28T01:35:36.933Ztest pbuf::test_overflow ... ok
29832026-04-28T01:35:36.933Ztest pbuf::test_word ... ok
29842026-04-28T01:35:36.933Ztest tcp::test_checksum_ack_data ... ok
29852026-04-28T01:35:36.933Ztest tcp::test_checksum_syn_nodata ... ok
29862026-04-28T01:35:36.933Z
29872026-04-28T01:35:36.933Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29882026-04-28T01:35:36.933Z
29892026-04-28T01:35:36.933Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
29902026-04-28T01:35:36.936Z
29912026-04-28T01:35:36.936Zrunning 0 tests
29922026-04-28T01:35:36.936Z
29932026-04-28T01:35:36.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29942026-04-28T01:35:36.936Z
29952026-04-28T01:35:36.936Z Running unittests src/main.rs (target/debug/deps/swadm-01a81578c0ae6556)
29962026-04-28T01:35:36.936Z
29972026-04-28T01:35:36.937Zrunning 5 tests
29982026-04-28T01:35:36.940Ztest switchport::test::test_compute_lanes ... ok
29992026-04-28T01:35:36.940Ztest switchport::test::port_id_ordering ... ok
30002026-04-28T01:35:36.940Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3
30012026-04-28T01:35:36.940ZLane 1 Rx Loss-of-lock: Yes Lane 2 YesLane 3
30022026-04-28T01:35:36.940ZYes State: ActivatedYes
30032026-04-28T01:35:36.940ZActivated Rx Loss-of-signal: Yes ActivatedYes ActivatedYes
30042026-04-28T01:35:36.940Z Yes
30052026-04-28T01:35:36.940Z Rx Output Enabled: false Rx CDR Enabled: Yesfalse Yesfalse false
30062026-04-28T01:35:36.940ZYes Yes Rx Output Status: valid
30072026-04-28T01:35:36.940Z Tx Enabled: Yesvalid Yesvalid validYes
30082026-04-28T01:35:36.940ZYes
30092026-04-28T01:35:36.940Z Rx Loss-of-lock: true Tx Loss-of-lock: No true No true Notrue
30102026-04-28T01:35:36.940ZNo
30112026-04-28T01:35:36.940Z Rx Loss-of-signal: false Tx Loss-of-signal: No false Nofalse falseNo
30122026-04-28T01:35:36.940Z Rx Auto-squelch Disable: trueNo
30132026-04-28T01:35:36.940Ztrue Tx CDR Enabled: No trueNo true
30142026-04-28T01:35:36.940ZNo Tx Output Enabled: trueNo
30152026-04-28T01:35:36.940Ztrue Tx Adaptive EQ Fault: No true No true
30162026-04-28T01:35:36.940ZNo Tx Output Status: invalidNo
30172026-04-28T01:35:36.940Zinvalid Tx Fault: Yes invalidYes invalid
30182026-04-28T01:35:36.940ZYes Yes Tx Loss-of-lock: false
30192026-04-28T01:35:36.940Z false false false
30202026-04-28T01:35:36.940Z Tx Loss-of-signal: true true true true
30212026-04-28T01:35:36.940ZTx Auto-squelch Disable: false false false false
30222026-04-28T01:35:36.940Z Tx Adaptive EQ Fail: true true true true
30232026-04-28T01:35:36.941Z Tx Failure: false false false false
30242026-04-28T01:35:36.941Z Tx Force Squelch: true true true true
30252026-04-28T01:35:36.941Z Tx Input Polarity: normal normal normal normal
30262026-04-28T01:35:36.941Ztest switchport::test::test_print_sff_datapath ... ok
30272026-04-28T01:35:36.941Ztest switchport::test::test_print_cmis_datapath ... ok
30282026-04-28T01:35:36.941Ztest link::test_filter ... ok
30292026-04-28T01:35:36.941Z
30302026-04-28T01:35:36.941Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30312026-04-28T01:35:36.941Z
30322026-04-28T01:35:36.941Z Running tests/counters.rs (target/debug/deps/counters-eae51d15bd30c249)
30332026-04-28T01:35:36.944Z
30342026-04-28T01:35:36.944Zrunning 1 test
30352026-04-28T01:35:36.944Ztest test_p4_counter_list ... ignored
30362026-04-28T01:35:36.944Z
30372026-04-28T01:35:36.944Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
30382026-04-28T01:35:36.944Z
30392026-04-28T01:35:36.944Z Running tests/port-link.rs (target/debug/deps/port_link-36f1796e9d7e85a5)
30402026-04-28T01:35:36.944Z
30412026-04-28T01:35:36.944Zrunning 5 tests
30422026-04-28T01:35:36.944Ztest test_an ... ignored
30432026-04-28T01:35:36.944Ztest test_enable ... ignored
30442026-04-28T01:35:36.944Ztest test_ip_addresses ... ignored
30452026-04-28T01:35:36.944Ztest test_kr ... ignored
30462026-04-28T01:35:36.944Ztest test_mac ... ignored
30472026-04-28T01:35:36.944Z
30482026-04-28T01:35:36.944Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
30492026-04-28T01:35:36.944Z
30502026-04-28T01:35:36.944Z Running unittests src/main.rs (target/debug/deps/tfportd-f00244a04ff3de28)
30512026-04-28T01:35:36.947Z
30522026-04-28T01:35:36.947Zrunning 3 tests
30532026-04-28T01:35:36.947Ztest linklocal::test_parse_ipadm ... ok
30542026-04-28T01:35:36.947Ztest tfport::test_parse_tfport ... ok
30552026-04-28T01:35:36.947Ztest config::tests::test_updates ... ok
30562026-04-28T01:35:36.947Z
30572026-04-28T01:35:36.947Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30582026-04-28T01:35:36.947Z
30592026-04-28T01:35:36.950Z Running unittests src/main.rs (target/debug/deps/uplinkd-ec2f60824b215aa9)
30602026-04-28T01:35:36.950Z
30612026-04-28T01:35:36.950Zrunning 0 tests
30622026-04-28T01:35:36.950Z
30632026-04-28T01:35:36.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30642026-04-28T01:35:36.950Z
30652026-04-28T01:35:36.950Z Running unittests src/main.rs (target/debug/deps/xtask-64a690c77857a17f)
30662026-04-28T01:35:36.953Z
30672026-04-28T01:35:36.953Zrunning 0 tests
30682026-04-28T01:35:36.953Z
30692026-04-28T01:35:36.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30702026-04-28T01:35:36.953Z
30712026-04-28T01:35:36.953Z Doc-tests aal
30722026-04-28T01:35:37.077Z
30732026-04-28T01:35:37.077Zrunning 0 tests
30742026-04-28T01:35:37.077Z
30752026-04-28T01:35:37.077Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30762026-04-28T01:35:37.077Z
30772026-04-28T01:35:37.095Z Doc-tests aal_macros
30782026-04-28T01:35:37.166Z
30792026-04-28T01:35:37.166Zrunning 0 tests
30802026-04-28T01:35:37.166Z
30812026-04-28T01:35:37.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30822026-04-28T01:35:37.166Z
30832026-04-28T01:35:37.179Z Doc-tests common
30842026-04-28T01:35:37.415Z
30852026-04-28T01:35:37.415Zrunning 0 tests
30862026-04-28T01:35:37.415Z
30872026-04-28T01:35:37.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30882026-04-28T01:35:37.415Z
30892026-04-28T01:35:37.438Z Doc-tests dpd_api
30902026-04-28T01:35:38.591Z
30912026-04-28T01:35:38.592Zrunning 2 tests
30922026-04-28T01:35:38.592Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
30932026-04-28T01:35:38.592Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
30942026-04-28T01:35:38.592Z
30952026-04-28T01:35:38.592Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
30962026-04-28T01:35:38.592Z
30972026-04-28T01:35:38.633Z Doc-tests dpd_client
30982026-04-28T01:35:39.887Z
30992026-04-28T01:35:39.887Zrunning 0 tests
31002026-04-28T01:35:39.887Z
31012026-04-28T01:35:39.887Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31022026-04-28T01:35:39.887Z
31032026-04-28T01:35:39.934Z Doc-tests dpd_types
31042026-04-28T01:35:40.271Z
31052026-04-28T01:35:40.271Zrunning 0 tests
31062026-04-28T01:35:40.271Z
31072026-04-28T01:35:40.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31082026-04-28T01:35:40.271Z
31092026-04-28T01:35:40.303Z Doc-tests packet
31102026-04-28T01:35:40.414Z
31112026-04-28T01:35:40.414Zrunning 0 tests
31122026-04-28T01:35:40.414Z
31132026-04-28T01:35:40.414Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31142026-04-28T01:35:40.414Z
31152026-04-28T01:35:40.432Z Doc-tests pcap
31162026-04-28T01:35:40.486Z
31172026-04-28T01:35:40.486Zrunning 0 tests
31182026-04-28T01:35:40.487Z
31192026-04-28T01:35:40.487Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31202026-04-28T01:35:40.487Z
31212026-04-28T01:35:40.544Z+ for feat in tofino_stub tofino_asic softnpu chaos
31222026-04-28T01:35:40.544Z+ RUST_BACKTRACE=full
31232026-04-28T01:35:40.544Z+ cargo test --features softnpu --no-fail-fast
31242026-04-28T01:35:41.420Z Compiling goblin v0.10.1
31252026-04-28T01:35:41.420Z Compiling typify-impl v0.4.3
31262026-04-28T01:35:41.542Z Compiling log v0.4.29
31272026-04-28T01:35:41.553Z Compiling const-oid v0.9.6
31282026-04-28T01:35:41.595Z Compiling der_derive v0.7.3
31292026-04-28T01:35:41.598Z Compiling serde_with v3.18.0
31302026-04-28T01:35:41.772Z Compiling native-tls v0.2.14
31312026-04-28T01:35:42.100Z Compiling rustls v0.23.32
31322026-04-28T01:35:42.286Z Compiling digest v0.10.7
31332026-04-28T01:35:42.520Z Compiling tokio-native-tls v0.3.1
31342026-04-28T01:35:42.535Z Compiling sha1 v0.10.6
31352026-04-28T01:35:42.707Z Compiling hyper-tls v0.6.0
31362026-04-28T01:35:42.818Z Compiling rustls v0.22.4
31372026-04-28T01:35:46.195Z Compiling dof v0.4.0
31382026-04-28T01:35:46.466Z Compiling tokio-rustls v0.26.3
31392026-04-28T01:35:46.757Z Compiling usdt-impl v0.6.0
31402026-04-28T01:35:47.496Z Compiling usdt-macro v0.6.0
31412026-04-28T01:35:47.541Z Compiling usdt-attr-macro v0.6.0
31422026-04-28T01:35:47.696Z Compiling typify-macro v0.4.3
31432026-04-28T01:35:47.945Z Compiling hyper-rustls v0.27.7
31442026-04-28T01:35:48.075Z Compiling tokio-rustls v0.25.0
31452026-04-28T01:35:48.304Z Compiling reqwest v0.12.23
31462026-04-28T01:35:48.728Z Compiling usdt v0.6.0
31472026-04-28T01:35:49.029Z Compiling dropshot v0.16.7
31482026-04-28T01:35:50.130Z Compiling progenitor-client v0.11.1
31492026-04-28T01:35:50.143Z Compiling progenitor-client v0.10.0
31502026-04-28T01:35:50.143Z Compiling typify v0.4.3
31512026-04-28T01:35:50.144Z Compiling progenitor-impl v0.11.1
31522026-04-28T01:35:53.415Z Compiling progenitor-macro v0.11.1
31532026-04-28T01:35:54.074Z Compiling num-integer v0.1.46
31542026-04-28T01:35:54.202Z Compiling num-complex v0.4.6
31552026-04-28T01:35:54.390Z Compiling num-rational v0.4.2
31562026-04-28T01:35:54.447Z Compiling num-iter v0.1.45
31572026-04-28T01:35:54.600Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31582026-04-28T01:35:54.665Z Compiling pem-rfc7468 v0.7.0
31592026-04-28T01:35:54.913Z Compiling num v0.4.3
31602026-04-28T01:35:55.003Z Compiling num-bigint v0.4.6
31612026-04-28T01:35:55.180Z Compiling flagset v0.4.7
31622026-04-28T01:35:55.332Z Compiling der v0.7.10
31632026-04-28T01:35:55.588Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
31642026-04-28T01:35:56.405Z Compiling spki v0.7.3
31652026-04-28T01:35:56.699Z Compiling progenitor-impl v0.10.0
31662026-04-28T01:35:56.746Z Compiling pkcs8 v0.10.2
31672026-04-28T01:35:57.053Z Compiling hmac v0.12.1
31682026-04-28T01:35:57.131Z Compiling ff v0.13.1
31692026-04-28T01:35:57.201Z Compiling base16ct v0.2.0
31702026-04-28T01:35:57.213Z Compiling hkdf v0.12.4
31712026-04-28T01:35:57.283Z Compiling group v0.13.0
31722026-04-28T01:35:57.345Z Compiling sec1 v0.7.3
31732026-04-28T01:35:57.374Z Compiling goblin v0.8.2
31742026-04-28T01:35:57.404Z Compiling curve25519-dalek v4.1.3
31752026-04-28T01:35:57.638Z Compiling elliptic-curve v0.13.8
31762026-04-28T01:35:57.651Z Compiling sha3 v0.10.8
31772026-04-28T01:35:58.001Z Compiling blake2 v0.10.6
31782026-04-28T01:35:58.504Z Compiling argon2 v0.5.3
31792026-04-28T01:35:58.566Z Compiling vsss-rs v3.3.4
31802026-04-28T01:35:58.590Z Compiling progenitor v0.11.1
31812026-04-28T01:35:58.747Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
31822026-04-28T01:35:59.348Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
31832026-04-28T01:35:59.859Z Compiling dof v0.3.0
31842026-04-28T01:36:00.137Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31852026-04-28T01:36:00.162Z Compiling progenitor-macro v0.10.0
31862026-04-28T01:36:00.455Z Compiling usdt-impl v0.5.0
31872026-04-28T01:36:00.648Z Compiling typify-impl v0.6.1
31882026-04-28T01:36:00.754Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31892026-04-28T01:36:01.228Z Compiling usdt v0.5.0
31902026-04-28T01:36:01.880Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
31912026-04-28T01:36:02.933Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31922026-04-28T01:36:03.269Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
31932026-04-28T01:36:03.453Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31942026-04-28T01:36:03.637Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
31952026-04-28T01:36:06.023Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
31962026-04-28T01:36:06.641Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
31972026-04-28T01:36:06.827Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
31982026-04-28T01:36:06.908Z Compiling typify-macro v0.6.1
31992026-04-28T01:36:07.099Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32002026-04-28T01:36:07.183Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32012026-04-28T01:36:07.705Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32022026-04-28T01:36:08.304Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32032026-04-28T01:36:08.513Z Compiling nix v0.31.2
32042026-04-28T01:36:09.017Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32052026-04-28T01:36:10.074Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32062026-04-28T01:36:10.257Z Compiling bindgen v0.72.1
32072026-04-28T01:36:10.680Z Compiling progenitor v0.10.0
32082026-04-28T01:36:11.723Z Compiling typify v0.6.1
32092026-04-28T01:36:11.852Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32102026-04-28T01:36:11.874Z Compiling sha2 v0.10.9
32112026-04-28T01:36:12.418Z Compiling progenitor-impl v0.13.0
32122026-04-28T01:36:12.503Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32132026-04-28T01:36:12.808Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32142026-04-28T01:36:13.579Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32152026-04-28T01:36:13.918Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32162026-04-28T01:36:15.482Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32172026-04-28T01:36:15.619Z Compiling signature v2.2.0
32182026-04-28T01:36:15.838Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758)
32192026-04-28T01:36:15.901Z Compiling progenitor-macro v0.13.0
32202026-04-28T01:36:15.961Z Compiling utf-8 v0.7.6
32212026-04-28T01:36:16.112Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32222026-04-28T01:36:16.193Z Compiling tungstenite v0.21.0
32232026-04-28T01:36:16.243Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32242026-04-28T01:36:17.173Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32252026-04-28T01:36:17.484Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32262026-04-28T01:36:18.416Z Compiling bitstruct_derive v0.1.0
32272026-04-28T01:36:19.241Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32282026-04-28T01:36:19.317Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32292026-04-28T01:36:20.158Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32302026-04-28T01:36:20.478Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
32312026-04-28T01:36:20.673Z Compiling tokio-tungstenite v0.21.0
32322026-04-28T01:36:21.109Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
32332026-04-28T01:36:21.206Z Compiling tokio-dtrace v0.1.1
32342026-04-28T01:36:21.222Z Compiling rfc6979 v0.4.0
32352026-04-28T01:36:21.515Z Compiling reqwest v0.13.2
32362026-04-28T01:36:22.215Z Compiling base64 v0.21.7
32372026-04-28T01:36:22.584Z Compiling tap v1.0.1
32382026-04-28T01:36:22.728Z Compiling wyz v0.5.1
32392026-04-28T01:36:22.895Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32402026-04-28T01:36:22.949Z Compiling progenitor-client v0.13.0
32412026-04-28T01:36:24.047Z Compiling oxide-tokio-rt v0.1.4
32422026-04-28T01:36:24.211Z Compiling ecdsa v0.16.9
32432026-04-28T01:36:24.564Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32442026-04-28T01:36:24.631Z Compiling ed25519 v2.2.3
32452026-04-28T01:36:24.706Z Compiling salty v0.3.0
32462026-04-28T01:36:24.842Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32472026-04-28T01:36:24.877Z Compiling radium v0.7.0
32482026-04-28T01:36:24.923Z Compiling primeorder v0.13.6
32492026-04-28T01:36:25.100Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32502026-04-28T01:36:25.200Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32512026-04-28T01:36:25.312Z Compiling env_filter v1.0.1
32522026-04-28T01:36:25.631Z Compiling funty v2.0.0
32532026-04-28T01:36:25.648Z Compiling progenitor v0.13.0
32542026-04-28T01:36:25.687Z Compiling env_logger v0.11.10
32552026-04-28T01:36:25.863Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32562026-04-28T01:36:26.133Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32572026-04-28T01:36:26.375Z Compiling bitvec v1.0.1
32582026-04-28T01:36:27.255Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
32592026-04-28T01:36:27.766Z Compiling p384 v0.13.1
32602026-04-28T01:36:27.817Z Compiling ed25519-dalek v2.2.0
32612026-04-28T01:36:28.086Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32622026-04-28T01:36:28.383Z Compiling x509-cert v0.2.5
32632026-04-28T01:36:28.536Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32642026-04-28T01:36:28.625Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32652026-04-28T01:36:28.737Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32662026-04-28T01:36:28.761Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32672026-04-28T01:36:29.024Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
32682026-04-28T01:36:29.644Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
32692026-04-28T01:36:29.671Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32702026-04-28T01:36:29.738Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
32712026-04-28T01:36:29.879Z Compiling typeid v1.0.3
32722026-04-28T01:36:30.047Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32732026-04-28T01:36:30.179Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32742026-04-28T01:36:30.210Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32752026-04-28T01:36:30.302Z Compiling ascii v1.1.0
32762026-04-28T01:36:30.335Z Compiling qorb v0.4.1
32772026-04-28T01:36:30.382Z Compiling erased-serde v0.4.8
32782026-04-28T01:36:30.561Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32792026-04-28T01:36:30.597Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32802026-04-28T01:36:31.143Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32812026-04-28T01:36:31.734Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
32822026-04-28T01:36:31.969Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
32832026-04-28T01:36:32.265Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32842026-04-28T01:36:32.355Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32852026-04-28T01:36:32.501Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#04fb133a)
32862026-04-28T01:36:32.598Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32872026-04-28T01:36:33.296Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
32882026-04-28T01:36:34.593Z Compiling bitstruct v0.1.1
32892026-04-28T01:36:35.072Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
32902026-04-28T01:36:35.527Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32912026-04-28T01:36:35.997Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32922026-04-28T01:36:36.216Z Compiling serde_arrays v0.1.0
32932026-04-28T01:36:36.364Z Compiling libloading v0.7.4
32942026-04-28T01:36:36.590Z Compiling bit_field v0.10.3
32952026-04-28T01:36:36.743Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32962026-04-28T01:36:36.750Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32972026-04-28T01:36:37.286Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32982026-04-28T01:36:38.722Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32992026-04-28T01:36:40.055Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33002026-04-28T01:36:40.287Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33012026-04-28T01:36:41.300Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33022026-04-28T01:36:41.353Z Compiling globset v0.4.16
33032026-04-28T01:36:41.390Z Compiling slog-dtrace v0.3.0
33042026-04-28T01:36:42.619Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33052026-04-28T01:36:43.098Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33062026-04-28T01:36:43.506Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33072026-04-28T01:36:43.754Z Compiling tough v0.20.0
33082026-04-28T01:36:45.224Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33092026-04-28T01:36:46.805Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33102026-04-28T01:36:47.121Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33112026-04-28T01:36:47.730Z Compiling git2 v0.19.0
33122026-04-28T01:36:50.463Z Compiling vergen v8.3.2
33132026-04-28T01:36:51.504Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33142026-04-28T01:36:55.476Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33152026-04-28T01:36:56.813Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33162026-04-28T01:36:56.861Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33172026-04-28T01:36:57.023Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
33182026-04-28T01:37:01.020Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
33192026-04-28T01:37:01.038Z Compiling omicron-zone-package v0.12.2
33202026-04-28T01:37:01.079Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33212026-04-28T01:37:02.072Z Compiling dropshot-api-manager v0.5.2
33222026-04-28T01:37:03.548Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
33232026-04-28T01:37:04.751Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
33242026-04-28T01:37:06.916Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33252026-04-28T01:37:07.605Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
33262026-04-28T01:37:08.052Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33272026-04-28T01:37:08.216Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
33282026-04-28T01:37:09.462Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33292026-04-28T01:37:15.997Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
33302026-04-28T01:37:20.526Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33312026-04-28T01:38:05.240Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 24s
33322026-04-28T01:38:05.386Z Running unittests src/lib.rs (target/debug/deps/aal-1ee116bb07a2e49c)
33332026-04-28T01:38:05.392Z
33342026-04-28T01:38:05.392Zrunning 5 tests
33352026-04-28T01:38:05.395Ztest fuse::tests::chip_revision_b1 ... ok
33362026-04-28T01:38:05.395Ztest fuse::tests::chip_revision_a0 ... ok
33372026-04-28T01:38:05.395Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33382026-04-28T01:38:05.395Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33392026-04-28T01:38:05.395Ztest fuse::tests::chip_revision_b0 ... ok
33402026-04-28T01:38:05.395Z
33412026-04-28T01:38:05.395Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33422026-04-28T01:38:05.395Z
33432026-04-28T01:38:05.395Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33442026-04-28T01:38:05.400Z
33452026-04-28T01:38:05.400Zrunning 0 tests
33462026-04-28T01:38:05.400Z
33472026-04-28T01:38:05.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33482026-04-28T01:38:05.400Z
33492026-04-28T01:38:05.400Z Running unittests src/lib.rs (target/debug/deps/asic-43f031afdb52f4a7)
33502026-04-28T01:38:05.417Z
33512026-04-28T01:38:05.417Zrunning 14 tests
33522026-04-28T01:38:05.420Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
33532026-04-28T01:38:05.420Ztest softnpu::mcast::tests::group_lifecycle ... ok
33542026-04-28T01:38:05.420Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
33552026-04-28T01:38:05.420Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
33562026-04-28T01:38:05.420Ztest softnpu::mcast::tests::groups_are_independent ... ok
33572026-04-28T01:38:05.420Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
33582026-04-28T01:38:05.420Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
33592026-04-28T01:38:05.420Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
33602026-04-28T01:38:05.420Ztest softnpu::mcast::tests::port_bitmap_ignores_ports_above_127 ... ok
33612026-04-28T01:38:05.420Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
33622026-04-28T01:38:05.420Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
33632026-04-28T01:38:05.421Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
33642026-04-28T01:38:05.421Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
33652026-04-28T01:38:05.421Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
33662026-04-28T01:38:05.421Z
33672026-04-28T01:38:05.421Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33682026-04-28T01:38:05.421Z
33692026-04-28T01:38:05.421Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
33702026-04-28T01:38:05.426Z
33712026-04-28T01:38:05.426Zrunning 10 tests
33722026-04-28T01:38:05.429Ztest nat::tests::test_vni ... ok
33732026-04-28T01:38:05.429Ztest network::tests::test_equal ... ok
33742026-04-28T01:38:05.429Ztest network::tests::test_eui64 ... ok
33752026-04-28T01:38:05.429Ztest network::tests::test_generate_ipv6_link_local ... ok
33762026-04-28T01:38:05.429Ztest network::tests::test_into ... ok
33772026-04-28T01:38:05.429Ztest network::tests::test_not_equal ... ok
33782026-04-28T01:38:05.431Ztest network::tests::test_parse ... ok
33792026-04-28T01:38:05.431Ztest network::tests::test_to_string ... ok
33802026-04-28T01:38:05.431Ztest test_purge ... ok
33812026-04-28T01:38:05.434Ztest illumos::test::address_exists_handles_missing_object ... ok
33822026-04-28T01:38:05.434Z
33832026-04-28T01:38:05.434Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33842026-04-28T01:38:05.434Z
33852026-04-28T01:38:05.434Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-6d5b75396600f571)
33862026-04-28T01:38:05.456Z
33872026-04-28T01:38:05.456Zrunning 1 test
33882026-04-28T01:38:06.734Ztest test::test_apis_up_to_date ... ok
33892026-04-28T01:38:06.734Z
33902026-04-28T01:38:06.734Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
33912026-04-28T01:38:06.735Z
33922026-04-28T01:38:06.790Z Running unittests src/main.rs (target/debug/deps/dpd-0b4b2d167a9c595d)
33932026-04-28T01:38:06.797Z
33942026-04-28T01:38:06.797Zrunning 44 tests
33952026-04-28T01:38:06.800Ztest freemap::test_ordering ... ok
33962026-04-28T01:38:06.800Ztest freemap::test_split ... ok
33972026-04-28T01:38:06.800Ztest config::tests::test_updates ... ok
33982026-04-28T01:38:06.800Ztest macaddrs::tests::test_mac_offset ... ok
33992026-04-28T01:38:06.800Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34002026-04-28T01:38:06.800Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34012026-04-28T01:38:06.800Ztest macaddrs::tests::test_parse_port_id ... ok
34022026-04-28T01:38:06.800Ztest mcast::tests::test_canonicalize_sources ... ok
34032026-04-28T01:38:06.803ZApr 28 01:38:05.304 DEBG created new freemap, Apr 28 01:38:05.304unit :DEBG Apr 28 01:38:05.304freemap_test created new freemapDEBG , created new freemapunit
34042026-04-28T01:38:06.803Z, :unit :freemap_test freemap_test
34052026-04-28T01:38:06.803Z
34062026-04-28T01:38:06.803ZApr 28 01:38:05.304 DEBG Apr 28 01:38:05.304Apr 28 01:38:05.304 DEBGDEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
34072026-04-28T01:38:06.803Zinitted freemap. size: 128freemap_test,
34082026-04-28T01:38:06.803Zunit: freemap_testApr 28 01:38:05.304Apr 28 01:38:05.304
34092026-04-28T01:38:06.803ZDEBGDEBG reset freemapreset freemap, , unitApr 28 01:38:05.304unit:: Apr 28 01:38:05.304 freemap_testDEBGDEBG
34102026-04-28T01:38:06.803Zfreemap_test Apr 28 01:38:05.304
34112026-04-28T01:38:06.803Z created new freemapreset freemapDEBG, unit, :unit :created new freemap freemap_testfreemap_test
34122026-04-28T01:38:06.803Z
34132026-04-28T01:38:06.803Z, unit: freemap_testApr 28 01:38:05.304
34142026-04-28T01:38:06.803Z DEBG initted freemap. size: 128, unit: Apr 28 01:38:05.304freemap_test
34152026-04-28T01:38:06.803ZDEBG initted freemap. size: 128, unitApr 28 01:38:05.304: DEBGfreemap_test
34162026-04-28T01:38:06.804Zreset freemap, unit: Apr 28 01:38:05.304freemap_test
34172026-04-28T01:38:06.804ZDEBG reset freemap, unit: freemap_test
34182026-04-28T01:38:06.804Ztest freemap::test_reclaim ... ok
34192026-04-28T01:38:06.804Ztest freemap::test_span ... ok
34202026-04-28T01:38:06.804Ztest freemap::test_free ... ok
34212026-04-28T01:38:06.804Ztest freemap::test_basic ... ok
34222026-04-28T01:38:06.804Ztest freemap::test_exhaustion ... ok
34232026-04-28T01:38:06.804Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
34242026-04-28T01:38:06.804Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
34252026-04-28T01:38:06.804Ztest mcast::tests::test_create_port_bitmap_empty ... ok
34262026-04-28T01:38:06.804Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
34272026-04-28T01:38:06.804Ztest mcast::tests::test_concurrent_id_allocation ... ok
34282026-04-28T01:38:06.804Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
34292026-04-28T01:38:06.804Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
34302026-04-28T01:38:06.804Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
34312026-04-28T01:38:06.804Ztest mcast::tests::test_sources_contain_any ... ok
34322026-04-28T01:38:06.804Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
34332026-04-28T01:38:06.804Ztest mcast::validate::tests::test_address_validation_integrated ... ok
34342026-04-28T01:38:06.804Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
34352026-04-28T01:38:06.804Ztest mcast::validate::tests::test_ipv4_validation ... ok
34362026-04-28T01:38:06.804Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
34372026-04-28T01:38:06.804Ztest mcast::validate::tests::test_is_ssm_function ... ok
34382026-04-28T01:38:06.804Ztest mcast::validate::tests::test_ipv6_validation ... ok
34392026-04-28T01:38:06.804Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
34402026-04-28T01:38:06.804Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
34412026-04-28T01:38:06.804Ztest mcast::validate::tests::test_validate_nat_target ... ok
34422026-04-28T01:38:06.804Ztest mcast::validate::tests::test_validate_source_addresses ... ok
34432026-04-28T01:38:06.804Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
34442026-04-28T01:38:06.804Ztest mcast::validate::tests::test_validate_tag ... ok
34452026-04-28T01:38:06.804Ztest port_map::tests::test_backplane_group ... ok
34462026-04-28T01:38:06.804Ztest mcast::validate::tests::test_validate_tag_format ... ok
34472026-04-28T01:38:06.804Ztest nat::test_mapping ... ok
34482026-04-28T01:38:06.804Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
34492026-04-28T01:38:06.804Ztest port_map::tests::test_port_map ... ok
34502026-04-28T01:38:06.804Ztest port_map::tests::dump_map ... ok
34512026-04-28T01:38:06.804Ztest api_server::tests::test_build_info ... ok
34522026-04-28T01:38:06.804Ztest mcast::tests::test_id_range_boundaries ... ok
34532026-04-28T01:38:06.804Ztest port_map::tests::parse_softnpu_revision ... ok
34542026-04-28T01:38:06.804Z
34552026-04-28T01:38:06.805Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34562026-04-28T01:38:06.805Z
34572026-04-28T01:38:06.807Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bce8b33c24e7c442)
34582026-04-28T01:38:06.810Z
34592026-04-28T01:38:06.811Zrunning 0 tests
34602026-04-28T01:38:06.811Z
34612026-04-28T01:38:06.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34622026-04-28T01:38:06.814Z
34632026-04-28T01:38:06.814Z Running unittests src/lib.rs (target/debug/deps/dpd_api-255a28e21c9a14a4)
34642026-04-28T01:38:06.816Z
34652026-04-28T01:38:06.816Zrunning 0 tests
34662026-04-28T01:38:06.816Z
34672026-04-28T01:38:06.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34682026-04-28T01:38:06.816Z
34692026-04-28T01:38:06.816Z Running unittests src/lib.rs (target/debug/deps/dpd_client-6f967ef2def66842)
34702026-04-28T01:38:06.824Z
34712026-04-28T01:38:06.824Zrunning 6 tests
34722026-04-28T01:38:06.828Ztest tests::test_full_lot_id_lot_only ... ok
34732026-04-28T01:38:06.828Ztest tests::test_full_lot_id_lotnum_only ... ok
34742026-04-28T01:38:06.831Ztest tests::test_full_lot_id_both_present ... ok
34752026-04-28T01:38:06.831Ztest tests::test_full_lot_id_neither_present ... ok
34762026-04-28T01:38:06.831Ztest tests::test_port_id_cmp ... ok
34772026-04-28T01:38:06.831Ztest tests::test_parse_client_port_id ... ok
34782026-04-28T01:38:06.831Z
34792026-04-28T01:38:06.831Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34802026-04-28T01:38:06.831Z
34812026-04-28T01:38:06.831Z Running tests/test_all.rs (target/debug/deps/test_all-c227fd1edf68735b)
34822026-04-28T01:38:06.831Z
34832026-04-28T01:38:06.831Zrunning 0 tests
34842026-04-28T01:38:06.831Z
34852026-04-28T01:38:06.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34862026-04-28T01:38:06.831Z
34872026-04-28T01:38:06.831Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e12a2058d38656f0)
34882026-04-28T01:38:06.835Z
34892026-04-28T01:38:06.835Zrunning 0 tests
34902026-04-28T01:38:06.835Z
34912026-04-28T01:38:06.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34922026-04-28T01:38:06.837Z
34932026-04-28T01:38:06.837Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
34942026-04-28T01:38:06.842Z
34952026-04-28T01:38:06.842Zrunning 12 tests
34962026-04-28T01:38:06.845Ztest icmp::test_v6_checksum ... ok
34972026-04-28T01:38:06.845Ztest icmp::test_v4_checksum ... ok
34982026-04-28T01:38:06.845Ztest lldp::test_lldp_parse ... ok
34992026-04-28T01:38:06.845Ztest ipv6::test_ipv6_parse ... ok
35002026-04-28T01:38:06.845Ztest pbuf::test_byte ... ok
35012026-04-28T01:38:06.845Ztest pbuf::test_nibble ... ok
35022026-04-28T01:38:06.845Ztest pbuf::test_short ... ok
35032026-04-28T01:38:06.845Ztest pbuf::test_twelve ... ok
35042026-04-28T01:38:06.845Ztest pbuf::test_word ... ok
35052026-04-28T01:38:06.845Ztest pbuf::test_overflow ... ok
35062026-04-28T01:38:06.845Ztest tcp::test_checksum_syn_nodata ... ok
35072026-04-28T01:38:06.845Ztest tcp::test_checksum_ack_data ... ok
35082026-04-28T01:38:06.845Z
35092026-04-28T01:38:06.845Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35102026-04-28T01:38:06.845Z
35112026-04-28T01:38:06.849Z Running unittests src/lib.rs (target/debug/deps/pcap-e3f7c60ec2743ad5)
35122026-04-28T01:38:06.852Z
35132026-04-28T01:38:06.852Zrunning 0 tests
35142026-04-28T01:38:06.852Z
35152026-04-28T01:38:06.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35162026-04-28T01:38:06.852Z
35172026-04-28T01:38:06.852Z Running unittests src/main.rs (target/debug/deps/swadm-b71db9d97cfaf17e)
35182026-04-28T01:38:06.860Z
35192026-04-28T01:38:06.860Zrunning 5 tests
35202026-04-28T01:38:06.863Ztest switchport::test::test_compute_lanes ... ok
35212026-04-28T01:38:06.867Ztest link::test_filter ... ok
35222026-04-28T01:38:06.867Ztest switchport::test::port_id_ordering ... ok
35232026-04-28T01:38:06.867Z Lane 0 Lane 1 Lane 2 Lane 3
35242026-04-28T01:38:06.867Z Rx Loss-of-lock: Yes Lane 0 Yes Yes YesLane 1
35252026-04-28T01:38:06.867Z Lane 2 Rx Loss-of-signal: Yes Lane 3Yes
35262026-04-28T01:38:06.867ZYes Yes
35272026-04-28T01:38:06.867Z State: Activated Rx CDR Enabled: YesActivated YesActivated Activated
35282026-04-28T01:38:06.867ZYes Rx Output Enabled: false Yes
35292026-04-28T01:38:06.867Zfalse Tx Enabled: Yes falseYes false
35302026-04-28T01:38:06.867ZYes Rx Output Status: validYes
35312026-04-28T01:38:06.867Z Tx Loss-of-lock: No valid Novalid Novalid
35322026-04-28T01:38:06.867ZNo
35332026-04-28T01:38:06.867Z Rx Loss-of-lock: true Tx Loss-of-signal: No true No trueNo trueNo
35342026-04-28T01:38:06.867Z
35352026-04-28T01:38:06.867Z Rx Loss-of-signal: false Tx CDR Enabled: No false No false No false
35362026-04-28T01:38:06.867ZNo
35372026-04-28T01:38:06.867ZRx Auto-squelch Disable: true Tx Adaptive EQ Fault: No true Notrue trueNo
35382026-04-28T01:38:06.867Z No Tx Output Enabled: true
35392026-04-28T01:38:06.867Ztrue Tx Fault: Yes true Yestrue
35402026-04-28T01:38:06.867ZYes Yes Tx Output Status: invalid
35412026-04-28T01:38:06.867Z invalid invalid invalid
35422026-04-28T01:38:06.867Z Tx Loss-of-lock: false false false false
35432026-04-28T01:38:06.867Z Tx Loss-of-signal: true true true true
35442026-04-28T01:38:06.867ZTx Auto-squelch Disable: false false false false
35452026-04-28T01:38:06.868Z Tx Adaptive EQ Fail: true true true true
35462026-04-28T01:38:06.868Z Tx Failure: false false false false
35472026-04-28T01:38:06.868Z Tx Force Squelch: true true true true
35482026-04-28T01:38:06.868Z Tx Input Polarity: normal normal normal normal
35492026-04-28T01:38:06.868Ztest switchport::test::test_print_cmis_datapath ... ok
35502026-04-28T01:38:06.868Ztest switchport::test::test_print_sff_datapath ... ok
35512026-04-28T01:38:06.868Z
35522026-04-28T01:38:06.868Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35532026-04-28T01:38:06.868Z
35542026-04-28T01:38:06.868Z Running tests/counters.rs (target/debug/deps/counters-65648c91701032e7)
35552026-04-28T01:38:06.873Z
35562026-04-28T01:38:06.873Zrunning 1 test
35572026-04-28T01:38:06.876Ztest test_p4_counter_list ... ignored
35582026-04-28T01:38:06.876Z
35592026-04-28T01:38:06.876Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35602026-04-28T01:38:06.876Z
35612026-04-28T01:38:06.876Z Running tests/port-link.rs (target/debug/deps/port_link-208d7a2e0061da87)
35622026-04-28T01:38:06.879Z
35632026-04-28T01:38:06.879Zrunning 5 tests
35642026-04-28T01:38:06.879Ztest test_an ... ignored
35652026-04-28T01:38:06.879Ztest test_enable ... ignored
35662026-04-28T01:38:06.879Ztest test_ip_addresses ... ignored
35672026-04-28T01:38:06.879Ztest test_kr ... ignored
35682026-04-28T01:38:06.879Ztest test_mac ... ignored
35692026-04-28T01:38:06.879Z
35702026-04-28T01:38:06.879Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35712026-04-28T01:38:06.879Z
35722026-04-28T01:38:06.879Z Running unittests src/main.rs (target/debug/deps/tfportd-c1c543c4a39bd708)
35732026-04-28T01:38:06.905Z
35742026-04-28T01:38:06.905Zrunning 3 tests
35752026-04-28T01:38:06.908Ztest linklocal::test_parse_ipadm ... ok
35762026-04-28T01:38:06.908Ztest tfport::test_parse_tfport ... ok
35772026-04-28T01:38:06.908Ztest config::tests::test_updates ... ok
35782026-04-28T01:38:06.910Z
35792026-04-28T01:38:06.910Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35802026-04-28T01:38:06.911Z
35812026-04-28T01:38:06.911Z Running unittests src/main.rs (target/debug/deps/uplinkd-7d3262723a540427)
35822026-04-28T01:38:06.916Z
35832026-04-28T01:38:06.916Zrunning 0 tests
35842026-04-28T01:38:06.918Z
35852026-04-28T01:38:06.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35862026-04-28T01:38:06.918Z
35872026-04-28T01:38:06.918Z Running unittests src/main.rs (target/debug/deps/xtask-73d3a7120595e126)
35882026-04-28T01:38:06.918Z
35892026-04-28T01:38:06.918Zrunning 0 tests
35902026-04-28T01:38:06.918Z
35912026-04-28T01:38:06.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35922026-04-28T01:38:06.918Z
35932026-04-28T01:38:06.919Z Doc-tests aal
35942026-04-28T01:38:07.106Z
35952026-04-28T01:38:07.106Zrunning 0 tests
35962026-04-28T01:38:07.106Z
35972026-04-28T01:38:07.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35982026-04-28T01:38:07.109Z
35992026-04-28T01:38:07.124Z Doc-tests aal_macros
36002026-04-28T01:38:07.196Z
36012026-04-28T01:38:07.196Zrunning 0 tests
36022026-04-28T01:38:07.196Z
36032026-04-28T01:38:07.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36042026-04-28T01:38:07.196Z
36052026-04-28T01:38:07.208Z Doc-tests common
36062026-04-28T01:38:07.444Z
36072026-04-28T01:38:07.445Zrunning 0 tests
36082026-04-28T01:38:07.445Z
36092026-04-28T01:38:07.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36102026-04-28T01:38:07.445Z
36112026-04-28T01:38:07.466Z Doc-tests dpd_api
36122026-04-28T01:38:08.744Z
36132026-04-28T01:38:08.744Zrunning 2 tests
36142026-04-28T01:38:08.744Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
36152026-04-28T01:38:08.744Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
36162026-04-28T01:38:08.744Z
36172026-04-28T01:38:08.744Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36182026-04-28T01:38:08.744Z
36192026-04-28T01:38:08.786Z Doc-tests dpd_client
36202026-04-28T01:38:10.181Z
36212026-04-28T01:38:10.181Zrunning 0 tests
36222026-04-28T01:38:10.181Z
36232026-04-28T01:38:10.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36242026-04-28T01:38:10.181Z
36252026-04-28T01:38:10.228Z Doc-tests dpd_types
36262026-04-28T01:38:10.573Z
36272026-04-28T01:38:10.573Zrunning 0 tests
36282026-04-28T01:38:10.573Z
36292026-04-28T01:38:10.573Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36302026-04-28T01:38:10.573Z
36312026-04-28T01:38:10.603Z Doc-tests packet
36322026-04-28T01:38:10.714Z
36332026-04-28T01:38:10.714Zrunning 0 tests
36342026-04-28T01:38:10.714Z
36352026-04-28T01:38:10.714Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36362026-04-28T01:38:10.714Z
36372026-04-28T01:38:10.732Z Doc-tests pcap
36382026-04-28T01:38:10.784Z
36392026-04-28T01:38:10.784Zrunning 0 tests
36402026-04-28T01:38:10.784Z
36412026-04-28T01:38:10.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36422026-04-28T01:38:10.784Z
36432026-04-28T01:38:10.851Z+ for feat in tofino_stub tofino_asic softnpu chaos
36442026-04-28T01:38:10.851Z+ RUST_BACKTRACE=full
36452026-04-28T01:38:10.851Z+ cargo test --features chaos --no-fail-fast
36462026-04-28T01:38:11.549Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
36472026-04-28T01:38:11.636Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
36482026-04-28T01:38:11.645Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
36492026-04-28T01:38:11.652Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
36502026-04-28T01:38:20.122Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
36512026-04-28T01:38:20.350Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
36522026-04-28T01:38:54.702Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.82s
36532026-04-28T01:38:54.839Z Running unittests src/lib.rs (target/debug/deps/aal-57c7e2ed35c07c3f)
36542026-04-28T01:38:54.845Z
36552026-04-28T01:38:54.845Zrunning 5 tests
36562026-04-28T01:38:54.848Ztest fuse::tests::chip_revision_a0 ... ok
36572026-04-28T01:38:54.849Ztest fuse::tests::chip_revision_b0 ... ok
36582026-04-28T01:38:54.849Ztest fuse::tests::chip_revision_b1 ... ok
36592026-04-28T01:38:54.849Ztest fuse::tests::chip_revision_unknown_device_id ... ok
36602026-04-28T01:38:54.849Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
36612026-04-28T01:38:54.849Z
36622026-04-28T01:38:54.849Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36632026-04-28T01:38:54.849Z
36642026-04-28T01:38:54.849Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
36652026-04-28T01:38:54.853Z
36662026-04-28T01:38:54.853Zrunning 0 tests
36672026-04-28T01:38:54.853Z
36682026-04-28T01:38:54.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36692026-04-28T01:38:54.853Z
36702026-04-28T01:38:54.853Z Running unittests src/lib.rs (target/debug/deps/asic-216f4a04022aa8e4)
36712026-04-28T01:38:54.857Z
36722026-04-28T01:38:54.857Zrunning 0 tests
36732026-04-28T01:38:54.857Z
36742026-04-28T01:38:54.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36752026-04-28T01:38:54.857Z
36762026-04-28T01:38:54.857Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
36772026-04-28T01:38:54.862Z
36782026-04-28T01:38:54.862Zrunning 10 tests
36792026-04-28T01:38:54.865Ztest network::tests::test_eui64 ... ok
36802026-04-28T01:38:54.865Ztest network::tests::test_equal ... ok
36812026-04-28T01:38:54.865Ztest nat::tests::test_vni ... ok
36822026-04-28T01:38:54.865Ztest network::tests::test_generate_ipv6_link_local ... ok
36832026-04-28T01:38:54.866Ztest network::tests::test_into ... ok
36842026-04-28T01:38:54.866Ztest network::tests::test_not_equal ... ok
36852026-04-28T01:38:54.869Ztest network::tests::test_parse ... ok
36862026-04-28T01:38:54.869Ztest network::tests::test_to_string ... ok
36872026-04-28T01:38:54.869Ztest test_purge ... ok
36882026-04-28T01:38:54.872Ztest illumos::test::address_exists_handles_missing_object ... ok
36892026-04-28T01:38:54.872Z
36902026-04-28T01:38:54.872Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
36912026-04-28T01:38:54.872Z
36922026-04-28T01:38:54.872Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b6e2be1e9bb8a375)
36932026-04-28T01:38:54.893Z
36942026-04-28T01:38:54.893Zrunning 1 test
36952026-04-28T01:38:56.236Ztest test::test_apis_up_to_date ... ok
36962026-04-28T01:38:56.236Z
36972026-04-28T01:38:56.236Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
36982026-04-28T01:38:56.236Z
36992026-04-28T01:38:56.292Z Running unittests src/main.rs (target/debug/deps/dpd-9c64d7998c2e5684)
37002026-04-28T01:38:56.298Z
37012026-04-28T01:38:56.298Zrunning 44 tests
37022026-04-28T01:38:56.301Ztest freemap::test_ordering ... ok
37032026-04-28T01:38:56.301Ztest freemap::test_split ... ok
37042026-04-28T01:38:56.301Ztest config::tests::test_updates ... ok
37052026-04-28T01:38:56.301Ztest macaddrs::tests::test_mac_offset ... ok
37062026-04-28T01:38:56.301Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
37072026-04-28T01:38:56.301Ztest macaddrs::tests::test_parse_port_id ... ok
37082026-04-28T01:38:56.302Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
37092026-04-28T01:38:56.302Ztest mcast::tests::test_canonicalize_sources ... ok
37102026-04-28T01:38:56.305Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
37112026-04-28T01:38:56.305Ztest mcast::tests::test_concurrent_id_allocation ... ok
37122026-04-28T01:38:56.305Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
37132026-04-28T01:38:56.306Ztest mcast::tests::test_create_port_bitmap_empty ... ok
37142026-04-28T01:38:56.306ZApr 28 01:38:54.801Apr 28 01:38:54.801Apr 28 01:38:54.801Apr 28 01:38:54.801 DEBGApr 28 01:38:54.801 DEBGDEBGDEBGDEBG created new freemapcreated new freemapcreated new freemapcreated new freemapcreated new freemap, , , unitunit:, :unit , freemap_test unitfreemap_test::
37152026-04-28T01:38:56.306Z freemap_testfreemap_test
37162026-04-28T01:38:56.306Z
37172026-04-28T01:38:56.306ZunitApr 28 01:38:54.802: DEBGApr 28 01:38:54.802Apr 28 01:38:54.802 freemap_test DEBG
37182026-04-28T01:38:56.306ZDEBG initted freemap. size: 128 initted freemap. size: 128initted freemap. size: 128, , , unitunitunit:: Apr 28 01:38:54.802freemap_test: DEBG freemap_test
37192026-04-28T01:38:56.306Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
37202026-04-28T01:38:56.306Z freemap_testinitted freemap. size: 128, unit: freemap_test
37212026-04-28T01:38:56.306Z
37222026-04-28T01:38:56.306Z
37232026-04-28T01:38:56.306ZApr 28 01:38:54.802Apr 28 01:38:54.802 DEBGApr 28 01:38:54.802 DEBGDEBG reset freemap , reset freemapunitreset freemap:, , unit :freemap_testunit
37242026-04-28T01:38:56.306Z: freemap_testfreemap_test
37252026-04-28T01:38:56.306Z
37262026-04-28T01:38:56.306Z
37272026-04-28T01:38:56.307ZApr 28 01:38:54.802 DEBG initted freemap. size: 128, unit: freemap_test
37282026-04-28T01:38:56.307ZApr 28 01:38:54.802 Apr 28 01:38:54.802DEBG DEBGreset freemap reset freemap, , unitunit:: freemap_testfreemap_test
37292026-04-28T01:38:56.307Z
37302026-04-28T01:38:56.307Ztest freemap::test_span ... ok
37312026-04-28T01:38:56.307Ztest freemap::test_free ... ok
37322026-04-28T01:38:56.307Ztest freemap::test_reclaim ... ok
37332026-04-28T01:38:56.307Ztest freemap::test_exhaustion ... ok
37342026-04-28T01:38:56.307Ztest freemap::test_basic ... ok
37352026-04-28T01:38:56.307Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
37362026-04-28T01:38:56.307Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
37372026-04-28T01:38:56.307Ztest mcast::tests::test_sources_contain_any ... ok
37382026-04-28T01:38:56.307Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
37392026-04-28T01:38:56.307Ztest mcast::validate::tests::test_address_validation_integrated ... ok
37402026-04-28T01:38:56.307Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
37412026-04-28T01:38:56.307Ztest mcast::validate::tests::test_ipv4_validation ... ok
37422026-04-28T01:38:56.307Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
37432026-04-28T01:38:56.307Ztest mcast::validate::tests::test_ipv6_validation ... ok
37442026-04-28T01:38:56.308Ztest mcast::validate::tests::test_is_ssm_function ... ok
37452026-04-28T01:38:56.308Ztest mcast::validate::tests::test_validate_nat_target ... ok
37462026-04-28T01:38:56.308Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
37472026-04-28T01:38:56.308Ztest mcast::validate::tests::test_validate_source_addresses ... ok
37482026-04-28T01:38:56.308Ztest mcast::validate::tests::test_validate_tag ... ok
37492026-04-28T01:38:56.308Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
37502026-04-28T01:38:56.308Ztest nat::test_mapping ... ok
37512026-04-28T01:38:56.308Ztest mcast::validate::tests::test_validate_tag_format ... ok
37522026-04-28T01:38:56.308Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
37532026-04-28T01:38:56.308Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
37542026-04-28T01:38:56.308Ztest port_map::tests::test_backplane_group ... ok
37552026-04-28T01:38:56.308Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
37562026-04-28T01:38:56.308Ztest port_map::tests::test_port_map ... ok
37572026-04-28T01:38:56.309Ztest port_map::tests::dump_map ... ok
37582026-04-28T01:38:56.309Ztest api_server::tests::test_build_info ... ok
37592026-04-28T01:38:56.309Ztest mcast::tests::test_id_range_boundaries ... ok
37602026-04-28T01:38:56.309Ztest port_map::tests::parse_softnpu_revision ... ok
37612026-04-28T01:38:56.309Z
37622026-04-28T01:38:56.309Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
37632026-04-28T01:38:56.309Z
37642026-04-28T01:38:56.313Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-042968661fa4bc73)
37652026-04-28T01:38:56.313Z
37662026-04-28T01:38:56.313Zrunning 0 tests
37672026-04-28T01:38:56.313Z
37682026-04-28T01:38:56.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37692026-04-28T01:38:56.313Z
37702026-04-28T01:38:56.313Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a1eccfc28e903b82)
37712026-04-28T01:38:56.316Z
37722026-04-28T01:38:56.316Zrunning 0 tests
37732026-04-28T01:38:56.316Z
37742026-04-28T01:38:56.316Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37752026-04-28T01:38:56.316Z
37762026-04-28T01:38:56.317Z Running unittests src/lib.rs (target/debug/deps/dpd_client-f0c1c759badea7d2)
37772026-04-28T01:38:56.324Z
37782026-04-28T01:38:56.324Zrunning 6 tests
37792026-04-28T01:38:56.327Ztest tests::test_full_lot_id_lot_only ... ok
37802026-04-28T01:38:56.327Ztest tests::test_full_lot_id_lotnum_only ... ok
37812026-04-28T01:38:56.328Ztest tests::test_full_lot_id_both_present ... ok
37822026-04-28T01:38:56.328Ztest tests::test_full_lot_id_neither_present ... ok
37832026-04-28T01:38:56.331Ztest tests::test_port_id_cmp ... ok
37842026-04-28T01:38:56.331Ztest tests::test_parse_client_port_id ... ok
37852026-04-28T01:38:56.331Z
37862026-04-28T01:38:56.331Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37872026-04-28T01:38:56.331Z
37882026-04-28T01:38:56.331Z Running tests/test_all.rs (target/debug/deps/test_all-0a532b594b88c792)
37892026-04-28T01:38:56.334Z
37902026-04-28T01:38:56.334Zrunning 6 tests
37912026-04-28T01:38:59.343Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
37922026-04-28T01:38:59.347Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
37932026-04-28T01:38:59.347Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
37942026-04-28T01:38:59.351Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
37952026-04-28T01:38:59.681Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
37962026-04-28T01:39:00.677Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
37972026-04-28T01:39:00.677Z
37982026-04-28T01:39:00.677Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.34s
37992026-04-28T01:39:00.677Z
38002026-04-28T01:39:00.683Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7e1486df4bb877a)
38012026-04-28T01:39:00.688Z
38022026-04-28T01:39:00.688Zrunning 0 tests
38032026-04-28T01:39:00.688Z
38042026-04-28T01:39:00.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38052026-04-28T01:39:00.692Z
38062026-04-28T01:39:00.692Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
38072026-04-28T01:39:00.696Z
38082026-04-28T01:39:00.696Zrunning 12 tests
38092026-04-28T01:39:00.699Ztest icmp::test_v6_checksum ... ok
38102026-04-28T01:39:00.699Ztest icmp::test_v4_checksum ... ok
38112026-04-28T01:39:00.699Ztest ipv6::test_ipv6_parse ... ok
38122026-04-28T01:39:00.699Ztest lldp::test_lldp_parse ... ok
38132026-04-28T01:39:00.700Ztest pbuf::test_byte ... ok
38142026-04-28T01:39:00.700Ztest pbuf::test_nibble ... ok
38152026-04-28T01:39:00.700Ztest pbuf::test_short ... ok
38162026-04-28T01:39:00.700Ztest pbuf::test_twelve ... ok
38172026-04-28T01:39:00.700Ztest pbuf::test_word ... ok
38182026-04-28T01:39:00.700Ztest pbuf::test_overflow ... ok
38192026-04-28T01:39:00.700Ztest tcp::test_checksum_syn_nodata ... ok
38202026-04-28T01:39:00.700Ztest tcp::test_checksum_ack_data ... ok
38212026-04-28T01:39:00.700Z
38222026-04-28T01:39:00.700Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38232026-04-28T01:39:00.700Z
38242026-04-28T01:39:00.700Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
38252026-04-28T01:39:00.703Z
38262026-04-28T01:39:00.703Zrunning 0 tests
38272026-04-28T01:39:00.704Z
38282026-04-28T01:39:00.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38292026-04-28T01:39:00.704Z
38302026-04-28T01:39:00.708Z Running unittests src/main.rs (target/debug/deps/swadm-2f8d8f468b814c2d)
38312026-04-28T01:39:00.713Z
38322026-04-28T01:39:00.713Zrunning 5 tests
38332026-04-28T01:39:00.717Ztest switchport::test::test_compute_lanes ... ok
38342026-04-28T01:39:00.720Ztest switchport::test::port_id_ordering ... ok
38352026-04-28T01:39:00.721Z Lane 0 Lane 1 Lane 2 Lane 3
38362026-04-28T01:39:00.721Z Rx Loss-of-lock: Yes Yes Lane 0Yes Yes
38372026-04-28T01:39:00.721Z Rx Loss-of-signal: YesLane 1 Yes Lane 2 Yes Lane 3Yes
38382026-04-28T01:39:00.721Z
38392026-04-28T01:39:00.721Z Rx CDR Enabled: Yes Yes State: Activated ActivatedYes ActivatedYes
38402026-04-28T01:39:00.721Z Activated Tx Enabled: Yes
38412026-04-28T01:39:00.721Z Rx Output Enabled: falseYes Yes falseYes
38422026-04-28T01:39:00.721Z Tx Loss-of-lock: Nofalse falseNo
38432026-04-28T01:39:00.721Z Rx Output Status: valid No validNo
38442026-04-28T01:39:00.721Zvalid Tx Loss-of-signal: Novalid
38452026-04-28T01:39:00.721Z Rx Loss-of-lock: trueNo true Notrue No
38462026-04-28T01:39:00.721Ztrue
38472026-04-28T01:39:00.721Z Tx CDR Enabled: No Rx Loss-of-signal: false No false Nofalse Nofalse
38482026-04-28T01:39:00.721Z
38492026-04-28T01:39:00.721Z Tx Adaptive EQ Fault: NoRx Auto-squelch Disable: true No trueNo trueNo
38502026-04-28T01:39:00.721Ztrue
38512026-04-28T01:39:00.722Z Tx Fault: Yes Tx Output Enabled: true Yes true Yestrue Yestrue
38522026-04-28T01:39:00.722Z
38532026-04-28T01:39:00.722Z Tx Output Status: invalid invalid invalid invalid
38542026-04-28T01:39:00.722Z Tx Loss-of-lock: false false false false
38552026-04-28T01:39:00.722Z Tx Loss-of-signal: true true true true
38562026-04-28T01:39:00.722ZTx Auto-squelch Disable: false false false false
38572026-04-28T01:39:00.722Z Tx Adaptive EQ Fail: true true true true
38582026-04-28T01:39:00.722Z Tx Failure: false false false false
38592026-04-28T01:39:00.722Z Tx Force Squelch: true true true true
38602026-04-28T01:39:00.722Z Tx Input Polarity: normal normal normal normal
38612026-04-28T01:39:00.722Ztest switchport::test::test_print_cmis_datapath ... ok
38622026-04-28T01:39:00.722Ztest switchport::test::test_print_sff_datapath ... ok
38632026-04-28T01:39:00.722Ztest link::test_filter ... ok
38642026-04-28T01:39:00.722Z
38652026-04-28T01:39:00.723Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
38662026-04-28T01:39:00.723Z
38672026-04-28T01:39:00.726Z Running tests/counters.rs (target/debug/deps/counters-c81ad2a512bf7a1e)
38682026-04-28T01:39:00.729Z
38692026-04-28T01:39:00.729Zrunning 1 test
38702026-04-28T01:39:00.729Ztest test_p4_counter_list ... ignored
38712026-04-28T01:39:00.729Z
38722026-04-28T01:39:00.729Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
38732026-04-28T01:39:00.729Z
38742026-04-28T01:39:00.729Z Running tests/port-link.rs (target/debug/deps/port_link-bae0a4bbb20f2e34)
38752026-04-28T01:39:00.732Z
38762026-04-28T01:39:00.733Zrunning 5 tests
38772026-04-28T01:39:00.733Ztest test_an ... ignored
38782026-04-28T01:39:00.733Ztest test_enable ... ignored
38792026-04-28T01:39:00.733Ztest test_ip_addresses ... ignored
38802026-04-28T01:39:00.733Ztest test_kr ... ignored
38812026-04-28T01:39:00.733Ztest test_mac ... ignored
38822026-04-28T01:39:00.733Z
38832026-04-28T01:39:00.733Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
38842026-04-28T01:39:00.733Z
38852026-04-28T01:39:00.733Z Running unittests src/main.rs (target/debug/deps/tfportd-d1a1473cae24d14d)
38862026-04-28T01:39:00.741Z
38872026-04-28T01:39:00.742Zrunning 3 tests
38882026-04-28T01:39:00.742Ztest linklocal::test_parse_ipadm ... ok
38892026-04-28T01:39:00.742Ztest tfport::test_parse_tfport ... ok
38902026-04-28T01:39:00.742Ztest config::tests::test_updates ... ok
38912026-04-28T01:39:00.742Z
38922026-04-28T01:39:00.742Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38932026-04-28T01:39:00.742Z
38942026-04-28T01:39:00.742Z Running unittests src/main.rs (target/debug/deps/uplinkd-ec2f60824b215aa9)
38952026-04-28T01:39:00.745Z
38962026-04-28T01:39:00.745Zrunning 0 tests
38972026-04-28T01:39:00.745Z
38982026-04-28T01:39:00.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38992026-04-28T01:39:00.745Z
39002026-04-28T01:39:00.745Z Running unittests src/main.rs (target/debug/deps/xtask-64a690c77857a17f)
39012026-04-28T01:39:00.748Z
39022026-04-28T01:39:00.748Zrunning 0 tests
39032026-04-28T01:39:00.748Z
39042026-04-28T01:39:00.749Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39052026-04-28T01:39:00.749Z
39062026-04-28T01:39:00.749Z Doc-tests aal
39072026-04-28T01:39:00.937Z
39082026-04-28T01:39:00.937Zrunning 0 tests
39092026-04-28T01:39:00.937Z
39102026-04-28T01:39:00.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39112026-04-28T01:39:00.941Z
39122026-04-28T01:39:00.955Z Doc-tests aal_macros
39132026-04-28T01:39:01.028Z
39142026-04-28T01:39:01.028Zrunning 0 tests
39152026-04-28T01:39:01.028Z
39162026-04-28T01:39:01.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39172026-04-28T01:39:01.031Z
39182026-04-28T01:39:01.038Z Doc-tests common
39192026-04-28T01:39:01.276Z
39202026-04-28T01:39:01.276Zrunning 0 tests
39212026-04-28T01:39:01.276Z
39222026-04-28T01:39:01.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39232026-04-28T01:39:01.276Z
39242026-04-28T01:39:01.297Z Doc-tests dpd_api
39252026-04-28T01:39:02.573Z
39262026-04-28T01:39:02.573Zrunning 2 tests
39272026-04-28T01:39:02.573Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
39282026-04-28T01:39:02.573Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
39292026-04-28T01:39:02.573Z
39302026-04-28T01:39:02.573Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
39312026-04-28T01:39:02.573Z
39322026-04-28T01:39:02.616Z Doc-tests dpd_client
39332026-04-28T01:39:03.977Z
39342026-04-28T01:39:03.978Zrunning 0 tests
39352026-04-28T01:39:03.978Z
39362026-04-28T01:39:03.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39372026-04-28T01:39:03.978Z
39382026-04-28T01:39:04.026Z Doc-tests dpd_types
39392026-04-28T01:39:04.370Z
39402026-04-28T01:39:04.370Zrunning 0 tests
39412026-04-28T01:39:04.370Z
39422026-04-28T01:39:04.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39432026-04-28T01:39:04.370Z
39442026-04-28T01:39:04.413Z Doc-tests packet
39452026-04-28T01:39:04.510Z
39462026-04-28T01:39:04.510Zrunning 0 tests
39472026-04-28T01:39:04.510Z
39482026-04-28T01:39:04.511Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39492026-04-28T01:39:04.511Z
39502026-04-28T01:39:04.527Z Doc-tests pcap
39512026-04-28T01:39:04.580Z
39522026-04-28T01:39:04.580Zrunning 0 tests
39532026-04-28T01:39:04.580Z
39542026-04-28T01:39:04.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39552026-04-28T01:39:04.580Z
39562026-04-28T01:39:04.635Zprocess exited: duration 712687 ms, exit code 0
 
39572026-04-28T01:39:04.642Zfound 0 output files